
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 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 outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

header ul, header ul li,
footer ul,
footer ul li,
nav ul,
nav ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* html, body */
body {
  -webkit-text-size-adjust: 100% !important;
  font-size: 14px;
  font-family: "Meiryo","verdana", sans-serif;
  color: #454545;
  line-height: 1.82;
}

img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* layout */
main {
  padding-bottom: 80px;
}

.wrapper {
  margin: 0 auto;
}

@media (min-width: 961px) {
  .wrapper {
    max-width: 1060px;
    padding: 0 13px;
  }
  .wrapper.--drug {
    max-width: none;
  }
}

@media (max-width: 960px) {
  .wrapper {
    max-width: 768px;
    padding: 0 13px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 961px) {
  .row .col-25 {
    width: calc((100% - 60px)/4);
    margin-right: 20px;
  }
  .row .col-25:nth-child(4n) {
    margin-right: 0;
  }
  .row .col-33 {
    width: calc((100% - 30px)/3);
    margin-right: 15px;
  }
  .row .col-33:nth-child(3n) {
    margin-right: 0;
  }
  .row .col-50 {
    width: calc((100% - 15px)/2);
    margin-right: 15px;
  }
  .row .col-50:nth-child(2n) {
    margin-right: 0;
  }
  .row .col-66 {
    width: calc((100% - 20px) * 2/3);
  }
  .row .col-75 {
    width: calc((100% - 60px) * 3 / 4);
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .row .col-33-md {
    width: calc((100% - 30px)/3);
    margin-right: 15px;
  }
  .row .col-33-md:nth-child(3n) {
    margin-right: 0;
  }
  .row .col-50-md {
    width: calc((100% - 15px)/2);
    margin-right: 15px;
  }
  .row .col-50-md:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .row .col-33-sp {
    width: calc((100% - 30px)/3);
    margin-right: 15px;
  }
  .row .col-33-sp:nth-child(3n) {
    margin-right: 0;
  }
  .row .col-50-sp {
    width: calc((100% - 15px)/2);
    margin-right: 15px;
  }
  .row .col-50-sp:nth-child(2n) {
    margin-right: 0;
  }
}

.row [class^="col-"]:last-child {
  margin-right: 0;
}

[class^="slick-block"] {
  position: relative;
}

[class^="slick-block"] .slider-prev, [class^="slick-block"] .slider-next {
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 10px;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.125);
}

@media (min-width: 600px) {
  [class^="slick-block"] .slider-prev, [class^="slick-block"] .slider-next {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 599px) {
  [class^="slick-block"] .slider-prev, [class^="slick-block"] .slider-next {
    bottom: 0;
    width: 40px;
    height: 40px;
  }
}

[class^="slick-block"] .slider-prev .fas, [class^="slick-block"] .slider-next .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666;
  font-size: 20px;
}

[class^="slick-block"] .slider-prev:hover .fas, [class^="slick-block"] .slider-next:hover .fas {
  color: #ccc;
}

[class^="slick-block"] .slider-prev {
  left: 0;
}

[class^="slick-block"] .slider-next {
  right: 0;
}

@media (min-width: 600px) {
  [class^="slick-block"] .row {
    padding: 0 70px;
  }
}

@media (max-width: 599px) {
  [class^="slick-block"] .row {
    padding: 0 0 60px;
  }
}

[class^="slick-block"] .row .col-25,
[class^="slick-block"] .row .col-33,
[class^="slick-block"] .row .col-50 {
  margin-right: 20px;
  margin-bottom: 0 !important;
}

[class^="slick-block"] .row .col-33-md,
[class^="slick-block"] .row .col-50-md,
[class^="slick-block"] .row .col-33-sp,
[class^="slick-block"] .row .col-50-sp {
  margin-right: 15px;
  margin-bottom: 0 !important;
}

.section-pagetop .pagetop {
  display: none;
  position: fixed;
  right: 13px;
  bottom: 13px;
}

@media (min-width: 769px) {
  .section-pagetop .pagetop {
    width: 60px;
  }
}

@media (max-width: 768px) {
  .section-pagetop .pagetop {
    width: 45px;
  }
}

/* header */
header .wrapper {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  header .wrapper {
    align-items: center;
    height: 110px;
  }
}

@media (max-width: 999px) {
  header .wrapper {
    padding-right: 50px;
  }
}

header .profile {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  header .profile {
    padding: 0 0 0 80px;
  }
}

@media (max-width: 767px) {
  header .profile {
    display: flex;
    align-items: center;
  }
}

header .profile .header-logo {
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 85px;
}

header .profile .header-logo a:hover {
  opacity: .7;
}

header .profile .name {
  padding: 0 12px 6px;
}

@media (max-width: 767px) {
  header .profile .name {
    padding: 0 12px 0 0;
    max-width: 328px;
  }
}

header .profile .tel {
  padding-top: 6px;
}

@media (min-width: 768px) {
  header .profile .tel {
    border-top: 1px solid #1b76ba;
    border-bottom: 1px solid #1b76ba;
  }
}

header .profile .tel img {
  width: auto;
}

@media (min-width: 768px) {
  header .profile .tel img {
    height: 30px;
  }
}

@media (max-width: 767px) {
  header .profile .tel img {
    display: block;
    margin: 0 auto;
    height: 20px;
  }
}

@media (min-width: 768px) {
  header .profile .time {
    padding-top: 6px;
    line-height: 1;
  }
}



header .conv ul li a.is-disabled {
  opacity: 0.2;
}

header .header-tel {
  background: #f4f4f4;
  padding: 10px;
  line-height: 1;
  font-size: 24px;
  text-align: center;
  color: #505050;
  font-weight: bold;
}

/* gnavi */
.menu-btn {
  position: fixed;
  top: 7px;
  right: 0;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #fff;
}

@media (min-width: 1000px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #7d7b74;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn {
  background-color: #fff;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: transparent;
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #7d7b74;
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #7d7b74;
}

.global-nav {
  background-color: #1b76ba;
}

@media (max-width: 999px) {
  .global-nav {
    display: none;
  }
  #menu-btn-check:checked ~ .global-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
    background-color: rgba(42, 112, 167, 0.9);
  }
}

