@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/*
#colors

@colorBase #8c527e
@colorSub #f00
@colorFont #666
*/
/*
#colors

@colorFb #3a5a98
@colorTw #1da1f2
@colorLine #00b900
@colorFe #2bb24c
@colorHatena #00a4de
*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
html.open,
body.open {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

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

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  display: block;
}

.show-sp {
  display: block;
}

.show-tab {
  display: none;
}

.show-pc {
  display: none;
}

@media (min-width: 744px) {
  .show-sp {
    display: none;
  }
  .show-tab {
    display: block;
  }
  .show-pc {
    display: none;
  }
}
@media print {
  .show-sp {
    display: none;
  }
  .show-tab {
    display: block;
  }
  .show-pc {
    display: none;
  }
}
@media (min-width: 1024px) {
  .show-pc {
    display: block;
  }
}
@media print {
  .show-pc {
    display: block;
  }
}

/* 画像無断使用対策 */
img { /* PCの右クリック禁止 */
  pointer-events: none;
}
img { /* SPの長押し禁止 */
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}


html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, verdana,sans-serif;
  color: #666666;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}

body, html {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  scroll-behavior: smooth;
}

.font-en {
  font-family: futura-pt, sans-serif;
}
.font-jp {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, verdana,sans-serif;
}
.font-italic {
  font-style: italic;
}

.font100per { font-size: 100% !important; }
.font110per { font-size: 110% !important; }
.font120per { font-size: 120% !important; }
.font130per { font-size: 130% !important; }
.font140per { font-size: 140% !important; }
.font150per { font-size: 150% !important; }
.font160per { font-size: 160% !important; }
.font170per { font-size: 170% !important; }
.font180per { font-size: 180% !important; }
.font190per { font-size: 190% !important; }
.font200per { font-size: 200% !important; }

.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.align-mid {
  vertical-align: middle;
}

.indent-1 {
  text-indent: -1em;
  margin-left: 1em;
}
.indent-1-5 {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: auto;
  -webkit-transition: 0.6s ease background-color;
  transition: 0.6s ease background-color;
}
.l-header.scroll {
  background-color: #fff;
}

.l-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 100vh;
  height: 100%;
}

@media (min-width: 1024px) {
  .l-container.page {
    padding-top: 120px;
  }
}
@media print {
  .l-container.page {
    padding-top: 120px;
  }
}