.global-nav .wrapper {
  display: flex;
  justify-content: space-around;
  padding: 10px;
}

@media (max-width: 999px) {
  .global-nav .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.global-nav-main {
  display: flex;
}

@media (max-width: 999px) {
  .global-nav-main {
    width: 100%;
    flex-direction: column;
  }
}

.global-nav-main li a {
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.global-nav-main li a:hover {
  opacity: 0.7;
}

@media (min-width: 1000px) {
  .global-nav-main li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #fff;
    padding: 0 11px;
    height: 25px;
  }
}

@media (max-width: 999px) {
  .global-nav-main li a {
    display: block;
    border-bottom: 1px solid #9ed5ff;
    padding: 10px;
  }
}

@media (min-width: 1000px) {
  .global-nav-info {
    display: flex;
  }
}

@media (max-width: 999px) {
  .global-nav-info {
    width: 100%;
  }
}

.global-nav-info.is-disabled {
  visibility: hidden;
}

.global-nav-info.is-disabled a {
  pointer-events: none;
}

.global-nav-info li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}

.global-nav-info li a::before {
  content: "";
  display: inline-block;
  margin-right: .5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
}

.global-nav-info li a:hover {
  text-decoration: underline;
}

@media (min-width: 1000px) {
  .global-nav-info li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    height: 25px;
    font-size: 13px;
  }
}

@media (max-width: 999px) {
  .global-nav-info li a {
    display: block;
    border-bottom: 1px solid #9ed5ff;
    padding: 10px;
  }
}

.global-nav .conv ul li {
  margin-top: 15px;
}

/* footer */
footer {
  padding: 40px 0;
  background-color: #f8f8f8;
}

footer .footer-logo {
  max-width: 245px;
}

@media (min-width: 960px) {
  footer .footer-logo {
    margin: 0 0 40px;
  }
}

@media (max-width: 959px) {
  footer .footer-logo {
    margin: 0 auto 40px;
  }
}

@media (min-width: 960px) {
  footer .footer-upper > .row {
    flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  footer .footer-upper > .row {
    display: block;
  }
}

footer .footer-upper .company {
  margin: 0 auto 20px;
}

footer .footer-upper .company-item {
  display: flex;
}

footer .footer-upper .company-item dt {
  width: 80px;
}

footer .footer-upper .company-item dd {
  width: calc(100% -80px);
}

@media (min-width: 960px) {
  footer .footer-nav {
    padding-top: 66px;
  }
}

@media (max-width: 767px) {
  footer .footer-nav.row {
    display: block;
  }
}

footer .footer-link a {
  position: relative;
  padding-left: 1.5em;
  color: inherit;
  text-decoration: none;
}

footer .footer-link a:hover {
  text-decoration: underline;
}

footer .footer-link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #333;
}

footer .inquiry {
  margin: 20px auto;
  width: 200px;
}

footer .inquiry .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffd802;
}

footer .inquiry .button:hover {
  opacity: 0.8;
}

footer .licenses {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

footer .licenses .license {
  padding: 0 20px;
  color: #676767;
  font-size: 12px;
}

footer .copyright {
  font-size: 12px;
  text-align: center;
}

footer .copyright a {
  color: inherit;
  text-decoration: none;
}

/* news */
.news {
  margin-top: 40px;
}

.news .news-border {
  border: 3px solid #d5d7d9;
  position: relative;
  border-radius: 6px;
}

.news-title {
  position: absolute;
  left: 20px;
  display: inline-block;
  font-weight: bold;
  color: #1b76ba;
  line-height: 1;
  background: #fff;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .news-title {
    top: -12px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .news-title {
    top: -9px;
    font-size: 18px;
  }
}

.news-body {
  font-size: 13px;
  overflow-y: scroll;
  max-height: 232px;
}

@media (min-width: 768px) {
  .news-body {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .news-body {
    padding: 15px;
  }
}

.news-item {
  display: flex;
}

@media (max-width: 767px) {
  .news-item {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .news-item .news-detail {
    padding-left: 1.5em;
  }
}

.news-item .news-detail a, .news-item .news-detail span {
  color: #1b76ba;
}

.news-item .news-detail a:hover {
  text-decoration: none;
}

/* privacy */
.privacy {
  margin-top: 40px;
}

.privacy-title {
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .privacy-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .privacy-title {
    margin-bottom: 10px;
    font-size: 21px;
  }
}

.privacy-body {
  border: 2px solid #d5d7d9;
  font-size: 13px;
  padding: 15px;
  overflow-y: scroll;
  max-height: 480px;
}

.privacy-body section {
  margin-bottom: 30px;
}

.privacy-body h3,
.privacy-body h4,
.privacy-body ul,
.privacy-body p {
  margin-bottom: 1em;
}

.privacy-body h3 {
  line-height: 1.3;
}

@media (min-width: 768px) {
  .privacy-body h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .privacy-body h3 {
    font-size: 19px;
  }
}

.privacy-body h4 {
  line-height: 1.3;
}

@media (min-width: 768px) {
  .privacy-body h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .privacy-body h4 {
    font-size: 15px;
  }
}

.privacy-body ul li {
  list-style-type: disc;
  margin-left: 2em;
}

/* home */
.p-home .p-kv a:hover {
  opacity: 0.7;
}

.p-home .p-kv .kv-border {
  margin: 3px;
  border-radius: 6px;
  border: 6px solid #1b76ba;
  background: #fff;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-home .p-kv .kv-border.no-border {
  padding: 0;
  border: none;
}

.p-home .p-kv .kv-border p {
  line-height: 1;
  text-align: center;
}

.p-home .p-kv .kv-border strong {
  color: #e40202;
}

.p-home .p-kv .highprice {
  padding: 3px;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 768px) {
  .p-home .p-kv .highprice {
    margin-top: 0;
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .p-home .p-kv .highprice {
    font-size: 5.88vw;
  }
}

.p-home .p-kv .no1.pc {
  margin-top: 30px;
  text-align: center;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .p-home .p-kv .no1.sp .kv-border {
    border-radius: 3px;
    border: 3px solid #1b76ba;
  }
  .p-home .p-kv .no1.sp .kv-border.no-border {
    padding: 0;
    border: none;
  }
}

.p-home .p-merit {
  margin-top: 40px;
}

.p-home .p-merit .merit-title {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
  color: #1b76ba;
}

@media (max-width: 767px) {
  .p-home .p-merit .merit-title {
    margin-bottom: 10px;
    font-size: 21px;
  }
}

@media (min-width: 961px) {
  .p-home .p-merit .row .col-25:nth-child(n+5) {
    margin-top: 10px;
  }
}

@media (max-width: 960px) {
  .p-home .p-merit .row .col-50-sp:nth-child(n+3), .p-home .p-merit .row .col-50-md:nth-child(n+3) {
    margin-top: 10px;
  }
}

.p-home .p-merit .merit-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #1b76ba;
  line-height: 1;
}

.p-home .p-merit .merit-item i {
  display: inline-block;
  font-style: normal;
  margin-right: 7px;
}

.p-home .p-merit .merit-item i img {
  height: 16px;
}

.p-home .p-merit .merit-item i img.h35 {
  height: 35px;
}

.p-home .p-medicine .title, .p-home .p-alcohol .title {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-home .p-medicine .title, .p-home .p-alcohol .title {
    margin-bottom: 10px;
    font-size: 21px;
  }
}

.p-home .p-company-info {
  margin-top: 40px;
}

.p-home .p-company-info .company-info-title {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-home .p-company-info .company-info-title {
    margin-bottom: 10px;
    font-size: 21px;
  }
}

.p-home .p-company-info table {
  width: 100%;
  border: 1px solid #fff;
}

.p-home .p-company-info table th,
.p-home .p-company-info table td {
  border: 1px solid #fff;
  padding: 10px 20px;
  background: #f0f0f0;
}

.p-home .p-company-info table th {
  padding-left: 30px;
  width: 20%;
  min-width: 14em;
  text-align: left;
}

.p-home .p-company-info table td {
  width: calc(100% - 18%);
}

@media (max-width: 767px) {
  .p-home .p-company-info table, .p-home .p-company-info table tbody, .p-home .p-company-info table tr, .p-home .p-company-info table th, .p-home .p-company-info table td {
    display: block;
    width: auto;
  }
  .p-home .p-company-info table th, .p-home .p-company-info table td {
    padding: 5px 10px;
  }
  .p-home .p-company-info table td {
    background: #fff;
    padding-left: 20px;
  }
}

.p-home .p-map {
  margin-top: 40px;
}

@media (min-width: 980px) {
  .p-home .p-map .wrapper {
    display: flex;
  }
}

.p-home .p-map .wrapper .gmap {
  position: relative;
}

@media (min-width: 980px) {
  .p-home .p-map .wrapper .gmap {
    margin-right: 30px;
    width: calc(66% - 15px);
    padding-bottom: 42.85%;
  }
}

@media (max-width: 979px) {
  .p-home .p-map .wrapper .gmap {
    margin-bottom: 30px;
    padding-bottom: 62.85%;
  }
}

.p-home .p-map .wrapper .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-home .p-map .wrapper .address {
  font-size: 16px;
}

@media (min-width: 980px) {
  .p-home .p-map .wrapper .address {
    width: calc(33% - 15px);
  }
}

.p-home .p-map .wrapper .access {
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
  display: flex;
  width: 100%;
}

.p-home .p-map .wrapper .access dt {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 12px;
  width: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f0f0f0;
  text-align: center;
}

@media (min-width: 980px) {
  .p-home .p-map .wrapper .access dt {
    min-height: 95px;
  }
}

.p-home .p-map .wrapper .access dt .text {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
}

.p-home .p-map .wrapper .access dd {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 12px;
  width: 68%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

/* medicine */
.p-medicine .u-bg01 {
  padding: 40px 0;
  background: #e6f5ff;
}

.p-medicine .p-kv .wrapper, .p-medicine .p-step .wrapper, .p-medicine .p-ad-info .wrapper {
  padding: 0 13px;
}

@media (min-width: 961px) {
  .p-medicine .p-kv .wrapper, .p-medicine .p-step .wrapper, .p-medicine .p-ad-info .wrapper {
    max-width: 1060px;
  }
}

@media (max-width: 960px) {
  .p-medicine .p-kv .wrapper, .p-medicine .p-step .wrapper, .p-medicine .p-ad-info .wrapper {
    max-width: 768px;
  }
}

.p-medicine .p-kv .wrapper {
  display: grid;
}

@media (min-width: 961px) {
  .p-medicine .p-kv .wrapper {
    grid-template-rows: 138px 138px;
    grid-template-columns: 690px 1fr;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .p-medicine .p-kv .wrapper {
    grid-template-rows: 113px 113px;
    grid-template-columns: 480px 1fr;
  }
}

@media (max-width: 767px) {
  .p-medicine .p-kv .wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }
}

@media (min-width: 768px) {
  .p-medicine .p-kv .wrapper .kv01 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }
}

@media (max-width: 767px) {
  .p-medicine .p-kv .wrapper .kv01 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
  }
}

@media (min-width: 768px) {
  .p-medicine .p-kv .wrapper .kv02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
}

@media (max-width: 767px) {
  .p-medicine .p-kv .wrapper .kv02 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
}

@media (min-width: 768px) {
  .p-medicine .p-kv .wrapper .kv03 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
}

@media (max-width: 767px) {
  .p-medicine .p-kv .wrapper .kv03 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
}

.p-medicine .p-kv .wrapper .kv01, .p-medicine .p-kv .wrapper .kv02, .p-medicine .p-kv .wrapper .kv03 {
  margin: 3px;
  border-radius: 6px;
  border: 6px solid #1b76ba;
  background: #fff;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-medicine .p-kv .wrapper .kv01 p, .p-medicine .p-kv .wrapper .kv02 p, .p-medicine .p-kv .wrapper .kv03 p {
  text-align: center;
}

.p-medicine .p-step .steps {
  display: grid;
  grid-template-rows: 232px;
  grid-template-columns: 88px 1fr;
  border: 6px solid #1b76ba;
  border-radius: 6px;
  margin: 3px;
  background: #fff;
}

.p-medicine .p-step .steps dt {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-right: 6px solid #1b76ba;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-medicine .p-step .steps dt span {
  color: #e73600;
  font-size: 33px;
  font-weight: bold;
}

.p-medicine .p-step .steps dd {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-medicine .p-step .steps dd .step01, .p-medicine .p-step .steps dd .step02 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 10px;
}

@media (min-width: 961px) {
  .p-medicine .p-step .steps dd .step01, .p-medicine .p-step .steps dd .step02 {
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .p-medicine .p-step .steps dd .step01, .p-medicine .p-step .steps dd .step02 {
    justify-content: space-between;
  }
}

.p-medicine .p-step .steps dd .step01 .title, .p-medicine .p-step .steps dd .step02 .title {
  margin-top: 20px;
  font-size: 25px;
  font-weight: bold;
}

@media (min-width: 961px) {
  .p-medicine .p-step .steps dd .step01 .title, .p-medicine .p-step .steps dd .step02 .title {
    margin-right: 50px;
  }
}

.p-medicine .p-step .steps dd .step01 .title::after, .p-medicine .p-step .steps dd .step02 .title::after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #333;
}

@media (min-width: 768px) {
  .p-medicine .p-ad-info .wrapper {
    display: grid;
    grid-template-rows: 75px;
    grid-template-columns: 1fr;
  }
}

.p-medicine .p-ad-info .ad-info01 {
  background: #fff;
}

@media (min-width: 768px) {
  .p-medicine .p-ad-info .ad-info01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
}

.p-medicine .p-ad-info .ad-info01 p {
  font-size: 50px;
  letter-spacing: -3px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 767px) {
  .p-medicine .p-ad-info .ad-info01 p {
    font-size: 28px;
  }
}

.p-medicine .p-ad-info .ad-info01 strong {
  color: #e40202;
}

.p-medicine .p-ad-info .ad-info02 {
  background: #fff;
}

@media (min-width: 768px) {
  .p-medicine .p-ad-info .ad-info02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    flex-direction: column;
  }
}

.p-medicine .p-ad-info .ad-info02 .text01 {
  font-size: 17px;
  font-weight: bold;
  color: #e73600;
}

.p-medicine .p-ad-info .ad-info02 .text02 {
  padding: 0 6px;
  font-size: 13px;
  line-height: 1.1428571429;
  font-weight: bold;
}

.p-medicine .p-ad-info .ad-info01,
.p-medicine .p-ad-info .ad-info02 {
  margin: 3px;
  border-radius: 6px;
  border: 6px solid #1b76ba;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-medicine .med-items-slider {
  padding-top: 40px;
}

.p-medicine .med-items {
  padding-top: 40px;
}

.p-medicine .med-items-title {
  position: relative;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-medicine .med-items-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .p-medicine .med-items-title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}

.p-medicine .med-items-title::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 155px;
  height: 5px;
  background-color: #1b76ba;
}