/* パンくずリスト */
.breadcrumbs_wrap {
  color: #666;
  font-size: 0.875rem;
  margin: 40px auto;
  padding: 0 20px;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  min-height: 1.5em;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  width: max-content;
}
.breadcrumbs {
  display: flex;
  align-items: center;
}
.breadcrumbs span {
  margin: 0 3px;
}
.breadcrumbs span a {
  color: #01A7E1;
}
.breadcrumbs a {
  margin: 0 5px;
}
.breadcrumbs span:first-child,
.breadcrumbs span:first-child a {
  margin-left: 0;
}
@media (min-width: 744px) {
  .breadcrumbs_wrap {
    font-size: 1rem;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs_wrap {
    padding: 0;
    width: 1200px;
  }
}


.l-footer {
  position: relative;
  z-index: 10;
  margin-top: auto;
}

.l-nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-nav.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.a-title {
  color: #01A7E1;
}
@media (min-width: 1024px) {
  .a-title {
    margin-bottom: 60px;
    font-size: 3rem;
  }
}
@media print {
  .a-title {
    margin-bottom: 60px;
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .a-sub {
    margin-top: 60px;
    font-size: 2.25rem;
  }
}
@media print {
  .a-sub {
    margin-top: 60px;
    font-size: 2.25rem;
  }
}
.a-post-head {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 744px) {
  .a-post-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media print {
  .a-post-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.a-post-head .date {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  color: #01A7E1;
  line-height: 1;
  margin-bottom: 7px;
  font-size: 0.625rem;
}
@media (min-width: 744px) {
  .a-post-head .date {
    margin-bottom: 0;
    margin-top: 1px;
    margin-right: 10px;
    font-size: 0.875rem;
  }
}
@media print {
  .a-post-head .date {
    margin-bottom: 0;
    margin-top: 1px;
    margin-right: 10px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .a-post-head .date {
    margin-top: 3px;
    margin-right: 20px;
    font-size: 1.125rem;
  }
}
@media print {
  .a-post-head .date {
    margin-top: 3px;
    margin-right: 20px;
    font-size: 1.125rem;
  }
}
.a-post-head .cats,
.m-archive_item .tags,
.p-listerature .tags {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.a-post-head .cats .cat,
.m-archive_item .tags .tag,
.p-listerature .tags .tag {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: #DADBDB;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0 10px;
  height: 18px;
  font-size: 0.625rem;
  line-height: 1;
  border-radius: 9px;
}
.p-listerature .tags .tag a {
  color: #606060;
}
.p-listerature .tags .tag a:hover {
  opacity: 0.6;
}
.p-listerature .cats .cat {
  background: none;
  border: 1px solid #DADBDB;
}
.p-listerature .cats .cat a {
  color: #606060;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.p-listerature .cats .cat a:hover {
  opacity: 0.6;
}
@media (min-width: 1024px) {
  .a-post-head .cats .cat,
  .m-archive_item .tags .tag,
  .p-listerature .tags .tag {
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 0 20px;
    font-size: 1rem;
    height: 30px;
    border-radius: 15px;
  }
}
@media print {
  .a-post-head .cats .cat,
  .m-archive_item .tags .tag,
  .p-listerature .tags .tag {
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 0 20px;
    font-size: 1rem;
    height: 30px;
    border-radius: 15px;
  }
}
a.a-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #01A7E1;
  text-decoration: none;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
a.a-link:hover {
  opacity: 0.6;
}
a.a-link::after {
  content: "";
  position: absolute;
  top: 50%;
  background-image: url("/assets/img/icon/icon-arrow3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -40px;
  width: 30px;
  height: 5.5px;
}
@media (min-width: 744px) {
  a.a-link {
    font-size: 1.125rem;
  }
}
@media print {
  a.a-link {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  a.a-link {
    font-size: 1.5rem;
  }
}
@media print {
  a.a-link {
    font-size: 1.5rem;
  }
}
a.a-link.left {
  /*padding-left: 52px;*/
  padding-left: 37px;
}
a.a-link.left::after {
  left: 0;
  background-image: url("/assets/img/icon/icon-arrow-left.svg");
  /*width: 42px;
  height: 8px;*/
  width: 27px;
  height: 5px;
}
a.a-link.small {
  /*font-size: 0.75rem;*/
  font-size: 1rem;
}
a.a-link.small2 {
  /*font-size: 0.75rem;*/
  font-size: 1rem;
}
a.a-link.small2::after {
  /*width: 16px;
  height: 3px;*/
  width: 27px;
  height: 5px;
}
a.a-link.small2.left {
  /*padding-left: 25px;*/
  padding-left: 37px;
}
@media (min-width: 744px) {
  a.a-link.left {
    padding-left: 57px;
  }
  a.a-link.small,
  a.a-link.small2 {
    margin-top: 5px;
    font-size: 1rem;
  }
}
@media print {}
@media (min-width: 1024px) {
  a.a-link.small,
  a.a-link.small2 {
    /*font-size: 1.125rem;*/
    margin-top: 5px;
    font-size: 1.5rem;
  }
  a.a-link.small::after,
  a.a-link.small2::after {
    /*width: 32px;
    height: 6px;*/
    width: 42px;
    height: 8px;
  }
  a.a-link.small.left,
  a.a-link.small2.left {
    /*padding-left: 50px;*/
    padding-left: 57px;
  }
}
@media print {}

.m-head {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0 auto 80px;
  padding: 0 15px;
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 744px) {
  .m-head {
    margin: 0 auto;
    padding: 0 30px;
    min-height: 250px;
  }
}
@media print {
  .m-head {
    margin: 0 auto;
    padding: 0 30px;
    min-height: 250px;
  }
}
@media (min-width: 1024px) {
  .m-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    min-height: 300px;
  }
}
@media print {
  .m-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    min-height: 300px;
  }
}
.m-head_title {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
@media (min-width: 744px) {
  .m-head_title {
    padding-top: min(10vw, 150px);
  }
}
@media print {
  .m-head_title {
    padding-top: min(10vw, 150px);
  }
}
.m-head_title span {
  color: #01A7E1;
  font-weight: 700;
  /*font-size: 0.875rem;*/
  font-size:0.6875rem;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
/*.m-head_title span:hover {
  opacity: 0.6;
}*/
.m-head_title span::before {
  content: "▶";
}
@media (min-width: 744px) {
  .m-head_title span {
    font-size: 1rem;
  }
}
@media print {
  .m-head_title span {
    font-size: 1rem;
  }
}
.m-head_title-title {
  width: 100%;
  /*font-family: "Futura";*/
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  color: #D8D9D9;
  line-height: 1;
  font-style: italic;
  letter-spacing: -0.02em;
  margin-top: 5px;
  font-size: 12vw;
}
@media (min-width: 744px) {
  .m-head_title-title {
    font-size: 7.16vw;
  }
}
@media print {
  .m-head_title-title {
    font-size: 7.16vw;
  }
}
@media (min-width: 1024px) {
  .m-head_title-title {
    margin-top: 20px;
    font-size: min(6.25vw, 5.5rem);
  }
}
@media print {
  .m-head_title-title {
    margin-top: 20px;
    font-size: min(6.25vw, 5.5rem);
  }
}

/*製品一覧*/
.m-head.products {
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .p-page-products .m-head_menu {
    top: -60px;
  }
}


/*Leonardo Bonsai 1470*/
.m-head.bonsai {
  margin: 0 auto 20px;
}
.m-head_title-title.bonsai {
  margin: 0;
}
.m-head_title-title.bonsai img {
  width: 100%;
  height: auto;
}
@media (min-width: 744px) {
  .m-head_title-title.bonsai img {
    width: 85%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.bonsai img {
    width: 85%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .m-head_title-title.bonsai img {
    width: 100%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.bonsai img {
    width: 100%;
    height: auto;
  }
}

/*TLAポンプ*/
.m-head.tla {
  margin: 0 auto 20px;
}
.m-head_title-title.tla {
  margin: 0;
}
.m-head_title-title.tla img {
  /*width: 50%;*/
  width: 83%;
  height: auto;
}
@media (min-width: 744px) {
  .m-head_title-title.tla img {
    /*width: 49.7%;*/
    width: 82.5%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.tla img {
    /*width: 49.7%;*/
    width: 82.5%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .m-head_title-title.tla img {
    /*width: 27.1%;*/
    width: 45%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.tla img {
    /*width: 27.1%;*/
    width: 45%;
    height: auto;
  }
}

/*榊血管鈎*/
.m-head.plhook {
  margin: 0 auto 20px;
}
.m-head_title-title.plhook {
  margin: 0;
}
.m-head_title-title.plhook img {
  width: 50%;
  height: auto;
}
@media (min-width: 744px) {
  .m-head_title-title.plhook img {
    width: 42.5%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.plhook img {
    width: 42.5%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .m-head_title-title.plhook img {
    width: 23%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.plhook img {
    width: 23%;
    height: auto;
  }
}

/*モスキート血管鉗子*/
.m-head.mosquito-clamp {
  margin: 0 auto 20px;
}
.m-head_title-title.mosquito-clamp {
  margin: 0;
}
.m-head_title-title.mosquito-clamp img {
  width: 100%;
  height: auto;
}
@media (min-width: 744px) {
  .m-head_title-title.mosquito-clamp img {
    width: 36.2%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.mosquito-clamp img {
    width: 36.2%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .m-head_title-title.mosquito-clamp img {
    width: 48.6%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.mosquito-clamp img {
    width: 48.6%;
    height: auto;
  }
}


/*インテグラルレーザーキット*/
.m-head.laser-kit {
  margin: 0 auto 20px;
}
.m-head_title-title.laser-kit {
  margin: 0;
}
.m-head_title-title.laser-kit img {
  width: 74%;
  height: auto;
}
@media (min-width: 744px) {
  .m-head_title-title.laser-kit img {
    width: 86.3%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.laser-kit img {
    width: 86.3%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .m-head_title-title.laser-kit img {
    width: 51.9%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.laser-kit img {
    width: 51.9%;
    height: auto;
  }
}

/*ポリドカスクレロール*/
.m-head.polidocasklerol {
  margin: 0 auto 20px;
}
.m-head_title-title.polidocasklerol {
  margin: 0;
}
.m-head_title-title.polidocasklerol img {
  width: 74%;
  height: auto;
}
@media (min-width: 744px) {
  .m-head_title-title.polidocasklerol img {
    width: 89.3%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.polidocasklerol img {
    width: 89.3%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .m-head_title-title.polidocasklerol img {
    width: 53.7%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.polidocasklerol img {
    width: 53.7%;
    height: auto;
  }
}

/*スクレロフォームキット*/
.m-head.scleroformkit {
  margin: 0 auto 20px;
}
.m-head_title-title.scleroformkit {
  margin: 0;
}
.m-head_title-title.scleroformkit img {
  width: 74%;
  height: auto;
}
@media (min-width: 744px) {
  .m-head_title-title.scleroformkit img {
    width: 86.3%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.scleroformkit img {
    width: 86.3%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .m-head_title-title.scleroformkit img {
    width: 51.9%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.scleroformkit img {
    width: 51.9%;
    height: auto;
  }
}

/*ASHIKAストッキング*/
.m-head.ashika {
  margin: 0 auto 20px;
}
.m-head_title-title.ashika {
  margin: 0;
}
.m-head_title-title.ashika img {
  width: 74%;
  height: auto;
}
@media (min-width: 744px) {
  .m-head_title-title.ashika img {
    width: 86.3%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.ashika img {
    width: 86.3%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .m-head_title-title.ashika img {
    width: 51.9%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.ashika img {
    width: 51.9%;
    height: auto;
  }
}

/*McBoooon*/
.m-head.mcboooon {
  margin: 0 auto 20px;
}
.m-head_title-title.mcboooon {
  margin: 0;
}
.m-head_title-title.mcboooon img {
  width: 72.3%;
  height: auto;
}
@media (min-width: 744px) {
  .m-head_title-title.mcboooon img {
    width: 52.6%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.mcboooon img {
    width: 52.6%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .m-head_title-title.mcboooon img {
    width: 39.3%;
    height: auto;
  }
}
@media print {
  .m-head_title-title.mcboooon img {
    width: 39.3%;
    height: auto;
  }
}





.m-head_menu {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 120px;
  margin-top: 20px;
  margin-left: auto;
}
.m-head_menu.m-head_menu_2 {
  top: 156px;
}
@media (max-width: 1023px) {
  .m-head_menu {
    display: none;
  }
}
@media print {
  .m-head_menu {
    display: none;
  }
}
@media (min-width: 744px) {
  .m-head_menu {
    margin-top: 0;
    margin-left: 0;
    width: 280px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .m-head_menu.m-head_menu_2 {
    top: 156px;
  }
}
@media print {
  .m-head_menu {
    margin-top: 0;
    margin-left: 0;
    width: 280px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .m-head_menu.m-head_menu_2 {
    top: 156px;
  }
}
@media (min-width: 1024px) {
}
@media print {
}

.m-head_list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.m-head_list li {
  position: relative;
  padding: 10px 0;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 744px) {
  .m-head_list li {
    padding: 15px 0;
  }
}
@media print {
  .m-head_list li {
    padding: 15px 0;
  }
}
@media (min-width: 1024px) {
  .m-head_list li {
    padding: 27px 0;
  }
}
@media print {
  .m-head_list li {
    padding: 27px 0;
  }
}
.m-head_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 744px) {
  .m-head_list li::before {
    left: 6px;
  }
}
@media print {
  .m-head_list li::before {
    left: 6px;
  }
}
.m-head_list li a {
  position: relative;
  display: block;
  padding-left: 15px;
  color: #666;
  font-size: 0.625rem;
  letter-spacing: 0;
}
@media (min-width: 744px) {
  .m-head_list li a {
    padding-left: 30px;
    font-size: 0.875rem;
  }
}
@media print {
  .m-head_list li a {
    padding-left: 30px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .m-head_list li a {
    padding-left: 30px;
    font-size: 1rem;
  }
}
@media print {
  .m-head_list li a {
    padding-left: 30px;
    font-size: 1rem;
  }
}
.m-head_list li a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 12px;
}
@media (min-width: 744px) {
  .m-head_list li a::before {
    top: 7px;
    width: 12px;
    height: 12px;
  }
}
@media print {
  .m-head_list li a::before {
    top: 7px;
    width: 12px;
    height: 12px;
  }
}
.m-head_list li a.current span, .m-head_list li a:hover span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFBDB));
  background: linear-gradient(transparent 60%, #FFFBDB 60%);
}
.m-head_list li a small {
  display: block;
  margin-top: 3px;
  font-size: 0.75em;
}
.m-head_list.products li {
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .m-head_list.products li {
    padding: 13px 0;
  }
}
@media print {
  .m-head_list.products li {
    padding: 13px 0;
  }
}
/*.m-title {
  margin: 0 auto;
  width: 100%;
}
.m-title h2 {
  margin: 0 0 10px;
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  color: #D8D9D9;
  line-height: 1;
  font-style: italic;
  letter-spacing: -0.02em;
  font-size: min(12vw, 2.8125rem);
}
@media (min-width: 744px) {
  .m-title h2 {
    width: min(85vw, 1060px);
    margin: 0 0 15px;
    font-size: 7.16vw;
  }
}
@media print {
  .m-title h2 {
    width: min(85vw, 1060px);
    margin: 0 0 15px;
    font-size: 7.16vw;
  }
}
@media (min-width: 1024px) {
  .m-title h2 {
    margin: 0 0 20px;
    font-size: min(6.25vw, 5.5rem);
  }
}
@media print {
  .m-title h2 {
    margin: 0 0 20px;
    font-size: min(6.25vw, 5.5rem);
  }
}
@media (min-width: 1200px) {
  .m-title h2 {
    margin: 0 0 30px;
  }
}
@media print {
  .m-title h2 {
    margin: 0 0 30px;
  }
}
.m-title h2 img {
  width: 100%;
  height: auto;
}
.m-title a {
  color: #01A7E1;
  font-weight: 700;
  font-size: 0.875rem;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.m-title a:hover {
  opacity: 0.6;
}
.m-title a::before {
  content: "▶";
}
@media (min-width: 1024px) {
  .m-title {
    font-size: 1rem;
  }
}
@media print {
  .m-title {
    font-size: 1rem;
  }
}*/
h2.m-title {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  h2.m-title {
    font-size: 1rem;
  }
}
@media print {}
h2.m-title .font-en {
  margin: 0 0 10px;
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  color: #D8D9D9;
  line-height: 1;
  font-style: italic;
  letter-spacing: -0.02em;
  font-size: min(12vw, 2.8125rem);
  display: block;
}
@media (min-width: 744px) {
  h2.m-title .font-en {
    width: min(85vw, 1060px);
    margin: 0 0 15px;
    font-size: 7.16vw;
  }
}
@media print {}
@media (min-width: 1024px) {
  h2.m-title .font-en {
    margin: 0 0 20px;
    font-size: min(6.25vw, 5.5rem);
  }
}
@media print {}
@media (min-width: 1200px) {
  h2.m-title .font-en {
    margin: 0 0 30px;
  }
}
@media print {}
h2.m-title .font-en img {
  width: 100%;
  height: auto;
}
h2.m-title a {
  color: #01A7E1;
  font-weight: 700;
  font-size: 0.875rem;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
h2.m-title a:hover {
  opacity: 0.6;
}
h2.m-title a::before {
  content: "▶";
}





.m-marker .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  overflow: hidden;
}
.m-marker.markerL .bg-wrap::before {
  animation: markerLAnime 3.6s cubic-bezier(0.55, 1, 0.5, 1) forwards;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #EDEDED));
  background: linear-gradient(transparent 60%, #EDEDED 60%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.m-marker .bg-wrap .inn {
  color: #01A7E1;
  font-size: min(6.7vw, 2.8rem);
  font-weight: 700;
  font-feature-settings: 'palt';
  line-height: 1.4;
  display: block;
  padding: 2px 10px;
  position: relative;
  z-index: 1;
}
@keyframes markerLAnime {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-100%);
  }
  50% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  50%, 100% {
    opacity: 1;
  }
}
h3.m-marker {
  line-height: 1.2;
  margin-bottom: 10px;
}
h3.m-marker a {
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
h3.m-marker a:hover {
  opacity: 0.6;
}
@media (max-width: 743px) {
  h3.m-marker {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  .m-marker .bg-wrap {
    margin-top: 0;
  }
  .m-marker.markerL .bg-wrap::before {
    left: -10px;
    width: calc(100% + 20px);
  }
}
@media (max-width: 743px) {
  .m-slider-products_inner {
    width: calc(100% + 80px);
    margin: 0 0 0 -50px;
    -webkit-transform: translate(0, 0);
    transform: translate(-30px, 0);
  }
}

/*.m-scroll {
  display: none;
  position: fixed;
  top: 50%;
  z-index: 100;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  opacity: 0;
  left: 5px;
  width: 12px;
  cursor: pointer;
}
.m-scroll.show {
  opacity: 1;
}
@media (min-width: 744px) {
  .m-scroll {
    display: block;
    left: 5px;
    width: 12px;
  }
}
@media print {
  .m-scroll {
    display: block;
    left: 5px;
    width: 12px;
  }
}
@media (min-width: 1024px) {
  .m-scroll {
    left: 5px;
    width: 12px;
  }
}
@media print {
  .m-scroll {
    left: 5px;
    width: 12px;
  }
}
@media (min-width: 1200px) {
  .m-scroll {
    left: 10px;
    width: 12px;
  }
}
@media print {
  .m-scroll {
    left: 10px;
    width: 12px;
  }
}
.m-scroll img {
  width: 100%;
  height: auto;
}*/

.m-scroll {
  /*display: none;*/
  position: fixed;
  top: 55%;
  z-index: 100;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.5s ease opacity;
  transition: 0.5s ease opacity;
  opacity: 0;
  left: 5px;
  width: 12px;
  cursor: pointer;
}
.m-scroll.show {
  opacity: 1;
}
@media (min-width: 744px) {
  .m-scroll {
    top: 50%;
    display: block;
    left: 5px;
    width: 12px;
  }
}
@media print {}
@media (min-width: 1024px) {
  .m-scroll {
    left: 5px;
    width: 12px;
  }
}
@media print {}
@media (min-width: 1200px) {
  .m-scroll {
    left: 10px;
    width: 12px;
  }
}
@media print {}

.m-scroll-arrow_ttl {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  white-space: nowrap;
}
.m-scroll-arrow_ttl span {
  color: #01A7E1;
}
.m-scroll-arrow_bdr {
  animation: scrollUp1 1.5s ease infinite;
  background: transparent;
  border-radius: 100%;
  position: relative;
  margin: 0 0 65px 8px;
  height: 60px;
  width: 1px;
}
.m-scroll-arrow_bdr:before{
  content: "";
  background: linear-gradient(transparent, #01A7E1, transparent);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@keyframes scrollUp1 {
  0%{
    transform-origin: bottom;
    transform: scaleY(0);
  }
  45%{
    transform-origin: bottom;
    transform: scaleY(1);
  }
  55%{
    transform-origin: top;
    transform: scaleY(1);
  }
  100%{
    transform-origin: top;
    transform: scaleY(0);
  }
}
@media (min-width: 744px) {
  .m-scroll-arrow_ttl {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .m-scroll-arrow_bdr {
    margin: 0 0 85px 11px;
    height: 80px;
    width: 1px;
  }
}
@media print {}


.m-slider-kv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
  overflow: hidden;
}
.m-slider-kv_container {
  width: 140%;
  -webkit-transform: rotate(45deg) translate(10vw, 43vw) scale(2);
          transform: rotate(45deg) translate(10vw, 43vw) scale(2);
  /*-webkit-transform: rotate(-15deg) translate(80vw, -3vw);
          transform: rotate(-15deg) translate(80vw, -3vw);*/
}
@media (min-width: 744px) {
  .m-slider-kv_container {
    -webkit-transform: rotate(45deg) translate(8vw, 2vw);
            transform: rotate(45deg) translate(8vw, 2vw);
    /*-webkit-transform: rotate(-15deg) translate(68vw, -22vw);
            transform: rotate(-15deg) translate(68vw, -22vw);*/
  }
}
@media print {
  .m-slider-kv_container {
    -webkit-transform: rotate(45deg) translate(8vw, 2vw);
            transform: rotate(45deg) translate(8vw, 2vw);
    /*-webkit-transform: rotate(-15deg) translate(68vw, -22vw);
            transform: rotate(-15deg) translate(68vw, -22vw);*/
  }
}
.m-slider-kv .swiper-slide {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
  /*-webkit-transform: rotate(15deg) !important;
          transform: rotate(15deg) !important;*/
  width: min(42vw, 600px);
}
@media (min-width: 744px) {
  .m-slider-kv .swiper-slide {
    width: min(50vw, 700px);
  }
}
@media print {}
@media (min-width: 1024px) {
  .m-slider-kv .swiper-slide {
    width: min(46.2vw, 660px);
  }
}
@media print {}

/*.swiper-slide.swiper-slide-prev {transform: rotate(-45deg) translate(120px, -60px) !important;}
.swiper-slide.swiper-slide-next {transform: rotate(-45deg) translate(120px, -60px) !important;}*/

.m-slider-kv .swiper-slide .m-slider-kv_img {
  opacity: 0;
}
.m-slider-kv .swiper-slide.swiper-slide-prev .m-slider-kv_img {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0.5;
  translate: 60% -22%;
  /*translate: 15% -5%;*/
}
.m-slider-kv .swiper-slide.swiper-slide-prev .m-slider-kv_img::before {
  opacity: 0.5;
}
.m-slider-kv .swiper-slide.swiper-slide-active .m-slider-kv_img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.m-slider-kv .swiper-slide.swiper-slide-next .m-slider-kv_img {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0.5;
  translate: 0% -10%;
  /*translate: 50% -40%;*/
}
.m-slider-kv .swiper-slide.swiper-slide-next .m-slider-kv_img::before {
  opacity: 0.5;
}
.m-slider-kv_img {
  position: relative;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: 0.6s ease 0.1s;
  transition: 0.6s ease 0.1s;
}
.m-slider-kv_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #01A7E1;
  opacity: 0;
  -webkit-transition: 0.6s ease 0.1s;
  transition: 0.6s ease 0.1s;
}
.m-slider-kv_img picture img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.6s ease 0.1s;
  transition: 0.6s ease 0.1s;
}
_:lang(x) + _:-webkit-full-screen-document rt, ruby rt {
  line-height: 1;
  -webkit-transform: translate(0, 5px) !important;
          transform: translate(0, 5px) !important;
}
@media (min-width: 1024px) {
  _:lang(x) + _:-webkit-full-screen-document rt, ruby rt {
    line-height: 1;
    -webkit-transform: translate(0, 8px) !important;
            transform: translate(0, 8px) !important;
  }
}
@media print {
  _:lang(x) + _:-webkit-full-screen-document rt, ruby rt {
    line-height: 1;
    -webkit-transform: translate(0, 8px) !important;
            transform: translate(0, 8px) !important;
  }
}

@-moz-document url-prefix() {
  rt {
    line-height: 1;
    margin-bottom: -5px;
  }
  @media (min-width: 744px) {
    rt {
      line-height: 1;
      margin-bottom: -10px;
    }
  }
  @media print {
    rt {
      line-height: 1;
      margin-bottom: -10px;
    }
  }
}
.m-slider-text {
  margin-top: 70vw;
  width: 100%;
}
@media (min-width: 744px) {
  .m-slider-text {
    margin-top: 30vw;
  }
}
@media print {}
@media (min-width: 1024px) {
  .m-slider-text {
    margin: 0;
  }
  .m-slider-text .swiper-slide.swiper-slide-01 {
    margin-top: 12vw;
  }
  .m-slider-text .swiper-slide.swiper-slide-02 {
    margin-top: 9.6vw;
  }
  .m-slider-text .swiper-slide.swiper-slide-03 {
    margin-top: 8.2vw;
  }
}
@media print {}
.m-slider-text .swiper-slide {
  -webkit-transition: 1.2s ease opacity;
  transition: 1.2s ease opacity;
}
.m-slider-text_text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
          justify-content: flex-end;
  width: 100%;
  color: #01A7E1;
  font-size: max(2.04rem, 9.84vw);
  font-weight: 700;
  letter-spacing: 0.6rem;
  line-height: 1.25;
}
.m-slider-text_text rt {
  font-size: 0.2em;
}
@media (max-width: 640px) {
  .m-slider-text_text {
    font-size: max(1.5rem, 8.6vw);
  }
}
@media (max-width: 743px) {
  .m-slider-text_text {
    font-size: max(1.5rem, 8.6vw);
  }
}
@media (min-width: 744px) {
  .m-slider-text_text {
    margin-top: 0;
    font-size: min(6.25vw, 4rem);
  }
  .m-slider-text_text rt {
    font-size: 0.2em;
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}
@media print {}
@media (min-width: 1024px) {
  .m-slider-text_text {
    margin: 0 0 30px;
    font-size: min(5.64vw, 4.95rem);
  }
  .m-slider-text_text rt {
    font-size: 0.2em;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
@media print {}
.m-slider-text_img {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;
}
.m-slider-text_img img {
  width: 100%;
  height: auto;
}
@media (min-width: 744px) {
  .m-slider-text {
    width: min(77vw, 770px);
  }
}
@media print {}
.m-slider-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 744px) {
  .m-slider-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media print {
  .m-slider-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .m-slider-info.product {
    margin-top: 60px;
  }
}
@media print {
  .m-slider-info.product {
    margin-top: 60px;
  }
}
.m-slider-info_nav {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 50%;
}
@media (min-width: 744px) {
  .m-slider-info_nav {
    margin-top: 0;
    padding-right: 40px;
    width: 250px;
  }
}
@media print {
  .m-slider-info_nav {
    margin-top: 0;
    padding-right: 40px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .m-slider-info_nav {
    padding-right: 50px;
    width: 400px;
  }
}
@media print {
  .m-slider-info_nav {
    padding-right: 50px;
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .m-slider-info_nav {
    padding-right: 70px;
    width: 460px;
  }
}
@media print {
  .m-slider-info_nav {
    padding-right: 70px;
    width: 460px;
  }
}
.m-slider-info_nav .swiper-pagination-info {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 6px;
}
.m-slider-info_nav .swiper-pagination-info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #84CEF3;
}
@media (min-width: 744px) {
  .m-slider-info_nav .swiper-pagination-info {
    height: 12px;
  }
}
@media print {
  .m-slider-info_nav .swiper-pagination-info {
    height: 12px;
  }
}
.m-slider-info_container {
  position: relative;
  margin-top: 60px;
  width: calc(100% - 30px);
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
@media (min-width: 744px) {
  .m-slider-info_container {
    margin-top: 0;
    width: calc(100% - 250px);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media print {
  .m-slider-info_container {
    margin-top: 0;
    width: calc(100% - 250px);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (min-width: 1024px) {
  .m-slider-info_container {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: calc(100% - 400px);
  }
}
@media print {
  .m-slider-info_container {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: calc(100% - 400px);
  }
}
@media (min-width: 1200px) {
  .m-slider-info_container {
    width: calc(100% - 460px);
  }
}
@media print {
  .m-slider-info_container {
    width: calc(100% - 460px);
  }
}
.m-slider-info .js-slider-info {
  overflow: hidden;
}
.m-slider-info_item {
  display: block;
  width: 300px !important;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.m-slider-info_item:hover {
  opacity: 0.6;
}
@media (min-width: 744px) {
  .m-slider-info_item {
    width: 500px !important;
  }
}
@media print {
  .m-slider-info_item {
    width: 500px !important;
  }
}
@media (min-width: 1024px) {
  .m-slider-info_item {
    width: 600px !important;
  }
}
@media print {
  .m-slider-info_item {
    width: 600px !important;
  }
}
.m-slider-info_item img {
  width: 100%;
  height: auto;
}
.m-slider-info_item.product {
  width: 300px !important;
}
@media (min-width: 744px) {
  .m-slider-info_item.product {
    width: 300px !important;
  }
}
@media print {
  .m-slider-info_item.product {
    width: 300px !important;
  }
}
@media (min-width: 1024px) {
  .m-slider-info_item.product {
    width: 420px !important;
  }
}
@media print {
  .m-slider-info_item.product {
    width: 420px !important;
  }
}
.m-slider-info .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 10px;
  height: 15px;
  -webkit-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (min-width: 744px) {
  .m-slider-info .swiper-button {
    width: 20px;
    height: 30px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media print {
  .m-slider-info .swiper-button {
    width: 20px;
    height: 30px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (min-width: 1024px) {
  .m-slider-info .swiper-button {
    width: 20px;
    height: 30px;
  }
}
@media print {
  .m-slider-info .swiper-button {
    width: 20px;
    height: 30px;
  }
}
.m-slider-info .swiper-button.swiper-info-button-prev {
  background-image: url("/assets/img/icon/icon-slider-angle-right.svg");
}
@media (min-width: 744px) {
  .m-slider-info .swiper-button.swiper-info-button-prev {
    left: -30px;
  }
}
@media print {
  .m-slider-info .swiper-button.swiper-info-button-prev {
    left: -30px;
  }
}
@media (min-width: 1024px) {
  .m-slider-info .swiper-button.swiper-info-button-prev {
    left: -60px;
  }
}
@media print {
  .m-slider-info .swiper-button.swiper-info-button-prev {
    left: -60px;
  }
}
.m-slider-info .swiper-button.swiper-info-button-next {
  display: none;
}
.m-slider-products {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 744px) {
  .m-slider-products {
    /*-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;*/
  }
}
@media print {
  .m-slider-products {
    /*-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;*/
  }
}
.m-slider-products {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.m-slider-products_inner {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  /*max-width: 1200px;*/
  -webkit-transform: translate(-10%, 0);
          transform: translate(-10%, 0);
}
@media (min-width: 744px) {
  .m-slider-products_inner {
    -webkit-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
  }
}
@media print {
  .m-slider-products_inner {
    -webkit-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
  }
}
@media (min-width: 1024px) {
  .m-slider-products_inner {
    -webkit-transform: translate(-16%, 0);
            transform: translate(-16%, 0);
  }
}
@media print {
  .m-slider-products_inner {
    -webkit-transform: translate(-16%, 0);
            transform: translate(-16%, 0);
  }
}

/*.m-slider-products_container {
  position: relative;
  margin-top: 60px;
  width: calc(100% - 30px);
}
@media (min-width: 744px) {
  .m-slider-products_container {
    margin-top: 0;
    width: calc(100% - 250px);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media print {
}
@media (min-width: 1024px) {
  .m-slider-products_container {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: calc(100% - 400px);
  }
}
@media print {
}
@media (min-width: 1200px) {
  .m-slider-products_container {
    width: calc(100% - 460px);
    padding-right: 390px;
  }
}
@media print {
}*/
/*.m-slider-products_inner {
  position: relative;
  margin-top: 60px;
  width: calc(100% - 30px);
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
@media (min-width: 744px) {
  .m-slider-products_inner {
    margin-top: 0;
    width: calc(100% - 250px);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media print {
  .m-slider-products_inner {
    margin-top: 0;
    width: calc(100% - 250px);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (min-width: 1024px) {
  .m-slider-products_inner {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: calc(100% - 400px);
  }
}
@media print {
  .m-slider-products_inner {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: calc(100% - 400px);
  }
}
@media (min-width: 1200px) {
  .m-slider-products_inner {
    width: calc(100% - 460px);
  }
}
@media print {
  .m-slider-products_inner {
    width: calc(100% - 460px);
  }
}*/
.m-slider-products .js-slider-products {
  overflow: hidden;
}
.m-slider-products a {
  display: block;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  width: 200px;
}
.m-slider-products a:hover {
  opacity: 0.6;
}
@media (min-width: 744px) {
  .m-slider-products a {
    width: 290px;
  }
}
@media print {
  .m-slider-products a {
    width: 290px;
  }
}
@media (min-width: 1024px) {
  .m-slider-products a {
    width: 290px;
  }
}
@media print {
  .m-slider-products a {
    width: 290px;
  }
}
.m-slider-products a img {
  width: 100%;
  height: auto;
}
.m-news_list {
  width: 100%;
}
.m-news_list dl {
  position: relative;
  padding: 30px 0 0;
}

@media (min-width: 1200px) {
  .m-news_list dl {
    padding: 40px 0 0;
  }
}
@media print {
  .m-news_list dl {
    padding: 40px 0 0;
  }
}
.m-news_list dl:nth-child(1) {
  margin-top: -40px;
  /*padding-top: 0;*/
}
.m-news_list dl::after {
  content: "";
  position: absolute;
  top: calc(50% + 10px);
  right: 0;
  width: 27px;
  height: 5px;
  background-image: url("/assets/img/icon/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, calc(-50% + 2.5px));
          transform: translate(0, calc(-50% + 2.5px));
}
.m-news_list dl:has(dd a:hover)::after {
  -webkit-animation-name: slideInLAnime;
          animation-name: slideInLAnime;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes slideInLAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInLAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 744px) {
  .m-news_list dl::after {
    width: 36px;
    height: 7px;
    -webkit-transform: translate(0, calc(-50% + 3.5px));
            transform: translate(0, calc(-50% + 3.5px));
  }
}
@media print {
  .m-news_list dl::after {
    width: 36px;
    height: 7px;
    -webkit-transform: translate(0, calc(-50% + 3.5px));
            transform: translate(0, calc(-50% + 3.5px));
  }
}
.m-news_list dt {
  font-size: 0.6875rem;
  color: #01A7E1;
}
@media (min-width: 1024px) {
  .m-news_list dt {
    font-size: 0.875rem;
  }
}
@media print {
  .m-news_list dt {
    font-size: 0.875rem;
  }
}
.m-news_list dd {
  padding: 0 0 20px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #D8D9D9;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (min-width: 744px) {
  .m-news_list dd {
    font-size: 1.125rem;
  }
}
@media print {
  .m-news_list dd {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .m-news_list dd {
    padding: 0 0 20px;
  }
}
@media print {
  .m-news_list dd {
    padding: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .m-news_list dd {
    padding: 0 0 30px;
  }
}
@media print {
  .m-news_list dd {
    padding: 0 0 30px;
  }
}
.m-news_list dd a {
  position: relative;
  display: block;
  padding: 10px 50px 10px 0;
  color: #666666;
}
@media (min-width: 744px) {
  .m-news_list dd a {
    padding: 10px 50px 10px 0;
  }
}
@media print {
  .m-news_list dd a {
    padding: 10px 50px 10px 0;
  }
}
.m-news_list dd a:hover {
  text-decoration: underline;
}
@media (max-width: 743px) {
  .m-news_list dl {
    padding: 30px 0 0;
  }
  .m-news_list dl::after {
    right: 15px;
  }
  .m-news_list dt {
    padding: 0 15px;
  }
  .m-news_list dd {
    padding: 0 15px 20px;
  }
}
.m-news_button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .m-news_button {
    margin-top: 40px;
  }
}
@media print {
  .m-news_button {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .m-news_button {
    margin-top: 60px;
  }
}
@media print {
  .m-news_button {
    margin-top: 60px;
  }
}
.m-news_button a {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  color: #01A7E1;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.m-news_button a:hover {
  opacity: 0.6;
}
.m-news_button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  width: 27px;
  height: 5px;
  background-image: url("/assets/img/icon/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 744px) {
  .m-news_button a::afteR {
    right: -45px;
    width: 40px;
    height: 6px;
  }
}
@media print {
  .m-news_button a::afteR {
    right: -45px;
    width: 40px;
    height: 6px;
  }
}
@media (min-width: 1200px) {
  .m-news_button a {
    font-size: 1.25rem;
  }
}
@media print {
  .m-news_button a {
    font-size: 1.25rem;
  }
}
.m-content {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1060px;
  padding-top: 100px;
}
@media (min-width: 744px) {
  .m-content {
    padding: 0 30px;
  }
}
@media print {
  .m-content {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .m-content {
    padding: 0 30px;
  }
}
@media print {
  .m-content {
    padding: 0 30px;
  }
}
.m-content p, .m-content a, .m-content li, .m-content dl {
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .m-content p, .m-content a, .m-content li, .m-content dl {
    font-size: 1rem;
  }
}
@media print {
  .m-content p, .m-content a, .m-content li, .m-content dl {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .m-content p, .m-content a, .m-content li, .m-content dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media print {
  .m-content p, .m-content a, .m-content li, .m-content dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.m-content p {
  margin-top: 1.5em;
}
.m-content h2 + p, .m-content h3 + p, .m-content h4 + p {
  margin-top: 0;
}
.m-content a {
  color: #01A7E1;
}
@media (min-width: 744px) {
  .m-content {
    padding-top: 140px;
  }
}
@media print {
  .m-content {
    padding-top: 140px;
  }
}
@media (min-width: 1024px) {
  .m-content {
    padding-top: 188px;
  }
}
@media print {
  .m-content {
    padding-top: 188px;
  }
}
.m-content.pdt0 {
  padding-top: 0;
}
.m-content h2 {
  color: #01A7E1;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.m-content h2.center {
  text-align: center;
}
@media (min-width: 744px) {
  .m-content h2 {
    font-size: 2rem;
  }
}
@media print {
  .m-content h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .m-content h2 {
    margin-bottom: 60px;
    font-size: 3rem;
  }
}
@media print {
  .m-content h2 {
    margin-bottom: 60px;
    font-size: 3rem;
  }
}
.m-content h3 {
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 744px) {
  .m-content h3 {
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}
@media print {
  .m-content h3 {
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .m-content h3 {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
@media print {
  .m-content h3 {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.m-content h4 {
  margin: 0.5em 0;
  color: #01A7E1;
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .m-content h4 {
    font-size: 1.125rem;
  }
}
@media print {
  .m-content h4 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .m-content h4 {
    font-size: 1.5rem;
  }
}
@media print {
  .m-content h4 {
    font-size: 1.5rem;
  }
}
.m-content p, .m-content li, .m-content dl {
  margin-top: 1em;
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .m-content p, .m-content li, .m-content dl {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
@media print {
  .m-content p, .m-content li, .m-content dl {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .m-content p, .m-content li, .m-content dl {
    margin-top: 1.5em;
    font-size: 1.125rem;
  }
}
@media print {
  .m-content p, .m-content li, .m-content dl {
    margin-top: 1.5em;
    font-size: 1.125rem;
  }
}
.m-content a {
  text-decoration: underline;
}
.m-content picture > img {
  margin-top: 30px;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .m-content picture > img {
    margin-top: 60px;
  }
}
@media print {
  .m-content picture > img {
    margin-top: 60px;
  }
}
.m-content > img {
  margin-top: 30px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .m-content > img {
    margin-top: 60px;
  }
}
@media print {
  .m-content > img {
    margin-top: 60px;
  }
}
.m-content2 {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1260px;
  padding-top: 120px;
}
@media (min-width: 744px) {
  .m-content2 {
    padding: 0 30px;
  }
}
@media print {
  .m-content2 {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .m-content2 {
    padding: 0 30px;
  }
}
@media print {
  .m-content2 {
    padding: 0 30px;
  }
}
.m-content2 p, .m-content2 a, .m-content2 li, .m-content2 dl {
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .m-content2 p, .m-content2 a, .m-content2 li, .m-content2 dl {
    font-size: 1rem;
  }
}
@media print {
  .m-content2 p, .m-content2 a, .m-content2 li, .m-content2 dl {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .m-content2 p, .m-content2 a, .m-content2 li, .m-content2 dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media print {
  .m-content2 p, .m-content2 a, .m-content2 li, .m-content2 dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.m-content2 p {
  margin-top: 1.5em;
}
.m-content2 h2 + p, .m-content2 h3 + p, .m-content2 h4 + p {
  margin-top: 0;
}
.m-content2 a {
  color: #01A7E1;
}
@media (min-width: 744px) {
  .m-content2 {
    padding-top: 140px;
  }
}
@media print {
  .m-content2 {
    padding-top: 140px;
  }
}
@media (min-width: 1024px) {
  .m-content2 {
    padding-top: 188px;
  }
}
@media print {
  .m-content2 {
    padding-top: 188px;
  }
}
.m-content2.pdt0 {
  padding-top: 0;
}
.m-content2 h2 {
  color: #01A7E1;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.m-content2 h2.center {
  text-align: center;
}
@media (min-width: 744px) {
  .m-content2 h2 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
@media print {
  .m-content2 h2 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .m-content2 h2 {
    margin-bottom: 60px;
    font-size: 3rem;
  }
}
@media print {
  .m-content2 h2 {
    margin-bottom: 60px;
    font-size: 3rem;
  }
}
.m-content2 h3 {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .m-content2 h3 {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 2.25rem;
  }
}
@media print {
  .m-content2 h3 {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 2.25rem;
  }
}
.m-content2 h3.small {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 744px) {
  .m-content2 h3.small {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media print {
  .m-content2 h3.small {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .m-content2 h3.small {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
@media print {
  .m-content2 h3.small {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.m-content2 p, .m-content2 li, .m-content2 dl {
  margin-top: 0.875rem;
}
@media (min-width: 744px) {
  .m-content2 p, .m-content2 li, .m-content2 dl {
    margin-top: 1rem;
  }
}
@media print {
  .m-content2 p, .m-content2 li, .m-content2 dl {
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .m-content2 p, .m-content2 li, .m-content2 dl {
    margin-top: 1.5rem;
  }
}
@media print {
  .m-content2 p, .m-content2 li, .m-content2 dl {
    margin-top: 1.5rem;
  }
}
.m-content2 h2 + p {
  margin-top: 20px;
}
.m-content2 > img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .m-content2 > img {
    margin-top: 60px;
  }
}
@media print {
  .m-content2 > img {
    margin-top: 60px;
  }
}
.m-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.m-inner.size770 {
  margin: 0 auto;
  width: 100%;
  max-width: 770px;
}
.bg-up-layer {
  position: relative;
  z-index: 10;
}

.bg-left {
  position: relative;
  z-index: 1;
}
.bg-left::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  width: 100%;
  height: 150%;
  min-height: 500px;
  background-size: contain;
}
@media (min-width: 744px) {
  .bg-left::after {
    min-height: 1000px;
  }
}
@media print {
  .bg-left::after {
    min-height: 1000px;
  }
}
@media (min-width: 1024px) {
  .bg-left::after {
    min-height: 2000px;
  }
}
@media print {
  .bg-left::after {
    min-height: 2000px;
  }
}
.bg-left::after {
  left: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/bg/bg-left.png");
}
.bg-left.top::before {
  -webkit-transform: translate(0, -70%);
          transform: translate(0, -70%);
}
.bg-left.center::before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.bg-left.bottom::before {
  -webkit-transform: translate(0, -20%);
          transform: translate(0, -20%);
}

.bg-right {
  position: relative;
  z-index: 1;
}
.bg-right::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  width: 100%;
  height: 150%;
  min-height: 500px;
  background-size: contain;
}
@media (min-width: 744px) {
  .bg-right::after {
    min-height: 1000px;
  }
}
@media print {
  .bg-right::after {
    min-height: 1000px;
  }
}
@media (min-width: 1024px) {
  .bg-right::after {
    min-height: 2000px;
  }
}
@media print {
  .bg-right::after {
    min-height: 2000px;
  }
}
.bg-right::after {
  top: 50%;
  right: 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/bg/bg-right.png");
}
.bg-right.top::before {
  -webkit-transform: translate(0, -70%);
          transform: translate(0, -70%);
}
.bg-right.center::before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.bg-right.bottom::before {
  -webkit-transform: translate(0, -20%);
          transform: translate(0, -20%);
}
.bg-right.bottom-up::before {
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}

.bg {
  position: relative;
}
.bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 150%;
  min-height: 500px;
  background-size: contain;
}
@media (min-width: 744px) {
  .bg::before {
    min-height: 1000px;
  }
}
@media print {
  .bg::before {
    min-height: 1000px;
  }
}
@media (min-width: 1024px) {
  .bg::before {
    min-height: 2000px;
  }
}
@media print {
  .bg::before {
    min-height: 2000px;
  }
}
.bg.left-top::before {
  top: 50%;
  left: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/bg/bg-left.png");
  -webkit-transform: translate(0, -70%);
          transform: translate(0, -70%);
}
.bg.left-center::before {
  top: 50%;
  left: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/bg/bg-left.png");
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.bg.left-bottom::before {
  top: 50%;
  left: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/bg/bg-left.png");
  -webkit-transform: translate(0, -20%);
          transform: translate(0, -20%);
}
.bg.left-bottom-up::before {
  top: 50%;
  left: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/bg/bg-left.png");
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}
.bg.right-top::before {
  top: 50%;
  right: 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/bg/bg-right.png");
  -webkit-transform: translate(0, -70%);
          transform: translate(0, -70%);
}
.bg.right-center::before {
  top: 50%;
  right: 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/bg/bg-right.png");
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.bg.right-bottom::before {
  top: 50%;
  right: 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/bg/bg-right.png");
  -webkit-transform: translate(0, -20%);
          transform: translate(0, -20%);
}
.m-navLink {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1260px;
  margin-top: 60px;
}
@media (min-width: 744px) {
  .m-navLink {
    padding: 0 30px;
  }
}
@media print {
  .m-navLink {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .m-navLink {
    padding: 0 30px;
  }
}
@media print {
  .m-navLink {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .m-navLink {
    margin-top: 120px;
  }
}
@media print {
  .m-navLink {
    margin-top: 120px;
  }
}
.m-navLink.wide {
  position: relative;
  z-index: 1;
  margin: 90px auto 0;
  padding: 0 20px;
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 744px) {
  .m-navLink.wide {
    padding: 0 30px;
  }
}
@media print {
  .m-navLink.wide {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .m-navLink.wide {
    padding: 0 30px;
  }
}
@media print {
  .m-navLink.wide {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .m-navLink.wide {
    margin-top: 120px;
  }
}
@media print {
  .m-navLink.wide {
    margin-top: 120px;
  }
}
.m-column {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.m-column .wrap {
  flex-wrap: wrap;
}
@media (min-width: 744px) {
  .m-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media print {
  .m-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.m-column_half {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 744px) {
  .m-column_half {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media print {
  .m-column_half {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.m-column_half .top {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-left: -20px;
  width: calc(100% + 40px);
}
@media (min-width: 744px) {
  .m-column_half .top {
    margin-left: -30px;
    width: calc(100% + 60px);
  }
}
@media print {
  .m-column_half .top {
    margin-left: -30px;
    width: calc(100% + 60px);
  }
}
.m-column_half .top img {
  width: 100%;
  height: auto;
}
.m-column_half .left, .m-column_half .right {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 744px) {
  .m-column_half .left, .m-column_half .right {
    width: 47%;
  }
}
@media print {
  .m-column_half .left, .m-column_half .right {
    width: 47%;
  }
}
.m-column_half .right {
  margin-top: 40px;
}
@media (min-width: 744px) {
  .m-column_half .right {
    margin-top: 0;
  }
}
@media print {
  .m-column_half .right {
    margin-top: 0;
  }
}
.m-column_half img {
  width: 100%;
  height: auto;
}

.m-column2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 744px) {
  .m-column2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media print {
  .m-column2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.m-list > dl {
  display: -webkit-box;
  display: flex;
  margin-bottom: 1rem;
}
.m-list > dl:last-child {
  margin: 0;
}
@media (min-width: 1024px) {
  .m-list > dl {
    margin-bottom: 30px;
  }
}
@media print {
  .m-list > dl {
    margin-bottom: 30px;
  }
}
.m-list > dl > dt {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 5em;
}
@media (min-width: 1024px) {
  .m-list > dl > dt {
    width: 8em;
  }
}
@media print {
  .m-list > dl > dt {
    width: 8em;
  }
}
.m-list > dl > dd {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
.m-list > dl > dd a, .m-list > dl > dd span {
  color: #01A7E1;
}
.m-list .inner {
  margin-top: 1.5rem;
}
.m-list .inner dd {
  padding-left: 1rem;
}
.m-list-arrow li {
  list-style-type: none;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.m-list-arrow li::before {
  content: "▶";
  color: #D8D9D9;
  padding-right: 0.5rem;
}
.m-history dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  padding-top: 15px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #D8D9D9;
}
.m-history dl:last-child {
  border-width: 1px 0;
}
@media (min-width: 744px) {
  .m-history dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding-top: 30px;
  }
}
@media print {
  .m-history dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding-top: 30px;
  }
}
.m-history dl dt {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
@media (min-width: 744px) {
  .m-history dl dt {
    width: 8em;
    margin-bottom: 30px;
  }
}
@media print {
  .m-history dl dt {
    width: 8em;
    margin-bottom: 30px;
  }
}
.m-history dl dd {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin-bottom: 15px;
}
@media (min-width: 744px) {
  .m-history dl dd {
    width: calc(100% - 8em);
    margin-bottom: 30px;
  }
}
@media print {
  .m-history dl dd {
    width: calc(100% - 8em);
    margin-bottom: 30px;
  }
}
.m-history dl dd a {
  color: #01A7E1;
  text-decoration: underline;
}
.m-history dl dd span {
  color: #01A7E1;
  text-decoration: none;
}
.m-archive_item_wrap {
  position: relative;
}
.m-archive_item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  color: #666666;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #D8D9D9;
  padding: 20px 0 20px;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
@media (min-width: 744px) {
  .m-archive_item {
    padding: 20px 0;
  }
}
@media print {
  .m-archive_item {
    padding: 20px 0;
  }
}
@media (min-width: 1024px) {
  .m-archive_item {
    padding: 30px 0;
  }
}
@media print {
  .m-archive_item {
    padding: 30px 0;
  }
}
.m-archive_item .img {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 100px;
}
.m-archive_item .img img {
  width: 100%;
  height: auto;
}
.p-listerature_archive .m-archive_item .img {
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  height: 75px;
  width: 75px;
}
.p-listerature_archive .m-archive_item .img img {
  width: 100%;
  height: auto;
  min-width: 75px;
  min-height: 75px;
}
.p-listerature_archive .m-archive_item .img a {
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.p-listerature_archive .m-archive_item .img a:hover {
  opacity: 0.6;
}
@media (min-width: 744px) {
  .m-archive_item .img {
    width: 150px;
  }
  .p-listerature_archive .m-archive_item .img {
    height: 150px;
    width: 150px;
  }
  .p-listerature_archive .m-archive_item .img img {
    min-width: 150px;
    min-height: 150px;
  }
}
@media print {
  .m-archive_item .img {
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .m-archive_item .img {
    width: 200px;
  }
  .p-listerature_archive .m-archive_item .img {
    height: 180px;
    width: 180px;
  }
  .p-listerature_archive .m-archive_item .img img {
    min-width: 180px;
    min-height: 180px;
  }
}
@media print {
  .m-archive_item .img {
    width: 200px;
  }
  .p-listerature_archive .m-archive_item .img {
    height: 180px;
    width: 180px;
  }
  .p-listerature_archive .m-archive_item .img img {
    min-width: 180px;
    min-height: 180px;
  }
}
.m-archive_item .content {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding-left: 12px;
}
@media (min-width: 744px) {
  .m-archive_item .content {
    padding-left: 20px;
  }
}
@media print {
  .m-archive_item .content {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .m-archive_item .content {
    padding-left: 40px;
  }
}
@media print {
  .m-archive_item .content {
    padding-left: 40px;
  }
}
.m-archive_bottom {
  margin-top: 5px;
}
.p-listerature_archive .m-archive_bottom {}
.m-archive_item .place {
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
}
.m-archive_item .title {
  margin-top: 5px;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.m-archive_item .title {
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.m-archive_item a {
  color: #606060;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.m-archive_item a:hover {
  opacity: 0.6;
}
.m-archive_item .author {
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
}
.m-archive_item .book {
  margin: 6px 0 10px;
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
}
@media (min-width: 744px) {
  .m-archive_item .place {
    font-size: 0.875rem;
  }
  .m-archive_item .title {
    font-size: 1.125rem;
  }
  .m-archive_item .author {
    font-size: 1rem;
  }
  .m-archive_item .book {
    margin: 16px 0;
    font-size: 0.875rem;
  }
}
@media print {
  .m-archive_item .place {
    font-size: 0.875rem;
  }
  .m-archive_item .title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .m-archive_bottom {
    margin-top: 20px;
  }
  .p-listerature_archive .m-archive_bottom {
    margin-top: 10px;
  }
  .m-archive_item .place {
    font-size: 1.125rem;
  }
  .m-archive_item .title {
    font-size: 1.5rem;
  }
}
@media print {
  .m-archive_bottom {
    margin-top: 20px;
  }
  .p-listerature_archive .m-archive_bottom {
    margin-top: 10px;
  }
  .m-archive_item .place {
    font-size: 1.125rem;
  }
  .m-archive_item .title {
    font-size: 1.5rem;
  }
}
.m-archive_button {
  margin: 50px auto 0;
  width: 42px;
}
.m-archive_button img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .m-archive_button {
    margin: 80px auto 0;
    width: 84px;
  }
}
@media print {
  .m-archive_button {
    margin: 80px auto 0;
    width: 84px;
  }
}
.m-archive_link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .m-archive_link {
    padding-top: 50px;
  }
}
@media print {
  .m-archive_link {
    padding-top: 50px;
  }
}
.m-archive_link a {
  position: relative;
  display: block;
  padding-right: 25px;
  font-size: 0.75rem;
  color: #01A7E1;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.m-archive_link a:hover {
  opacity: 0.6;
}
@media (min-width: 744px) {
  .m-archive_link a {
    padding-right: 30px;
    font-size: 1rem;
  }
}
@media print {
  .m-archive_link a {
    padding-right: 30px;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .m-archive_link a {
    padding-right: 50px;
    font-size: 1.5rem;
  }
}
@media print {
  .m-archive_link a {
    padding-right: 50px;
    font-size: 1.5rem;
  }
}
.m-archive_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  background-image: url("/assets/img/icon/icon-arrow3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  width: 16px;
  height: 3px;
}
@media (min-width: 744px) {
  .m-archive_link a::after {
    width: 24px;
    height: 5px;
  }
}
@media print {
  .m-archive_link a::after {
    width: 24px;
    height: 5px;
  }
}
@media (min-width: 1024px) {
  .m-archive_link a::after {
    width: 32px;
    height: 6px;
  }
}
@media print {
  .m-archive_link a::after {
    width: 32px;
    height: 6px;
  }
}
.m-archive_links {
  overflow: auto;
  margin-top: 50px;
}
.m-archive_links ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.m-archive_links ul li {
  margin: 0 5px 5px;
}
.m-archive_links a {
  color: #01A7E1;
  font-weight: 700;
  margin: 0 5px;
  font-size: 0.75rem;
  letter-spacing: 0;
}
.m-archive_links a.current {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFBDB));
  background: linear-gradient(transparent 60%, #FFFBDB 60%);
}
@media (min-width: 744px) {
  .m-archive_links {
    margin-top: 80px;
  }
}
@media print {
  .m-archive_links {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  .m-archive_links {
    margin-top: 200px;
  }
  .m-archive_links a {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin: 0 12px;
    font-size: 1.5rem;
  }
}
@media print {
  .m-archive_links {
    margin-top: 200px;
  }
  .m-archive_links a {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin: 0 12px;
    font-size: 1.5rem;
  }
}
.m-list-products {
  margin-top: 20px;
}
/*@media (min-width: 1024px) {
  .m-list-products {
    margin-top: 20px;
  }
}
@media print {
  .m-list-products {
    margin-top: 20px;
  }
}*/
.m-list-products li {
  position: relative;
  margin-top: 10px;
  padding-left: 1.5em;
}
.m-list-products li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "▶";
  color: #d8d9d9;
}
.m-acc-product {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1060px;
}
@media (min-width: 744px) {
  .m-acc-product {
    padding: 0 30px;
  }
}
@media print {
  .m-acc-product {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .m-acc-product {
    padding: 0 30px;
  }
}
@media print {
  .m-acc-product {
    padding: 0 30px;
  }
}
.m-acc-product_wrap {
  margin-top: 60px;
}
@media (min-width: 744px) {
  .m-acc-product_wrap {
    margin-top: 100px;
  }
  .m-acc-product_wrap:nth-child(1) {
    margin-top: 30px;
  }
}
@media print {
  .m-acc-product_wrap {
    margin-top: 100px;
  }
  .m-acc-product_wrap:nth-child(1) {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .m-acc-product_wrap {
    margin-top: 150px;
  }
  .m-acc-product_wrap:nth-child(1) {
    margin-top: 60px;
  }
}
@media print {
  .m-acc-product_wrap {
    margin-top: 150px;
  }
  .m-acc-product_wrap:nth-child(1) {
    margin-top: 60px;
  }
}
.m-acc-product_wrap > dt {
  padding-left: 50px;
  cursor: pointer;
}
@media (min-width: 744px) {
  .m-acc-product_wrap > dt {
    padding-left: 150px;
  }
}
@media print {
  .m-acc-product_wrap > dt {
    padding-left: 150px;
  }
}
@media (min-width: 1024px) {
  .m-acc-product_wrap > dt {
    padding-left: 300px;
  }
}
@media print {
  .m-acc-product_wrap > dt {
    padding-left: 300px;
  }
}
.m-acc-product_wrap > dt .title {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: #0d0d0d;
  font-weight: 700;
  line-height: 1.3;
}
.m-acc-product_wrap > dt .title::before {
  content: "";
  position: absolute;
  bottom: 22%;
  left: -30px;
  width: 15px;
  height: 15px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #01A7E1;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.m-acc-product_wrap > dt .title.open::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m-acc-product_wrap > dt .title small {
  font-size: 0.75rem;
}
.m-acc-product_wrap > dt .title span {
  font-size: 1.25rem;
}
@media (min-width: 744px) {
  .m-acc-product_wrap > dt .title small {
    font-size: 1rem;
  }
  .m-acc-product_wrap > dt .title span {
    font-size: 2rem;
  }
}
@media print {
  .m-acc-product_wrap > dt .title small {
    font-size: 1rem;
  }
  .m-acc-product_wrap > dt .title span {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .m-acc-product_wrap > dt .title small {
    font-size: 1.125rem;
  }
  .m-acc-product_wrap > dt .title span {
    font-size: 2.25rem;
  }
  .m-acc-product_wrap > dt .title::before {
    left: -50px;
    width: 20px;
    height: 20px;
    border-width: 3px 3px 0 0;
  }
}
@media print {
  .m-acc-product_wrap > dt .title small {
    font-size: 1.125rem;
  }
  .m-acc-product_wrap > dt .title span {
    font-size: 2.25rem;
  }
  .m-acc-product_wrap > dt .title::before {
    left: -50px;
    width: 20px;
    height: 20px;
    border-width: 3px 3px 0 0;
  }
}
.m-acc-product_wrap > dd {
  /*display: none;*/
}
.m-acc-product_wrap > dd.close {
  display: none;
}
.m-acc-product_inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
  /*font-size: 1rem;*/
  font-size: 0.875rem;
  line-height: 1.8;
}
.m-acc-product_inner dt {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  text-align: right;
  padding: 0.5rem 0;
  width: 150px;
}
.m-acc-product_inner dd {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  padding: 0.5rem 0 0.5rem 2em;
  width: calc(100% - 150px);
}
@media (min-width: 744px) {
  .m-acc-product_inner {
    font-size: 1rem;
    margin-top: 30px;
  }
  .m-acc-product_inner dt {
    width: 12em;
  }
  .m-acc-product_inner dd {
    width: calc(100% - 14em);
  }
}
@media print {
  .m-acc-product_inner {
    font-size: 1rem;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .m-acc-product_inner {
    font-size: 1.125rem;
  }
  .m-acc-product_inner dt {
    /*width: 300px;*/
    width: 22em;
  }
  .m-acc-product_inner dd {
    /*width: calc(100% - 300px);*/
    width: calc(100% - 24em);
  }
}
@media print {
  .m-acc-product_inner {
    font-size: 1.125rem;
  }
  .m-acc-product_inner dt {
    width: 300px;
  }
  .m-acc-product_inner dd {
    /*width: calc(100% - 300px);*/
    width: calc(100% - 24em);
  }
}

.m-no-acc-product_wrap {
  margin-top: 60px;
}
.m-product-spec-img-head {}
.m-product-spec-img-head h3 {
  color: #01A7E1;
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.m-product-spec-img-head .img {
  width: 100%;
}
.m-product-spec-img-head .img img {
  width: 100%;
  height: auto;
}
@media (min-width: 744px) {
  .m-no-acc-product_wrap {
    margin-top: 100px;
  }
  .m-product-spec-img-head h3 {
    font-size: 1.25rem;
  }
}
@media print {
  .m-no-acc-product_wrap {
    margin-top: 100px;
  }
  .m-product-spec-img-head h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .m-no-acc-product_wrap {
    margin-top: 150px;
  }
  .m-product-spec-img-head h3 {
    font-size: 2.5rem;
  }
}
@media print {
  .m-no-acc-product_wrap {
    margin-top: 150px;
  }
  .m-product-spec-img-head h3 {
    font-size: 2.5rem;
  }
}

.p-header {
  width: 100%;
}
.p-header_inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 15px;
  height: 60px;
}
@media (min-width: 1024px) {
  .p-header_inner {
    padding: 0 30px;
    height: 120px;
  }
}
@media print {
  .p-header_inner {
    padding: 0 30px;
    height: 120px;
  }
}
.p-header_title {
  width: 73px;
}
@media (min-width: 744px) {
  .p-header_title {
    width: 90px;
  }
}
@media print {
  .p-header_title {
    width: 90px;
  }
}
@media (min-width: 1024px) {
  .p-header_title {
    margin: 10px 0 0 20px;
    width: 130px;
  }
}
@media print {
  .p-header_title {
    margin: 10px 0 0 20px;
    width: 130px;
  }
}
.p-header_title img {
  width: 100%;
  height: auto;
}
.p-header_menu {
  display: none;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .p-header_menu {
    display: -webkit-box;
    display: flex;
  }
}
@media print {
  .p-header_menu {
    display: -webkit-box;
    display: flex;
  }
}
.p-header_menu a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #666666;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.p-header_menu a:hover {
  opacity: 0.6;
}
.p-header_menu a.current {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFBDB));
  background: linear-gradient(transparent 60%, #FFFBDB 60%);
}
@media (min-width: 744px) {
  .p-header_menu a {
    margin-right: 30px;
  }
}
@media print {
  .p-header_menu a {
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  .p-header_menu a {
    margin-right: 40px;
  }
}
@media print {
  .p-header_menu a {
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .p-header_menu a {
    margin-right: 70px;
  }
}
@media print {
  .p-header_menu a {
    margin-right: 70px;
  }
}
.p-header_button {
  position: relative;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: 0.6s ease background-color;
  transition: 0.6s ease background-color;
}
@media (min-width: 1024px) {
  .p-header_button {
    margin-left: 0;
    width: 70px;
    height: 70px;
    border-radius: 70px;
  }
}
@media print {
  .p-header_button {
    margin-left: 0;
    width: 70px;
    height: 70px;
    border-radius: 70px;
  }
}
.p-header_button span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  width: 20px;
  height: 4px;
  background-color: #fff;
}
.l-header.scroll .p-header_button span {
  background-color: #A7DDF7;
}
@media (max-width: 743px) {
  /*.p-header_button span {
    background-color: #A7DDF7;
  }*/
}
@media (min-width: 1024px) {
  .p-header_button span {
    width: 28px;
  }
}
@media print {
  .p-header_button span {
    width: 28px;
  }
}
.p-header_button span:nth-child(1) {
  -webkit-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
}
@media (min-width: 1024px) {
  .p-header_button span:nth-child(1) {
    -webkit-transform: translate(-50%, -7px);
            transform: translate(-50%, -7px);
  }
}
@media print {
  .p-header_button span:nth-child(1) {
    -webkit-transform: translate(-50%, -7px);
            transform: translate(-50%, -7px);
  }
}
.p-header_button span:nth-child(2) {
  /*-webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);*/
  display: none;
}
.p-header_button span:nth-child(3) {
  -webkit-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
}
@media (min-width: 1024px) {
  .p-header_button span:nth-child(3) {
    -webkit-transform: translate(-50%, 7px);
            transform: translate(-50%, 7px);
  }
}
@media print {
  .p-header_button span:nth-child(3) {
    -webkit-transform: translate(-50%, 7px);
            transform: translate(-50%, 7px);
  }
}
.p-footer a {
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.p-footer a:hover {
  opacity: 0.6;
}
.p-footer a.parent {
  color: #01A7E1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .p-footer a.parent {
    font-size: 0.75rem;
  }
}
@media print {
  .p-footer a.parent {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .p-footer a.parent {
    font-size: 0.8125rem;
  }
}
@media print {
  .p-footer a.parent {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1200px) {
  .p-footer a.parent {
    font-size: 0.9375rem;
  }
}
@media print {
  .p-footer a.parent {
    font-size: 0.9375rem;
  }
}
.p-footer_top {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 744px) {
  .p-footer_top {
    padding: 0 30px;
  }
}
@media print {
  .p-footer_top {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-footer_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: min(6.5vw, 65px);
  }
}
@media print {
  .p-footer_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: min(6.5vw, 65px);
  }
}
@media (min-width: 1024px) {
  .p-footer_top .left {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 25%;
  }
}
@media print {
  .p-footer_top .left {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .p-footer_top .left {
    width: 32%;
  }
}
@media print {
  .p-footer_top .left {
    width: 32%;
  }
}
.p-footer_top .left .contact {
  display: block;
  width: 100%;
  max-width: 300px;
}
@media (min-width: 1024px) {
  .p-footer_top .left .contact {
    margin: 0 0 20px;
    max-width: 380px;
  }
}
@media print {
  .p-footer_top .left .contact {
    margin: 0 0 20px;
    max-width: 380px;
  }
}
@media (min-width: 1200px) {
  .p-footer_top .left .contact {
    margin: 0 0 25px;
  }
}
@media print {
  .p-footer_top .left .contact {
    margin: 0 0 25px;
  }
}
.p-footer_top .left .contact span {
  color: #01A7E1;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .p-footer_top .left .contact span {
    font-size: 0.8125rem;
  }
}
@media print {
  .p-footer_top .left .contact span {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1200px) {
  .p-footer_top .left .contact span {
    font-size: 0.9375rem;
  }
}
@media print {
  .p-footer_top .left .contact span {
    font-size: 0.9375rem;
  }
}
.p-footer_top .left .contact img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .p-footer_top .left .contact img {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media print {
  .p-footer_top .left .contact img {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .p-footer_top .left .contact img {
    margin-top: 20px;
  }
}
@media print {
  .p-footer_top .left .contact img {
    margin-top: 20px;
  }
}
.p-footer_top .left p {
  color: #01A7E1;
  font-size: 0.625rem;
  margin-top: 3px;
}
.p-footer_top .right {
  display: none;
}
@media (min-width: 744px) {
  .p-footer_top .right {
    display: block;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    margin: 30px 0;
  }
}
@media print {
  .p-footer_top .right {
    display: block;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    margin: 30px 0;
  }
}
@media (min-width: 1024px) {
  .p-footer_top .right {
    margin: 0;
    margin-left: 1%;
  }
}
@media print {
  .p-footer_top .right {
    margin: 0;
    margin-left: 1%;
  }
}
@media (min-width: 1200px) {
  .p-footer_top .right {
    margin-left: 2%;
  }
}
@media print {
  .p-footer_top .right {
    margin-left: 2%;
  }
}
@media (min-width: 1024px) {
  .p-footer_top .right .home {
    margin-left: 3%;
  }
}
@media print {
  .p-footer_top .right .home {
    margin-left: 3%;
  }
}
.p-footer_top .right .list {
  display: -webkit-box;
  display: flex;
}
@media (min-width: 744px) {
  .p-footer_top .right .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 5px;
  }
}
@media print {
  .p-footer_top .right .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .p-footer_top .right .list {
    margin-top: 18px;
  }
}
@media print {
  .p-footer_top .right .list {
    margin-top: 18px;
  }
}
@media (min-width: 744px) {
  .p-footer_top .right .list li {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-left: 2%;
  }
  .p-footer_top .right .list li:first-child {
    margin-left: 0;
  }
}
@media print {
  .p-footer_top .right .list li {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-left: 2%;
  }
  .p-footer_top .right .list li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .p-footer_top .right .list li {
    margin-left: 3%;
  }
  .p-footer_top .right .list li:first-child {
    margin-left: 3%;
  }
}
@media print {
  .p-footer_top .right .list li {
    margin-left: 3%;
  }
  .p-footer_top .right .list li:first-child {
    margin-left: 3%;
  }
}
@media (min-width: 1200px) {
  .p-footer_top .right .list li {
    margin-left: 3%;
  }
}
@media print {
  .p-footer_top .right .list li {
    margin-left: 3%;
  }
}
.p-footer_top .right .list dl dd {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.p-footer_top .right .list dl dd a:not(.parent) {
  color: #666666;
}
@media (min-width: 744px) {
  .p-footer_top .right .list dl dd a:not(.parent) {
    margin-top: 10px;
    font-size: 0.75rem;
  }
}
@media print {
  .p-footer_top .right .list dl dd a:not(.parent) {
    margin-top: 10px;
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .p-footer_top .right .list dl dd a:not(.parent) {
    margin-top: 15px;
    font-size: 0.75rem;
  }
}
@media print {
  .p-footer_top .right .list dl dd a:not(.parent) {
    margin-top: 15px;
    font-size: 0.75rem;
  }
}
@media (min-width: 744px) {
  .p-footer_top .right .list dl dd a:not(.parent).small {
    margin-top: 3px;
    font-size: 0.625rem;
  }
}
@media print {
  .p-footer_top .right .list dl dd a:not(.parent).small {
    margin-top: 3px;
    font-size: 0.625rem;
  }
}
.p-footer_top .right .list .other {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .p-footer_top .right .list .other {
    margin-top: 10px;
  }
}
@media print {
  .p-footer_top .right .list .other {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .p-footer_top .right .list .other {
    margin-top: 20px;
  }
}
@media print {
  .p-footer_top .right .list .other {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .p-footer_top .right .list .other a {
    margin-top: 20px;
  }
}
@media print {
  .p-footer_top .right .list .other a {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .p-footer_top .right .list .other a {
    margin-top: 20px;
  }
}
@media print {
  .p-footer_top .right .list .other a {
    margin-top: 20px;
  }
}
.p-footer_bottom {
  position: relative;
  margin-top: 0;
  padding: 0 0 10px;
  width: 100%;
}
@media (min-width: 744px) {
  .p-footer_bottom {
    margin-top: 50px;
    padding: 40px 0 10px;
  }
}
@media print {
  .p-footer_bottom {
    margin-top: 50px;
    padding: 40px 0 10px;
  }
}
@media (min-width: 1024px) {
  .p-footer_bottom {
    margin-top: 0;
    padding: 0;
    background-size: cover;
    background-image: url("/assets/img/footer/footer-bg-center-2.png");
  }
}
@media print {
  .p-footer_bottom {
    margin-top: 0;
    padding: 0;
    background-size: cover;
    background-image: url("/assets/img/footer/footer-bg-center-2.png");
  }
}
.p-footer_bottom::before, .p-footer_bottom::after {
  position: absolute;
  content: "";
  top: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.p-footer_bottom::before {
  display: none;
  left: 0;
  background-image: url("/assets/img/footer/footer-bg-left-2.png");
  background-position: left;
}
.p-footer_bottom::after {
  display: none;
  right: 0;
  background-image: url("/assets/img/footer/footer-bg-right-2.png");
  background-position: right;
}
@media (min-width: 744px) {
  .p-footer_bottom::before, .p-footer_bottom::after {
    display: block;
  }
}
@media print {
  .p-footer_bottom::before, .p-footer_bottom::after {
    display: block;
  }
}
.p-footer_bottom-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1260px;
}
@media (max-width: 743px) {
  .p-footer_bottom-inner .logo {
    display: none;
  }
}
@media (min-width: 744px) {
  .p-footer_bottom-inner {
    padding: 0 30px;
  }
}
@media print {
  .p-footer_bottom-inner {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-footer_bottom-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .p-footer_bottom-inner {
    height: 140px;
  }
}
@media print and (min-width: 1024px) {
  .p-footer_bottom-inner {
    height: 140px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .p-footer_bottom-inner {
    height: 180px;
  }
}
@media print and (min-width: 1024px) {
  .p-footer_bottom-inner {
    height: 180px;
  }
}
@media print {
  .p-footer_bottom-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media print and (min-width: 1024px) {
  .p-footer_bottom-inner {
    height: 140px;
  }
}
@media print {
  .p-footer_bottom-inner {
    height: 140px;
  }
}
@media print and (min-width: 1200px) {
  .p-footer_bottom-inner {
    height: 180px;
  }
}
@media print {
  .p-footer_bottom-inner {
    height: 180px;
  }
}
.p-footer_bottom-inner .logo a {
  display: block;
  width: 200px;
}
@media (min-width: 1200px) {
  .p-footer_bottom-inner .logo a {
    width: 277px;
  }
}
@media print {
  .p-footer_bottom-inner .logo a {
    width: 277px;
  }
}
.p-footer_bottom-inner .logo a img {
  width: 100%;
  height: auto;
}
.p-footer_bottom-inner .info {
  display: none;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-top: 15px;
  font-weight: 400;
}
@media (min-width: 744px) {
  .p-footer_bottom-inner .info {
    margin-top: 0;
  }
}
@media print {
  .p-footer_bottom-inner .info {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .p-footer_bottom-inner .info {
    display: block;
  }
}
@media print {
  .p-footer_bottom-inner .info {
    display: block;
  }
}
.p-footer_bottom-inner .info p {
  font-size: 0.625rem;
}
@media (min-width: 744px) {
  .p-footer_bottom-inner .info p {
    font-size: 0.75rem;
  }
}
@media print {
  .p-footer_bottom-inner .info p {
    font-size: 0.75rem;
  }
}
.p-footer_bottom-inner .info p a {
  color: #666666 !important;
}
.p-footer_bottom-inner .attention {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-top: 20px;
  font-size: 0.625rem;
  font-weight: 300;
}
@media (min-width: 744px) {
  .p-footer_bottom-inner .attention {
    font-size: 0.6875rem;
    margin-top: 0;
  }
}
@media print {
  .p-footer_bottom-inner .attention {
    font-size: 0.6875rem;
  }
}
.p-footer_bottom-inner .attention dl {
  display: -webkit-box;
  display: flex;
}
.p-nav {
  background-color: #fff;
  background-image: url("/assets/img/bg/gradation-top.png");
  background-size: 150%;
  background-position: right top;
  background-repeat: no-repeat;
  overflow-y: auto;
  position: relative;
  height: 100vh;
  width: 100%;
}
/*.p-nav_container {
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .p-nav_container {
    padding-bottom: 80px;
  }
}*/
.p-nav_head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  width: 100%;
  height: 60px;
}
@media (min-width: 1024px) {
  .p-nav_head {
    padding: 0 30px;
    height: 120px;
  }
}
@media print {
  .p-nav_head {
    padding: 0 30px;
    height: 120px;
  }
}
.p-nav_head .logo {
  width: 73px;
}
@media (min-width: 744px) {
  .p-nav_head .logo {
    width: 90px;
  }
}
@media (min-width: 1024px) {
  .p-nav_head .logo {
    margin: 10px 0 0 20px;
    width: 130px;
  }
}
@media print {
  .p-nav_head .logo {
    width: 130px;
  }
}
.p-nav_head .logo img {
  width: 100%;
  height: auto;
}
.p-nav_head .button {
  position: relative;
  margin-left: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .p-nav_head .button {
    margin-left: 0;
    width: 60px;
    height: 60px;
  }
}
@media print {
  .p-nav_head .button {
    margin-left: 0;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .p-nav_head .button {
    width: 70px;
    height: 70px;
  }
}
@media print {
  .p-nav_head .button {
    width: 70px;
    height: 70px;
  }
}
.p-nav_head .button span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  width: 24px;
  height: 4px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .p-nav_head .button span {
    width: 36px;
  }
}
@media print {
  .p-nav_head .button span {
    width: 36px;
  }
}
.p-nav_head .button span:nth-child(1) {
  -webkit-transform: translate(-50%, 0) rotate(30deg);
          transform: translate(-50%, 0) rotate(30deg);
}
.p-nav_head .button span:nth-child(2) {
  -webkit-transform: translate(-50%, 0) rotate(-30deg);
          transform: translate(-50%, 0) rotate(-30deg);
}
.p-nav_inner {
  position: relative;
  margin: 20px auto 0;
  padding: 0 20px;
  /*height: calc(100vh - 100px);*/
  width: 100%;
  max-width: 1200px;
}
.p-nav_inner a {
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.p-nav_inner a:hover {
  opacity: 0.6;
}
.p-nav .parent {
  display: block;
  padding: 0.7rem 0;
  font-size: 1.0rem;
  color: #01A7E1;
  font-weight: 700;
  cursor: pointer;
}
/*@media (max-width: 743px) {
  .p-nav .parent {
    height: calc(100vh - 180px);
  }
}*/
@media (min-width: 744px) {
  .p-nav .parent {
    padding: 15px 0;
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .p-nav_inner {
    padding: 0 0 0 60px;
  }
  .p-nav .parent {
    padding: 0;
    font-size: 1.25rem;
    cursor: inherit;
  }
}
@media print {
  .p-nav_inner {
    padding: 0 0 0 60px;
  }
  .p-nav .parent {
    padding: 0;
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .p-nav .parent {
    font-size: 1.5rem;
  }
}
@media print {
  .p-nav .parent {
    font-size: 1.5rem;
  }
}
.p-nav .parent.contact-sp {
  position: relative;
  text-align: center;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #01A7E1;
}
.p-nav .parent.contact-sp::after {
  content: "";
  position: absolute;
  top: 50%;
  background-image: url("/assets/img/icon/icon-arrow3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(4em, -50%);
          transform: translate(4em, -50%);
  left: 50%;
  width: 25px;
  height: 5px;
}
.p-nav_bottom {
    position: relative;
}
@media (min-width: 1024px) {
  .p-nav_list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .p-nav_list li {
    width: 23.5%;
  }
  .p-nav_list li:first-child {
    width: 26%;
  }
  .p-nav_list li:last-child {
    width: 19%;
  }
}
@media print {
  .p-nav_list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .p-nav_list li {
    width: 23%;
  }
  .p-nav_list li:first-child {
    width: 26%;
  }
  .p-nav_list li:last-child {
    width: 19%;
  }
}
.p-nav_list dl {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #01A7E1;
}
@media (min-width: 1024px) {
  .p-nav_list dl {
    border: 0;
  }
}
@media print {
  .p-nav_list dl {
    border: 0;
  }
}
.p-nav_list .other {
  position: static;
  border-width: 1px 0;
  border-style: solid;
  border-color: #01A7E1;
}
@media (min-width: 1024px) {
  .p-nav_list .other {
    position: absolute;
    left: 29%;
    bottom: -20px;
    margin-top: 80px;
    border: 0;
  }
}
@media print {
  .p-nav_list .other {
    position: absolute;
    left: 29%;
    bottom: 0;
    margin-top: 80px;
    border: 0;
  }
}
/*.p-nav_list .other .contact {
  display: none;
}
@media (min-width: 1024px) {
  .p-nav_list .other .contact {
    display: block;
    width: 380px;
  }
  .p-nav_list .other .contact img {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
}
@media print {
  .p-nav_list .other .contact {
    display: block;
    width: 380px;
  }
  .p-nav_list .other .contact img {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
}*/
.p-nav_list .other .privacy {
  display: block;
  padding: 15px 0;
  font-size: 1rem;
  color: #01A7E1;
  font-weight: 700;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .p-nav_list .other .privacy {
    font-size: 1rem;
    font-weight: 400;
    color: #555555;
    margin-top: 30px;
    padding: 0;
  }
}
@media print {}
@media (min-width: 1200px) {
  .p-nav_list .other .privacy {
    font-size: 1.125rem;
  }
}
@media print {}

.p-nav_list .other .contact {
  display: none;
}
@media (min-width: 1024px) {
  .p-nav_list .other .contact {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    max-width: 380px;
  }
}
@media print {}
@media (min-width: 1200px) {
  .p-nav_list .other .contact {
    margin: 0 0 25px;
  }
}
@media print {}
@media (min-width: 1024px) {
  .p-nav_list .other .contact span {
    color: #01A7E1;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
}
@media print {}
@media (min-width: 1200px) {
  .p-nav_list .other .contact span {
    font-size: 0.9375rem;
  }
}
@media print {}
@media (min-width: 1024px) {
  .p-nav_list .other .contact img {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media print {}
@media (min-width: 1200px) {
  .p-nav_list .other .contact img {
    margin-top: 20px;
  }
}
@media print {}

/*.p-nav_list .other a {
  display: block;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #01A7E1;
}
.p-nav_list .other a:last-child {
  border-width: 1px 0;
}
@media (min-width: 1024px) {
  .p-nav_list .other a {
    border: 0;
    margin-top: 30px;
  }
}
@media print {
  .p-nav_list .other a {
    border: 0;
    margin-top: 30px;
  }
}*/
.p-nav_list dt {
  position: relative;
}
.p-nav_list dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 9px;
  background-image: url("/assets/img/icon/icon-angle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-nav_list dt.open::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.p-nav_list dd {
  display: none;
  padding: 0 30px 30px 30px;
}
.p-nav_list dd a {
  display: block;
  color: #555555;
}
.p-nav_list dd a:not(.small) {
  margin-top: 20px;
  font-size: 0.875rem;
  letter-spacing: 0;
}
.p-nav_list dd a:first-child {
  margin-top: 10px;
}
.p-nav_list dd a.small {
  margin-top: 5px;
  font-size: 0.6875rem;
}
@media (min-width: 1024px) {
  .p-nav_list dt::after {
    display: none;
  }
  .p-nav_list dd {
    display: block !important;
    padding: 0;
  }
  .p-nav_list dd a:not(.small) {
    font-size: 1rem;
  }
  .p-nav_list dd a:first-child {
    margin-top: 20px;
  }
  .p-nav_contact {
    display: none;
  }
  .p-nav_list dd a.small {
    font-size: 0.75rem;
  }
}
@media print {}
@media (min-width: 1200px) {
  .p-nav_list dd a:not(.small) {
    font-size: 1.125rem;
  }
  .p-nav_list dd a.small {
    margin-top: 10px;
    font-size: 0.875rem;
  }
}
@media print {}


.p-nav .integralcorp_logo {
  margin: 60px auto 40px;
  text-align: center;
  width: 100%;
  /*position: absolute;
  bottom: 20px;
  margin: 0 auto;
  width: calc(100% - 40px);*/
}
.p-nav .integralcorp_logo a {
  display: inline-block;
}
.p-nav .integralcorp_logo img {
  width: min(54vw, 200px);
}
@media (min-width: 1024px) {
  .p-nav .integralcorp_logo {
    display: none;
  }
}


.p-top_kv {
  position: relative;
  margin-bottom: 150px;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/img/bg/gradation-top.png");
  background-size: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-transition: 1.2s ease opacity;
  transition: 1.2s ease opacity;
  opacity: 0;
}
.p-top_kv.show {
  opacity: 1;
}
@media (max-width: 743px) {
  .p-top_kv {
    background-image: none;
  }
}
@media (min-width: 744px) {
  .p-top_kv {
    margin-bottom: 300px;
    background-size: contain;
  }
}
@media print {
  .p-top_kv {
    margin-bottom: 300px;
    background-size: contain;
  }
}
@media (min-width: 1024px) {
  .p-top_kv {
    margin-bottom: 300px;
  }
}
@media print {
  .p-top_kv {
    margin-bottom: 300px;
  }
}
@media (min-width: 1200px) {
  .p-top_kv {
    margin-bottom: 300px;
  }
}
@media print {
  .p-top_kv {
    margin-bottom: 300px;
  }
}
.p-top_kv-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 1260px;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 744px) {
  .p-top_kv-content {
    padding: 0 30px;
    padding-bottom: 0;
  }
}
@media print {
  .p-top_kv-content {
    padding: 0 30px;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .p-top_kv-content {
    padding: 0 30px;
  }
}
@media print {
  .p-top_kv-content {
    padding: 0 30px;
  }
}
/*.p-top_kv-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 32px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  cursor: pointer;
}
.p-top_kv-arrow img {
  width: 100%;
  height: auto;
}
@media (min-width: 744px) {
  .p-top_kv-arrow {
    bottom: -180px;
    width: 64px;
  }
}
@media print {
}
@media (min-width: 1024px) {
  .p-top_kv-arrow {
    bottom: -180px;
  }
}
@media print {
}
@media (min-width: 1200px) {
  .p-top_kv-arrow {
    bottom: -180px;
  }
}
@media print {
}*/

.p-top_kv-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  cursor: pointer;

  margin-right: 20px;
  width: calc(25% - 20px);
}
.p-top_kv-arrow_ttl {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-style: italic;
  text-align: center;
}
.p-top_kv-arrow_ttl a {
  color: #01A7E1;
}
.p-top_kv-arrow_bdr {
  animation: scrollDown1 1.5s ease infinite;
  background: transparent;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  height: 80px;
  width: 1px;
}
.p-top_kv-arrow_bdr:before{
  content: "";
  background: linear-gradient(transparent, #01A7E1, transparent);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@keyframes scrollDown1 {
  0%{
    transform-origin: top;
    transform: scaleY(0);
  }
  45%{
    transform-origin: top;
    transform: scaleY(1);
  }
  55%{
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100%{
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
@media (min-width: 744px) {
  .p-top_kv-arrow {
  }
  .p-top_kv-arrow_ttl {
    font-size: 1.75rem;
  }
  .p-top_kv-arrow_bdr {
    height: 110px;
  }
}
@media (min-width: 1024px) {
  .p-top_kv-arrow {
    bottom: -40px;
  }
}
@media print {
}



.p-top_container {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
/*.p-top_container::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 200%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}*/
.p-top_container.products::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 200%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  background-position: left center;
  background-image: url("/assets/img/top/products/products-bg.png");
}
.p-top_container.qualification::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 200%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  background-position: right center;
  background-image: url("/assets/img/top/approval/approval-bg.png");
}
.p-top_inner {
  margin: 0 auto;
  padding: 0 20px 140px;
  width: 100%;
  max-width: 1260px;
}
@media (max-width: 743px) {
  .p-top_inner {
    padding: 0 15px 140px;
  }
  .p-top_inner2 {
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1260px;
  }
  .p-top_inner3 {
    margin-right: auto;
    margin-left: auto;
    padding: 0 30px;
    width: 100%;
    max-width: 1260px;
  }
}
@media (min-width: 744px) {
  .p-top_inner {
    padding: 0 30px 140px;
  }
}
@media print {
  .p-top_inner {
    padding: 0 30px 140px;
  }
}
@media (min-width: 1024px) {
  .p-top_inner {
    padding: 0 30px 140px;
  }
}
@media print {
  .p-top_inner {
    padding: 0 30px 140px;
  }
}
@media (min-width: 1200px) {
  .p-top_inner {
    padding: 0 30px 220px;
  }
}
@media print {
  .p-top_inner {
    padding: 0 30px 220px;
  }
}
.p-top_info {
  padding: 0 0 200px;
}
@media (min-width: 1024px) {
  .p-top_info {
    padding: 0 0 200px;
  }
}
@media print {
  .p-top_info {
    padding: 0 0 200px;
  }
}
@media (min-width: 1200px) {
  .p-top_info {
    padding: 0 0 300px;
  }
}
@media print {
  .p-top_info {
    padding: 0 0 300px;
  }
}
.p-top_info-title {
  position: relative;
  margin: 0 auto 10px;
  padding: 0 20px;
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 744px) {
  .p-top_info-title {
    margin: 0 auto 30px;
    padding: 0 30px;
  }
}
@media print {
  .p-top_info-title {
    margin: 0 auto 30px;
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-top_info-title {
    padding: 0 30px;
  }
}
@media print {
  .p-top_info-title {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .p-top_info-title {
    padding: 0 30px;
  }
}
@media print {
  .p-top_info-title {
    padding: 0 30px;
  }
}
.p-top_leonardo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0 auto;
  padding: 0 0 140px;
  width: 100%;
  max-width: 1400px;
}
/*@media (min-width: 744px) {
  .p-top_leonardo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding: 0 0 140px;
  }
}
@media print {
  .p-top_leonardo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding: 0 0 140px;
  }
}*/
@media (min-width: 1024px) {
  .p-top_leonardo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding: 0 0 140px;
  }
}
@media (min-width: 1200px) {
  .p-top_leonardo {
    padding: 0 0 220px;
  }
}
@media print {
  .p-top_leonardo {
    padding: 0 0 220px;
  }
}
.p-top_leonardo .left {
  overflow: hidden;
  margin-left: -60%;
  width: 160%;
}
.p-top_leonardo .left a {
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.p-top_leonardo .left a:hover {
  opacity: 0.6;
}
.p-top_leonardo .left img {
  width: 100%;
  height: auto;
}
@media (min-width: 744px) {
}
@media (min-width: 1024px) {
  .p-top_leonardo .left, .p-top_leonardo.right {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
}
@media print {
  .p-top_leonardo .left, .p-top_leonardo.right {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
}
@media (min-width: 1024px) {
  .p-top_leonardo .left {
    /*width: 48%;*/
    margin-left: -52%;
    width: 100%;
  }
}
@media print {
  .p-top_leonardo .left {
    /*width: 48%;*/
    margin-left: -52%;
    width: 100%;
  }
}
.p-top_leonardo .right {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.875rem;
  margin-top: 50px;
}
@media (min-width: 744px) {
  .p-top_leonardo .right {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.125rem;
  }
}
@media print {
  .p-top_leonardo .right {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .p-top_leonardo .right {
    padding-top: 50px;
    padding-left: min(3%, 50px);
    padding-right: 90px;
    width: 52%;
  }
}
@media print {
  .p-top_leonardo .right {
    padding-top: 50px;
    padding-left: min(3%, 50px);
    padding-right: 90px;
    width: 52%;
  }
}
.p-top_products {
  padding: 0 0 140px;
}
@media (min-width: 1024px) {
  .p-top_products {
    padding: 0 0 140px;
  }
}
@media print {
  .p-top_products {
    padding: 0 0 140px;
  }
}
@media (min-width: 1200px) {
  .p-top_products {
    padding: 0 0 220px;
  }
}
@media print {
  .p-top_products {
    padding: 0 0 220px;
  }
}
.p-top_products-title {
  position: relative;
  margin: 0 auto 50px;
  padding: 0 20px;
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 744px) {
  .p-top_products-title {
    margin: 0 auto 30px;
  }
}
@media print {
  .p-top_products-title {
    margin: 0 auto 30px;
  }
}
@media (min-width: 1024px) {
  .p-top_products-title {
    padding: 0 30px;
  }
}
@media print {
  .p-top_products-title {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .p-top_products-title {
    padding: 0 30px;
  }
}
@media print {
  .p-top_products-title {
    padding: 0 30px;
  }
}
/*.p-top_products .swiper-pagination-products {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  left: 115px;
  bottom: 7px;
  width: 130px;
  height: 6px;
}
.p-top_products .swiper-pagination-products::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #84CEF3;
}
@media (min-width: 744px) {
  .p-top_products .swiper-pagination-products {
    left: 110px;
    bottom: 5px;
    width: 300px;
    height: 12px;
  }
}
@media print {
  .p-top_products .swiper-pagination-products {
    left: 110px;
    bottom: 5px;
    width: 300px;
    height: 12px;
  }
}
@media (min-width: 1024px) {
  .p-top_products .swiper-pagination-products {
    left: 150px;
    bottom: 5px;
    width: 500px;
  }
}
@media print {
  .p-top_products .swiper-pagination-products {
    left: 150px;
    bottom: 5px;
    width: 500px;
  }
}*/
.m-slider-info_nav .swiper-pagination-products {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 6px;
}
.m-slider-info_nav .swiper-pagination-products::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #84CEF3;
}
@media (min-width: 744px) {
  .m-slider-info_nav .swiper-pagination-products {
    height: 12px;
  }
}
@media print {
  .m-slider-info_nav .swiper-pagination-products {
    height: 12px;
  }
}

.p-top_news {
  margin: 0 auto;
  width: 100%;
  max-width: 770px;
}
.p-top_news-title {
  margin-bottom: 40px;
}
.p-top_approval {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media (min-width: 744px) {
  .p-top_approval {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media print {
  .p-top_approval {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
}
.p-top_approval-title {
  margin-bottom: 50px;
}
@media (min-width: 744px) {
  .p-top_approval-title {
    margin-bottom: 30px;
  }
}
@media print {
  .p-top_approval-title {
    margin-bottom: 30px;
  }
}
.p-top_approval .left {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
@media (min-width: 744px) {
  .p-top_approval .left {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
@media print {
  .p-top_approval .left {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
@media (min-width: 1024px) {
  .p-top_approval .left {
    width: 50%;
  }
}
@media print {
  .p-top_approval .left {
    width: 50%;
  }
}
.p-top_approval .left p {
  line-height: 1.8;
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .p-top_approval .left p {
    font-size: 1.125rem;
  }
}
@media print {
  .p-top_approval .left p {
    font-size: 1.125rem;
  }
}
.p-top_approval .right {
  -webkit-box-ordinal-group: 2;
          order: 1;
}
.p-top_approval .right a {
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.p-top_approval .right a:hover {
  opacity: 0.6;
}
.p-top_approval .right img {
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
  height: auto;
}
@media (min-width: 744px) {
  .p-top_approval .right {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .p-top_approval .right img {
    max-width: 100%;
  }
}
@media print {
  .p-top_approval .right {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .p-top_approval .right img {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .p-top_approval .right {
    width: 50%;
  }
  .p-top_approval .right img {
    margin: 0 auto;
    width: 70%;
  }
}
@media print {
  .p-top_approval .right {
    width: 50%;
  }
  .p-top_approval .right img {
    margin: 0 auto;
    width: 70%;
  }
}
.p-top_integral {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media (min-width: 744px) {
  .p-top_integral {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media print {
  .p-top_integral {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
}
.p-top_integral-title {
  margin-bottom: 50px;
}
@media (min-width: 744px) {
  .p-top_integral-title {
    margin-bottom: 30px;
  }
}
@media print {
  .p-top_integral-title {
    margin-bottom: 30px;
  }
}
.p-top_integral .left {
  -webkit-box-ordinal-group: 3;
          order: 2;
  margin-top: 50px;
}
@media (min-width: 744px) {
  .p-top_integral .left {
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-top: 0;
    padding-right: 20px;
    width: 60%;
  }
}
@media print {
  .p-top_integral .left {
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-top: 0;
    padding-right: 20px;
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .p-top_integral .left {
    padding-right: 0;
    width: 50%;
  }
}
@media print {
  .p-top_integral .left {
    padding-right: 0;
    width: 50%;
  }
}
.p-top_integral .left p {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media (min-width: 744px) {
  .p-top_integral .left p {
    font-size: 1.125rem;
  }
}
@media print {
  .p-top_integral .left p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .p-top_integral .left p {
    font-size: 1.125rem;
  }
}
@media print {
  .p-top_integral .left p {
    font-size: 1.125rem;
  }
}
.p-top_integral .right {
  -webkit-box-ordinal-group: 2;
          order: 1;
}
.p-top_integral .right a {
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.p-top_integral .right a:hover {
  opacity: 0.6;
}
.p-top_integral .right img {
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
  height: auto;
}
@media (max-width: 743px) {
  .p-top_integral .right img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 744px) {
  .p-top_integral .right {
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: 40%;
  }
  .p-top_integral .right img {
    max-width: 100%;
  }
}
@media print {
  .p-top_integral .right {
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: 40%;
  }
  .p-top_integral .right img {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .p-top_integral .right {
    width: 50%;
  }
  .p-top_integral .right img {
    margin: 0 auto;
    width: 80%;
  }
}
@media print {
  .p-top_integral .right {
    width: 50%;
  }
  .p-top_integral .right img {
    margin: 0 auto;
    width: 80%;
  }
}
.p-top_banner {
  margin: 0 auto 100px;
  padding: 0 15px;
  width: 100%;
  max-width: 1060px;
}
@media (min-width: 744px) {
  .p-top_banner {
    margin: 0 auto 100px;
    padding: 0 20px;
  }
}
@media print {
  .p-top_banner {
    margin: 0 auto 100px;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .p-top_banner {
    padding: 0 30px;
  }
}
@media print {
  .p-top_banner {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .p-top_banner {
    margin: 0 auto 190px;
  }
}
@media print {
  .p-top_banner {
    margin: 0 auto 190px;
  }
}
.p-top_banner a {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.p-top_banner a:hover {
  opacity: 0.6;
}
.p-top_banner a img {
  width: 100%;
  height: auto;
}
.p-page {
  padding: 150px 0 100px;
  background-image: url("/assets/img/bg/gradation-top.png");
  background-size: 200%;
  background-position: right top;
  background-repeat: no-repeat;
}
@media (min-width: 744px) {
  .p-page {
    padding: 100px 0;
    background-size: 170%;
  }
}
@media print {
  .p-page {
    padding: 100px 0;
    background-size: 170%;
  }
}
@media (min-width: 1024px) {
  .p-page {
    padding: 200px 0;
    background-size: 100%;
  }
}
@media print {
  .p-page {
    padding: 200px 0;
    background-size: 100%;
  }
}
.p-company_head {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1060px;
}
@media (min-width: 744px) {
  .p-company_head {
    padding: 0 30px;
  }
}
@media print {
  .p-company_head {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-company_head {
    padding: 0 30px;
  }
}
@media print {
  .p-company_head {
    padding: 0 30px;
  }
}
.p-company_head-inner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 30px;
  padding-top: min(18vw, 68px);
}
@media (min-width: 744px) {
  .p-company_head-inner {
    padding-top: min(11vw, 160px);
  }
}
@media print {
  .p-company_head-inner {
    padding-top: min(11vw, 160px);
  }
}
@media (min-width: 1024px) {
  .p-company_head-inner {
    margin-top: 70px;
  }
}
@media print {
  .p-company_head-inner {
    margin-top: 70px;
  }
}
.p-company_head-inner h1 {
  margin-bottom: 10px;
  font-size: min(6.1vw, 4.3125rem);
  color: #3E3A39;
  text-align: center;
}
.p-company_head-inner .text {
  margin: 0 auto;
  width: max(235px, 85%);
}
.p-company_head-inner p {
  font-size: 0.875rem;
  line-height: 2;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media (min-width: 744px) {
  .p-company_head-inner p {
    font-size: 1rem;
    padding-left: 0;
    text-align: center;
  }
}
@media print {
  .p-company_head-inner p {
    font-size: 1rem;
    padding-left: 0;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .p-company_head-inner p {
    font-size: 1.25rem;
  }
}
@media print {
  .p-company_head-inner p {
    font-size: 1.25rem;
  }
}
.p-company_head-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: min(86vw, 323px);
}
@media (min-width: 744px) {
  .p-company_head-bg {
    width: min(55vw, 793px);
  }
}
@media print {
  .p-company_head-bg {
    width: min(55vw, 793px);
  }
}
.p-company_head-bg img {
  width: 100%;
  height: auto;
}
.p-company section {
  position: relative;
  z-index: 1;
}
.p-company_map iframe {
  margin-top: 40px;
  width: 100%;
  height: 220px;
}
@media (min-width: 744px) {
  .p-company_map iframe {
    margin-top: 40px;
    height: 440px;
  }
}
@media print {
  .p-company_map iframe {
    margin-top: 40px;
    height: 440px;
  }
}
@media (min-width: 1024px) {
  .p-company_map iframe {
    margin-top: 60px;
    height: 440px;
  }
}
@media print {
  .p-company_map iframe {
    margin-top: 60px;
    height: 440px;
  }
}
.p-company_map-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media (min-width: 744px) {
  .p-company_map-link {
    margin-top: 30px;
  }
}
@media print {
  .p-company_map-link {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .p-company_map-link {
    margin-top: 30px;
  }
}
@media print {
  .p-company_map-link {
    margin-top: 30px;
  }
}
.p-company_access-text {
  margin-top: 40px !important;
}
@media (min-width: 1024px) {
  .p-company_access-text {
    margin-top: 60px !important;
  }
}
@media print {
  .p-company_access-text {
    margin-top: 60px !important;
  }
}
@media (min-width: 1024px) {
  .p-company_business h3 {
    margin-top: 60px;
    font-size: 2.25rem;
  }
}
@media print {
  .p-company_business h3 {
    margin-top: 60px;
    font-size: 2.25rem;
  }
}


/* ========================================
血管内治療の実施基準 QUALIFICATION
======================================== */
.p-qualification section {
  position: relative;
  z-index: 1;
}
.p-qualification_wrapper {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 830px;
  padding-top: 100px;
}
.p-qualification_wrapper p, .p-qualification_wrapper a, .p-qualification_wrapper li, .p-qualification_wrapper dl {
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .p-qualification_wrapper p, .p-qualification_wrapper a, .p-qualification_wrapper li, .p-qualification_wrapper dl {
    font-size: 1rem;
  }
}
@media print {
  .p-qualification_wrapper p, .p-qualification_wrapper a, .p-qualification_wrapper li, .p-qualification_wrapper dl {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .p-qualification_wrapper p, .p-qualification_wrapper a, .p-qualification_wrapper li, .p-qualification_wrapper dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media print {
  .p-qualification_wrapper p, .p-qualification_wrapper a, .p-qualification_wrapper li, .p-qualification_wrapper dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.p-qualification_wrapper p {
  margin-top: 1.5em;
}
.p-qualification_wrapper h2 + p, .p-qualification_wrapper h3 + p, .p-qualification_wrapper h4 + p {
  margin-top: 0;
}
.p-qualification_wrapper a {
  color: #01A7E1;
}
@media (min-width: 744px) {
  .p-qualification_wrapper {
    padding: 0 30px;
  }
}
@media print {
  .p-qualification_wrapper {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-qualification_wrapper {
    padding: 0 30px;
  }
}
@media print {
  .p-qualification_wrapper {
    padding: 0 30px;
  }
}
@media (min-width: 744px) {
  .p-qualification_wrapper {
    padding-top: 160px;
  }
}
@media print {
  .p-qualification_wrapper {
    padding-top: 160px;
  }
}
@media (min-width: 1024px) {
  .p-qualification_wrapper {
    padding-top: 160px;
  }
}
@media print {
  .p-qualification_wrapper {
    padding-top: 160px;
  }
}
.p-qualification_top {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1060px;
  padding-top: 60px;
}
@media (min-width: 744px) {
  .p-qualification_top {
    padding: 0 30px;
  }
}
@media print {
  .p-qualification_top {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-qualification_top {
    padding: 0 30px;
  }
}
@media print {
  .p-qualification_top {
    padding: 0 30px;
  }
}
@media (min-width: 744px) {
  .p-qualification_top {
    padding-top: 120px;
  }
}
@media print {
  .p-qualification_top {
    padding-top: 120px;
  }
}
@media (min-width: 1024px) {
  .p-qualification_top {
    padding-top: 120px;
  }
}
@media print {
  .p-qualification_top {
    padding-top: 120px;
  }
}
.p-qualification_top-img img {
  width: 100%;
}
.p-qualification_top-text {
  margin: 0 auto;
  margin-top: 25px;
  width: 100%;
  max-width: 770px;
}
.p-qualification_top-text p, .p-qualification_top-text a, .p-qualification_top-text li, .p-qualification_top-text dl {
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .p-qualification_top-text p, .p-qualification_top-text a, .p-qualification_top-text li, .p-qualification_top-text dl {
    font-size: 1rem;
  }
}
@media print {
  .p-qualification_top-text p, .p-qualification_top-text a, .p-qualification_top-text li, .p-qualification_top-text dl {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .p-qualification_top-text p, .p-qualification_top-text a, .p-qualification_top-text li, .p-qualification_top-text dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media print {
  .p-qualification_top-text p, .p-qualification_top-text a, .p-qualification_top-text li, .p-qualification_top-text dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.p-qualification_top-text p {
  margin-top: 1.5em;
}
.p-qualification_top-text h2 + p, .p-qualification_top-text h3 + p, .p-qualification_top-text h4 + p {
  margin-top: 0;
}
.p-qualification_top-text a {
  color: #01A7E1;
}
@media (min-width: 744px) {
  .p-qualification_top-text {
    margin-top: 40px;
  }
}
@media print {
  .p-qualification_top-text {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .p-qualification_top-text {
    margin-top: 70px;
  }
}
@media print {
  .p-qualification_top-text {
    margin-top: 70px;
  }
}
.p-qualification_top-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media (min-width: 744px) {
  .p-qualification_top-link {
    margin-top: 50px;
  }
}
@media print {
  .p-qualification_top-link {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  .p-qualification_top-link {
    margin-top: 70px;
  }
}
@media print {
  .p-qualification_top-link {
    margin-top: 70px;
  }
}
.p-qualification_top-link a {
  position: relative;
  text-align: center;
  font-weight: 700;
  color: #01A7E1;
  text-decoration: none;
  font-size: 0.925rem;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.p-qualification_top-link a:hover {
  opacity: 0.6;
}
.p-qualification_top-link a.arrow {
  /*padding-right: 45px;*/
}
/*.p-qualification_top-link a.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  background-image: url("/assets/img/icon/icon-arrow3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  width: 36px;
  height: 7px;
}*/
@media (min-width: 744px) {
  .p-qualification_top-link a.arrow {
    /*padding-right: 75px;*/
    font-size: 1.5rem;
  }
  /*.p-qualification_top-link a.arrow::after {
    right: 0;
    width: 60px;
    height: 11px;
  }*/
}
@media print {
  .p-qualification_top-link a.arrow {
    /*padding-right: 75px;*/
    font-size: 1.5rem;
  }
  /*.p-qualification_top-link a.arrow::after {
    right: 0;
    width: 60px;
    height: 11px;
  }*/
}
@media (min-width: 1024px) {
  .p-qualification_top-link a.arrow {
    /*padding-right: 75px;*/
    font-size: 1.6875rem;
  }
}
@media print {
  .p-qualification_top-link a.arrow {
    /*padding-right: 75px;*/
    font-size: 1.6875rem;
  }
}
.p-qualification_top-link a.blank {
  line-height: 1.2;
  padding-right: 12px;
}
.p-qualification_top-link a.blank::after {
  content: "";
  position: absolute;
  top: 0;
  background-image: url("/assets/img/icon/icon-link-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 8px;
  right: 0;
  width: 10px;
  height: 10px;
}
@media (min-width: 744px) {
  .p-qualification_top-link a.blank {
    padding-right: 20px;
  }
  .p-qualification_top-link a.blank::after {
    top: 13px;
    width: 16px;
    height: 16px;
  }
}
@media print {
  .p-qualification_top-link a.blank {
    padding-right: 20px;
  }
  .p-qualification_top-link a.blank::after {
    top: 13px;
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1024px) {
  .p-qualification_top-link a.blank {
    padding-right: 30px;
    font-size: 1.6875rem;
  }
  .p-qualification_top-link a.blank::after {
    top: 20px;
    width: 20px;
    height: 20px;
  }
}
@media print {
  .p-qualification_top-link a.blank {
    padding-right: 30px;
    font-size: 1.6875rem;
  }
  .p-qualification_top-link a.blank::after {
    top: 20px;
    width: 20px;
    height: 20px;
  }
}
.p-qualification_top-link a .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #EDEDED));
  background: linear-gradient(transparent 60%, #EDEDED 60%);
}
.p-qualification_top-link a .large {
  line-height: 1.5;
  font-size: 1.125rem;
}
@media (min-width: 744px) {
  .p-qualification_top-link a .large {
    font-size: 1.6875rem;
  }
}
@media print {
  .p-qualification_top-link a .large {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1024px) {
  .p-qualification_top-link a .large {
    font-size: 2.25rem;
  }
}
@media print {
  .p-qualification_top-link a .large {
    font-size: 2.25rem;
  }
}
.p-qualification_top-link a small {
  font-size: 0.6875rem;
}
@media (min-width: 744px) {
  .p-qualification_top-link a small {
    font-size: 1rem;
  }
}
@media print {
  .p-qualification_top-link a small {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .p-qualification_top-link a small {
    font-size: 1.3125rem;
    line-height: 1.2;
  }
}
@media print {
  .p-qualification_top-link a small {
    font-size: 1.3125rem;
    line-height: 1.2;
  }
}
.p-qualification_head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}
.p-qualification_head img {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 60px;
  height: auto;
}
.p-qualification_head h2 {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  line-height: 1.2;
  padding-left: 10px;
}
.p-qualification_head h2 small {
  font-size: 0.6875rem;
}
.p-qualification_head h2 span {
  font-size: 1.5625rem;
}
@media (min-width: 744px) {
  .p-qualification_head img {
    width: 100px;
  }
  .p-qualification_head h2 small {
    font-size: 0.875rem;
  }
  .p-qualification_head h2 span {
    font-size: 2.3rem;
  }
}
@media print {
  .p-qualification_head img {
    width: 100px;
  }
  .p-qualification_head h2 small {
    font-size: 0.875rem;
  }
  .p-qualification_head h2 span {
    font-size: 2.3rem;
  }
}
@media (min-width: 1024px) {
  .p-qualification_head img {
    width: 140px;
    height: auto;
  }
  .p-qualification_head h2 {
    padding-left: 50px;
  }
  .p-qualification_head h2 small {
    font-size: 1.125rem;
  }
  .p-qualification_head h2 span {
    font-size: 2.8125rem;
  }
}
@media print {
  .p-qualification_head img {
    width: 140px;
    height: auto;
  }
  .p-qualification_head h2 {
    padding-left: 50px;
  }
  .p-qualification_head h2 small {
    font-size: 1.125rem;
  }
  .p-qualification_head h2 span {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1024px) {
  .p-qualification_content {
    margin-top: 60px;
  }
}
@media print {
  .p-qualification_content {
    margin-top: 60px;
  }
}
.p-qualification_content h3 {
  margin-top: 30px;
}
@media (min-width: 744px) {
  .p-qualification_content h3 {
    margin-top: 40px;
  }
}
@media print {
  .p-qualification_content h3 {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .p-qualification_content h3 {
    margin-top: 60px;
    font-size: 1.75rem;
    font-weight: 700;
  }
}
@media print {
  .p-qualification_content h3 {
    margin-top: 60px;
    font-size: 1.75rem;
    font-weight: 700;
  }
}
.p-qualification_content h4 {
  margin: 0.5rem 0 0;
  color: #01A7E1;
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .p-qualification_content h4 {
    margin: 0.5rem 0;
    font-size: 1.125rem;
  }
}
@media print {
  .p-qualification_content h4 {
    margin: 0.5rem 0;
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .p-qualification_content h4 {
    font-size: 1.5rem;
  }
}
@media print {
  .p-qualification_content h4 {
    font-size: 1.5rem;
  }
}


/* ========================================
治療について
======================================== */
.p-treatments {
  margin-top: 40px;
}
.p-treatments section {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .p-treatments {
    margin-top: 100px;
  }
}
@media print {
  .p-treatments {
    margin-top: 100px;
  }
}
.p-treatments_title {
  color: #01A7E1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .p-treatments_title {
    font-size: min(4vw, 3rem);
  }
}
@media print {
  .p-treatments_title {
    font-size: min(4vw, 3rem);
  }
}
.p-treatments_list {
  font-weight: 500;
  margin-top: 20px;
}
@media (min-width: 744px) {
  .p-treatments_list {
    margin-top: 30px;
  }
}
@media print {
  .p-treatments_list {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .p-treatments_list {
    margin-top: 60px;
  }
}
@media print {
  .p-treatments_list {
    margin-top: 60px;
  }
}
.p-treatments_list li {
  list-style-type: none;
  font-size: 0.875rem;
  margin-top: 10px;
}
.p-treatments_list li::before {
  content: "▶";
  padding-right: 0.5em;
  color: #D8D9D9;
}
.p-treatments_list li a {
  color: #666666;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.p-treatments_list li a:hover {
  opacity: 0.6;
}
@media (min-width: 744px) {
  .p-treatments_list li {
    margin-top: 10px;
    font-size: 1.125rem;
  }
}
@media print {
  .p-treatments_list li {
    margin-top: 10px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .p-treatments_list li {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}
@media print {
  .p-treatments_list li {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}
@media (min-width: 744px) {
  .p-treatments_list.sec2 {
    margin-left: 30px;
  }
  .p-treatments_list.sec2 li:nth-child(2) {
    margin-left: 1.2em;
  }
  .p-treatments_list.sec2 li:nth-child(3) {
    margin-left: 2.4em;
  }
  .p-treatments_list.sec2 li:nth-child(4) {
    margin-left: 3.6em;
  }
}
@media print {
  .p-treatments_list.sec2 {
    margin-left: 30px;
  }
  .p-treatments_list.sec2 li:nth-child(2) {
    margin-left: 1.2em;
  }
  .p-treatments_list.sec2 li:nth-child(3) {
    margin-left: 2.4em;
  }
  .p-treatments_list.sec2 li:nth-child(4) {
    margin-left: 3.6em;
  }
}
.p-treatments_link {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media (min-width: 744px) {
  .p-treatments_link {
    margin-top: 0;
  }
}
@media print {
  .p-treatments_link {
    margin-top: 0;
  }
}
.p-treatments_sec1 {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 744px) {
  .p-treatments_sec1 {
    padding: 0 30px;
  }
}
@media print {
  .p-treatments_sec1 {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-treatments_sec1 {
    padding: 0 30px;
  }
}
@media print {
  .p-treatments_sec1 {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-treatments_sec1 {
    padding-top: 140px;
  }
}
@media print {
  .p-treatments_sec1 {
    padding-top: 140px;
  }
}
.p-treatments_sec1 .left {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
@media (min-width: 744px) {
  .p-treatments_sec1 .left {
    padding-left: min(3vw, 30px);
  }
}
@media print {
  .p-treatments_sec1 .left {
    padding-left: min(3vw, 30px);
  }
}
@media (min-width: 1024px) {
  .p-treatments_sec1 .left {
    padding-left: min(10vw, 100px);
  }
}
@media print {
  .p-treatments_sec1 .left {
    padding-left: min(10vw, 100px);
  }
}
.p-treatments_sec1 .right {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin: 40px auto 0;
  width: min(68vw, 300px);
}
.p-treatments_sec1 .right img {
  width: 100%;
  height: auto;
}
@media (min-width: 744px) {
  .p-treatments_sec1 .right {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin: 0;
    width: min(35vw, 490px);
  }
}
@media print {
  .p-treatments_sec1 .right {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin: 0;
    width: min(35vw, 490px);
  }
}
.p-treatments_sec2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding-top: 100px;
}
@media (min-width: 1024px) {
  .p-treatments_sec2 {
    padding-top: 200px;
  }
}
@media print {
  .p-treatments_sec2 {
    padding-top: 200px;
  }
}
.p-treatments_sec2 .left {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.p-treatments_sec2 .left img {
  width: 90%;
  height: auto;
}
@media (min-width: 744px) {
  .p-treatments_sec2 .left {
    -webkit-box-ordinal-group: 2;
            order: 1;
    width: min(50vw, 692px);
  }
  .p-treatments_sec2 .left img {
    width: 100%;
    height: auto;
  }
}
@media print {
  .p-treatments_sec2 .left {
    -webkit-box-ordinal-group: 2;
            order: 1;
    width: min(50vw, 692px);
  }
  .p-treatments_sec2 .left img {
    width: 100%;
    height: auto;
  }
}
.p-treatments_sec2 .right {
  -webkit-box-ordinal-group: 2;
          order: 1;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 0 20px;
}
@media (min-width: 744px) {
  .p-treatments_sec2 .right {
    padding: 0;
    padding-top: 5vw;
  }
}
@media print {
  .p-treatments_sec2 .right {
    padding: 0;
    padding-top: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-treatments_sec2 .right {
    -webkit-box-ordinal-group: 3;
            order: 2;
    padding-top: 5vw;
  }
}
@media print {
  .p-treatments_sec2 .right {
    -webkit-box-ordinal-group: 3;
            order: 2;
    padding-top: 5vw;
  }
}
@media (min-width: 1200px) {
  .p-treatments_sec2 .right {
    padding-top: 120px;
  }
}
@media print {
  .p-treatments_sec2 .right {
    padding-top: 120px;
  }
}
@media (min-width: 1440px) {
  .p-treatments_sec2 .right {
    padding-top: 150px;
  }
}
@media print {
  .p-treatments_sec2 .right {
    padding-top: 150px;
  }
}
.p-treatments_sec2-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 40px 0;
}
@media (min-width: 744px) {
  .p-treatments_sec2-link {
    display: block;
    margin: 0;
    margin-top: 50px;
    padding-left: 5em;
  }
}
@media print {
  .p-treatments_sec2-link {
    display: block;
    margin: 0;
    margin-top: 50px;
    padding-left: 5em;
  }
}
@media (min-width: 1024px) {
  .p-treatments_sec2-link {
    margin-top: 100px;
    padding-left: 10em;
  }
}
@media print {
  .p-treatments_sec2-link {
    margin-top: 100px;
    padding-left: 10em;
  }
}
.p-treatments_sec3 {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding-top: 100px;
}
@media (min-width: 744px) {
  .p-treatments_sec3 {
    padding-top: 100px;
  }
}
@media print {
  .p-treatments_sec3 {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .p-treatments_sec3 {
    padding-top: 200px;
  }
}
@media print {
  .p-treatments_sec3 {
    padding-top: 200px;
  }
}
.p-treatments_sec3 .left {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 0 20px;
}
@media (min-width: 744px) {
  .p-treatments_sec3 .left {
    padding: 0;
    padding-top: 5vw;
    padding-left: min(3vw, 30px);
    min-width: 300px;
  }
}
@media print {
  .p-treatments_sec3 .left {
    padding: 0;
    padding-top: 5vw;
    padding-left: min(3vw, 30px);
    min-width: 300px;
  }
}
@media (min-width: 1024px) {
  .p-treatments_sec3 .left {
    padding-top: 15vw;
    padding-left: min(3vw, 30px);
  }
}
@media print {
  .p-treatments_sec3 .left {
    padding-top: 15vw;
    padding-left: min(3vw, 30px);
  }
}
@media (min-width: 1200px) {
  .p-treatments_sec3 .left {
    min-width: 500px;
    padding-top: 250px;
    padding-left: 200px;
  }
}
@media print {
  .p-treatments_sec3 .left {
    min-width: 500px;
    padding-top: 250px;
    padding-left: 200px;
  }
}
.p-treatments_sec3 .right {
  margin-top: 20px;
}
.p-treatments_sec3 .right img {
  margin-left: auto;
  width: 95%;
  height: auto;
}
@media (min-width: 744px) {
  .p-treatments_sec3 .right {
    margin-top: 0;
    width: min(68.7vw, 940px);
  }
  .p-treatments_sec3 .right img {
    width: 100%;
    height: auto;
  }
}
@media print {
  .p-treatments_sec3 .right {
    margin-top: 0;
    width: min(68.7vw, 940px);
  }
  .p-treatments_sec3 .right img {
    width: 100%;
    height: auto;
  }
}
.p-treatments_sec3-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 40px auto 0;
}
@media (min-width: 744px) {
  .p-treatments_sec3-link {
    display: block;
  }
}
@media print {
  .p-treatments_sec3-link {
    display: block;
  }
}
@media (min-width: 1024px) {
  .p-treatments_sec3-link {
    margin-top: 100px;
  }
}
@media print {
  .p-treatments_sec3-link {
    margin-top: 100px;
  }
}
.p-treatments_sec4 {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding-top: 100px;
}
@media (min-width: 1024px) {
  .p-treatments_sec4 {
    padding-top: 200px;
  }
}
@media print {
  .p-treatments_sec4 {
    padding-top: 200px;
  }
}
.p-treatments_sec4 .left {
  -webkit-box-ordinal-group: 3;
          order: 2;
  margin-top: 25px;
}
.p-treatments_sec4 .left img {
  width: 90%;
  height: auto;
}
@media (min-width: 744px) {
  .p-treatments_sec4 .left {
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-top: 0;
    width: min(55vw, 804px);
  }
  .p-treatments_sec4 .left img {
    width: 100%;
    height: auto;
  }
}
@media print {
  .p-treatments_sec4 .left {
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-top: 0;
    width: min(55vw, 804px);
  }
  .p-treatments_sec4 .left img {
    width: 100%;
    height: auto;
  }
}
.p-treatments_sec4 .right {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 2;
          order: 1;
  padding: 0 20px;
}
@media (min-width: 744px) {
  .p-treatments_sec4 .right {
    -webkit-box-ordinal-group: 3;
            order: 2;
    padding: 0;
    padding-top: 5vw;
  }
}
@media print {
  .p-treatments_sec4 .right {
    -webkit-box-ordinal-group: 3;
            order: 2;
    padding: 0;
    padding-top: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-treatments_sec4 .right {
    padding-top: 5vw;
  }
}
@media print {
  .p-treatments_sec4 .right {
    padding-top: 5vw;
  }
}
@media (min-width: 1200px) {
  .p-treatments_sec4 .right {
    padding-top: 120px;
  }
}
@media print {
  .p-treatments_sec4 .right {
    padding-top: 120px;
  }
}
@media (min-width: 1440px) {
  .p-treatments_sec4 .right {
    padding-top: 150px;
  }
}
@media print {
  .p-treatments_sec4 .right {
    padding-top: 150px;
  }
}
.p-treatments_sec4-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 40px auto 0;
}
@media (min-width: 744px) {
  .p-treatments_sec4-link {
    display: block;
    margin-top: 50px;
  }
}
@media print {
  .p-treatments_sec4-link {
    display: block;
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  .p-treatments_sec4-link {
    margin-top: 100px;
  }
}
@media print {
  .p-treatments_sec4-link {
    margin-top: 100px;
  }
}


/* ========================================
治療について　下層共通
======================================== */
.p-treatments-sub_movie {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  max-width: 940px;
  overflow: hidden;
  border-radius: 15px;
}
@media (min-width: 744px) {
  .p-treatments-sub_movie {
    margin: 40px auto 0;
  }
}
@media print {
  .p-treatments-sub_movie {
    margin: 40px auto 0;
  }
}
@media (min-width: 1024px) {
  .p-treatments-sub_movie {
    margin: 60px auto 0;
    border-radius: 30px;
  }
}
@media print {
  .p-treatments-sub_movie {
    margin: 60px auto 0;
    border-radius: 30px;
  }
}
.p-treatments-sub_movie iframe, .p-treatments-sub_movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-list-treatments-notes li {
  position: relative;
  margin-top: 10px;
  padding-left: 1.5em;
}
.m-list-treatments-notes li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "▶";
  color: #d8d9d9;
  /*top: 0.425rem;
  font-size: 0.75rem;*/
}


/* ========================================
血管内レーザー治療 EVLA
======================================== */
.p-evla section {
  position: relative;
  z-index: 1;
}
.p-evla_top {
  padding-top: 60px;
}
@media (min-width: 744px) {
  .p-evla_top {
    padding-top: 140px;
  }
}
@media print {
  .p-evla_top {
    padding-top: 140px;
  }
}
@media (min-width: 1024px) {
  .p-evla_top {
    padding-top: 188px;
  }
}
@media print {
  .p-evla_top {
    padding-top: 188px;
  }
}
.p-evla_list {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 960px;
  margin-top: 40px;
}
@media (min-width: 744px) {
  .p-evla_list {
    padding: 0 30px;
  }
}
@media print {
  .p-evla_list {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-evla_list {
    padding: 0 30px;
  }
}
@media print {
  .p-evla_list {
    padding: 0 30px;
  }
}
@media (min-width: 744px) {
  .p-evla_list {
    margin-top: 50px;
  }
}
@media print {
  .p-evla_list {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  .p-evla_list {
    margin-top: 150px;
  }
}
@media print {
  .p-evla_list {
    margin-top: 150px;
  }
}
.p-evla_list dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-top: 40px;
}
@media (min-width: 744px) {
  .p-evla_list dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media print {
  .p-evla_list dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .p-evla_list dl {
    margin-top: 60px;
  }
}
@media print {
  .p-evla_list dl {
    margin-top: 60px;
  }
}
.p-evla_list dl dt {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 100px;
}
.p-evla_list dl dt img {
  width: 100%;
  height: auto;
}
@media (min-width: 744px) {
  .p-evla_list dl dt {
    width: min(15.2vw, 220px);
  }
}
@media print {
  .p-evla_list dl dt {
    width: min(15.2vw, 220px);
  }
}
.p-evla_list dl dd {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 10px;
}
.p-evla_list dl dd p, .p-evla_list dl dd a, .p-evla_list dl dd li, .p-evla_list dl dd dl {
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .p-evla_list dl dd p, .p-evla_list dl dd a, .p-evla_list dl dd li, .p-evla_list dl dd dl {
    font-size: 1rem;
  }
}
@media print {
  .p-evla_list dl dd p, .p-evla_list dl dd a, .p-evla_list dl dd li, .p-evla_list dl dd dl {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .p-evla_list dl dd p, .p-evla_list dl dd a, .p-evla_list dl dd li, .p-evla_list dl dd dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media print {
  .p-evla_list dl dd p, .p-evla_list dl dd a, .p-evla_list dl dd li, .p-evla_list dl dd dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.p-evla_list dl dd p {
  margin-top: 1.5em;
}
.p-evla_list dl dd h2 + p, .p-evla_list dl dd h3 + p, .p-evla_list dl dd h4 + p {
  margin-top: 0;
}
.p-evla_list dl dd a {
  color: #01A7E1;
}
.p-evla_list dl dd h3 {
  font-weight: 900;
  font-size: 1.125rem;
}
.p-evla_list dl dd p {
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .p-evla_list dl dd {
    -webkit-box-pack: center;
            justify-content: center;
    padding-left: 30px;
  }
  .p-evla_list dl dd h3 {
    font-size: 1.5rem;
  }
  .p-evla_list dl dd p {
    font-size: 1rem;
  }
}
@media print {
  .p-evla_list dl dd {
    -webkit-box-pack: center;
            justify-content: center;
    padding-left: 30px;
  }
  .p-evla_list dl dd h3 {
    font-size: 1.5rem;
  }
  .p-evla_list dl dd p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .p-evla_list dl dd {
    padding-left: min(7vw, 85px);
  }
  .p-evla_list dl dd h3 {
    font-size: 1.5rem;
  }
  .p-evla_list dl dd p {
    font-size: 1.125rem;
    line-height: 2.3;
  }
}
@media print {
  .p-evla_list dl dd {
    padding-left: min(7vw, 85px);
  }
  .p-evla_list dl dd h3 {
    font-size: 1.5rem;
  }
  .p-evla_list dl dd p {
    font-size: 1.125rem;
    line-height: 2.3;
  }
}
.p-evla_full {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
@media (min-width: 744px) {
  .p-evla_full {
    margin-bottom: 50px;
  }
}
@media print {
  .p-evla_full {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .p-evla_full {
    margin-bottom: 70px;
  }
}
@media print {
  .p-evla_full {
    margin-bottom: 70px;
  }
}
.p-evla_full .left img {
  width: 85%;
  height: auto;
}
@media (min-width: 744px) {
  .p-evla_full .left {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: min(37vw, 536px);
  }
  .p-evla_full .left img {
    width: 100%;
    height: auto;
  }
}
@media print {
  .p-evla_full .left {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: min(37vw, 536px);
  }
  .p-evla_full .left img {
    width: 100%;
    height: auto;
  }
}
.p-evla_full .right {
  padding: 30px;
}
@media (min-width: 744px) {
  .p-evla_full .right {
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media print {
  .p-evla_full .right {
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
.p-evla_full .right p {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  font-weight: 900;
  line-height: 1.4;
  font-size: 1rem;
}
.p-evla_full .right p span:nth-child(2) {
  padding-left: 0.5em;
}
.p-evla_full .right p span:nth-child(3) {
  padding-left: 1em;
}
.p-evla_full .right p span:nth-child(4) {
  padding-left: 1.5em;
}
@media (min-width: 744px) {
  .p-evla_full .right p {
    font-size: min(2.5vw, 2.25rem);
  }
}
@media print {
  .p-evla_full .right p {
    font-size: min(2.5vw, 2.25rem);
  }
}
.p-evla_button {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1060px;
  padding-top: 100px;
}
@media (min-width: 744px) {
  .p-evla_button {
    padding: 0 30px;
  }
}
@media print {
  .p-evla_button {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-evla_button {
    padding: 0 30px;
  }
}
@media print {
  .p-evla_button {
    padding: 0 30px;
  }
}
@media (min-width: 744px) {
  .p-evla_button {
    padding-top: 100px;
  }
}
@media print {
  .p-evla_button {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .p-evla_button {
    padding-top: 200px;
  }
}
@media print {
  .p-evla_button {
    padding-top: 200px;
  }
}
.p-evla_button a {
  border: 3px solid #01A7E1;
  border-radius: 70px;
  color: #666666;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 10px 30px;
  width: 100%;
  max-width: 900px;
  height: 100px;
}
.p-evla_button a::after {
  content: "";
  position: absolute;
  left: 50%;
  background-image: url("/assets/img/icon/icon-arrow3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 13px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 36px;
  height: 7px;
}
.p-evla_button a p {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-right: 10px;
  line-height: 1.2;
}
.p-evla_button a p small {
  font-weight: 700;
  font-size: 0.6875rem;
}
.p-evla_button a p span {
  font-weight: 700;
  font-style: italic;
  font-size: 1.3125rem;
  /*letter-spacing: -0.04em;*/
}
.p-evla_button a p span.name_jp {
  font-style: normal;
  font-size: 1rem;
  font-feature-settings: 'palt';
  letter-spacing: 0;
}
.p-evla_button a img {
  width: 65px;
  height: auto;
}
@media (max-width: 743px) {
  .p-evla_button a::after {
    content: none;
  }
}
@media (min-width: 744px) {
  .p-evla_button a {
    border-width: 3px;
    border-radius: 70px;
    padding: 0 20px;
    height: 140px;
  }
  .p-evla_button a::after {
    top: calc(50% - 4px);
    left: auto;
    right: 40px;
    width: 60px;
    height: 12px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .p-evla_button a p {
    padding-right: 30px;
  }
  .p-evla_button a p small {
    font-weight: 700;
    font-size: 1rem;
  }
  .p-evla_button a p span {
    /*font-weight: 500;*/
    font-style: italic;
    font-size: 1.75rem;
    /*letter-spacing: -0.04em;*/
  }
  .p-evla_button a p span.name_jp {
    font-style: normal;
    font-size: 1.25rem;
  }
  .p-evla_button a img {
    width: 100px;
    height: auto;
  }
}
@media print {
  .p-evla_button a {
    height: 140px;
    border-width: 3px;
    border-radius: 70px;
    padding: 0 20px;
  }
  .p-evla_button a::after {
    top: 50%;
    left: auto;
    right: 40px;
    width: 60px;
    height: 12px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .p-evla_button a p {
    padding-right: 30px;
  }
  .p-evla_button a p small {
    font-weight: 700;
    font-size: 1rem;
  }
  .p-evla_button a p span {
    /*font-weight: 500;*/
    font-style: italic;
    font-size: 1.75rem;
    /*letter-spacing: -0.04em;*/
  }
  .p-evla_button a p span.name_jp {
    font-style: normal;
    font-size: 1.25rem;
  }
  .p-evla_button a img {
    width: 100px;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .p-evla_button a {
    height: 178px;
    border-width: 3px;
    border-radius: 89px;
    padding: 0 100px 0 60px;
  }
  .p-evla_button a::after {
    right: 31px;
    width: 60px;
    height: 12px;
  }
  .p-evla_button a p {
    padding-right: 30px;
  }
  .p-evla_button a p small {
    font-size: 1.125rem;
  }
  .p-evla_button a p span {
    font-size: 2.25rem;
  }
  .p-evla_button a p span.name_jp {
    font-size: 1.85rem;
  }
  .p-evla_button a img {
    width: 130px;
    height: auto;
  }
}
@media print {
  .p-evla_button a {
    height: 178px;
    border-width: 3px;
    border-radius: 89px;
    padding: 0 100px 0 60px;
  }
  .p-evla_button a::after {
    right: 31px;
    width: 60px;
    height: 12px;
  }
  .p-evla_button a p {
    padding-right: 30px;
  }
  .p-evla_button a p small {
    font-size: 1.125rem;
  }
  .p-evla_button a p span {
    font-size: 2.25rem;
  }
  .p-evla_button a p span.name_jp {
    font-size: 1.85rem;
  }
  .p-evla_button a img {
    width: 130px;
    height: auto;
  }
}


/* ========================================
硬化療法 SCLEROTHERAPY
======================================== */
.p-sclerotherapy section {
  position: relative;
  z-index: 1;
}
.p-sclerotherapy .p-sclerotherapy_mainimg_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -320px auto 40px;
  width: 100%;
  max-width: 1440px;
}
.p-sclerotherapy .p-sclerotherapy_mainimg_wrap .p-sclerotherapy_mainimg {
  overflow: hidden;
}
.p-sclerotherapy .p-sclerotherapy_mainimg_wrap .p-sclerotherapy_mainimg img {
  margin: min(262px, 70vw) 0px 0;
  width: min(384px, 120vw);
}
@media (min-width: 744px) {
  .p-sclerotherapy .p-sclerotherapy_mainimg_wrap {
    margin: -320px auto 80px;
  }
  .p-sclerotherapy .p-sclerotherapy_mainimg_wrap .p-sclerotherapy_mainimg img {
    margin: min(80px, 11vw) 0 0;
    width: min(764px, 100vw);
  }
}
@media print {}
@media (min-width: 1024px) {
  .p-sclerotherapy .p-sclerotherapy_mainimg_wrap {
  }
  .p-sclerotherapy .p-sclerotherapy_mainimg_wrap .p-sclerotherapy_mainimg img {
    margin: 0;
    width: 980px;
  }
}
@media print {}

.p-sclerotherapy #sec2 {}
.p-sclerotherapy .text-quote {
  font-size: 90%;
}
@media (min-width: 1024px) {
  .p-sclerotherapy .text-quote {
    margin-left: 30px;
  }
}
@media print {
}

.p-sclerotherapy .m-column2 .left {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 0 20px;
}
@media (min-width: 744px) {
  .p-sclerotherapy .m-column2 .left {
    padding: 0;
    padding-top: 5vw;
    padding-left: min(3vw, 30px);
    min-width: 300px;
  }
}
@media print {
  .p-sclerotherapy .m-column2 .left {
    padding: 0;
    padding-top: 5vw;
    padding-left: min(3vw, 30px);
    min-width: 300px;
  }
}
@media (min-width: 1024px) {
  .p-sclerotherapy .m-column2 .left {
    padding-top: 15vw;
    padding-left: min(3vw, 30px);
  }
}
@media print {
  .p-sclerotherapy .m-column2 .left {
    padding-top: 15vw;
    padding-left: min(3vw, 30px);
  }
}
@media (min-width: 1200px) {
  .p-sclerotherapy .m-column2 .left {
    min-width: 500px;
    padding-top: 250px;
    padding-left: 200px;
  }
}
@media print {
  .p-sclerotherapy .m-column2 .left {
    min-width: 500px;
    padding-top: 250px;
    padding-left: 200px;
  }
}
.p-sclerotherapy .m-column2 .right {
  margin-top: 20px;
}
.p-sclerotherapy .m-column2 .right img {
  margin-left: auto;
  width: 95%;
  height: auto;
}
@media (min-width: 744px) {
  .p-sclerotherapy .m-column2 .right {
    margin-top: 0;
    width: min(68.7vw, 940px);
  }
  .p-sclerotherapy .m-column2 .right img {
    width: 100%;
    height: auto;
  }
}
@media print {
  .p-sclerotherapy .m-column2 .right {
    margin-top: 0;
    width: min(68.7vw, 940px);
  }
  .p-sclerotherapy .m-column2 .right img {
    width: 100%;
    height: auto;
  }
}


/* ========================================
圧迫療法 COMPRESSION  THERAPY
======================================== */
.p-compression-therapy section {
  position: relative;
  z-index: 1;
}
.p-page-compression-therapy .font-small {
  font-size: 10px;
}
.p-compression-therapy_top {
  padding-top: 60px;
}
@media (min-width: 744px) {
  .p-page-compression-therapy .font-small {
    font-size: 75%;
  }
  .p-compression-therapy_top {
    padding-top: 140px;
  }
}
@media print {
  .p-compression-therapy_top {
    padding-top: 140px;
  }
}
@media (min-width: 1024px) {
  .p-compression-therapy_top {
    padding-top: 188px;
  }
}
@media print {
  .p-compression-therapy_top {
    padding-top: 188px;
  }
}
.p-page-compression-therapy #sec2 .img-01 {
  margin: 60px auto 0;
  height: auto;
  max-width: 650px;
}
.p-page-compression-therapy #sec2 .img-01 img {
  width: 100%;
}
.p-compression-therapy_list {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 960px;
  margin-top: 40px;
}
@media (min-width: 744px) {
  .p-compression-therapy_list {
    padding: 0 30px;
  }
}
@media print {
  .p-compression-therapy_list {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-compression-therapy_list {
    padding: 0 30px;
  }
}
@media print {
  .p-compression-therapy_list {
    padding: 0 30px;
  }
}
@media (min-width: 744px) {
  .p-compression-therapy_list {
    margin-top: 50px;
  }
}
@media print {
  .p-compression-therapy_list {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  .p-compression-therapy_list {
    margin-top: 150px;
  }
}
@media print {
  .p-compression-therapy_list {
    margin-top: 150px;
  }
}
.p-compression-therapy_list dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-top: 40px;
}
@media (min-width: 744px) {
  .p-compression-therapy_list dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media print {
  .p-compression-therapy_list dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .p-compression-therapy_list dl {
    margin-top: 60px;
  }
}
@media print {
  .p-compression-therapy_list dl {
    margin-top: 60px;
  }
}
.p-compression-therapy_list dl dt {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 100px;
}
.p-compression-therapy_list dl dt img {
  width: 100%;
  height: auto;
}
@media (min-width: 744px) {
  .p-compression-therapy_list dl dt {
    width: min(16.6vw, 240px);
  }
}
@media print {
  .p-compression-therapy_list dl dt {
    width: min(16.6vw, 240px);
  }
}
.p-compression-therapy_list dl dd {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 10px;
}
.p-compression-therapy_list dl dd p, .p-compression-therapy_list dl dd a, .p-compression-therapy_list dl dd li, .p-compression-therapy_list dl dd dl {
  font-size: 0.875rem;
}
.p-compression-therapy_list dl dd p.font-small {
  margin-top: 0.5em;
}
@media (min-width: 744px) {
  .p-compression-therapy_list dl dd p, .p-compression-therapy_list dl dd a, .p-compression-therapy_list dl dd li, .p-compression-therapy_list dl dd dl {
    font-size: 1rem;
  }
}
@media print {
  .p-compression-therapy_list dl dd p, .p-compression-therapy_list dl dd a, .p-compression-therapy_list dl dd li, .p-compression-therapy_list dl dd dl {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .p-compression-therapy_list dl dd p, .p-compression-therapy_list dl dd a, .p-compression-therapy_list dl dd li, .p-compression-therapy_list dl dd dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media print {
  .p-compression-therapy_list dl dd p, .p-compression-therapy_list dl dd a, .p-compression-therapy_list dl dd li, .p-compression-therapy_list dl dd dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.p-compression-therapy_list dl dd p {
  margin-top: 1.5em;
}
.p-compression-therapy_list dl dd h2 + p, .p-compression-therapy_list dl dd h3 + p, .p-compression-therapy_list dl dd h4 + p {
  margin-top: 0;
}
.p-compression-therapy_list dl dd a {
  color: #01A7E1;
}
.p-compression-therapy_list dl dd h3 {
  font-weight: 900;
  font-size: 1.125rem;
}
.p-compression-therapy_list dl dd p {
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .p-compression-therapy_list dl dd {
    -webkit-box-pack: center;
            justify-content: center;
    padding-left: 30px;
  }
  .p-compression-therapy_list dl dd h3 {
    font-size: 1.5rem;
  }
  .p-compression-therapy_list dl dd p {
    font-size: 1rem;
  }
}
@media print {
  .p-compression-therapy_list dl dd {
    -webkit-box-pack: center;
            justify-content: center;
    padding-left: 30px;
  }
  .p-compression-therapy_list dl dd h3 {
    font-size: 1.5rem;
  }
  .p-compression-therapy_list dl dd p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .p-compression-therapy_list dl dd {
    padding-left: min(7vw, 85px);
  }
  .p-compression-therapy_list dl dd h3 {
    font-size: 1.5rem;
  }
  .p-compression-therapy_list dl dd p {
    font-size: 1.125rem;
    line-height: 2.3;
  }
}
@media print {
  .p-compression-therapy_list dl dd {
    padding-left: min(7vw, 85px);
  }
  .p-compression-therapy_list dl dd h3 {
    font-size: 1.5rem;
  }
  .p-compression-therapy_list dl dd p {
    font-size: 1.125rem;
    line-height: 2.3;
  }
}
.p-compression-therapy_full {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
@media (min-width: 744px) {
  .p-compression-therapy_full {
    margin-bottom: 50px;
  }
}
@media print {
  .p-compression-therapy_full {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .p-compression-therapy_full {
    margin-bottom: 70px;
  }
}
@media print {
  .p-compression-therapy_full {
    margin-bottom: 70px;
  }
}
.p-compression-therapy_full .left img {
  width: 85%;
  height: auto;
}
@media (min-width: 744px) {
  .p-compression-therapy_full .left {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: min(37vw, 536px);
  }
  .p-compression-therapy_full .left img {
    width: 100%;
    height: auto;
  }
}
@media print {
  .p-compression-therapy_full .left {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: min(37vw, 536px);
  }
  .p-compression-therapy_full .left img {
    width: 100%;
    height: auto;
  }
}
.p-compression-therapy_full .right {
  padding: 30px;
}
@media (min-width: 744px) {
  .p-compression-therapy_full .right {
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media print {
  .p-compression-therapy_full .right {
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
.p-compression-therapy_full .right p {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  font-weight: 900;
  line-height: 1.4;
  font-size: 1rem;
}
.p-compression-therapy_full .right p span:nth-child(2) {
  padding-left: 0.5em;
}
.p-compression-therapy_full .right p span:nth-child(3) {
  padding-left: 1em;
}
.p-compression-therapy_full .right p span:nth-child(4) {
  padding-left: 1.5em;
}
@media (min-width: 744px) {
  .p-compression-therapy_full .right p {
    font-size: min(2.5vw, 2.25rem);
  }
}
@media print {
  .p-compression-therapy_full .right p {
    font-size: min(2.5vw, 2.25rem);
  }
}
.p-compression-therapy_button {
  margin: 0 auto;
  padding: 50px 20px 0;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1060px;
}
.p-compression-therapy_button:first-child {
  padding-top: 100px;
}
@media (min-width: 744px) {
  .p-compression-therapy_button {
    padding: 50px 30px 0;
  }
  .p-compression-therapy_button:first-child {
    padding-top: 100px;
  }
}
@media print {
  .p-compression-therapy_button {
    padding: 50px 30px 0;
  }
}
@media (min-width: 1024px) {
  .p-compression-therapy_button {
    padding: 100px 30px 0;
  }
  .p-compression-therapy_button:first-child {
    padding-top: 200px;
  }
}
@media print {
  .p-compression-therapy_button {
    padding: 100px 30px 0;
  }
  .p-compression-therapy_button:first-child {
    padding-top: 200px;
  }
}
.p-compression-therapy_button a {
  border: 3px solid #01A7E1;
  border-radius: 70px;
  color: #666666;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 10px 30px;
  width: 100%;
  max-width: 900px;
  height: 100px;
}
.p-compression-therapy_button a::after {
  content: "";
  position: absolute;
  left: 50%;
  background-image: url("/assets/img/icon/icon-arrow3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 13px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 36px;
  height: 7px;
}
.p-compression-therapy_button a p {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-right: 10px;
  line-height: 1.2;
}
.p-compression-therapy_button a p small {
  font-weight: 700;
  font-size: 0.6875rem;
}
.p-compression-therapy_button a p span {
  font-size: 1rem;
  font-feature-settings: 'palt';
  font-weight: 700;
  letter-spacing: 0;
}
.p-compression-therapy_button a p span.font-en {
  font-size: 1.3125rem;
  font-weight: 600;
}
.p-compression-therapy_button a img {
  width: 35px;
  height: auto;
}
@media (max-width: 743px) {
  .p-compression-therapy_button a::after {
    content: none;
  }
}
@media (min-width: 744px) {
  .p-compression-therapy_button a {
    border-width: 3px;
    border-radius: 70px;
    padding: 0 20px;
    height: 140px;
  }
  .p-compression-therapy_button a::after {
    top: calc(50% - 4px);
    left: auto;
    right: 40px;
    width: 60px;
    height: 12px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .p-compression-therapy_button a p {
    padding-right: 30px;
  }
  .p-compression-therapy_button a p small {
    font-weight: 700;
    font-size: 1rem;
  }
  .p-compression-therapy_button a p span {
    font-size: 1.25rem;
  }
  .p-compression-therapy_button a p span.font-en {
    font-size: 1.75rem;
  }
  .p-compression-therapy_button a img {
    width: 50px;
    height: auto;
  }
}
@media print {
  .p-compression-therapy_button a {
    height: 140px;
    border-width: 3px;
    border-radius: 70px;
    padding: 0 20px;
  }
  .p-compression-therapy_button a::after {
    top: 50%;
    left: auto;
    right: 40px;
    width: 60px;
    height: 12px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .p-compression-therapy_button a p {
    padding-right: 30px;
  }
  .p-compression-therapy_button a p small {
    font-weight: 700;
    font-size: 1rem;
  }
  .p-compression-therapy_button a p span {
    font-size: 1.25rem;
  }
  .p-compression-therapy_button a p span.font-en {
    font-size: 1.75rem;
  }
  .p-compression-therapy_button a img {
    width: 50px;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .p-compression-therapy_button a {
    height: 178px;
    border-width: 3px;
    border-radius: 89px;
    padding: 0 100px 0 60px;
  }
  .p-compression-therapy_button a::after {
    right: 31px;
    width: 60px;
    height: 12px;
  }
  .p-compression-therapy_button a p {
    padding-right: 30px;
  }
  .p-compression-therapy_button a p small {
    font-size: 1.125rem;
  }
  .p-compression-therapy_button a p span {
    font-size: 1.85rem;
  }
  .p-compression-therapy_button a p span.font-en {
    font-size: 2.25rem;
  }
  .p-compression-therapy_button a img {
    width: 75px;
    height: auto;
  }
}
@media print {
  .p-compression-therapy_button a {
    height: 178px;
    border-width: 3px;
    border-radius: 89px;
    padding: 0 100px 0 60px;
  }
  .p-compression-therapy_button a::after {
    right: 31px;
    width: 60px;
    height: 12px;
  }
  .p-compression-therapy_button a p {
    padding-right: 30px;
  }
  .p-compression-therapy_button a p small {
    font-size: 1.125rem;
  }
  .p-compression-therapy_button a p span {
    font-size: 1.85rem;
  }
  .p-compression-therapy_button a p span.font-en {
    font-size: 2.25rem;
  }
  .p-compression-therapy_button a img {
    width: 75px;
    height: auto;
  }
}



@media (min-width: 744px) {
}
@media print {
}
@media (min-width: 1024px) {
}
@media print {
}


/* ========================================
製品情報
======================================== */
.p-products_top {
  position: relative;
  width: 100%;
  height: min(107vw, 440px);
  overflow: hidden;
}
@media (min-width: 744px) {
  .p-products_top {
    height: min(105vw, 800px);
    margin-top: -220px;
  }
}
@media print {
}
@media (min-width: 1024px) {
  .p-products_top {
    height: min(80vw, 1280px);
    margin-top: -220px;
    /*overflow: inherit;*/
  }
}
@media print {
}
.p-products_top-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  height: 100%;
}
.p-products_top-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 100vw;
  height: 100%;
  background-image: url("/assets/img/products/img-01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 744px) {
  .p-products_top-inner::before {
    /*left: calc((1000px - 100vw) / 2 - 300px);*/
    left: -25%;
   width: min(100vw, 770px);
  }
}
@media print {
}
@media (min-width: 1024px) {
  .p-products_top-inner::before {
    left: -50%;
    width: min(61vw, 1160px);
  }
}
@media print {
}
.p-products_top-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -50px;
  width: min(66vw, 680px);
  height: min(66vw, 680px);
  background-image: url("/assets/img/products/img-02-2.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 744px) {
  .p-products_top-inner::after {
    /*right: -220px;*/
    bottom: -40px;
    right: -80px;
    width: min(58vw, 440px);
    height: min(58vw, 440px);
  }
}
@media print {
}
@media (min-width: 1024px) {
  .p-products_top-inner::after {
    bottom: -40px;
    right: -100px;
    width: min(66vw, 680px);
    height: min(66vw, 680px);
  }
}
@media print {
}
.p-products_top-title {
  position: absolute;
  z-index: 10;
  top: 2%;
  right: 20px;
  width: min(90vw, 430px);
  height: auto;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  /*padding-right: 50px;*/
}
.p-products_top-title:hover {
  opacity: 0.6;
}
.p-products_top-title::before {
  content: "";
  position: absolute;
  top: 28%;
  right: 0;
  background-image: url("/assets/img/icon/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 744px) {
  .p-products_top-title {
    top: 20%;
    right: 30px;
    width: min(70vw, 540px);
  }
  .p-products_top-title::before {
    right: 0;
    width: 41px;
    height: 8px;
  }
}
@media print {
  .p-products_top-title::before {
    right: 0;
    width: 41px;
    height: 8px;
  }
}
@media (min-width: 1024px) {
  .p-products_top-title {
    top: 26%;
    right: 0;
    width: min(53vw, 760px);
  }
  .p-products_top-title::before {
    top: 23%;
    right: 130px;
    width: 41px;
    height: 8px;
  }
}
@media print {
  .p-products_top-title::before {
    top: 23%;
    right: 130px;
    width: 41px;
    height: 8px;
  }
}
.p-products_top-title img {
  width: 100%;
  height: auto;
}
.p-products_list a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #DBDBDB;
  color: #0d0d0d;
  text-decoration: none;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  padding: 1rem 0;
}
.p-products_list a:hover {
  opacity: 0.6;
}
.p-products_list a::after {
  content: "";
  position: absolute;
  top: 50%;
  /*right: 0;*/
  background-image: url("/assets/img/icon/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 5px;
  width: 27px;
  height: 5px;
}
@media (min-width: 744px) {
  .p-products_list a {
    padding: 0;
  }
  .p-products_list a::after {
    right: 20px;
    width: 41px;
    height: 8px;
  }
}
@media print {
  .p-products_list a {
    padding: 0;
  }
  .p-products_list a::after {
    right: 20px;
    width: 41px;
    height: 8px;
  }
}
@media (min-width: 1024px) {
  .p-products_list a::after {
    right: 40px;
    width: 41px;
    height: 8px;
  }
}
@media print {
  .p-products_list a::after {
    right: 40px;
    width: 41px;
    height: 8px;
  }
}
.p-products_list a .img {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: min(25.6vw, 370px);
}
.p-products_list a .img img {
  width: 100%;
  height: auto;
}
.p-products_list a .title {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-right: 40px;
}
.p-products_list a .title strong {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
.p-products_list a .title .font-en {
  font-size: 110%;
}
@media (min-width: 744px) {
  .p-products_list a .title strong {
    font-size: 1.75rem;
  }
  .p-products_list a .title small {
    font-size: 0.875rem;
  }
}
@media print {
}
@media (min-width: 1024px) {
  .p-products_list a .title strong {
    font-size: 2.25rem;
  }
}
@media print {
}


.p-product_head {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
.p-product section {
  position: relative;
  z-index: 1;
}


/*Leonardo Bonsai 1470*/
.p-page-bonsai .p-product_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 60px;
  z-index: -1;
  background-image: url("/assets/img/bonsai/bg.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 744px) {
  .p-page-bonsai .p-product_head::before {
    left: -60px;
    margin-top: max(-18vw, -260px);
    width: 280px;
    height: 280px;
  }
}
@media print {
  .p-page-bonsai .p-product_head::before {
    left: -60px;
    margin-top: max(-18vw, -260px);
    width: 280px;
    height: 280px;
  }
}
@media (min-width: 1024px) {
  .p-page-bonsai .p-product_head::before {
    left: 60px;
    width: 460px;
    height: 460px;
  }
}
@media print {
  .p-page-bonsai .p-product_head::before {
    left: 60px;
    width: 460px;
    height: 460px;
  }
}

.p-product_head-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 744px) {
  .p-product_head-inner {
    padding: 0 30px;
  }
}
@media print {
  .p-product_head-inner {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-product_head-inner {
    padding: 0 30px;
  }
}
@media print {
  .p-product_head-inner {
    padding: 0 30px;
  }
}
.p-product_head-inner h2 {
  color: #01A7E1;
}
@media (min-width: 1024px) {
  .p-product_head-inner h2 {
    font-size: 3rem;
  }
}
@media print {
  .p-product_head-inner h2 {
    font-size: 3rem;
  }
}
.p-product_head-inner p, .p-product_head-inner a, .p-product_head-inner li, .p-product_head-inner dl {
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .p-product_head-inner p, .p-product_head-inner a, .p-product_head-inner li, .p-product_head-inner dl {
    font-size: 1rem;
  }
}
@media print {
  .p-product_head-inner p, .p-product_head-inner a, .p-product_head-inner li, .p-product_head-inner dl {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .p-product_head-inner p, .p-product_head-inner a, .p-product_head-inner li, .p-product_head-inner dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media print {
  .p-product_head-inner p, .p-product_head-inner a, .p-product_head-inner li, .p-product_head-inner dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.p-product_head-inner p {
  margin-top: 1.5em;
}
.p-product_head-inner h2 + p, .p-product_head-inner h3 + p, .p-product_head-inner h4 + p {
  margin-top: 0;
}
.p-product_head-inner a {
  color: #01A7E1;
}
.p-product_head-top {
  position: relative;
}

.p-product_head-top .img img {
  width: 100%;
  height: auto;
}

/*Leonardo Bonsai 1470*/
.p-page-bonsai .p-product_head-top .img {
  margin: 0 auto;
  width: 78%;
}

/*TLAポンプ*/
.p-page-tla .p-product_head-top .img {
  margin: 0 auto;
  width: 75%;
}

/*榊血管鈎*/
.p-page-plhook .p-product_head-top .img {
  margin: 0 auto;
  width: 50%;
}

/*モスキート血管鉗子*/
.p-page-mosquito-clamp .p-product_head-top .img {
  margin: 0 auto;
  width: 50%;
}

/*インテグラルレーザーキット*/
.p-page-laser-kit .p-product_head-top .img {
  margin: 0 auto;
  width: 75%;
}

/*ポリドカスクレロール*/
.p-page-polidocasklerol .p-product_head-top .img {
  margin: 0 auto;
  width: 75%;
}

/*ASHIKAストッキング*/
.p-page-ashika .p-product_head-top .img {
  margin: 0 auto;
  width: 75%;
}

/*McBoooon*/
.p-page-mcboooon .p-product_head-top .img {
  margin: 0 auto 6vw;
  width: 75%;
}


@media (min-width: 744px) {
  .p-product_head-top .img {
    margin: 0;
  }
  /*Leonardo Bonsai 1470*/
  .p-page-bonsai .p-product_head-top .img {
    margin: 20px 0 0;
    width: 70%;
  }
  /*TLAポンプ*/
  .p-page-tla .p-product_head-top .img {
    margin: 0;
    width: 50%;
  }
  /*榊血管鈎*/
  .p-page-plhook .p-product_head-top .img {
    margin: 0;
  }
  /*モスキート血管鉗子*/
  .p-page-mosquito-clamp .p-product_head-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-page-mosquito-clamp .p-product_head-top .img {
    margin: 0 0 8vw;
  }
  /*インテグラルレーザーキット*/
  .p-page-laser-kit .p-product_head-top .img {
    margin: 0;
    width: 50%;
  }
  /*ポリドカスクレロール*/
  .p-page-polidocasklerol .p-product_head-top .img {
    margin: 0;
    width: 50%;
  }
  /*スクレロフォームキット*/
  .p-page-scleroformkit .p-product_head-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .p-page-scleroformkit .p-product_head-top .img {
    margin: 0;
    width: 50%;
  }
  /*ASHIKAストッキング*/
  .p-page-ashika .p-product_head-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .p-page-ashika .p-product_head-top .img {
    margin: 0;
    width: 50%;
  }
  /*McBoooon*/
  .p-page-mcboooon .p-product_head-top .img {
    margin: 0;
    width: 50%;
  }
}
@media print {}
@media (min-width: 1024px) {
  .p-page-tla .p-product_head-top .img {
    margin: 0;
  }
  /*Leonardo Bonsai 1470*/
  .p-page-bonsai .p-product_head-top .img {
    margin: 0;
    width: 70%;
  }
  /*榊血管鈎*/
  .p-page-plhook .p-product_head-top .img {
    margin: 0;
  }
  /*モスキート血管鉗子*/
  .p-page-mosquito-clamp .p-product_head-top .img {
    margin: 0;
  }
  /*インテグラルレーザーキット*/
  .p-page-laser-kit .p-product_head-top .img {
    margin: 10% 0 0;
  }
  /*ポリドカスクレロール*/
  .p-page-polidocasklerol .p-product_head-top .img {
    margin: 0;
  }
  /*スクレロフォームキット*/
  .p-page-scleroformkit .p-product_head-top .img {
    /*margin: 10% 0 0;*/
  }
  /*ASHIKAストッキング*/
  .p-page-ashika .p-product_head-top .img {
    /*margin: 10% 0 0;*/
  }
  /*McBoooon*/
  .p-page-mcboooon .p-product_head-top .img {
    margin: 0;
  }
}
@media print {}


.p-product_head-top .text {
  top: 0;
}

/*Leonardo Bonsai 1470*/
.p-page-bonsai .p-product_head-inner h2 {
  margin-bottom: 15px;
}
.p-page-bonsai .p-product_head-inner .p-product_head-top .text h2.text_normal {
  color: #666;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.5em;
  margin-bottom: 0;
}
.p-page-bonsai .p-product_head-inner .p-product_head-top .text .a-link {
  margin-top: 1.5em;
}
.p-page-bonsai .p-product h2 .font-en {
  font-size: 110%;
  font-weight: 600;
}
.p-page-bonsai #sec2 .left {
  order: 2;
  margin-top: 40px;
}
.p-page-bonsai #sec2 .right {
  order: 1;
}
.p-page-bonsai .sec_2ring .m-column_half .left {
  margin-left: -20px;
}
.p-page-bonsai .sec_2ring .m-column_half .right {
  margin-top: 10px;
}
.p-page-bonsai .sec_2ring h2 .h2-subttl {
  font-size: 1rem;
  display: block;
}
.p-page-bonsai .sec_2ring h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

/*TLAポンプ*/
.p-page-tla .p-product_head-top .text h2 {
  margin-bottom: 20px;
}

/*榊血管鈎*/
.p-page-plhook .p-product_head-top .text {}

/*モスキート血管鉗子*/
.p-page-mosquito-clamp .p-product_head-top .text {}

/*インテグラルレーザーキット*/
.p-page-laser-kit .p-product_head-top .text .text_inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin: 1rem 0;
  width: 100%;
}
.p-page-laser-kit .p-product_head-top .text .text_inner .icon {
  width: 80px;
}
.p-page-laser-kit .p-product_head-top .text .text_inner .icon img {
  width: 100%;
}
.p-page-laser-kit .p-product_head-top .text .text_inner p {
  margin-top: 0;
  width: calc(100% - 100px);
}
.p-page-laser-kit .p-product_head-top .text .text_inner p strong {
  font-size: 0.925rem;
  font-weight: 500;
}
.p-page-laser-kit .p-product #sec2 .m-column_half {
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 6vw;
}
.p-page-laser-kit .p-product #sec2 .font-small {
  font-size: 75%;
}
.p-page-laser-kit .p-product #sec2-1 .m-content2 {
  padding-top: 60px;
}
.p-page-laser-kit .p-product #sec2-1 .m-column_half {
  margin-bottom: 60px;
}
.p-page-laser-kit .p-product #sec2-1 .m-content2 .left_inner {
  margin-bottom: 60px;
}
.p-page-laser-kit .p-product #sec2-1 .m-content2 .left_inner:last-child {
  margin-bottom: 0;
}
.p-page-laser-kit .p-product #sec2-1 .m-content2 h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  position: relative;
  margin: 10px 0 20px;
  padding-left: 1.5em;
}
.p-page-laser-kit .p-product #sec2-1 .m-content2 h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "▶";
  color: #d8d9d9;
}
.p-page-laser-kit .p-product #sec3 .kit-list {
}
.p-page-laser-kit .p-product #sec3 .kit-list ol {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
          justify-content: space-between;
  /*margin: 0 0 0 -10px;
  width: calc(100% + 30px);*/
  margin: 0;
  padding: 0;
  width: 100%;
}
.p-page-laser-kit .p-product #sec3 .kit-list ol li {
  list-style: none;
  margin: 0 0 0.5em 0;
  padding: 0;
  width: 100%;
}
.p-page-laser-kit .p-product #sec3 .kit-list ol li .kit-list-inner {
  border-bottom: 1px solid #D8D9D9;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  /*margin-left: -30px;
  padding: 0.5em 0 0.5em 40px;
  width: calc(100vw - 40px);*/
  padding: 0.5em 0;
  width: 100%;
}
.p-page-laser-kit .p-product #sec3 .kit-list ol li .kit-list-inner p {
  margin: 0;
}
.p-page-laser-kit .p-product #sec3 .kit-list ol li .kit-list-inner p span {
  display: inline-block;
  text-align: right;
  margin-right: 0.5em;
  width: 1.5em;
}
.p-page-laser-kit .p-product #sec3 .kit-list ol li .kit-list-inner .img {
  margin-left: 10px;
  width: min(80px, 21.3vw);
}
.p-page-laser-kit .p-product #sec3 .kit-list ol li .kit-list-inner img {
  width: 100%;
}

/*ポリドカスクレロール*/
.p-page-polidocasklerol .p-product_head-top .text a.a-link.small {
  margin-top: 1em;
}

/*スクレロフォームキット*/
.p-page-scleroformkit .p-product #sec1 .font-small {
  font-size: 75%;
}

/*スクレロフォームキット・ASHIKAストッキング・McBoooon*/
.p-page-scleroformkit .p-product #sec2 .m-content2,
.p-page-ashika .p-product #sec1-2 .m-content2 {
  padding: 60px 20px 0;
}
.p-page-scleroformkit .p-product #sec3 .m-content2,
.p-page-ashika .p-product #sec2 .m-content2 {
  padding: 120px 20px 0;
}
.p-page-mcboooon .p-product #sec2 .m-content2 {
  padding: 60px 12% 0;
}
.p-page-scleroformkit .p-product #sec2 .m-column_half,
.p-page-scleroformkit .p-product #sec3 .m-column_half,
.p-page-ashika .p-product #sec1-2 .m-column_half,
.p-page-ashika .p-product #sec2 .m-column_half,
.p-page-mcboooon .p-product #sec2 .m-column_half {
  margin-bottom: 6vw;
}
.p-page-scleroformkit .p-product #sec2 .m-column_half:last-child,
.p-page-scleroformkit .p-product #sec3 .m-column_half:last-child,
.p-page-ashika .p-product #sec1-2 .m-column_half:last-child,
.p-page-ashika .p-product #sec2 .m-column_half:last-child {
  margin-bottom: 0;
}
.p-page-scleroformkit .p-product #sec2 .m-column_half .left,
.p-page-ashika .p-product #sec1-2 .m-column_half .left,
.p-page-mcboooon .p-product #sec2 .m-column_half .left {
  margin: 0 auto;
  width: 60%
}
.p-page-scleroformkit .p-product #sec3 .m-column_half .right,
.p-page-ashika .p-product #sec2 .m-column_half .right {
  margin: 4vw auto 10vw;
  width: 60%
}
.p-page-scleroformkit .p-product #sec2 .m-column_half .right,
.p-page-scleroformkit .p-product #sec3 .m-column_half .left,
.p-page-ashika .p-product #sec1-2 .m-column_half .right,
.p-page-ashika .p-product #sec2 .m-column_half .left,
.p-page-mcboooon .p-product #sec2 .m-column_half .right {
  margin-top: 1vw;
  width: 100%
}
.p-page-scleroformkit .p-product #sec2 .m-column_half .right h2,
.p-page-ashika .p-product #sec1-2 .m-column_half .right h2,
.p-page-mcboooon .p-product #sec2 .m-column_half .right h2 {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 20px;
}
.p-page-scleroformkit .p-product #sec2 .m-column_half .right .h2-subttl {
  font-size: 1.125rem;
  text-align: center;
}
.p-page-scleroformkit .p-product #sec3 .m-column_half h2,
.p-page-ashika .p-product #sec2 .m-column_half h2 {
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 0;
  width: 100%;
}
.p-page-scleroformkit .p-product #sec2 .m-column_half .right h2 .font-small,
.p-page-ashika .p-product #sec1-2 .m-column_half .right h2 .font-small,
.p-page-mcboooon .p-product #sec2 .m-column_half .right h2 .font-small {
  font-size: 80%;
}
.p-page-mcboooon .p-product #sec4 .m-acc-product_inner dd.size {
  position: relative;
}
.p-page-mcboooon .p-product #sec4 .m-acc-product_inner dd.size .size_img {
  position: relative;
}
.p-page-mcboooon .p-product #sec4 .m-acc-product_inner dd.size .size_img img {
  height: auto;
  width: 100%;
  max-width: 200px;
}
.p-page-scleroformkit .p-product h2 .font-en,
.p-page-ashika .p-product h2 .font-en,
.p-page-mcboooon .p-product h2 .font-en {
  font-size: 110%;
  font-weight: 500;
  text-shadow: 0.1px 0.1px 0px #01a7e1, -0.1px -0.1px 0px #01a7e1, -0.1px 0.1px 0px #01a7e1, 0.1px -0.1px 0px #01a7e1, 0px 0.1px 0px #01a7e1, 0px -0.1px 0px #01a7e1, -0.1px 0px 0px #01a7e1, 0.1px 0px 0px #01a7e1;
}

/*スクレロフォームキット*/
.p-page-scleroformkit .p-product_head-top .text {
  margin-top: 1.5rem;
}
.p-page-scleroformkit .p-product_head-top .text .text_inner {
  margin-bottom: 2rem;
}
.p-page-scleroformkit .p-product #sec3 .m-content2 .lineup_box {
}
.p-page-scleroformkit .p-product #sec3 .m-content2 .lineup_box p {
  font-size: 0.75rem;
}
.p-page-scleroformkit .p-product #sec3 .m-content2 .lineup_box ul {
  margin-top: 1.0rem;
  margin-left: 1em;
}
.p-page-scleroformkit .p-product #sec3 .m-content2 .lineup_box ul li {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
.p-page-scleroformkit .p-product #sec3 .m-content2 .lineup_box ul li.mgt {
  margin-top: 2em;
}

/*ASHIKAストッキング*/
.p-page-ashika .p-product_head-top .text {
  margin-top: 1.5rem;
}
.p-page-ashika .p-product_head-top .text .text_inner {
  margin-bottom: 2rem;
}
.p-page-ashika .p-product #sec2 .m-content2 .lineup_box {
}
.p-page-ashika .p-product #sec2 .m-content2 .lineup_box p {
  font-size: 0.75rem;
}
.p-page-ashika .p-product #sec2 .m-content2 .lineup_box ul {
  margin-top: 1.0rem;
  margin-left: 1em;
}
.p-page-ashika .p-product #sec2 .m-content2 .lineup_box ul li {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
.p-page-ashika .p-product #sec2 .m-content2 .lineup_box ul li.mgt {
  margin-top: 2em;
}

@media (min-width: 744px) {
  .p-product_head-top .text {
    position: absolute;
    right: 0;
    width: 47%;
    top: -4vw;
  }
  /*Leonardo Bonsai 1470*/
  .p-page-bonsai .p-product_head-inner h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .p-page-bonsai .p-product_head-inner .p-product_head-top .text h2.text_normal {
    font-size: 1rem;
  }
  .p-page-bonsai #sec2 .left {
    order: inherit;
  }
  .p-page-bonsai #sec2 .right {
    order: inherit;
  }
  .p-page-bonsai .sec_2ring .m-column_half .left {
    margin-left: 0;
  }
  .p-page-bonsai .sec_2ring h2 .h2-subttl {
    font-size: 21px;
  }
  .p-page-bonsai .sec_2ring h2 {
    font-size: 60px;
  }
  /*榊血管鈎*/
  .p-page-plhook .p-product_head-top .text {
    top: 12vw;
  }
  /*モスキート血管鉗子*/
  .p-page-mosquito-clamp .p-product_head-top .text {
    /*top: 12vw;*/
    top: 0;
    position: relative;
    align-self: flex-end;
  }
  /*インテグラルレーザーキット*/
  .p-page-laser-kit .p-product_head-top .text {
    top: 0;
  }
  .p-page-laser-kit .p-product_head-top .text .text_inner {
    margin: 1.5rem 0;
  }
  .p-page-laser-kit .p-product_head-top .text .text_inner .icon {
    width: 75px;
  }
  .p-page-laser-kit .p-product_head-top .text .text_inner p {
    width: calc(100% - 95px);
  }
  .p-page-laser-kit .p-product_head-top .text .text_inner p strong {
    font-size: 1.12rem;
  }
  .p-page-laser-kit .p-product #sec2-1 .m-content2 .left_inner {
    margin-bottom: 60px;
  }
  .p-page-laser-kit .p-product #sec2-1 .m-content2 h3 {
    font-size: 1.25rem;
    margin: 10px 0 20px;
  }
  .p-page-laser-kit .p-product #sec3 .kit-list ol {
    /*width: calc(100% + 20px);*/
    width: 100%;
  }
  .p-page-laser-kit .p-product #sec3 .kit-list ol li {
    width: calc(50% - 20px);
  }
  .p-page-laser-kit .p-product #sec3 .kit-list ol li .kit-list-inner {
    /*padding: 0.5em 0 0.5em 40px;
    width: calc(100% + 20px);*/
    padding: 0.5em 0;
    width: 100%;
  }
  .p-page-laser-kit .p-product #sec3 .kit-list ol li .kit-list-inner .img {
    margin-left: 10px;
    width: 80px;
  }
  /*ポリドカスクレロール*/
  .p-page-polidocasklerol .p-product_head-top .text {
    top: -5vw;
  }
  /*スクレロフォームキット・ASHIKAストッキング・McBoooon*/
  .p-page-mcboooon .p-product_head-top .text {
    top: 12vw;
  }
  .p-page-scleroformkit .p-product #sec2 .m-content2,
  .p-page-ashika .p-product #sec1-2 .m-content2 {
    padding: 30vw min(10%, 126px) 0;
  }
  .p-page-scleroformkit .p-product #sec3 .m-content2,
  .p-page-ashika .p-product #sec2 .m-content2 {
    padding: 120px min(10%, 126px) 0;
  }
  .p-page-mcboooon .p-product #sec2 .m-content2 {
    padding: 120px min(10%, 126px) 0;
  }
  .p-page-scleroformkit .p-product #sec2 .m-column_half,
  .p-page-scleroformkit .p-product #sec3 .m-column_half,
  .p-page-ashika .p-product #sec1-2 .m-column_half,
  .p-page-ashika .p-product #sec2 .m-column_half,
  .p-page-mcboooon .p-product #sec2 .m-column_half {
    justify-content: space-around;
    align-items: center; 
  }
  .p-page-scleroformkit .p-product #sec2 .m-column_half .left,
  .p-page-ashika .p-product #sec1-2 .m-column_half .left,
  .p-page-mcboooon .p-product #sec2 .m-column_half .left {
    width: 32%
  }
  .p-page-scleroformkit .p-product #sec3 .m-column_half .right,
  .p-page-ashika .p-product #sec2 .m-column_half .right {
    margin: 0 auto;
    width: 32%;
  }
  .p-page-scleroformkit .p-product #sec2 .m-column_half .right,
  .p-page-ashika .p-product #sec1-2 .m-column_half .right,
  .p-page-mcboooon .p-product #sec2 .m-column_half .right {
    margin-top: 0;
    width: 62%;
  }
  .p-page-scleroformkit .p-product #sec3 .m-column_half .left,
  .p-page-ashika .p-product #sec2 .m-column_half .left {
    margin-top: 0;
    width: 68%;
  }
  .p-page-scleroformkit .p-product #sec2 .m-column_half .right h2,
  .p-page-scleroformkit .p-product #sec3 .m-column_half h2,
  .p-page-ashika .p-product #sec1-2 .m-column_half .right h2,
  .p-page-ashika .p-product #sec2 .m-column_half h2,
  .p-page-mcboooon .p-product #sec2 .m-column_half .right h2 {
    font-size: 1.82rem;
    text-align: left;
    margin-bottom: 0;
  }
  /*スクレロフォームキット*/
  .p-page-scleroformkit .p-product_head-top .text {
    top: 0;
    position: relative;
  }
  .p-page-scleroformkit .p-product #sec2 .m-column_half .right .h2-subttl {
    font-size: 1.25rem;
    text-align: left;
  }
  .p-page-scleroformkit .p-product #sec3 .m-content2 .lineup_box {
    display: flex;
    flex-wrap: wrap;
  }
  /*ASHIKAストッキング*/
  .p-page-ashika .p-product_head-top .text {
    /*top: -6vw;
    margin-top: 0;*/
    top: 0;
    position: relative;
  }
  .p-page-ashika .p-product #sec2 .m-content2 .lineup_box {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print {}
@media (min-width: 1024px) {
  .p-product_head-top .text {
    top: 0;
  }
  /*Leonardo Bonsai 1470*/
  .p-page-bonsai .p-product_head-inner h2 {
    margin-bottom: 60px;
  }
  .p-page-bonsai .p-product_head-inner .p-product_head-top .text h2.text_normal {
    font-size: 1.125rem;
  }
  .p-page-bonsai .sec_2ring h2 .h2-subttl {
    font-size: 26px;
  }
  .p-page-bonsai .sec_2ring h2 {
    font-size: 90px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  /*TLAポンプ*/
  .p-page-tla .p-product #sec2 {
    margin-top: -120px;
    padding-top: 120px;
  }
  /*インテグラルレーザーキット*/
  .p-page-laser-kit .p-product_head-top .text .text_inner .icon {
    width: 110px;
  }
  .p-page-laser-kit .p-product_head-top .text .text_inner {
    margin: 3rem 0;
  }
  .p-page-laser-kit .p-product_head-top .text .text_inner p {
    width: calc(100% - 130px);
  }
  .p-page-laser-kit .p-product_head-top .text .text_inner p strong {
    font-size: 22px;
  }
  .p-page-laser-kit .p-product #sec2-1 .m-content2 .left_inner {
    margin-bottom: 120px;
  }
  .p-page-laser-kit .p-product #sec2-1 .m-content2 h3 {
    font-size: 21px;
  }
  .p-page-laser-kit .p-product #sec3 .kit-list ol li .kit-list-inner .img {
    width: 120px;
  }
  /*スクレロフォームキット・ASHIKAストッキング・McBoooon*/
  .p-page-mcboooon .p-product_head-inner h2 {
    font-size: 2.8rem;
  }
  .p-page-scleroformkit .p-product #sec2 .m-content2,
  .p-page-ashika .p-product #sec1-2 .m-content2 {
    padding: 240px 10% 0;
  }
  .p-page-scleroformkit .p-product #sec3 .m-content2,
  .p-page-ashika .p-product #sec2 .m-content2 {
    padding: 240px 10% 0;
  }
  .p-page-scleroformkit .p-product #sec3 .m-column_half .right,
  .p-page-ashika .p-product #sec2 .m-column_half .right {
    width: 32%;
  }
  .p-page-scleroformkit .p-product #sec3 .m-column_half .left,
  .p-page-ashika .p-product #sec2 .m-column_half .left {
    margin-top: 0;
    width: 68%
  }
  .p-page-scleroformkit .p-product #sec2 .m-column_half .right h2,
  .p-page-scleroformkit .p-product #sec3 .m-column_half h2,
  .p-page-ashika .p-product #sec1-2 .m-column_half .right h2,
  .p-page-ashika .p-product #sec2 .m-column_half h2,
  .p-page-mcboooon .p-product #sec2 .m-column_half .right h2 {
    font-size: 2.8rem;
  }
  .p-page-scleroformkit .p-product #sec2 .m-column_half .right h2,
  .p-page-scleroformkit .p-product #sec3 .m-column_half h2 {
    font-size: 2.5rem;
  }
  .p-page-scleroformkit .p-product #sec2 .m-column_half .right .h2-subttl {
    font-size: 1.5rem;
    text-align: left;
  }
  .p-page-scleroformkit .p-product #sec3 .m-content2 .lineup_box,
  .p-page-ashika .p-product #sec2 .m-content2 .lineup_box {
    display: flex;
    flex-wrap: wrap;
  }
  .p-page-scleroformkit .p-product #sec3 .m-content2 .lineup_box p,
  .p-page-ashika .p-product #sec2 .m-content2 .lineup_box p {
    font-size: 1.0rem;
  }
  .p-page-scleroformkit .p-product #sec3 .m-content2 .lineup_box ul,
  .p-page-ashika .p-product #sec2 .m-content2 .lineup_box ul {
    margin-left: 2em;
  }
  .p-page-scleroformkit .p-product #sec3 .m-content2 .lineup_box ul li,
  .p-page-ashika .p-product #sec2 .m-content2 .lineup_box ul li {
    font-size: 1.0rem;
  }
}
@media print {}
@media (min-width: 1200px) {
  .p-product_head-top .text {
    top: min(3.8vw, 60px);
  }
  /*榊血管鈎*/
  .p-page-plhook .p-product_head-top .text {
    top: min(14.6vw, 220px);
  }
  /*モスキート血管鉗子*/
  .p-page-mosquito-clamp .p-product_head-top .text {
    /*top: min(14.6vw, 220px);*/
  }
  /*インテグラルレーザーキット*/
  .p-page-laser-kit .p-product_head-top .text {
    top: min(0vw, 0);
  }
  /*ポリドカスクレロール*/
  .p-page-polidocasklerol .p-product_head-top .text {
    top: min(4vw, 60px);
  }
  .p-page-polidocasklerol .p-product_head-top .text a.a-link.small {
    margin-top: 5px;
  }
  /*ASHIKAストッキング*/
  .p-page-ashika .p-product_head-top .text {
    /*top: min(-3.8vw, -60px);*/
  }
  /*スクレロフォームキット*/
  .p-page-scleroformkit .p-product_head-top .text {
    /*top: min(-3.8vw, -60px);*/
  }
  /*ASHIKAストッキング・McBoooon*/
  .p-page-mcboooon .p-product_head-top .text {
    top: min(11.6vw, 180px);
  }
  .p-page-mcboooon .p-product #sec4 .m-acc-product_inner dd.size {
    position: relative;
  }
  .p-page-mcboooon .p-product #sec4 .m-acc-product_inner dd.size .size_img {
    position: absolute;
    top: -100px;
    right: -130px;
  }
}
@media print {
  /*##################スタイルをコピー######################*/
}


/*スクレロフォームキット*/


/*ASHIKAストッキング*/
.p-page-ashika .ashika_narasocks_wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
          justify-content: space-between;
  -webkit-box-align: flex-start;
          align-items: flex-start;
  width: 100%;
}
.p-page-ashika .ashika_narasocks_wrap .img {
  width: 60px;
}
.p-page-ashika .ashika_narasocks_wrap .img img {
  width: 100%;
}
.p-page-ashika .ashika_narasocks_wrap .text {
  width: calc(100% - 80px);
}
.p-page-ashika .ashika_narasocks_wrap .text h4 {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 744px) {
  .p-page-ashika .ashika_narasocks_wrap {
    -webkit-box-align: center;
            align-items: center;
  }
  .p-page-ashika .ashika_narasocks_wrap .img {
    width: 100px;
  }
  .p-page-ashika .ashika_narasocks_wrap .text {
    width: calc(100% - 120px);
  }
  .p-page-ashika .ashika_narasocks_wrap .text h4 {
    font-size: 1.25rem;
  }
}
@media print {}
@media (min-width: 1024px) {
  .p-page-ashika .ashika_narasocks_wrap .img {
    width: 120px;
  }
  .p-page-ashika .ashika_narasocks_wrap .text {
    width: calc(100% - 140px);
  }
  .p-page-ashika .ashika_narasocks_wrap .text h4 {
    font-size: 1.5rem;
  }
}
@media print {}




.p-product_head-bottom {
  margin-top: 40px;
}
@media (min-width: 744px) {
  .p-product_head-bottom {
    margin-top: 0;
  }
}
@media print {
  .p-product_head-bottom {
    margin-top: 0;
  }
}
.p-product_flow {
  margin-top: 20px;
  padding-left: 10px;
}
@media (min-width: 744px) {
  .p-product_flow {
    margin-top: 20px;
    padding-left: 40px;
  }
}
@media print {
  .p-product_flow {
    margin-top: 20px;
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .p-product_flow {
    padding-left: 100px;
  }
}
@media print {
  .p-product_flow {
    padding-left: 100px;
  }
}
.p-product_flow .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  background-color: #01A7E1;
  width: 300px;
  height: 40px;
  font-size: 1rem;
  border-radius: 20px;
  /*margin-top: 30px;*/
}
@media (min-width: 744px) {
  .p-product_flow .title {
    width: 400px;
    height: 50px;
    font-size: 1.3rem;
    border-radius: 25px;
    /*margin-top: 40px;*/
  }
}
@media print {
  .p-product_flow .title {
    width: 400px;
    height: 50px;
    font-size: 1.3rem;
    border-radius: 25px;
  }
}
@media (min-width: 1024px) {
  .p-product_flow .title {
    width: 500px;
    height: 66px;
    font-size: 1.625rem;
    border-radius: 33px;
  }
}
@media print {
  .p-product_flow .title {
    width: 500px;
    height: 66px;
    font-size: 1.625rem;
    border-radius: 33px;
  }
}
.p-product_flow ul {
  padding-left: 10px;
}
@media (min-width: 744px) {
  .p-product_flow ul {
    padding-left: 40px;
  }
}
@media print {
  .p-product_flow ul {
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .p-product_flow ul {
    padding-left: 90px;
  }
}
@media print {
  .p-product_flow ul {
    padding-left: 90px;
  }
}
.p-product_flow ul li {
  position: relative;
  margin: 0;
  padding: 40px 0 0;
}
.p-product_flow ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  width: 30px;
  height: 20px;
  background-image: url("/assets/img/icon/icon-angle-product.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-product_flow ul li.p-product_flow_arrow {
  padding: 40px 0;
}
.p-product_flow ul li.p-product_flow_arrow::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 30px;
  height: 20px;
  background-image: url("/assets/img/icon/icon-angle-product.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 744px) {
  .p-product_flow ul li {
    padding: 50px 0 0;
  }
  .p-product_flow ul li::before {
    top: 20px;
  }
  .p-product_flow ul li.p-product_flow_arrow {
    padding: 50px 0;
  }
  .p-product_flow ul li.p-product_flow_arrow::after {
    bottom: 15px;
  }
}
@media print {
  .p-product_flow ul li {
    padding: 50px 0 0;
  }
  .p-product_flow ul li::before {
    top: 20px;
  }
  .p-product_flow ul li.p-product_flow_arrow {
    padding: 50px 0;
  }
  .p-product_flow ul li.p-product_flow_arrow::after {
    bottom: 15px;
  }
}
.p-product_movie_wrap {
  margin: 40px auto 0;
  width: 100%;
  max-width: 940px;
}
.p-product_movie {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
@media (min-width: 744px) {
  .p-product_movie_wrap  {
    margin: 40px auto 0;
  }
}
@media print {
  .p-product_movie_wrap  {
    margin: 40px auto 0;
  }
}
@media (min-width: 1024px) {
  .p-product_movie_wrap  {
    margin: 60px auto 0;
  }
  .p-product_movie {
    border-radius: 30px;
  }
}
@media print {
  .p-product_movie_wrap  {
    margin: 60px auto 0;
  }
  .p-product_movie {
    border-radius: 30px;
  }
}
.p-product_movie iframe, .p-product_movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product_news {
  margin: 0 auto;
  width: 100%;
  max-width: 770px;
}
.p-product_news-button {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 40px auto 0;
  max-width: 300px;
  height: 80px;
  color: #666666 !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.4 !important;
  border-width: 1px;
  border-style: solid;
  border-color: #01A7E1;
  border-radius: 40px;
  box-shadow: 0 0 5px rgba(1, 167, 225, 0.5);
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.p-product_news-button:hover {
  opacity: 0.6;
}
.p-product_news-button::after {
  content: "";
  position: absolute;
  top: 50%;
  background-image: url("/assets/img/icon/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 744px) {
  .p-product_news-button {
    margin: 80px auto 0;
    max-width: 460px;
    height: 100px;
    font-size: 1.3125rem;
    border-radius: 50px;
  }
  .p-product_news-button::after {
    right: 20px;
    width: 41px;
    height: 8px;
  }
}
@media print {
  .p-product_news-button {
    margin: 80px auto 0;
    max-width: 460px;
    height: 100px;
    font-size: 1.3125rem;
    border-radius: 50px;
  }
  .p-product_news-button::after {
    right: 20px;
    width: 41px;
    height: 8px;
  }
}
@media (min-width: 1024px) {
  .p-product_news-button::after {
    right: 20px;
    width: 41px;
    height: 8px;
  }
}
@media print {
  .p-product_news-button::after {
    right: 20px;
    width: 41px;
    height: 8px;
  }
}
.p-privacy {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .p-privacy {
    margin-top: 0;
  }
}
@media print {
  .p-privacy {
    margin-top: 0;
  }
}
.p-privacy_inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 830px;
  padding-top: 40px;
}
@media (min-width: 744px) {
  .p-privacy_inner {
    padding: 0 30px;
  }
}
@media print {
  .p-privacy_inner {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-privacy_inner {
    padding: 0 30px;
  }
}
@media print {
  .p-privacy_inner {
    padding: 0 30px;
  }
}
.p-privacy_inner p, .p-privacy_inner a, .p-privacy_inner li, .p-privacy_inner dl {
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .p-privacy_inner p, .p-privacy_inner a, .p-privacy_inner li, .p-privacy_inner dl {
    font-size: 1rem;
  }
}
@media print {
  .p-privacy_inner p, .p-privacy_inner a, .p-privacy_inner li, .p-privacy_inner dl {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .p-privacy_inner p, .p-privacy_inner a, .p-privacy_inner li, .p-privacy_inner dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media print {
  .p-privacy_inner p, .p-privacy_inner a, .p-privacy_inner li, .p-privacy_inner dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.p-privacy_inner p {
  margin-top: 1.5em;
}
.p-privacy_inner h2 + p, .p-privacy_inner h3 + p, .p-privacy_inner h4 + p {
  margin-top: 0;
}
.p-privacy_inner a {
  color: #01A7E1;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .p-privacy_inner {
    padding-top: 80px;
  }
}
@media print {
  .p-privacy_inner {
    padding-top: 80px;
  }
}
.p-privacy_inner h2 {
  margin-bottom: 20px;
  font-size: 1.125rem;
}
@media (min-width: 744px) {
  .p-privacy_inner h2 {
    font-size: 1.5rem;
  }
}
@media print {
  .p-privacy_inner h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .p-privacy_inner h2 {
    margin-bottom: 30px;
    font-size: 2.25rem;
  }
}
@media print {
  .p-privacy_inner h2 {
    margin-bottom: 30px;
    font-size: 2.25rem;
  }
}
.p-privacy_inner ul {
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .p-privacy_inner ul {
    margin-top: 1.5em;
  }
}
@media print {
  .p-privacy_inner ul {
    margin-top: 1.5em;
  }
}
.p-privacy_inner ul li {
  list-style-type: none;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.p-contact {
  margin-top: 0px;
}
@media (min-width: 1024px) {
  .p-contact {
    margin-top: 20px;
  }
}
@media print {
  .p-contact {
    margin-top: 20px;
  }
}
.p-contact section {
  padding-top: 0;
}
.p-contact section#mailform {
  padding-top: 100px;
}
.p-contact.p-contact-confirm section {
  padding-top: 0;
}
@media (min-width: 744px) {
}
@media print {}
@media (min-width: 1024px) {
  .p-contact section {
    padding-top: 130px;
  }
  .p-contact section#mailform {
    padding-top: 130px;
  }
  .p-contact.p-contact-confirm section {
    padding-top: 0;
  }
}
@media print {}
.p-contact_container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1060px;
}
@media (min-width: 744px) {
  .p-contact_container {
    padding: 0 30px;
  }
}
@media print {}
@media (min-width: 1024px) {
  .p-contact_container {
    padding: 0 30px;
  }
}
@media print {
  .p-contact_container {
    padding: 0 30px;
  }
}
.p-contact_container p, .p-contact_container a, .p-contact_container li, .p-contact_container dl {
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .p-contact_container p, .p-contact_container a, .p-contact_container li, .p-contact_container dl {
    font-size: 1rem;
  }
}
@media print {
  .p-contact_container p, .p-contact_container a, .p-contact_container li, .p-contact_container dl {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .p-contact_container p, .p-contact_container a, .p-contact_container li, .p-contact_container dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media print {
  .p-contact_container p, .p-contact_container a, .p-contact_container li, .p-contact_container dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.p-contact_container p {
  margin-top: 1.5em;
}
.p-contact_container h2 + p, .p-contact_container h3 + p, .p-contact_container h4 + p {
  margin-top: 0;
}
.p-contact_container a {
  color: #01A7E1;
  text-decoration: underline;
}
.p-contact_container h2 {
  color: #01A7E1;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media (min-width: 744px) {
  .p-contact_container h2 {
    font-size: 2rem;
  }
}
@media print {
  .p-contact_container h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .p-contact_container h2 {
    margin-bottom: 60px;
    font-size: 3rem;
  }
}
@media print {
  .p-contact_container h2 {
    margin-bottom: 60px;
    font-size: 3rem;
  }
}
.p-contact_container h3 {
  margin: 50px 0 20px;
  font-size: 1.125rem;
}
@media (min-width: 744px) {
  .p-contact_container h3 {
    font-size: 1.5rem;
  }
}
@media print {
  .p-contact_container h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .p-contact_container h3 {
    margin: 80px 0 50px;
    font-size: 2.25rem;
  }
}
@media print {
  .p-contact_container h3 {
    margin: 80px 0 50px;
    font-size: 2.25rem;
  }
}
.p-contact_container p:nth-child(1) {
  margin-top: 0;
}
.p-contact_container .p-top_banner {
  margin: 80px auto 0;
}
@media (min-width: 744px) {
  .p-contact_container .p-top_banner {
    margin: 80px auto 0;
  }
}
@media print {
  .p-contact_container .p-top_banner {
    margin: 80px auto 0;
  }
}
@media (min-width: 1024px) {
  .p-contact_container .p-top_banner {
  }
}
@media print {
  .p-contact_container .p-top_banner {
  }
}
@media (min-width: 1200px) {
  .p-contact_container .p-top_banner {
    margin: 100px auto 0;
  }
}
@media print {
  .p-contact_container .p-top_banner {
    margin: 100px auto 0;
  }
}
.p-contact_container dl {
  padding: 20px 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #DADBDB;
}
@media (min-width: 744px) {
  .p-contact_container dl {
    display: -webkit-box;
    display: flex;
  }
}
@media print {
  .p-contact_container dl {
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .p-contact_container dl {
    padding: 25px 0;
  }
}
@media print {
  .p-contact_container dl {
    padding: 25px 0;
  }
}
.p-contact_container dl:nth-child(1), .p-contact_container dl.tel {
  border-width: 1px 0;
}
.p-contact_container dl.tel {
  margin-top: 30px;
}
.p-contact_container dl.tel a {
  display: block;
  color: #01A7E1;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.p-contact_container dl.tel a[href^="tel:"] {
  pointer-events:auto;
}
.p-contact_container dl.tel p {
  width: 100%;
}
@media (min-width: 744px) {
  .p-contact_container dl.tel a {
    font-size: 2rem;
  }
}
@media print {
  .p-contact_container dl.tel a {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .p-contact_container dl.tel {
    margin-top: 50px;
  }
  .p-contact_container dl.tel a {
    margin-bottom: 0;
    font-size: 3rem;
    text-decoration: none;
  }
  .p-contact_container dl.tel a[href^="tel:"] {
    pointer-events:none;
    text-decoration:none !important;
  }
}
@media print {
  .p-contact_container dl.tel {
    margin-top: 50px;
  }
  .p-contact_container dl.tel a {
    margin-bottom: 0;
    font-size: 3rem;
  }
}
.p-contact_container dl dt {
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 744px) {
  .p-contact_container dl dt {
    margin-bottom: 0;
    padding-top: 3px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 15em;
  }
}
@media print {
  .p-contact_container dl dt {
    margin-bottom: 0;
    padding-top: 3px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 15em;
  }
}
@media (min-width: 744px) {
  .p-contact_container dl dd {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media print {
  .p-contact_container dl dd {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
  }
}
.p-contact_container dl dd.name {
  display: -webkit-box;
  display: flex;
}
.p-contact_container dl dd p {
  margin: 0;
}
.p-contact_container dl dd.address p {
  margin: 0.5em 0;
}
#autozip {
  display: none !important;
}
.p-contact_container .mgt {
  margin-top: 7px;
}
@media (min-width: 1024px) {
  .p-contact_container .mgt {
    margin-top: 10px;
  }
}
@media print {
  .p-contact_container .mgt {
    margin-top: 10px;
  }
}
.p-contact_container .require {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px;
  font-size: 0.6875rem;
  color: #fff;
  background-color: #CC2929;
  border-radius: 3px;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}
@media (min-width: 744px) {
  .p-contact_container .require {
    font-size: 0.875rem;
  }
}
@media print {
  .p-contact_container .require {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .p-contact_container .require {
    padding: 1px 15px;
    font-size: 1rem;
    border-radius: 5px;
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px);
  }
}
@media print {
  .p-contact_container .require {
    padding: 1px 15px;
    font-size: 1rem;
    border-radius: 5px;
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px);
  }
}
.p-contact_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.p-contact_privacy {
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .p-contact_privacy {
    padding: 40px 0;
  }
}
@media print {
  .p-contact_privacy {
    padding: 40px 0;
  }
}
.p-contact_buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 30px 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #DADBDB;
}
@media (min-width: 1024px) {
  .p-contact_buttons {
    padding: 40px 0;
  }
}
@media print {
  .p-contact_buttons {
    padding: 40px 0;
  }
}
.p-contact_buttons .button {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 10px;
  padding: 0 20px;
  height: 40px;
  font-size: 0.875rem;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #606060;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  color: #333;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.p-contact_buttons .button:hover {
  opacity: 0.6;
}
@media (min-width: 1024px) {
  .p-contact_buttons .button {
    font-size: 1rem;
    height: 50px;
    border-radius: 5px;
  }
}
@media print {
  .p-contact_buttons .button {
    font-size: 1rem;
    height: 50px;
    border-radius: 5px;
  }
}
.p-contact_buttons .button.submit {
  color: #fff;
  background-color: #606060;
}
.p-contact input, .p-contact textarea, .p-contact select {
  padding: 5px 10px;
  font-size: 1rem;
  background-color: #fff;
  border-width: 1px;
  background-color: #fff;
  border-style: solid;
  border-color: #EBEBEB;
  outline: none;
}
.p-contact select {
  padding: 10px;
}
.p-contact textarea {
  height: 70px;
}
@media (min-width: 744px) {
  .p-contact textarea {
    height: 140px;
  }
}
@media print {
  .p-contact textarea {
    height: 140px;
  }
}
.p-contact label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  width: 12.5em;
}
@media (min-width: 744px) {
  .p-contact label {
    width: 13em;
  }
}
@media print {
  .p-contact label {
    width: 13em;
  }
}
@media (min-width: 1024px) {
  .p-contact label {
    width: 14em;
  }
}
@media print {
  .p-contact label {
    width: 14em;
  }
}
.p-contact .size-small {
  width: 8em;
}
@media (min-width: 744px) {
  .p-contact .size-small {
    width: 10em;
  }
}
@media print {
  .p-contact .size-small {
    width: 10em;
  }
}
@media (min-width: 1024px) {
  .p-contact .size-small {
    width: 12em;
  }
}
@media print {
  .p-contact .size-small {
    width: 12em;
  }
}
.p-contact .size-zip {
  margin-right: 10px;
  width: 8em;
}
@media (min-width: 744px) {
  .p-contact .size-zip {
    width: 12em;
  }
}
@media print {
  .p-contact .size-zip {
    width: 12em;
  }
}
.p-contact .size-middle {
  width: 100%;
}
@media (min-width: 744px) {
  .p-contact .size-middle {
    max-width: 400px;
  }
}
@media print {
  .p-contact .size-middle {
    max-width: 400px;
  }
}
.p-contact .size-full {
  width: 100%;
}
.p-contact .address {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.p-contact .error {
  margin-top: 5px;
  width: 100%;
  color: #CC2929;
}


/* ========================================
学会・研究会
======================================== */
.p-society_inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1260px;
}
@media (min-width: 744px) {
  .p-society_inner {
    margin-top: 100px;
    padding: 0 30px;
  }
}
@media print {
  .p-society_inner {
    margin-top: 100px;
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-society_inner {
    margin-top: 150px;
  }
}
@media print {
  .p-society_inner {
    margin-top: 150px;
  }
}
.p-society_archive {
  margin: 0 auto;
  width: 100%;
  max-width: 770px;
}
.p-society_single {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1060px;
  margin-top: 30px;
}
.p-listerature_single {
  margin: 0 auto 80px;
}
@media (min-width: 744px) {
  .p-society_single {
    padding: 0 30px;
  }
}
@media print {
  .p-society_single {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-society_single {
    padding: 0 30px;
  }
}
@media print {
  .p-society_single {
    padding: 0 30px;
  }
}
@media (min-width: 744px) {
  .p-society_single {
    margin-top: 60px;
  }
}
@media print {
  .p-society_single {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .p-society_single {
    margin-top: 150px;
  }
}
@media print {
  .p-society_single {
    margin-top: 150px;
  }
}
.p-society_single-title {
  padding: 20px 0;
}
.p-society_single-title h1 {
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .p-society_single-title {
    padding: 30px 0;
  }
  .p-society_single-title h1 {
    font-size: 2.25rem;
  }
}
@media print {
  .p-society_single-title {
    padding: 30px 0;
  }
  .p-society_single-title h1 {
    font-size: 2.25rem;
  }
}
.p-society_single-link {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 30px 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-decoration: none;
  background-color: #01A7E1;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  padding: 0 30px 0 16px;
  height: 30px;
  font-size: 0.875rem;
  border-radius: 15px;
}
.p-society_single-link:hover {
  opacity: 0.6;
}
.p-society_single-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: 1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/assets/img/icon/icon-link.svg");
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 744px) {
  .p-society_single-link {
    padding: 0 35px 0 18px;
    height: 40px;
    font-size: 1rem;
    border-radius: 20px;
  }
  .p-society_single-link::after {
    right: 15px;
    width: 14px;
    height: 14px;
  }
}
@media print {
  .p-society_single-link {
    padding: 0 35px 0 18px;
    height: 40px;
    font-size: 1rem;
    border-radius: 20px;
  }
  .p-society_single-link::after {
    right: 15px;
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1024px) {
  .p-society_single-link {
    padding: 0 40px 0 30px;
    height: 50px;
    font-size: 1.25rem;
    border-radius: 25px;
  }
  .p-society_single-link::after {
    right: 15px;
    width: 18px;
    height: 18px;
  }
}
@media print {
  .p-society_single-link {
    padding: 0 40px 0 30px;
    height: 50px;
    font-size: 1.25rem;
    border-radius: 25px;
  }
  .p-society_single-link::after {
    right: 15px;
    width: 18px;
    height: 18px;
  }
}
.p-society_single-content {
  margin-top: 50px;
}
.p-society_single-content p, .p-society_single-content a, .p-society_single-content li, .p-society_single-content dl {
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .p-society_single-content p, .p-society_single-content a, .p-society_single-content li, .p-society_single-content dl {
    font-size: 1rem;
  }
}
@media print {
  .p-society_single-content p, .p-society_single-content a, .p-society_single-content li, .p-society_single-content dl {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .p-society_single-content p, .p-society_single-content a, .p-society_single-content li, .p-society_single-content dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media print {
  .p-society_single-content p, .p-society_single-content a, .p-society_single-content li, .p-society_single-content dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.p-society_single-content p {
  margin-bottom: 1em;
}
.p-society_single-content h2 + p, .p-society_single-content h3 + p, .p-society_single-content h4 + p {
  margin-top: 0;
}
.p-society_single-content a {
  color: #01A7E1;
}
@media (min-width: 1024px) {
  .p-society_single-content {
    margin-top: 60px;
  }
}
@media print {
  .p-society_single-content {
    margin-top: 60px;
  }
}
.p-society_single-content a {
  text-decoration: underline;
}
.p-society_single-content dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-top: 1px solid #D8D9D9;
  padding: 20px 0;
}
.p-society_single-content dl:last-child {
  border-bottom: 1px solid #D8D9D9;
}
@media (min-width: 744px) {
  .p-society_single-content dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media print {
  .p-society_single-content dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .p-society_single-content dl {
    padding: 30px 0;
  }
}
@media print {
  .p-society_single-content dl {
    padding: 30px 0;
  }
}
.p-society_single-content dl dt {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
@media (min-width: 1024px) {
  .p-society_single-content dl dt {
    padding: 0 15px;
    width: 210px;
  }
}
@media print {
  .p-society_single-content dl dt {
    padding: 0 15px;
    width: 210px;
  }
}
.p-society_single-content dl dd {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin-top: 10px;
}
.p-society_single-content dl dd img {
  margin-top: 30px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 744px) {
  .p-society_single-content dl dd {
    margin-top: 0;
  }
}
@media print {
  .p-society_single-content dl dd {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .p-society_single-content dl dd img {
    margin-top: 60px;
  }
}
@media print {
  .p-society_single-content dl dd img {
    margin-top: 60px;
  }
}
.p-society_single-content .detail_p p:first-child {
  margin-top: 0;
}


/* ========================================
文献・学術情報
======================================== */
.item_serach_key {
  margin-bottom: 60px;
  padding: 0;
}
.item_serach_key dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
.item_serach_key dl dt {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.item_serach_key dl dd {
  width: 100%;
  max-width: 100%;
  position:  relative;
  z-index: 1;
}
.item_serach_key dl dd form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.item_serach_key dl dd input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  resize: none;
  box-shadow: none;
  border: 1px solid #01A7E1;
  border-radius: 35px;
  display: block;
  font-size: 1rem;
  height: 70px;
  padding: 8px 20px 8px 60px;
  margin: 0 auto;
  width: 100%;
}
.item_serach_key dl dd input[type="submit"] {
  background: url("../img/icon/icon_search.svg") no-repeat center;
  background-size: 26px;
  border: none;
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 0;
  width: 30px;
  z-index: 2;
}
.item_serach_key dl dd input[type="submit"]:hover {
  opacity: 0.6;
}
.item_serach_key dl dd .search_type {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
.item_serach_key dl dd .search_type label {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 20px;
}
.item_serach_key dl dd .search_txt {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
.item_serach_key dl dd input[type="radio"] {
  -webkit-appearance: revert !important;
  appearance: revert !important;
  margin: 0 3px;
}

@media (min-width: 744px) {
  .item_serach_key {
    margin-bottom: 80px;
  }
  .item_serach_key dl dt {
    font-size: 1.75rem;
  }
  .item_serach_key dl dd form {
    width: 600px;
  }
  .item_serach_key dl dd input[type="text"] {
    font-size: 1.125rem;
    padding: 8px 8px 8px 80px;
  }
  .item_serach_key dl dd input[type="submit"] {
    background-size: 32px;
    height: 40px;
    bottom: 15px;
    left: 20px;
    width: 40px;
  }
  .item_serach_key dl dd .search_type label {
    font-size: 1.25rem;
  }
  .item_serach_key dl dd .search_txt {
    font-size: 1rem;
  }
}
@media print {
  .item_serach_key {
    margin-bottom: 80px;
  }
  .item_serach_key dl dt {
    font-size: 1.75rem;
  }
  .item_serach_key dl dd form {
    width: 600px;
  }
  .item_serach_key dl dd input[type="text"] {
    font-size: 1.125rem;
    padding: 8px 8px 8px 80px;
  }
  .item_serach_key dl dd input[type="submit"] {
    background-size: 32px;
    height: 40px;
    bottom: 15px;
    left: calc(25% + 20px);
    width: 40px;
  }
  .item_serach_key dl dd .search_type label {
    font-size: 1.25rem;
  }
  .item_serach_key dl dd .search_txt {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {}
@media print {}

.p-listerature_cat_list {}
.p-listerature_cat_list ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.p-listerature_cat_list ul li {
  border-right: 1px solid #01A7E1;
  margin-bottom: 1em;
  padding: 0 20px;
}
.p-listerature_cat_list ul li:last-child {
  border-right: none;
}
.p-listerature_cat_list ul li a {
  color: #606060;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-listerature_cat_list ul li a.current,
.p-listerature_cat_list ul li a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFBDB));
  background: linear-gradient(transparent 60%, #FFFBDB 60%);
}
.p-listerature_cat_list ul.tags li.tag {
  border-right: none;
}
.p-listerature_cat_list ul.tags li.tag:has(a.current),
.p-listerature_cat_list ul.tags li.tag a:hover {
  background:  #fffadb;
}
.p-listerature_cat_list ul.tags li.tag a.current,
.p-listerature_cat_list ul.tags li.tag:hover a {
  background:  transparent;
}
/*.p-listerature_cat_list ul li a:hover {
  opacity: 0.6;
}*/
@media (min-width: 744px) {
  .p-listerature_cat_list ul {
    margin-bottom: 60px;
  }
  .p-listerature_cat_list ul li {
    padding: 0 30px;
  }
  .p-listerature_cat_list ul li a {
    font-size: 1.125rem;
  }
}
@media print {
  .p-listerature_cat_list ul {
    margin-bottom: 60px;
  }
  .p-listerature_cat_list ul li {
    padding: 0 30px;
  }
  .p-listerature_cat_list ul li a {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {}
@media print {}

.p-listerature_single .tags {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .p-listerature_single .tags {
    margin-top: 60px;
  }
}
@media print {
  .p-listerature_single .tags {
    margin-top: 60px;
  }
}

.item_serach_result_num {
  border-bottom: 1px solid #D8D9D9;
  text-align: left;
  padding-bottom: 24px;
}
.item_serach_result_num > span {
  padding-right: 1em;
}
.item_serach_result_num > span > span {
  font-size: 1.6rem;
  font-weight: 500;
}
.item_serach_result_key {
  padding: 4px;
  border-radius: 4px;
  background: #fbf9c6;
}
.item_serach_txt {
  font-size: 0.875rem;
  margin-top: 1em;
}
@media (min-width: 744px) {
  .item_serach_txt {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .item_serach_txt {
    font-size: 1.125rem;
  }
}


/* ========================================
ニュース
======================================== */
.p-info section {
  padding-top: 100px;
}
@media (min-width: 1024px) {
  .p-info section {
    padding-top: 200px;
  }
}
@media print {
  .p-info section {
    padding-top: 200px;
  }
}
.p-info section:nth-child(1) {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .p-info section:nth-child(1) {
    padding-top: 140px;
  }
}
@media print {
  .p-info section:nth-child(1) {
    padding-top: 140px;
  }
}
.p-info_inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 830px;
}
@media (min-width: 744px) {
  .p-info_inner {
    padding: 0 30px;
  }
}
@media print {
  .p-info_inner {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-info_inner {
    padding: 0 30px;
  }
}
@media print {
  .p-info_inner {
    padding: 0 30px;
  }
}
.p-info h2 {
  color: #01A7E1;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
}
.p-info h2.center {
  text-align: center;
}
@media (min-width: 744px) {
  .p-info h2 {
    font-size: 2rem;
  }
}
@media print {
  .p-info h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .p-info h2 {
    margin-bottom: 60px;
    font-size: 3rem;
  }
}
@media print {
  .p-info h2 {
    margin-bottom: 60px;
    font-size: 3rem;
  }
}
.p-single {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1060px;
  margin-top: 30px;
}
@media (min-width: 744px) {
  .p-single {
    padding: 0 30px;
  }
}
@media print {
  .p-single {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .p-single {
    padding: 0 30px;
  }
}
@media print {
  .p-single {
    padding: 0 30px;
  }
}
@media (min-width: 744px) {
  .p-single {
    margin-top: 60px;
  }
}
@media print {
  .p-single {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .p-single {
    margin-top: 100px;
  }
}
@media print {
  .p-single {
    margin-top: 100px;
  }
}
.p-single_title {
  padding: 20px 0;
}
.p-single_title h1 {
  font-size: 1.25rem;
}
@media (min-width: 744px) {
  .p-single_title h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .p-single_title {
    padding: 30px 0;
  }
  .p-single_title h1 {
    font-size: 2.25rem;
  }
}
@media print {
  .p-single_title {
    padding: 30px 0;
  }
  .p-single_title h1 {
    font-size: 2.25rem;
  }
}
.p-single_content p, .p-single_content a, .p-single_content li, .p-single_content dl {
  font-size: 0.875rem;
}
@media (min-width: 744px) {
  .p-single_content p, .p-single_content a, .p-single_content li, .p-single_content dl {
    font-size: 1rem;
  }
}
@media print {
  .p-single_content p, .p-single_content a, .p-single_content li, .p-single_content dl {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .p-single_content p, .p-single_content a, .p-single_content li, .p-single_content dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media print {
  .p-single_content p, .p-single_content a, .p-single_content li, .p-single_content dl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.p-single_content p {
  margin-top: 1.5em;
}
.p-single_content h2 + p, .p-single_content h3 + p, .p-single_content h4 + p {
  margin-top: 0;
}
.p-single_content a {
  color: #01A7E1;
  text-decoration: underline;
}
.p-single_content h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 6px 0 6px 0.8em;
  font-size: 1.2rem;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: #01A7E1;
}
@media (min-width: 744px) {
  .p-single_content h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
@media print {
  .p-single_content h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .p-single_content h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 6px 0 6px 0.8em;
    font-size: 1.5rem;
    border-width: 0 0 0 4px;
  }
}
@media print {
  .p-single_content h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 6px 0 6px 0.8em;
    font-size: 1.5rem;
    border-width: 0 0 0 4px;
  }
}
.p-single_content img {
  margin-top: 1.5em;
  max-width: 100%;
  height: auto;
}
.p-single_content ul {
  margin-top: 1.5em;
}
.p-single_content ul li {
  position: relative;
  padding-left: 1.2rem;
}
.p-single_content ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-check {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/bg/gradation-top.png");
  background-size: 200%;
  background-position: right top;
  background-repeat: no-repeat;
}
.p-check_inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #fff;
  border-radius: 3px;
}
@media (min-width: 744px) {
  .p-check_inner {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border-radius: 5px;
  }
}
@media print {
  .p-check_inner {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border-radius: 5px;
  }
}
@media (min-width: 1024px) {
  .p-check_inner {
    width: calc(100% - 160px);
    height: calc(100% - 160px);
  }
}
@media print {
  .p-check_inner {
    width: calc(100% - 160px);
    height: calc(100% - 160px);
  }
}
.p-check_head {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
.p-check_head-logo {
  width: 97px;
}
@media (min-width: 1024px) {
  .p-check_head-logo {
    width: 130px;
  }
}
@media print {
  .p-check_head-logo {
    width: 130px;
  }
}
.p-check_head-logo img {
  width: 100%;
  height: auto;
}
.p-check_head p {
  margin-bottom: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  color: #888;
}
@media (min-width: 1024px) {
  .p-check_head p {
    font-size: 0.875rem;
  }
}
@media print {
  .p-check_head p {
    font-size: 0.875rem;
  }
}
.p-check_content {
  margin-top: 50px;
  padding: 0 15px;
  font-size: 0.75rem;
  line-height: 2;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-check_content {
    margin-top: 80px;
    font-size: 1rem;
  }
}
@media print {
  .p-check_content {
    margin-top: 80px;
    font-size: 1rem;
  }
}
.p-check_attention {
  margin: 20px 0;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .p-check_attention {
    margin: 60px 0 40px;
  }
}
@media print {
  .p-check_attention {
    margin: 60px 0 40px;
  }
}
.p-check_buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
}
.p-check_buttons .button {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin: 0 0.5%;
  width: min(49%, 320px);
}
@media (min-width: 744px) {
  .p-check_buttons .button {
    margin: 0 5px;
  }
}
@media print {
  .p-check_buttons .button {
    margin: 0 5px;
  }
}
@media (min-width: 1024px) {
  .p-check_buttons .button {
    margin: 0 10px;
  }
}
@media print {
  .p-check_buttons .button {
    margin: 0 10px;
  }
}
.p-check_buttons .button a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 5px;
  width: 100%;
  height: 60px;
  font-size: 0.6875rem;
  line-height: 1.5;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.p-check_buttons .button a:hover {
  opacity: 0.6;
}
@media (min-width: 744px) {
  .p-check_buttons .button a {
    border-radius: 5px;
  }
}
@media print {
  .p-check_buttons .button a {
    border-radius: 5px;
  }
}
@media (min-width: 1024px) {
  .p-check_buttons .button a {
    height: 80px;
    font-size: 1rem;
  }
}
@media print {
  .p-check_buttons .button a {
    height: 80px;
    font-size: 1rem;
  }
}
.p-check_buttons .button a.gray {
  background-color: #606060;
}
.p-check_buttons .button a.blue {
  background-color: #01A7E1;
}
.mgt0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.mgt110 {
  margin-top: 110px !important;
}

.mgt120 {
  margin-top: 120px !important;
}

.mgt130 {
  margin-top: 130px !important;
}

.mgt140 {
  margin-top: 140px !important;
}

.mgt150 {
  margin-top: 150px !important;
}

.mgt160 {
  margin-top: 160px !important;
}

.mgt170 {
  margin-top: 170px !important;
}

.mgt180 {
  margin-top: 180px !important;
}

.mgt190 {
  margin-top: 190px !important;
}

.mgt200 {
  margin-top: 200px !important;
}

.font-palt {
  font-feature-settings: 'palt';
}
.l-space-0 {
  letter-spacing: 0;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-backface-hidden .swiper-slide a {
  color: #666;
}

/*.swiper-backface-hidden .swiper-slide {
  position: relative;
}
.swiper-backface-hidden .swiper-slide a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}*/

.swiper-backface-hidden .swiper-slide .photo {
  border: 1px solid #eee;
  border-radius: 20px;
  overflow: hidden;
}
.swiper-backface-hidden .swiper-slide .text {
  font-size: 0.875rem;
  margin-top: 10px;
}
@media (min-width: 744px) {
  .swiper-backface-hidden .swiper-slide .text {
    font-size: 1rem;
  }
}
@media print {
}
@media (min-width: 1024px) {
}
@media print {
}


/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-pagination-bullet {
  position: relative;
  z-index: 10;
  display: block;
  margin-left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #84CEF3;
}
.swiper-pagination-info-compact {
  margin-left: 5px;
}
@media (min-width: 744px) {
  .swiper-pagination-bullet {
    margin-left: 20px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
  .swiper-pagination-info-compact .swiper-pagination-bullet {
    margin-left: 10px;
  }
}
@media print {
  .swiper-pagination-bullet {
    margin-left: 20px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
  .swiper-pagination-info-compact .swiper-pagination-bullet {
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .swiper-pagination-bullet {
    margin-left: 40px;
  }
  .swiper-pagination-info-compact .swiper-pagination-bullet {
    margin-left: 20px;
  }
}
@media print {
  .swiper-pagination-bullet {
    margin-left: 40px;
  }
  .swiper-pagination-info-compact .swiper-pagination-bullet {
    margin-left: 20px;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #01A7E1;
}

.js-fadeUp {
  opacity: 0;
}

.js-fadeIn {
  opacity: 0;
}

.js-slideInR {
  opacity: 0;
}

.js-slideInL {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.slideInR {
  -webkit-animation-name: slideInRAnime;
          animation-name: slideInRAnime;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.slideInL {
  -webkit-animation-name: slideInLAnime;
          animation-name: slideInLAnime;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideInRAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInRAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInLAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInLAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*FooGallery*/
.fbx-caption-title {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, verdana, sans-serif;
}


.products_news_section {
  margin-bottom: 80px;
}
.products_news_section_inner {
  margin-bottom: 80px;
}
.products_news_section h3 {
  color: #01A7E1;
  font-weight: 700;
  margin-bottom: 20px;
}
.products_news_section h4 {
  margin-bottom: 20px;
}
.products_news_table1 {
  overflow-x: auto;
  width: 100%;
}
.products_news_table1 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875rem;
  width: 100%;
}
.products_news_table1 table th, 
.products_news_table1 table td {
  border: 1px solid #ccc;
  padding: 0.6em 1em;
}
.products_news_table1 table th {
  background: #f7f7f7;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .products_news_table1 table {
    font-size: 1.125rem;
  }
}
@media (min-width: 744px) {
  .products_news_table1 table {
    font-size: 1rem;
  }
}
@media (max-width: 743px) {
.products_news_table1 table {
  width: 160vw;
}
}