@media (min-width: 768px) {
  .p-medicine .med-items-title::after {
    width: 155px;
    height: 5px;
  }
}

@media (max-width: 767px) {
  .p-medicine .med-items-title::after {
    width: 80px;
    height: 3px;
  }
}

.p-medicine .med-items-text {
  margin-bottom: 30px;
  text-align: center;
}

.p-medicine .item-list a.item:hover {
  opacity: 0.6;
}

.p-medicine .item-list .item {
  position: relative;
  margin-bottom: 20px;
  color: inherit;
  text-decoration: none;
}

.p-medicine .item-list .item .icon {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  color: #fff;
  background-color: #f00;
}

.p-medicine .item-list .item figure {
  border: 1px solid #efefef;
  text-align: center;
}

@media (min-width: 768px) {
  .p-medicine .item-body {
    margin-top: 12px;
  }
}

.p-medicine .details {
  width: 100%;
}

@media (min-width: 768px) {
  .p-medicine .details {
    border: 1px solid #efefef;
  }
}

@media (max-width: 767px) {
  .p-medicine .details {
    display: block;
  }
}

.p-medicine .details .item-name {
  min-height: 43px;
}

@media (max-width: 767px) {
  .p-medicine .details tbody, .p-medicine .details tr {
    display: block;
  }
}

.p-medicine .details tr {
  border-bottom: 1px solid #efefef;
}

.p-medicine .details tr:last-child {
  border-bottom: none;
}

.p-medicine .details th {
  padding: 5px;
  font-size: 12px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .p-medicine .details th {
    text-align: center;
    vertical-align: middle;
    width: 75px;
  }
}

@media (max-width: 767px) {
  .p-medicine .details th {
    display: block;
  }
}

.p-medicine .details td {
  padding: 5px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .p-medicine .details td {
    display: block;
  }
}

.p-medicine .modal-body .textM {
  margin: 0 auto 20px;
  max-width: 450px;
}

@media (min-width: 768px) {
  .p-medicine .modal-body .textM {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .p-medicine .modal-body .textM {
    font-size: 14px;
  }
}

.p-medicine .modal-body .textL {
  text-align: center;
  font-size: 22px;
}

.p-medicine .modal-body .buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}

.p-medicine .modal-body .button {
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 200px;
  height: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #1a75b9;
}

.p-medicine .modal-body .button:hover {
  opacity: 0.8;
}

/* alcohol */
.p-alcohol .p-kv {
  background: #451d06;
}

.p-alcohol .p-kv .wrapper {
  padding: 0;
  text-align: center;
}

.p-alcohol .p-ad-info .ad-info01 {
  background: #fff;
}

.p-alcohol .p-ad-info .ad-info01 p {
  font-size: 46px;
  letter-spacing: -3px;
  font-weight: bold;
}

@media (max-width: 960px) {
  .p-alcohol .p-ad-info .ad-info01 p {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .p-alcohol .p-ad-info .ad-info01 p {
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
  }
}

.p-alcohol .p-ad-info .ad-info01 strong {
  color: #e44508;
}

.p-alcohol .p-ad-info .ad-info01 {
  margin: 10px auto;
  max-width: 960px;
  border-radius: 6px;
  border: 6px solid #451d06;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-alcohol .alcohol-items-slider {
  padding-top: 40px;
}

.p-alcohol .alcohol-items {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-alcohol .alcohol-items-title {
  position: relative;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-alcohol .alcohol-items-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .p-alcohol .alcohol-items-title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}

.p-alcohol .alcohol-items-title::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 155px;
  height: 5px;
  background-color: #e44508;
}

@media (min-width: 768px) {
  .p-alcohol .alcohol-items-title::after {
    width: 155px;
    height: 5px;
  }
}

@media (max-width: 767px) {
  .p-alcohol .alcohol-items-title::after {
    width: 80px;
    height: 3px;
  }
}

.p-alcohol .alcohol-items-text {
  margin-bottom: 30px;
  text-align: center;
}

.p-alcohol .item-list a.item:hover {
  opacity: 0.6;
}

.p-alcohol .item-list .item {
  position: relative;
  margin-bottom: 20px;
  color: inherit;
  text-decoration: none;
}

.p-alcohol .item-list .item figure {
  border: 1px solid #f0f0f0;
  text-align: center;
}

@media (min-width: 768px) {
  .p-alcohol .item-body {
    margin-top: 12px;
  }
}

.p-alcohol .detail {
  width: 100%;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  text-align: center;
}

@media (min-width: 768px) {
  .p-alcohol .p-step {
    background: #fce9de;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-alcohol .p-step {
    padding: 20px 0;
  }
}

.p-alcohol .p-step .steps dt {
  display: block;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-alcohol .p-step .steps dt {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .p-alcohol .p-step .steps dt {
    margin-bottom: 10px;
    font-size: 21px;
  }
}

.p-alcohol .p-step .steps dd {
  background-color: #fff;
}

@media (min-width: 768px) {
  .p-alcohol .p-step .steps dd {
    padding: 30px;
    border-radius: 6px;
  }
}

.p-alcohol .p-step .steps dd .step01, .p-alcohol .p-step .steps dd .step02 {
  width: 100%;
}

@media (min-width: 768px) {
  .p-alcohol .p-step .steps dd .step01, .p-alcohol .p-step .steps dd .step02 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
  }
}

@media (max-width: 768px) {
  .p-alcohol .p-step .steps dd .step01, .p-alcohol .p-step .steps dd .step02 {
    margin-bottom: 30px;
    text-align: center;
  }
}

.p-alcohol .p-step .steps dd .step01 .title, .p-alcohol .p-step .steps dd .step02 .title {
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-alcohol .p-step .steps dd .step01 .title, .p-alcohol .p-step .steps dd .step02 .title {
    padding-top: 20px;
    margin-right: 50px;
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .p-alcohol .p-step .steps dd .step01 .title, .p-alcohol .p-step .steps dd .step02 .title {
    margin-bottom: 30px;
    font-size: 16px;
    background: #fce9de;
  }
}

.p-alcohol .p-step .steps dd .step01 .title::after, .p-alcohol .p-step .steps dd .step02 .title::after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  width: 0;
  height: 0;
  border-style: solid;
}

@media (min-width: 768px) {
  .p-alcohol .p-step .steps dd .step01 .title::after, .p-alcohol .p-step .steps dd .step02 .title::after {
    border-color: transparent transparent transparent #333;
    border-width: 10px 0 10px 20px;
  }
}

@media (max-width: 767px) {
  .p-alcohol .p-step .steps dd .step01 .title::after, .p-alcohol .p-step .steps dd .step02 .title::after {
    border-color: #333 transparent transparent transparent;
    border-width: 10px 5px 0 5px;
  }
}

.p-alcohol .p-step .link {
  float: right;
  color: inherit;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
}

.p-alcohol .p-step .link:hover {
  text-decoration: underline;
}

/* howto */
.p-howto .howto-box-body {
  border: 2px solid #d5d7d9;
  font-size: 13px;
  padding: 15px;
  overflow-y: scroll;
  max-height: 232px;
}

.p-howto .howto-box p {
  text-indent: -1em;
  padding-left: 1em;
}

.p-howto .p-attention {
  padding-top: 40px;
}

.p-howto .p-attention .lead {
  margin-bottom: 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-howto .p-attention .lead {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .p-howto .p-attention .lead {
    font-size: 14px;
  }
}

.p-howto .p-steps {
  padding-top: 40px;
}

.p-howto .p-steps .wrapper {
  padding: 0;
}

.p-howto .p-steps .title {
  text-align: center;
  font-weight: bold;
  color: #ff8e0d;
}

@media (min-width: 768px) {
  .p-howto .p-steps .title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .p-howto .p-steps .title {
    margin-bottom: 10px;
    font-size: 21px;
  }
}

.p-howto .p-steps .row {
  margin: 0 auto;
  max-width: 818px;
}

.p-howto .p-steps .row .col-a,
.p-howto .p-steps .row .col-b,
.p-howto .p-steps .row .col-ab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  background: no-repeat center center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-howto .p-steps .row .col-a,
  .p-howto .p-steps .row .col-b,
  .p-howto .p-steps .row .col-ab {
    margin-bottom: 83px;
    padding: 0 25px;
  }
}

@media (max-width: 767px) {
  .p-howto .p-steps .row .col-a,
  .p-howto .p-steps .row .col-b,
  .p-howto .p-steps .row .col-ab {
    margin-bottom: 48px;
    padding: 0 8px;
    height: auto;
    min-height: 100px;
  }
}

.p-howto .p-steps .row .col-a h3, .p-howto .p-steps .row .col-a p,
.p-howto .p-steps .row .col-b h3,
.p-howto .p-steps .row .col-b p,
.p-howto .p-steps .row .col-ab h3,
.p-howto .p-steps .row .col-ab p {
  font-weight: bold;
  color: #666;
}

@media (min-width: 961px) {
  .p-howto .p-steps .row .col-a h3,
  .p-howto .p-steps .row .col-b h3,
  .p-howto .p-steps .row .col-ab h3 {
    font-size: 32px;
  }
  .p-howto .p-steps .row .col-a p,
  .p-howto .p-steps .row .col-b p,
  .p-howto .p-steps .row .col-ab p {
    font-size: 24px;
    line-height: 1.4;
  }
  .p-howto .p-steps .row .col-a p .small,
  .p-howto .p-steps .row .col-b p .small,
  .p-howto .p-steps .row .col-ab p .small {
    font-size: 16px;
  }
  .p-howto .p-steps .row .col-a p.step-last,
  .p-howto .p-steps .row .col-b p.step-last,
  .p-howto .p-steps .row .col-ab p.step-last {
    font-size: 32px;
  }
}

@media (max-width: 960px) {
  .p-howto .p-steps .row .col-a h3,
  .p-howto .p-steps .row .col-b h3,
  .p-howto .p-steps .row .col-ab h3 {
    font-size: 32px;
  }
  .p-howto .p-steps .row .col-a p,
  .p-howto .p-steps .row .col-b p,
  .p-howto .p-steps .row .col-ab p {
    font-size: 21px;
    line-height: 1.4;
  }
  .p-howto .p-steps .row .col-a p .small,
  .p-howto .p-steps .row .col-b p .small,
  .p-howto .p-steps .row .col-ab p .small {
    font-size: 14px;
  }
  .p-howto .p-steps .row .col-a p.step-last,
  .p-howto .p-steps .row .col-b p.step-last,
  .p-howto .p-steps .row .col-ab p.step-last {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .p-howto .p-steps .row .col-a h3,
  .p-howto .p-steps .row .col-b h3,
  .p-howto .p-steps .row .col-ab h3 {
    font-size: 21px;
  }
  .p-howto .p-steps .row .col-a p,
  .p-howto .p-steps .row .col-b p,
  .p-howto .p-steps .row .col-ab p {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -1px;
  }
  .p-howto .p-steps .row .col-a p .small,
  .p-howto .p-steps .row .col-b p .small,
  .p-howto .p-steps .row .col-ab p .small {
    font-size: 11px;
  }
  .p-howto .p-steps .row .col-a p.step-last,
  .p-howto .p-steps .row .col-b p.step-last,
  .p-howto .p-steps .row .col-ab p.step-last {
    font-size: 21px;
  }
}

.p-howto .p-steps .row .col-a,
.p-howto .p-steps .row .col-b {
  position: relative;
  width: 50%;
}

.p-howto .p-steps .row .col-a::after,
.p-howto .p-steps .row .col-b::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: url(../images/step_arrow.png) no-repeat center center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-howto .p-steps .row .col-a::after,
  .p-howto .p-steps .row .col-b::after {
    bottom: -63px;
    width: 46px;
    height: 53px;
  }
}

@media (max-width: 767px) {
  .p-howto .p-steps .row .col-a::after,
  .p-howto .p-steps .row .col-b::after {
    bottom: -32px;
    width: 23px;
    height: 26px;
  }
}

.p-howto .p-steps .row .col-ab {
  width: 100%;
}

.p-howto .p-steps .step01 .col-a {
  background-image: url(../images/step_a01.png);
}

.p-howto .p-steps .step01 .col-a::before {
  right: 50px;
  transform: rotate(45deg);
}

.p-howto .p-steps .step01 .col-b {
  background-image: url(../images/step_b01.png);
}

.p-howto .p-steps .step01 .col-b::before {
  left: 50px;
  transform: rotate(-45deg);
}

.p-howto .p-steps .step01 .col-a,
.p-howto .p-steps .step01 .col-b {
  margin-top: 45px;
}

.p-howto .p-steps .step01 .col-a::before,
.p-howto .p-steps .step01 .col-b::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/step_arrow.png) no-repeat center center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-howto .p-steps .step01 .col-a::before,
  .p-howto .p-steps .step01 .col-b::before {
    top: -58px;
    width: 46px;
    height: 53px;
  }
}

@media (max-width: 767px) {
  .p-howto .p-steps .step01 .col-a::before,
  .p-howto .p-steps .step01 .col-b::before {
    top: -28px;
    width: 23px;
    height: 26px;
  }
}

.p-howto .p-steps .step02 .col-a {
  align-items: flex-start;
  background-image: url(../images/step_a02.png);
  background-position: 60% 30%;
  background-size: 40px;
}

.p-howto .p-steps .step02 .col-b {
  align-items: flex-start;
}

.p-howto .p-steps .step03 .col-a {
  background-image: url(../images/step_a03.png);
}

.p-howto .p-steps .step03 .col-b {
  background-image: url(../images/step_b02.png);
}

.p-howto .p-steps .step04 .col-a {
  background-image: url(../images/step_a04.png);
}

.p-howto .p-steps .step04 .col-b {
  background-image: url(../images/step_b03.png);
}

.p-howto .p-steps .step05 .col-ab {
  background-image: url(../images/step_complete.png);
}

.p-howto .bystore,
.p-howto .deliver {
  margin-top: 40px;
}

.p-howto .bystore-title,
.p-howto .deliver-title {
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-howto .bystore-title,
  .p-howto .deliver-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .p-howto .bystore-title,
  .p-howto .deliver-title {
    margin-bottom: 10px;
    font-size: 21px;
  }
}

.p-howto .bystore-body,
.p-howto .deliver-body {
  border: 2px solid #d5d7d9;
  font-size: 13px;
  padding: 15px;
}

@media (max-width: 767px) {
  .p-howto .bystore-body,
  .p-howto .deliver-body {
    overflow-y: scroll;
    max-height: 232px;
  }
}

.p-howto .bystore p,
.p-howto .deliver p {
  text-indent: -1em;
  padding-left: 1em;
}

/* faq */
.p-faq {
  margin-top: 40px;
}

.p-faq .title {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
}

.p-faq .title .u-dib {
  padding: 0 30px 5px;
  border-bottom: 3px solid #1a75b9;
}

@media (max-width: 767px) {
  .p-faq .title {
    margin-bottom: 10px;
    font-size: 21px;
  }
}

.p-faq .title2 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-faq .title2 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.p-faq .nav-section .buttons {
  max-width: 600px;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
  padding: 20px;
}

.p-faq .nav-section .button {
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 49%;
  max-width: 250px;
  height: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #1a75b9;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 767px) {
  .p-faq .nav-section .button {
    font-size: 13px;
  }
}

.p-faq .nav-section .button:hover {
  opacity: 0.8;
}

.p-faq .faq-list .faq:nth-child(n+2) {
  margin-top: 20px;
}

.p-faq .faq-list .q, .p-faq .faq-list .a {
  position: relative;
  padding-left: 2em;
}

.p-faq .faq-list .q::before, .p-faq .faq-list .a::before {
  position: absolute;
  left: 0;
  top: 0;
}

.p-faq .faq-list .q::before {
  content: "Q";
}

.p-faq .faq-list .a::before {
  content: "A";
}

.p-faq .med-faq, .p-faq .alcohol-faq {
  padding: 40px 0;
}

/* icon-sale */
.icon-sale {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 55px;
  padding: 2px;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #de0000 50%, #de0000 100%);
}

.u-c-red {
  color: #de0000;
}

.u-dib {
  display: inline-block;
}

.modal-shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}

.modal-body {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  max-width: 600px;
  width: 95%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  border: 3px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .modal-body {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .modal-body {
    padding: 20px;
  }
}

#line-modal {
  display: none;
}

#line-modal .modal-body {
  max-width: 1000px;
  width: 95%;
}

@media (min-width: 768px) {
  #line-modal .modal-body {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  #line-modal .modal-body {
    padding: 20px;
  }
}



/* オンラインショップのロゴに関する追記 */
.header-logo_sub {
  height: 110px;
}
.header-logo_sub img {
  height: 100%;
}
.header-onlineshop {
  height: 110px;
  padding-left: 15px;
  
}
.header-onlineshop img {
  height: 100px;
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
  padding-top: 8px;
  padding-bottom: 8px;
}
.header-onlineshop > a:hover {
  opacity: 0.6;
}
.conv {
  display: flex;
  align-items: center;
}
.conv > ul {
  height: fit-content;

}

.conv > ul >li {
  padding: 3px 0;
}
.conv > ul >li:first-child img {
  vertical-align: bottom;
}
.conv > ul >li:last-child img {
  vertical-align: top;
}


@media (max-width: 999px) {
  .header-logo_sub {
    height: 60px;
    display: none;
  }
  .header-onlineshop {
    height: 60px;
    padding-left: 15px;
  }
  
}
@media (max-width: 768px) {
  .header-onlineshop img {
    height: auto;
    width: 15vw;
  }
  .header-onlineshop {
    
    padding-left: 5px;
  }
  .conv > ul >li img{
    width: 30vw;
  }

  .profile  {
    width: 40vw;
  }
  
}