@charset "UTF-8";
/**
* Foundation
* ========================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;700;900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  clear: both;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  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;
  color: inherit;
  text-decoration: none;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-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"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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 {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  color: inherit;
  /* 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 {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a:focus, a:active {
  outline: none;
}

body {
  color: #484848;
  font-family: "Roboto", "Noto Sans JP", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
}

_::-webkit-full-page-media,
_:future,
:root * {
  image-rendering: auto !important;
}

@-webkit-keyframes hover-flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hover-flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/**
* Layout
* ========================== */
.l-footer {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.l-header {
  width: 100%;
}

/* Object
* ========================== */
/* Component ------------ */
.c-accordion__title, .c-accordion__title--cross {
  position: relative;
  cursor: pointer;
}

.c-accordion__title--cross::before, .c-accordion__title--cross::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #484848;
  content: "";
}

.c-accordion__title--cross::before {
  right: 0;
  width: 10px;
  height: 2px;
}

.c-accordion__title--cross::after {
  right: 4px;
  width: 2px;
  height: 10px;
}

.c-accordion__title--cross.is-open::after {
  display: none;
}

.c-accordion__body {
  display: none;
}

.c-alert__title {
  width: 100%;
  margin: 0 auto;
  background-color: #fceaec;
  color: #e43344;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .c-alert__title {
    max-width: 1140px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 26px 20px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.71;
  }
}

@media screen and (max-width: 1140px) {
  .c-alert__title {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .c-alert__title {
    width: 90%;
    max-width: none;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 17px 15px;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.c-alert__title > ul {
  padding-left: 33px;
}

@media screen and (max-width: 767px) {
  .c-alert__title > ul {
    padding-left: 23px;
  }
}

.c-alert__title > ul li {
  position: relative;
  margin-bottom: 6px;
}

.c-alert__title > ul li:last-child {
  margin-bottom: 0;
}

.c-alert__title > ul li::before {
  position: absolute;
  top: 7px;
  left: -20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e43344;
  content: "";
}

@media screen and (max-width: 767px) {
  .c-alert__title > ul li::before {
    left: -15px;
  }
}

.c-form--input, .c-form--input--pulldown, .c-form--input--pulldown--full, .c-form--input--year, .c-form--input--month, .c-form--input--point {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
}

@media screen and (min-width: 768px), print {
  .c-form--input, .c-form--input--pulldown, .c-form--input--pulldown--full, .c-form--input--year, .c-form--input--month, .c-form--input--point {
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .c-form--input, .c-form--input--pulldown, .c-form--input--pulldown--full, .c-form--input--year, .c-form--input--month, .c-form--input--point {
    margin-bottom: 15px;
  }
}

.c-form--input::-webkit-input-placeholder, .c-form--input--pulldown::-webkit-input-placeholder, .c-form--input--pulldown--full::-webkit-input-placeholder, .c-form--input--year::-webkit-input-placeholder, .c-form--input--month::-webkit-input-placeholder, .c-form--input--point::-webkit-input-placeholder {
  color: #a3a3a3;
}

.c-form--input::-moz-placeholder, .c-form--input--pulldown::-moz-placeholder, .c-form--input--pulldown--full::-moz-placeholder, .c-form--input--year::-moz-placeholder, .c-form--input--month::-moz-placeholder, .c-form--input--point::-moz-placeholder {
  color: #a3a3a3;
}

.c-form--input:-ms-input-placeholder, .c-form--input--pulldown:-ms-input-placeholder, .c-form--input--pulldown--full:-ms-input-placeholder, .c-form--input--year:-ms-input-placeholder, .c-form--input--month:-ms-input-placeholder, .c-form--input--point:-ms-input-placeholder {
  color: #a3a3a3;
}

.c-form--input::-ms-input-placeholder, .c-form--input--pulldown::-ms-input-placeholder, .c-form--input--pulldown--full::-ms-input-placeholder, .c-form--input--year::-ms-input-placeholder, .c-form--input--month::-ms-input-placeholder, .c-form--input--point::-ms-input-placeholder {
  color: #a3a3a3;
}

.c-form--input::placeholder, .c-form--input--pulldown::placeholder, .c-form--input--pulldown--full::placeholder, .c-form--input--year::placeholder, .c-form--input--month::placeholder, .c-form--input--point::placeholder {
  color: #a3a3a3;
}

.c-form--input--pulldown, .c-form--input--pulldown--full {
  margin-bottom: 0px;
  -webkit-box-shadow: inset -2px -2px 0 0 #ececec;
          box-shadow: inset -2px -2px 0 0 #ececec;
}

.c-form--input--pulldown::-webkit-input-placeholder, .c-form--input--pulldown--full::-webkit-input-placeholder {
  color: #484848;
}

.c-form--input--pulldown::-moz-placeholder, .c-form--input--pulldown--full::-moz-placeholder {
  color: #484848;
}

.c-form--input--pulldown:-ms-input-placeholder, .c-form--input--pulldown--full:-ms-input-placeholder {
  color: #484848;
}

.c-form--input--pulldown::-ms-input-placeholder, .c-form--input--pulldown--full::-ms-input-placeholder {
  color: #484848;
}

.c-form--input--pulldown::placeholder, .c-form--input--pulldown--full::placeholder {
  color: #484848;
}

.c-form--input--pulldown--full {
  width: 100%;
  max-width: none;
}

.c-form--input--year {
  max-width: 50px;
  margin-bottom: 0px;
}

.c-form--input--month {
  max-width: 70px;
  margin-bottom: 0px;
}

.c-form--input--point {
  max-width: 120px;
  height: 30px;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .c-form--input--point {
    margin: 0 1%;
  }
}

@media screen and (max-width: 767px) {
  .c-form--input--point {
    margin: 2%;
  }
}

.p-form-error__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
}

.c-arrow, .c-arrow--down, .c-arrow--top, .c-arrow--left, .c-arrow--before {
  position: relative;
}

.c-arrow::before, .c-arrow--down::before, .c-arrow--top::before, .c-arrow--left::before, .c-arrow--before::before, .c-arrow::after, .c-arrow--down::after, .c-arrow--top::after, .c-arrow--left::after, .c-arrow--before::after {
  display: inline-block;
  z-index: 1;
  position: relative;
  top: -1px;
  -webkit-transform: scale(1, 0.95) rotate(45deg);
          transform: scale(1, 0.95) rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
}

@media screen and (min-width: 768px), print {
  .c-arrow::before, .c-arrow--down::before, .c-arrow--top::before, .c-arrow--left::before, .c-arrow--before::before, .c-arrow::after, .c-arrow--down::after, .c-arrow--top::after, .c-arrow--left::after, .c-arrow--before::after {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 767px) {
  .c-arrow::before, .c-arrow--down::before, .c-arrow--top::before, .c-arrow--left::before, .c-arrow--before::before, .c-arrow::after, .c-arrow--down::after, .c-arrow--top::after, .c-arrow--left::after, .c-arrow--before::after {
    width: 7px;
    height: 7px;
  }
}

.c-arrow::before, .c-arrow--down::before, .c-arrow--top::before, .c-arrow--left::before, .c-arrow--before::before {
  display: none;
}

.c-arrow--down::before, .c-arrow--down::after {
  top: -3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-arrow--top::before, .c-arrow--top::after {
  top: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-arrow--left::before, .c-arrow--left::after {
  -webkit-transform: scale(1, 0.95) rotate(-135deg);
          transform: scale(1, 0.95) rotate(-135deg);
}

.c-arrow--before::before {
  display: inline-block;
}

.c-arrow--before::after {
  display: none;
}

.c-breadcrumb--white {
  background-color: #fff;
}

.c-breadcrumb--gray {
  background-color: #f6f6f6;
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .c-breadcrumb__list {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    padding: 15px;
    overflow-x: scroll;
  }
}

.c-breadcrumb__item {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb__item {
    white-space: nowrap;
  }
}

.c-breadcrumb__item + .c-breadcrumb__item {
  margin-left: 10px;
  padding-left: 22px;
}

.c-breadcrumb__item + .c-breadcrumb__item::after {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: scale(1, 0.9) rotate(45deg);
          transform: scale(1, 0.9) rotate(45deg);
  border-top: 1px solid #7f7f7f;
  border-right: 1px solid #7f7f7f;
  content: "";
}

@media screen and (min-width: 768px), print {
  .c-breadcrumb__item + .c-breadcrumb__item::after {
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 767px) {
  .c-breadcrumb__item + .c-breadcrumb__item::after {
    width: 7px;
    height: 7px;
  }
}

.c-breadcrumb__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb__item:last-child {
    padding-right: 20px;
  }
}

.c-breadcrumb__link {
  color: #484848;
  font-size: 12px;
  letter-spacing: 0.72px;
}

.c-breadcrumb__text {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb__text {
    white-space: nowrap;
  }
}

.c-button, .c-button--cart-in, .c-button--white, .c-button--primary-blue, .c-button--primary-white, .c-button--primary-greyish, .c-button--secondaryA-blue, .c-button--secondaryA-white, .c-button--secondaryB-black, .c-button--secondaryB-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
 /* width: 270px;
  height: 50px;*/
  overflow: hidden;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
  background-color: #fff;
  text-decoration: none;
}

.c-button::after, .c-button--cart-in::after, .c-button--white::after, .c-button--primary-blue::after, .c-button--primary-white::after, .c-button--primary-greyish::after, .c-button--secondaryA-blue::after, .c-button--secondaryA-white::after, .c-button--secondaryB-black::after, .c-button--secondaryB-white::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
}

.c-button::before, .c-button--cart-in::before, .c-button--white::before, .c-button--primary-blue::before, .c-button--primary-white::before, .c-button--primary-greyish::before, .c-button--secondaryA-blue::before, .c-button--secondaryA-white::before, .c-button--secondaryB-black::before, .c-button--secondaryB-white::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -168%;
  width: 150%;
  height: 100%;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  background-color: #a3a3a3;
  content: '';
  opacity: 0.3;
}

.c-button--over:before {
  -webkit-animation: c-button-animation-over ease-out .4s both;
          animation: c-button-animation-over ease-out .4s both;
}

.c-button--out:before {
  -webkit-animation: c-button-animation-out ease-in .4s both;
          animation: c-button-animation-out ease-in .4s both;
}

.c-button > span, .c-button--cart-in > span, .c-button--white > span, .c-button--primary-blue > span, .c-button--primary-white > span, .c-button--primary-greyish > span, .c-button--secondaryA-blue > span, .c-button--secondaryA-white > span, .c-button--secondaryB-black > span, .c-button--secondaryB-white > span {
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .c-button > span, .c-button--cart-in > span, .c-button--white > span, .c-button--primary-blue > span, .c-button--primary-white > span, .c-button--primary-greyish > span, .c-button--secondaryA-blue > span, .c-button--secondaryA-white > span, .c-button--secondaryB-black > span, .c-button--secondaryB-white > span {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.63;
  }
}

@media screen and (max-width: 767px) {
  .c-button > span, .c-button--cart-in > span, .c-button--white > span, .c-button--primary-blue > span, .c-button--primary-white > span, .c-button--primary-greyish > span, .c-button--secondaryA-blue > span, .c-button--secondaryA-white > span, .c-button--secondaryB-black > span, .c-button--secondaryB-white > span {
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.36;
  }
}

.c-button--cart-in {
  border: 0;
  background-color: #004da1;
  background-image: linear-gradient(135deg, #0078c4 25%, #004da1 100%);
  color: #fff;
}

.c-button--cart-in::after {
  content: none;
}

.c-button--cart-in::before {
  background-color: #00a2e6;
  opacity: .3;
}

.c-button--white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.c-button--white::after {
  border-color: #fff;
}

.c-button--white::before {
  background-color: #fff;
  opacity: .2;
}

.c-button--primary-blue {
  border: 0;
  background-color: #004da1;
  color: #fff;
}

.c-button--primary-blue::after {
  border-color: #fff;
}

.c-button--primary-blue::before {
  background-color: #00a2e6;
  opacity: .3;
}

.c-button--primary-white {
  border-color: #7fa6d0;
  background-color: #fff;
  color: #004da1;
}

.c-button--primary-white::after {
  border-color: #004da1;
}

.c-button--primary-white::before {
  background-color: #0078c4;
  opacity: .1;
}

.c-button--primary-greyish {
  border-color: #a3a3a3;
  background-color: #fff;
  color: #484848;
}

.c-button--primary-greyish::after {
  border-color: #484848;
}

.c-button--primary-greyish::before {
  background-color: #484848;
  opacity: .1;
}

.c-button--secondaryA-blue {
  border: 0;
  background-color: #00a2e6;
  color: #fff;
}

.c-button--secondaryA-blue::after {
  border-color: #fff;
}

.c-button--secondaryA-blue::before {
  background-color: #fff;
  opacity: .15;
}

.c-button--secondaryA-white {
  border-color: #7fd0f2;
  background-color: #fff;
  color: #00a2e6;
}

.c-button--secondaryA-white::after {
  border-color: #00a2e6;
}

.c-button--secondaryA-white::before {
  background-color: #00a2e6;
  opacity: .1;
}

.c-button--secondaryB-black {
  background-color: #484848;
  color: #fff;
}

.c-button--secondaryB-black::after {
  border-color: #fff;
}

.c-button--secondaryB-black::before {
  background-color: #fff;
  opacity: .1;
}

.c-button--secondaryB-white {
  border-color: #a3a3a3;
  color: #484848;
}

.c-button--secondaryB-white::after {
  border-color: #484848;
}

.c-button--secondaryB-white::before {
  background-color: #484848;
  opacity: .1;
}

@-webkit-keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}

@keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}

@-webkit-keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}

@keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}

.c-check__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .c-check__label {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .c-check__label {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.4;
  }
}

.c-check__input {
  display: none;
}

.c-check__input:checked + .c-check__mark::before, .c-check__input:checked + .c-check__mark--radio::before, .c-check__input:checked + .c-check__mark--checkbox::before {
  display: none;
}

.c-check__input:checked + .c-check__mark::after, .c-check__input:checked + .c-check__mark--radio::after, .c-check__input:checked + .c-check__mark--checkbox::after {
  display: block;
}

.c-check__mark, .c-check__mark--radio, .c-check__mark--checkbox {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.c-check__mark::before, .c-check__mark--radio::before, .c-check__mark--checkbox::before, .c-check__mark::after, .c-check__mark--radio::after, .c-check__mark--checkbox::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.c-check__mark::after, .c-check__mark--radio::after, .c-check__mark--checkbox::after {
  display: none;
}

.c-check__mark--radio::before {
  background-image: url(/service/img/safetyservice/ico_radio.png);
}

.c-check__mark--radio::after {
  background-image: url(/service/img/safetyservice/ico_radio_on.png);
}

.c-check__mark--checkbox::before {
  background-image: url(/service/img/safetyservice/ico_checkbox.png);
}

.c-check__mark--checkbox::after {
  background-image: url(/service/img/safetyservice/ico_checkbox_on.png);
}

.c-triangle::after, .c-triangle--up::after, .c-triangle--left::after, .c-triangle--right::after {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 0;
  height: 0;
  border-width: 5px 3.5px 0 3.5px;
  border-style: solid;
  border-color: #484848 transparent transparent transparent;
  content: "";
}

.c-triangle--up::before, .c-triangle--up::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-triangle--left::before, .c-triangle--left::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-triangle--right::before, .c-triangle--right::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-triangle--before::before {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 0;
  height: 0;
  border-width: 5px 3.5px 0 3.5px;
  border-style: solid;
  border-color: #484848 transparent transparent transparent;
  content: "";
}

.c-triangle--before::after {
  display: none;
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .c-flex--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-flex--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .c-flex--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-flex--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-flex--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-flex--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex--middle-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-flex__col, .c-flex__col--glow1, .c-flex__col--50p, .c-flex__col--33p, .c-flex__col--25p {
  width: auto;
}

.c-flex__col--glow1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-flex__col--50p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

_:-ms-lang(x)::-ms-backdrop, .c-flex__col--50p {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 50%;
}

.c-flex__col--33p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
}

_:-ms-lang(x)::-ms-backdrop, .c-flex__col--33p {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: calc(100% / 3);
}

.c-flex__col--25p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clac(100%/4);
          flex: 0 0 clac(100%/4);
}

_:-ms-lang(x)::-ms-backdrop, .c-flex__col--25p {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: calc(100% / 4);
}

.c-headline {
  width: 100%;
  /*margin: 0 auto;*/
  overflow: hidden;
  text-align: center;
}

.c-headline__h2, .c-headline__h2--white, .c-headline__h3--white {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  color: #484848;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-headline__h2, .c-headline__h2--white, .c-headline__h3--white {
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 1.28;
  }
}

.c-headline__h2--normal {
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
}

.c-headline__h2--white {
  color: #fff;
}

.c-headline__h3 {
  color: #484848;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .c-headline__h3 {
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 1.28;
  }
}

.c-headline__h3--white {
  color: #fff;
}

.c-headline__h5 {
  color: #484848;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .c-headline__h5 {
    font-size: 14px;
    line-height: 1.28;
  }
}

.c-value-error {
  border: 1px solid #f199a1 !important;
  background-color: #fceaec !important;
  -webkit-box-shadow: inset 2px 2px 0 0 #fad6da !important;
          box-shadow: inset 2px 2px 0 0 #fad6da !important;
}

.c-value-error::-webkit-input-placeholder {
  color: #f199a1 !important;
}

.c-value-error::-moz-placeholder {
  color: #f199a1 !important;
}

.c-value-error:-ms-input-placeholder {
  color: #f199a1 !important;
}

.c-value-error::-ms-input-placeholder {
  color: #f199a1 !important;
}

.c-value-error::placeholder {
  color: #f199a1 !important;
}

.c-value-error--arrow::after {
  border-color: #e43344 !important;
}

select.c-value-error {
  color: #e43344;
}

select.c-value-error option {
  color: #e43344;
}

.c-alert-text {
  color: #e43344;
  font-size: 12px;
}

.c-input {
  display: inline-block;
  position: relative;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
  background-color: #fff;
  color: #a3a3a3;
}

.c-input--loupe {
  z-index: 1;
  position: relative;
  margin: auto;
  overflow: hidden;
  background: url(/service/img/safetyservice/ico_loupe.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.c-link, .c-link--ico {
  border-bottom: 1px solid #484848;
  outline: none;
  color: #484848;
}

.c-link:hover, .c-link--ico:hover {
  border-bottom: 1px solid #7f7f7f;
  color: #7f7f7f;
}

.c-link--blue {
  border-bottom: 1px solid #00a2e6;
  color: #00a2e6;
}

.c-link--blue:hover {
  border-bottom: 1px solid #80d1f3;
  color: #80d1f3;
}

.c-link--ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .c-link--ico > .ico {
    width: 12px;
    margin-left: 3px;
  }
}

@media screen and (max-width: 767px) {
  .c-link--ico > .ico {
    width: 12px;
    margin-left: 5px;
  }
}

.c-link--ico:hover > .ico {
  opacity: .5;
}

.c-modal, .c-modal--810, .c-modal--660 {
  position: relative;
}

.c-modal::after, .c-modal--810::after, .c-modal--660::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
}

@media screen and (min-width: 768px), print {
  .c-modal--810 {
    width: 100%;
    max-width: 810px;
  }
  _:-ms-lang(x)::-ms-backdrop, .c-modal--810 {
    width: 810px;
  }
}

@media screen and (min-width: 768px), print {
  .c-modal--660 {
    width: 660px;
  }
}

.c-modal_close {
  z-index: 10;
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .c-modal_close {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .c-modal_close {
    top: 13px;
    right: 13px;
    width: 16px;
    height: 16px;
  }
}

.c-modal_close::before, .c-modal_close::after {
  display: block;
  position: absolute;
  background: #484848;
  content: "";
}

@media screen and (min-width: 768px), print {
  .c-modal_close::before, .c-modal_close::after {
    right: -2px;
    bottom: 11px;
    width: 28px;
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .c-modal_close::before, .c-modal_close::after {
    right: -3px;
    bottom: 8px;
    width: 22px;
    height: 2px;
  }
}

.c-modal_close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-modal_close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-modal-inner {
  z-index: 5;
  position: relative;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .c-modal-inner {
    padding: 50px 50px 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-modal-inner {
    padding: 45px 20px 45px;
  }
}

.c-modal__model__title {
  width: 100%;
  padding: 18px 21px 17px 21px;
  border-top: 2px solid #c8c8c8;
}

.c-modal__model__title p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

.c-modal__model__name p {
  font-size: 16px;
  letter-spacing: 0.96px;
}

.c-modal__guarantee__title {
  width: 100%;
  padding: 18px 21px 17px 21px;
  border-top: 2px solid #c8c8c8;
}

.c-modal__guarantee__title p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

.c-news > li {
  width: 100%;
}

.c-news > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-news > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-news__date {
  width: 8em;
  color: #004da1;
  font-family: "Roboto", Sans-Serif;
  font-weight: bold;
}

.c-news__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .c-pager ul {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .c-pager ul {
    padding: 25px 0;
  }
}

.c-pager li {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
}

.c-pager li.pre, .c-pager li.next {
  position: relative;
}

.c-pager li.pre > a, .c-pager li.next > a {
  border: none;
}

@media screen and (max-width: 767px) {
  .c-pager li.pre > a, .c-pager li.next > a {
    width: 100%;
    text-align: center;
  }
}

.c-pager li.pre > a:hover, .c-pager li.next > a:hover {
  background: none;
}

.c-pager li.pre::before, .c-pager li.next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #484848;
  border-right: 2px solid #484848;
  content: "";
}

.c-pager li.pre.is-disable::before, .c-pager li.next.is-disable::before {
  border-color: #a3a3a3;
}

.c-pager li.pre::before {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

.c-pager li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}

.c-pager li a span {
  display: table-cell;
  vertical-align: middle;
}

.c-pager li a:hover {
  background: #c8c8c8;
  color: #fff;
}

.c-pager li a.active {
  border-radius: 4px;
  border-color: #484848;
  background: #484848;
  color: #fff;
}

.c-panel-arrow {
  position: relative;
}

.c-panel-arrow::before {
  z-index: 1;
  position: absolute;
  right: 7px;
  bottom: 6px;
  -webkit-transform: scale(1, 0.95) rotate(45deg);
          transform: scale(1, 0.95) rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
}

@media screen and (min-width: 768px), print {
  .c-panel-arrow::before {
    right: 7px;
    bottom: 6px;
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 767px) {
  .c-panel-arrow::before {
    right: 6px;
    bottom: 4px;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
  }
}

.c-panel-arrow::after {
  z-index: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #f6f6f6;
  content: "";
}

@media screen and (min-width: 768px), print {
  .c-panel-arrow::after {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-panel-arrow::after {
    width: 15px;
    height: 15px;
  }
}

.c-progressbar {
  height: 253px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .c-progressbar {
    height: 170px;
  }
}

.c-progressbar__h1 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .c-progressbar__h1 {
    max-width: 310px;
    margin: 0 auto 15px;
  }
}

.c-progressbar__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-progressbar__area {
    max-width: 500px;
  }
}

@media screen and (max-width: 500px) {
  .c-progressbar__area {
    max-width: 320px;
  }
}

.c-progressbar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85px;
  color: #b7b7b7;
}

.c-progressbar__item.active {
  color: #00a2e6;
}

.c-progressbar__item::after {
  z-index: -1;
  position: absolute;
  top: 20px;
  left: 40%;
  width: 250%;
  height: 2px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-color: #00a2e6;
  content: "";
}

@media screen and (max-width: 767px) {
  .c-progressbar__item::after {
    top: 13px;
    left: 50%;
    width: 160%;
  }
}

@media screen and (max-width: 500px) {
  .c-progressbar__item::after {
    left: 45%;
    width: 100%;
  }
}

.c-progressbar__item:last-of-type {
  padding-right: 0px;
}

.c-progressbar__item:last-of-type::after {
  content: none;
}

.c-progressbar__item--circle-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .c-progressbar__item--circle-outer {
    width: 25px;
    height: 25px;
  }
}

.c-progressbar__item--circle-outer.active {
  background: rgba(0, 162, 230, 0.3);
}

.c-progressbar__item--circle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid #00a2e6;
  border-radius: 50%;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .c-progressbar__item--circle-inner {
    width: 15px;
    height: 15px;
  }
}

.c-progressbar__item--circle-inner.active {
  background: #00a2e6;
}

.c-progressbar__item--text {
  margin-top: 10px;
  color: #484848;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .c-progressbar__item--text {
    font-size: 10px;
  }
}

.c-progressbar__item--text.active {
  font-weight: bold;
}

.c-headline__h1 {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  color: #484848;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-headline__h1 {
    font-size: 22px;
  }
}

.c-section {
  width: 100%;
}

.c-section--light-gray {
  background-color: #f6f6f6;
}

.c-section--gray {
  background-color: #ececec;
}

.c-section--duck-egg-blue {
  background-color: #d9f1fb;
}

.c-select {
  position: relative;
  border: solid 1px #c8c8c8;
  background-color: #fff;
  -webkit-box-shadow: inset -2.8px -2.8px 0 0 #ececec;
          box-shadow: inset -2.8px -2.8px 0 0 #ececec;
}

.c-select::after {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: translateY(-3px) scale(1, 0.95) rotate(135deg);
          transform: translateY(-3px) scale(1, 0.95) rotate(135deg);
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
}

.c-select__tag {
  display: block;
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 24px;
  padding-left: 16px;
}

.c-star {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 17.46%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-star.rate1-0 {
  background-image: url(/service/img/safetyservice/rating/icon_star10.svg);
}

.c-star.rate1-5 {
  background-image: url(/service/img/safetyservice/rating/icon_star15.svg);
}

.c-star.rate2-0 {
  background-image: url(/service/img/safetyservice/rating/icon_star20.svg);
}

.c-star.rate2-5 {
  background-image: url(/service/img/safetyservice/rating/icon_star25.svg);
}

.c-star.rate3-0 {
  background-image: url(/service/img/safetyservice/rating/icon_star30.svg);
}

.c-star.rate3-5 {
  background-image: url(/service/img/safetyservice/rating/icon_star35.svg);
}

.c-star.rate4-0 {
  background-image: url(/service/img/safetyservice/rating/icon_star40.svg);
}

.c-star.rate4-5 {
  background-image: url(/service/img/safetyservice/rating/icon_star45.svg);
}

.c-star.rate5-0 {
  background-image: url(/service/img/safetyservice/rating/icon_star50.svg);
}

.c-table {
  width: 100%;
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
  table-layout: fixed;
}

.c-table tr {
  border-bottom: 1px solid #c8c8c8;
}

.c-table tr:last-child {
  border-bottom: none;
}

.c-table th {
  background-color: #f6f6f6;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  overflow-wrap: break-word;
}

@media screen and (min-width: 768px), print {
  .c-table th {
    padding: 13px 20px 12px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
  .c-table th.center_pc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-table th {
    padding: 13px 14px 12px;
    font-size: 12px;
    letter-spacing: 1.68px;
    line-height: 1.35;
  }
  .c-table th.center_sp {
    text-align: center;
  }
}

.c-table td {
  text-align: left;
  vertical-align: middle;
  overflow-wrap: break-word;
}

@media screen and (min-width: 768px), print {
  .c-table td {
    padding: 13px 20px 12px;
  }
  .c-table td.center_pc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-table td {
    padding: 13px 14px 12px;
    font-size: 12px;
    letter-spacing: 1.68px;
    line-height: 1.35;
  }
  .c-table td.center_sp {
    text-align: center;
  }
}

.c-table caption {
  border-top: 2px solid #c8c8c8;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print {
  .c-table caption {
    padding: 13px 20px 12px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.45;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .c-table caption {
    padding: 13px 14px 12px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.35;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-table--sp-column td, .c-table--sp-column th {
    display: block;
    width: 100%;
  }
}

/* Project ------------ */
.p-header-banner {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1281px) {
  .p-header-banner {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}

@media screen and (max-width: 1280px) {
  .p-header-banner {
    margin-top: 1px;
  }
}

.p-header-banner__link, .p-header-banner__link--left, .p-header-banner__link--right {
  position: relative;
  width: 50%;
  overflow: hidden;
  text-align: center;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

@media screen and (min-width: 1281px) {
  .p-header-banner__link, .p-header-banner__link--left, .p-header-banner__link--right {
    padding: 13px 54px;
  }
}

@media screen and (max-width: 1280px) {
  .p-header-banner__link, .p-header-banner__link--left, .p-header-banner__link--right {
    padding: 10px 21px;
  }
}

.p-header-banner__link--left {
  background-color: #ccecfa;
  color: #00a2e6;
}

.p-header-banner__link--right {
  background-color: #ccdbec;
  color: #004da1;
}

@media screen and (max-width: 1280px) {
  .p-header-banner__link + .p-header-banner__link, .p-header-banner__link--left + .p-header-banner__link, .p-header-banner__link--right + .p-header-banner__link, .p-header-banner__link + .p-header-banner__link--left, .p-header-banner__link--left + .p-header-banner__link--left, .p-header-banner__link--right + .p-header-banner__link--left, .p-header-banner__link + .p-header-banner__link--right, .p-header-banner__link--left + .p-header-banner__link--right, .p-header-banner__link--right + .p-header-banner__link--right {
    margin-left: 1px;
  }
}

.p-header-banner__link.is-hide, .is-hide.p-header-banner__link--left, .is-hide.p-header-banner__link--right {
  width: 0;
  padding: 0;
  white-space: nowrap;
}

.p-header-banner__link.is-wide, .is-wide.p-header-banner__link--left, .is-wide.p-header-banner__link--right {
  width: 100%;
}

.p-header-banner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

@media screen and (min-width: 1281px) {
  .p-header-banner__text {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1280px) {
  .p-header-banner__text {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.33;
  }
}

.p-header-banner__close, .p-header-banner__close--left, .p-header-banner__close--right {
  z-index: 1;
  position: absolute;
}

@media screen and (min-width: 1281px) {
  .p-header-banner__close, .p-header-banner__close--left, .p-header-banner__close--right {
    top: 0;
    right: 18px;
    bottom: 0;
    width: 18px;
    height: 18px;
    margin: auto;
  }
}

@media screen and (max-width: 1280px) {
  .p-header-banner__close, .p-header-banner__close--left, .p-header-banner__close--right {
    top: 10px;
    right: 5px;
    width: 10px;
    height: 10px;
  }
}

.p-header-banner__close::before, .p-header-banner__close--left::before, .p-header-banner__close--right::before, .p-header-banner__close::after, .p-header-banner__close--left::after, .p-header-banner__close--right::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}

.p-header-banner__close::before, .p-header-banner__close--left::before, .p-header-banner__close--right::before {
  right: 0;
  height: 2px;
}

@media screen and (min-width: 1281px) {
  .p-header-banner__close::before, .p-header-banner__close--left::before, .p-header-banner__close--right::before {
    width: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .p-header-banner__close::before, .p-header-banner__close--left::before, .p-header-banner__close--right::before {
    width: 10px;
  }
}

.p-header-banner__close::after, .p-header-banner__close--left::after, .p-header-banner__close--right::after {
  width: 2px;
}

@media screen and (min-width: 1281px) {
  .p-header-banner__close::after, .p-header-banner__close--left::after, .p-header-banner__close--right::after {
    right: 8px;
    height: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .p-header-banner__close::after, .p-header-banner__close--left::after, .p-header-banner__close--right::after {
    right: 4px;
    height: 10px;
  }
}

.p-header-banner__close--left::before, .p-header-banner__close--left::after {
  background-color: #00a2e6;
}

.p-header-banner__close--right::before, .p-header-banner__close--right::after {
  background-color: #004ea2;
}

.p-header-tel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-header-tel__text {
  margin-right: 10px;
  font-size: 10px;
  font-weight: normal;
}

.p-header-tel__number {
  font-family: Roboto;
  font-weight: 900;
}

@media screen and (min-width: 1281px) {
  .p-header {
    z-index: 100;
    position: relative;
    background-color: #fff;
  }
}


.p-header-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-header-products {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-header-products {
    padding: 12px 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-header-products__logo img {
    width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .p-header-products__logo img {
    width: auto;
    height: 26px;
  }
}

.p-header-products__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}

_:-ms-lang(x)::-ms-backdrop, .p-header-products__contact {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.p-header-products__chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-header-products__chat {
    margin-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-header-products__chat {
    position: relative;
    margin-right: 15px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-header-products__chat__inner {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 55px;
  margin-right: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-header-products__chat__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 10px;
  }
}

.p-header-products__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .p-header-products__tel__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 11px;
  }
}

.p-header-products__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

@media screen and (min-width: 768px), print {
  .p-header-products__icon {
    height: 36px;
    margin-right: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-header-products__icon {
    height: 24px;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .p-header-products__text {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.2;
    text-align: center;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-header-products__text {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .p-header-products__text {
    margin-left: 10px;
    line-height: 0.8;
  }
}

.p-header-products__text--small {
  letter-spacing: 0.66px;
  line-height: 1.2;
}

@media screen and (min-width: 768px), print {
  .p-header-products__text--small {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-header-products__text--small {
    font-size: 10px;
  }
}

.p-header-products__text--large {
  position: relative;
  font-weight: 900;
}

@media screen and (min-width: 768px), print {
  .p-header-products__text--large {
    display: inline-block;
    top: 0.1em;
    margin-top: -0.2em;
    margin-left: 5px;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .p-header-products__text--large {
    font-size: 15px;
    letter-spacing: 0.9px;
  }
}


@media screen and (min-width: 1281px) {
  .p-login {
    width: 117px;
  }
}

.p-login__image {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 8px;
}

.p-login__text {
  color: #fff;
  font-size: 10px;
  text-align: center;
}


.suggestions {
  height: 490px;
  padding: 0 15px;
  overflow-y: auto;
}

@media screen and (min-width: 768px), print {
  .suggestions {
    height: 530px;
  }
}

.suggestions .cate-list {
  border-bottom: 2px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .suggestions .cate-list {
    padding-bottom: 20px;
    border-bottom-width: 1px;
  }
}

.suggestions .cate-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .suggestions .cate-list .item {
    padding: 15px 0;
  }
}

@media screen and (min-width: 768px), print {
  .suggestions .cate-list .item {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
  }
}

.suggestions .cate-list .item a {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .suggestions .cate-list .item + .item {
    border-top: 1px solid #c8c8c8;
  }
}

@media screen and (min-width: 768px), print {
  .suggestions .products-list {
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
  }
}

.suggestions .products-list .item {
  display: block;
}

.suggestions .products-list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .suggestions .products-list .item a {
    height: 90px;
  }
}

@media screen and (min-width: 768px), print {
  .suggestions .products-list .item a {
    padding: 5px;
  }
}

.suggestions .products-list .item a .img-box {
  display: inline-block;
  position: relative;
  width: 58px;
  height: 68px;
  text-align: center;
}

.suggestions .products-list .item a .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.suggestions .products-list .item a .txt-box {
  display: inline-block;
  width: calc(100% - 78px);
  margin-left: 10px;
  font-size: 11px;
  line-height: 1.5;
  vertical-align: top;
}

.suggestions .products-list .item a .txt-box .price {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .suggestions .products-list .item + .item {
    border-top: 1px solid #c8c8c8;
  }
}

.suggestions-ttl {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .suggestions-ttl {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .suggestions-keyword {
    padding: 5px 0 20px;
  }
}

.suggestions-keyword .keywords {
  margin-top: 30px;
}

.suggestions-keyword .keywords a {
  display: block;
  font-size: 12px;
}

.suggestions-keyword .keywords a + a {
  margin-top: 15px;
}

.suggestions .c-link, .suggestions .c-link--ico {
  border-bottom: 0;
}

.p-registered {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-registered {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 0;
    padding-left: 150px;
    text-align: left;
  }
}

@media screen and (max-width: 1440px) {
  .p-registered {
    padding-right: calc( 20px + 130 * (100vw - 768px) / 672);
    padding-left: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (max-width: 767px) {
  .p-registered {
    padding: 25px 0;
  }
}

.p-registered__list, .p-registered__list--wide {
  display: inline-block;
  max-width: 100%;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-registered__list, .p-registered__list--wide {
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-registered__list, .p-registered__list--wide {
    padding: 0 15px;
  }
}

.p-registered__list--wide {
  padding: 0;
}

.p-registered__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .p-registered__item {
    letter-spacing: 0.6px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-registered__item {
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

.p-pagetop__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #004da1;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-pagetop__link {
    height: 50px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-pagetop__link {
    height: 48px;
    font-size: 12px;
  }
}

.p-pagetop__link::after {
  top: 0;
  -webkit-transform: scale(1, 0.95) rotate(-45deg);
          transform: scale(1, 0.95) rotate(-45deg);
}

@media screen and (min-width: 768px), print {
  .p-pagetop__link::after {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-pagetop__link::after {
    margin-right: 18px;
  }
}

.p-footer-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 2px;
  background-color: #ccecfa;
}

@media screen and (min-width: 768px), print {
  .p-footer-app {
    width: 270px;
    padding: 19px 18px 20px 9px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-app {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-app {
    max-width: 375px;
    margin: auto;
  }
}

.p-footer-app::before, .p-footer-app::after {
  display: block;
  z-index: 1;
  position: absolute;
  content: "";
}

.p-footer-app::before {
  right: 0;
  bottom: 0;
  background-color: #004da1;
}

@media screen and (min-width: 768px), print {
  .p-footer-app::before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-app::before {
    width: 16px;
    height: 16px;
  }
}

.p-footer-app::after {
  top: auto;
  -webkit-transform: scale(1, 0.95) rotate(45deg);
          transform: scale(1, 0.95) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (min-width: 768px), print {
  .p-footer-app::after {
    right: 7px;
    bottom: 6px;
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-app::after {
    right: 6px;
    bottom: 4px;
    width: 7px;
    height: 7px;
  }
}

.p-footer-app__ico {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .p-footer-app__ico {
    width: 80px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-app__ico {
    width: 100px;
    margin-right: 15px;
  }
}

.p-footer-app__name {
  margin-bottom: 5px;
  color: #004da1;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.36;
}

.p-footer-app__description {
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-footer-top {
    width: 100%;
    padding-top: 45px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-top {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-top {
    padding-top: 45px;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-top__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-top__menu {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-top__menu {
    width: auto;
    margin-bottom: 25px;
    border-top: 1px solid #c8c8c8;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-top__sns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 270px;
    min-width: 270px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-top__sns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-top__sns {
    display: block;
    width: auto;
    margin: 0 15px 45px;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-bottom, .p-footer-products__bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 40px 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-bottom, .p-footer-products__bottom {
    padding-bottom: 45px;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-bottom__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-footer-bottom__menu {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

@media screen and (max-width: 767px) {
  .p-footer-bottom__menu {
    margin-bottom: 45px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-bottom__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 15px;
  }
}

.p-footer-bottom__item {
  font-size: 12px;
}

@media screen and (min-width: 768px), print {
  .p-footer-bottom__item {
    margin-top: 10px;
    margin-right: 15px;
    padding-right: 14px;
    border-right: 1px solid #484848;
    letter-spacing: 0.72px;
    line-height: 1.1;
  }
  .p-footer-bottom__item:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-bottom__item {
    width: 50%;
    line-height: 1.42;
    text-align: center;
  }
  .p-footer-bottom__item > a {
    display: block;
    padding: 15px 0;
  }
}

.p-footer-bottom__copyright {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-footer-bottom__copyright {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: right;
  }
}

.p-footer-bottom__copyright__text {
  font-size: 10px;
}

.p-footer-bottom__logo {
  display: block;
  width: 134px;
}

@media screen and (min-width: 768px), print {
  .p-footer-bottom__logo {
    margin-bottom: 5px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-bottom__logo {
    margin: 0 auto 10px;
  }
}

.p-footer-products {
  margin-top: 40px;
}

.p-footer-products__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-footer-products__bottom {
    padding-bottom: 175px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-products__bottom {
    padding-bottom: 205px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-products__bottom {
    padding-bottom: 175px;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-products__bottom.pb {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-products__bottom.pb {
    padding-bottom: 45px;
  }
}

.p-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-footer-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 800px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-menu {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-footer-menu__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (min-width: 768px), print {
  .p-footer-menu__item {
    margin-right: 25px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-menu__item:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__item:first-of-type {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer-menu__sublist {
  max-width: 145px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-footer-menu__sublist {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-menu__link + .p-footer-menu__link, .p-footer-menu__link--bold + .p-footer-menu__link, .p-footer-menu__link + .p-footer-menu__link--bold, .p-footer-menu__link--bold + .p-footer-menu__link--bold {
    margin-top: 10px;
  }
}

.p-footer-menu__link > a, .p-footer-menu__link--bold > a {
  color: #7f7f7f;
  font-size: 12px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-footer-menu__link > a, .p-footer-menu__link--bold > a {
    display: block;
    width: 100%;
    padding: 18px 0;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-menu__link--bold + .p-footer-menu__link--bold {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__link--bold {
    width: 100%;
  }
}

.p-footer-menu__link--bold > a {
  color: #484848;
  font-size: 14px;
}

@media screen and (min-width: 768px), print {
  .p-footer-menu__link--bold > a {
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__border, .p-footer-menu__border--left {
    border-bottom: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__border--left {
    border-left: 1px solid #c8c8c8;
  }
}

.p-footer-sns {
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-footer-sns {
    margin: 0 0px 45px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-sns {
    margin-right: 60px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-sns {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.p-footer-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-footer-sns__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-sns__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer-sns__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50px;
          flex: 0 1 50px;
  min-width: 50px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .p-footer-sns__item + .p-footer-sns__item {
    margin-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-sns__item + .p-footer-sns__item {
    margin-left: 16px;
  }
}

.p-footer-sns__image {
  display: block;
  margin: 0 auto 5px;
}

@media screen and (min-width: 768px), print {
  .p-footer-sns__image {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-sns__image {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-sns__image {
    width: 45px;
    height: 45px;
  }
}

.p-footer-sns__text {
  font-size: 11px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__container {
    padding: 90px 120px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__container {
    width: 100%;
    padding: 45px 15px;
    padding-bottom: 0px;
  }
}

.p-cart-complete__inr {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.p-cart-complete__head--h2 {
  margin-bottom: 50px;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 0.86;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__head--h2 {
    margin-bottom: 33px;
    font-size: 20px;
    letter-spacing: 1.2px;
    text-align: center;
  }
}

.p-cart-complete__head--h3 {
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__head--h3 {
    margin-top: 36px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.p-cart-complete__text {
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__text {
    font-size: 14px;
    letter-spacing: 0.84px;
    text-align: center;
  }
}

.p-cart-complete__text--caution {
  margin-bottom: 5px;
  color: #7f7f7f;
  font-size: 11px;
  letter-spacing: 0.66px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__text--caution {
    font-size: 10px;
  }
}

.p-cart-complete__text--caution:last-child {
  margin-bottom: 0;
}

.p-cart-complete__order-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  margin: 30px auto;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__order-num {
    height: 60px;
    padding: 0 20px;
  }
}

.p-cart-complete__order-num p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.28px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__order-num p {
    font-size: 24px;
  }
}

.p-cart-complete__order-num p > span {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__order-num p > span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__order-num__text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-cart-complete__table {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__table {
    margin-top: 20px;
    margin-bottom: 16px;
  }
}

.p-cart-complete__JACCS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 40px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__JACCS {
    margin-top: 37px;
    margin-bottom: 35px;
    padding: 25px 20px;
  }
}

.p-cart-complete__JACCS__button {
  width: 100%;
  max-width: 310px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__JACCS__button {
    margin-bottom: 25px;
  }
  .p-cart-complete__JACCS__button > span {
    font-size: 16px;
  }
}

.p-cart-complete__JACCS__button > .ico {
  width: 15px;
  margin-left: 8px;
}

.p-cart-complete__JACCS__button::after {
  content: none;
}

.p-cart-complete__JACCS dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.p-cart-complete__JACCS dl:last-child {
  margin-bottom: 0;
}

.p-cart-complete__JACCS dl dt {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__JACCS dl dt {
    font-size: 14px;
  }
}

.p-cart-complete__JACCS dl dd {
  padding-left: 22px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__JACCS dl dd {
    padding-left: 6px;
    font-size: 16px;
  }
}

.p-cart-complete__JACCS dl dd sup {
  font-size: 12px;
  font-weight: normal;
}

.p-cart-complete__JACCS dl + .notes {
  margin-top: -5px;
  color: #666;
  font-size: 11px;
}

.p-cart-complete__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__button-area {
    width: 560px;
    margin: 70px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 45px auto 45px;
  }
}

.p-cart-complete__button-area__button {
  width: 100%;
  height: auto;
  padding: 12px 0;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__button-area__button {
    max-width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__button-area__button {
    max-width: 225px;
    padding: 17px 0;
  }
}

.p-cart-complete__button-area__button > span {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__button-area__button > span {
    font-size: 16px;
  }
}

.p-cart-complete__button-area__button > .ico {
  position: absolute;
  left: 17px;
  width: 16px;
}

.p-cart-complete__button-area__button::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__button-area__button:first-child {
    margin-bottom: 15px;
  }
}

.p-cart-complete__not_applicable {
  background-color: #ecf8fd;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__not_applicable {
    margin: 90px auto 20px;
    padding: 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__not_applicable {
    margin-bottom: 15px;
    padding: 32px 5px 35px;
  }
}

.p-cart-complete__not_applicable-text {
  color: #00a2e6;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__not_applicable-text {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__not_applicable-text {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__not_applicable-text strong {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__not_applicable-text strong {
    font-size: 16px;
  }
}

.p-cart-complete__not_applicable-button {
  position: relative;
  background-color: transparent;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__not_applicable-button {
    width: 280px;
    height: 30px;
    margin: 26px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__not_applicable-button {
    width: 234px;
    height: 30px;
    margin: 0 auto 0;
  }
}

.p-cart-complete__not_applicable-button::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 8px;
  width: 12px;
  height: 12px;
  -webkit-transform: none;
          transform: none;
  border: 0;
  background: url(/service/img/safetyservice/ico_in_page_link_azure.svg) 0 0 no-repeat;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-cart-complete__not_applicable-button::after {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__not_applicable-button > span {
    padding-right: 15px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__not_applicable-button > span {
    padding-right: 10px;
    font-size: 12px;
    letter-spacing: .6px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__dospara_app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-cart-complete__dospara_app-box {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__dospara_app-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 10px);
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__dospara_app-box {
    padding: 23px 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__dospara_app-box:first-child {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__dospara_app-box:first-child {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__dospara_app-text {
    margin-bottom: 26px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__dospara_app-text {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

.p-cart-complete__dospara_app-button {
  background-color: transparent;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__dospara_app-button {
    margin: auto auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__dospara_app-button {
    margin: 0 auto 0;
  }
}

.p-cart-complete__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1050px) {
  .p-cart-complete__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-cart-complete__contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__contact__box {
    width: 50%;
  }
}

@media screen and (max-width: 1050px) {
  .p-cart-complete__contact__box {
    width: 560px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__contact__box {
    width: 100%;
    max-width: 560px;
    margin-bottom: 25px;
    border-radius: 4px;
  }
}

.p-cart-complete__contact__box:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 1050px) {
  .p-cart-complete__contact__box:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__contact__box:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__contact__box__content {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__contact__box__content {
    padding: 0px 20px;
    padding-bottom: 25px;
  }
}

.p-cart-complete__contact__box__title {
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__contact__box__title {
    padding: 20px 30px;
    border-bottom: 1px solid #a3a3a3;
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__contact__box__title {
    padding: 15px 20px;
    font-size: 16px;
    letter-spacing: 1.92px;
  }
}

.p-cart-complete__contact__box__text {
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__contact__box__text {
    padding-top: 24px;
    border-top: 1px solid #c8c8c8;
    font-size: 14px;
    text-align: left;
  }
}

.p-cart-complete__contact__box__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__contact__box__button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-cart-complete__contact__box__button-wrap > .c-button--secondaryB-black {
  width: 100%;
  max-width: 240px;
}

.p-cart-complete__contact__box__button-wrap > .c-button--secondaryB-black > span {
  padding-left: 17px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-cart-complete__contact__box__button-wrap > .c-button--secondaryB-black:first-child {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__contact__box__button-wrap > .c-button--secondaryB-black:first-child {
    margin-right: 0;
  }
}

.p-cart-complete__memo {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__memo {
    margin-top: 90px;
    margin-bottom: 90px;
    padding: 70px 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo {
    margin-top: 45px;
    padding: 35px;
  }
}

.p-cart-complete__memo__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__memo__inr {
    width: 100%;
    max-width: 1140px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__memo__list {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo__list {
    width: 100%;
  }
}

.p-cart-complete__memo__list:first-child {
  margin-right: 90px;
}

.p-cart-complete__memo__list li {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo__list li {
    margin-bottom: 10px;
  }
}

.p-cart-complete__memo__list li::before {
  position: absolute;
  top: 5px;
  left: -20px;
  width: 8px;
  height: 8px;
  color: #484848;
  font-size: 8px;
  content: "●";
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo__list li::before {
    top: 0;
    left: -16px;
    width: 7px;
    height: 7px;
    font-size: 16px;
    content: "・";
  }
}

.p-cart-complete__memo__list p {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo__list p {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.p-cart-complete__memo__list a {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo__list a {
    font-size: 12px;
  }
}

.p-cart-complete__memo__list span {
  display: block;
  margin-top: 20px;
  color: #7f7f7f;
  font-size: 11px;
  letter-spacing: 0.66px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo__list span {
    margin-top: 10px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo__list span > a {
    font-size: 10px;
  }
}

.p-cart-complete__memo__list__button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 187px;
  height: 30px;
  padding-left: 10px;
  background-color: #f6f6f6;
}

.p-cart-complete__memo__list__button > span {
  margin-top: 0;
  color: #484848;
  font-size: 14px;
}

.p-cart-complete__memo__list__button:after {
  right: 8px;
}

.p-cart-complete__free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__free {
    margin: 45px 0;
    padding: 0 15px;
  }
}

.p-cart-complete__free__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 450px;
  background-color: #ececec;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__free__area {
    width: 100%;
    max-width: 1140px;
    margin: 90px auto;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__free__area {
    width: 100%;
  }
}

.p-cart-complete__free__area h2 {
  color: #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__free__button {
    width: 271px;
    height: 50px;
    margin: 0 auto 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__free__button {
    width: 100%;
    max-width: 275px;
    height: 50px;
    margin: 45px auto 45px;
  }
}

.p-cart-complete-safety {
  width: 100%;
  /*---------- プラン一覧テーブル ----------*/
  /*---------- お値引き一覧表 ----------*/
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety {
    max-width: 1200px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .sp {
    display: none;
  }
}

.p-cart-complete-safety h2 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety h2 {
    margin-top: 40px;
    margin-bottom: 80px;
    font-size: 28px;
  }
}

.p-cart-complete-safety h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  padding: 15px;
  background-color: #6a6a6a;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety h3 {
    height: 78px;
    margin: 0;
    font-size: 24px;
  }
}

.p-cart-complete-safety .c-button--secondaryA-blue {
  width: 270px;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .c-button--secondaryA-blue {
    width: 100%;
    max-width: 310px;
  }
}

.p-cart-complete-safety .c-button--secondaryA-blue span {
  font-size: 16px;
}

.p-cart-complete-safety .c-button--secondaryA-blue::after {
  display: none;
}

.p-cart-complete-safety #lp_page {
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #333333;
  line-height: 1.5em;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #lp_page {
    max-width: 1200px;
    padding: 0 20px;
  }
}

.p-cart-complete-safety article {
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety article {
    max-width: 1120px;
  }
}

.p-cart-complete-safety article .notice {
  margin: 20px 0 10px;
  color: #4b4b4b;
  font-size: 4vw;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety article .notice {
    margin: 44px 0 35px;
    font-size: 18px;
    text-align: center;
  }
}

.p-cart-complete-safety .sp_br {
  display: none;
}

.p-cart-complete-safety .plan_unit {
  margin: 35px auto 70px;
  text-align: center;
}

.p-cart-complete-safety .plan_unit img {
  width: 100%;
  max-width: 855px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .plan_unit + a {
    margin-bottom: 70px;
  }
}

.p-cart-complete-safety .plan_notice {
  margin-top: 20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .plan_notice {
    margin-top: 54px;
    margin-bottom: 70px;
  }
}

.p-cart-complete-safety .plan_notice p {
  font-size: 10px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .plan_notice + a {
    margin-bottom: 70px;
  }
}

.p-cart-complete-safety__link {
  margin-top: 20px;
  margin-left: 10px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety__link {
    margin-top: 70px;
  }
}

.p-cart-complete-safety .voice_unit {
  margin-top: 20px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .voice_unit {
    max-width: 1100px;
    margin: 70px 80px;
  }
}

.p-cart-complete-safety .voice_unit p {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.4em;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .voice_unit p {
    font-size: 16px;
  }
}

.p-cart-complete-safety .faq_unit {
  margin: 20px auto 45px;
  padding: 0 10px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .faq_unit {
    margin-top: 35px;
    margin-bottom: 70px;
    padding: 0 35px;
  }
}

.p-cart-complete-safety .faq_unit + a {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .faq_unit + a {
    margin-bottom: 70px;
  }
}

.p-cart-complete-safety .faq_box p {
  margin: 15px 10px 0;
  padding: 0;
  font-size: 14px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .faq_box p {
    font-size: 16px;
  }
}

.p-cart-complete-safety .faq_box p.tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 30px 0 10px;
  border-bottom: 1px solid #707070;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .faq_box p.tit {
    padding: 40px 0 30px;
    font-size: 18px;
  }
}

.p-cart-complete-safety .faq_box p.tit span {
  margin-right: 10px;
  font-size: 28px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .faq_box p.tit span {
    margin-right: 35px;
    font-size: 47px;
  }
}

.p-cart-complete-safety #s_plan {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}

.p-cart-complete-safety #s_plan th {
  text-align: center;
  vertical-align: middle;
}

.p-cart-complete-safety #s_plan td {
  height: 45px;
  padding: 8px;
}

.p-cart-complete-safety #s_plan .s_plan_name a {
  display: block;
  position: relative;
  margin: 0 0 -5px;
  color: #0062b0;
  font-weight: bold;
  text-decoration: underline;
}

.p-cart-complete-safety #s_plan .s_plan_name a::after {
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 18px;
  background: url(/service/img/safetyservice/cart/info_pop_icon.png) no-repeat right top;
  background-size: 18px;
  content: '';
}

@media screen and (max-width: 767px) {
  .p-cart-complete-safety .scroll_box {
    overflow-x: scroll;
  }
  .p-cart-complete-safety table#s_plan {
    width: 160%;
  }
}

.p-cart-complete-safety #black,
.p-cart-complete-safety #green,
.p-cart-complete-safety #blue,
.p-cart-complete-safety #orange,
.p-cart-complete-safety #pink,
.p-cart-complete-safety #beige,
.p-cart-complete-safety #brown {
  padding: 20px 5px;
  color: #fff;
  line-height: 1.5;
}

.p-cart-complete-safety #brown {
  background: #c7a269;
}

.p-cart-complete-safety #black {
  background-color: #000000;
}

.p-cart-complete-safety #green {
  background-color: #1e9818;
}

.p-cart-complete-safety #blue {
  background-color: #39f;
}

.p-cart-complete-safety #orange {
  background-color: #f93;
}

.p-cart-complete-safety #pink {
  background-color: #e36f96;
}

.p-cart-complete-safety #beige {
  background-color: #996 !important;
}

.p-cart-complete-safety .koumoku {
  background-color: #257ada;
  font-size: 15px;
}

.p-cart-complete-safety .balloon {
  font-size: large;
}

.p-cart-complete-safety th.recommend-plan {
  position: relative;
}

.p-cart-complete-safety th.recommend-plan span {
  display: inline-block;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  background: red;
  color: yellow;
  font-size: 12px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety th.recommend-plan span {
    right: unset;
    left: 30px;
    width: 50%;
    padding: 5px 0;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    font-size: 16.5px;
  }
}

.p-cart-complete-safety div.green {
  padding: 6px 8px;
  background: #E6FFD5;
  line-height: 1.3;
}

.p-cart-complete-safety div.blue {
  padding: 6px 8px;
  background: #BFF2FF;
  line-height: 1.3;
}

.p-cart-complete-safety #s_plan th#black {
  background: #0d78e2;
}

.p-cart-complete-safety #s_plan th#green {
  background: #1E9818;
}

.p-cart-complete-safety #s_plan th#blue {
  background: #0d78e2;
}

.p-cart-complete-safety #s_plan th#orange {
  background: #F93;
}

.p-cart-complete-safety #s_plan th.price {
  color: #CC0000;
}

.p-cart-complete-safety .bg_brown {
  background: #f9f3e3;
}

.p-cart-complete-safety .bg_pink {
  background: #ffedf3;
}

.p-cart-complete-safety .bg_green {
  background: #e3f8e2;
}

.p-cart-complete-safety .bg_blue {
  background: #d8f5ff;
}

.p-cart-complete-safety .bg_orange {
  background: #fbf3ca;
}

.p-cart-complete-safety #s_plan td {
  height: auto;
  font-size: 16px;
  font-size: 16px;
  font-weight: bold;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}

.p-cart-complete-safety #s_plan td.s_plan_name {
  padding: 10px;
  background: #f4f4f4;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #s_plan td.s_plan_name {
    font-size: 16px;
  }
}

.p-cart-complete-safety #s_plan td.s_plan_intro {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4em;
  text-align: left;
}

.p-cart-complete-safety .s_plan_name a {
  display: block;
  position: relative;
  margin: 0 0 -5px;
  font-weight: bold;
  text-decoration: underline;
}

.p-cart-complete-safety .s_plan_name .sectionBox {
  margin: 0 0 40px;
}

.p-cart-complete-safety table {
  border-collapse: collapse;
  border-spacing: 0;
}

.p-cart-complete-safety #s_plan th {
  width: 20%;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}

.p-cart-complete-safety #s_plan td {
  padding: 15px;
  border: 1px solid #ccc;
}

.p-cart-complete-safety th {
  padding: 15px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .p-cart-complete-safety #s_plan th {
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.4em;
  }
}

.p-cart-complete-safety #s_plan th.purposeTitle {
  padding: 15px 0;
  background-color: #233bab;
  color: #fff;
  font-size: 18px;
}

.p-cart-complete-safety table.discountList {
  width: 920px;
  margin: 0 auto 20px;
  border: 1px solid #ccc;
}

.p-cart-complete-safety table.discountList span {
  color: #f00;
  font-weight: bold;
}

.p-cart-complete-safety table.discountList em {
  font-size: 12px;
}

.p-cart-complete-safety table.discountList em span {
  color: #666;
  font-weight: normal;
}

.p-cart-complete-safety table.discountList th {
  width: 40%;
  padding: 6px 0 6px 20px;
  vertical-align: middle;
}

.p-cart-complete-safety table.discountList td {
  width: 60%;
  padding: 0 5px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

.p-cart-complete-safety .tableHead {
  background-color: #233bab;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.p-cart-complete-safety #mainContents {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.p-cart-complete-safety #mainContents img {
  max-width: 100%;
  height: auto;
}

.p-cart-complete-safety #mainContents .title {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #mainContents .title {
    min-height: 452px;
  }
}

.p-cart-complete-safety #mainContents .block .block-inner {
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #mainContents .block .block-inner {
    max-width: 842px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.p-cart-complete-safety #mainContents .block p {
  font-size: 120%;
  line-height: 1.6;
}

.p-cart-complete-safety #mainContents .block .ttl_point {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #mainContents .block .ttl_point {
    font-size: 22px;
  }
}

.p-cart-complete-safety #mainContents .block .ttl_point span.pointNum {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 15px;
  background: #fe4c1a;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #mainContents .block .ttl_point span.pointNum {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete-safety #mainContents .block .ttl_point span.txt {
    display: block;
    padding: 3px;
  }
}

.p-cart-complete-safety #mainContents .block .ttl_point span.txt_small {
  margin-right: 0;
  padding: 0;
  background: none;
  color: #333;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #mainContents .block .ttl_point span.txt_small {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete-safety #mainContents .block ul {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #mainContents .block ul li {
    height: 50px;
  }
}

.p-cart-complete-safety #mainContents .block ul li + li {
  margin-top: 10px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #mainContents .block ul li + li {
    margin-top: 16px;
  }
}

.complete .modaal-container {
  position: relative;
  padding: 35px 10px 10px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: #fff;
}

.complete .modaal-container .modaal-content {
  border-radius: 4px;
}

.complete .modaal-container .close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px;
  background: #fff;
  cursor: pointer;
  opacity: 0.3;
}

.complete-modal {
  display: none;
  width: 100%;
}

/* **************************************************

Safety Service POP UP用CSS

Copyright (c) Dospara Co., Ltd. All rights reserved.

***************************************************** */
.sspop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #484848;
  font-size: 12px !important;
  /* 枠箱 */
  /*緑色枠　フォントサイズ*/
  /*フォントサイズ*/
  /*アンダーバー（1本ライン）*/
  /*枠内の背景色*/
  /*下向き矢印*/
  /*レスポンシブ*/
  /* 問い合わせ
=========================================================================================== */
  /* ワンコイン診断
=========================================================================================== */
  /* リモートサポート
=========================================================================================== */
  /* 店頭復旧サービス
=========================================================================================== */
  /* セルフ修理
=========================================================================================== */
  /* 修理時送料無料
=========================================================================================== */
  /* 代替機貸し出しサービス
=========================================================================================== */
  /* 初期化サービス
=========================================================================================== */
  /* オンサイトサービス
=========================================================================================== */
  /* パソコン保険
=========================================================================================== */
  /* パソコンを長くお使いいただく　及び　パソコンを楽しく使っていただく//
=========================================================================================== */
  /*----------------------------------------------------
	.demo01
----------------------------------------------------*/
}

@media screen and (min-width: 768px), print {
  .sspop {
    width: 750px;
    padding: 2px;
    background-color: #fff;
    font-size: 18px;
    font-size: 1.0em !important;
  }
}

.sspop .sspBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0em 0em 1.3em 0em;
  padding: 11px 7px 0px 7px;
  border: 2px solid #6dc067;
}

.sspop .sspBox p:not(.center) {
  padding-left: 1.8em;
}

.sspop .sspBox ul {
  padding-left: 1.6em;
}

@media screen and (max-width: 767px) {
  .sspop .sspBox p,
  .sspop .sspBox ul {
    padding-left: 0px;
  }
}

.sspop .sspBox li {
  margin-left: 0.6em;
  text-indent: -0.6em;
}

@media screen and (min-width: 768px), print {
  .sspop .sspBox li {
    margin-left: 1.0em;
    text-indent: -0.6em;
  }
}

.sspop .sspBox.center p {
  padding-left: 0;
}

.sspop .sspBox_b {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0em 0em 1.3em 0em;
  padding: 11px 7px 0px 7px;
  border: 2px solid #004ea2;
}

.sspop .sspBox_b ul {
  padding-left: 1.6em;
}

.sspop .sspBox_b li {
  margin-left: 0.6em;
  text-indent: -1.4em;
  text-indent: -0.6em;
}

.sspop .sspBox_b p,
.sspop .sspBox_b ul {
  padding-left: 0px;
}

.sspop ul {
  margin: 0px;
  padding: 0em 0em 0.8em 0em;
}

.sspop li {
  margin: 0em 0em 0.5em 0em;
  line-height: 120%;
  list-style: none;
}

.sspop em {
  font-style: normal;
}

.sspop p {
  margin: 0em 0em 1.3em 0em;
  line-height: 130%;
}

.sspop img {
  max-width: 100%;
  height: auto;
}

.sspop .center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sspop .floatL {
  float: left;
}

.sspop .floatR {
  float: right;
}

.sspop p {
  margin-bottom: 1.0em;
  line-height: 140%;
}

.sspop .floatL img,
.sspop .floatR img,
.sspop .photo img {
  width: 100%;
}

.sspop h3 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  background-color: transparent;
  color: #4185be;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .sspop h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sspop h3 {
    font-size: 18px;
  }
}

.sspop h3 strong {
  display: block;
  margin-top: 10px;
  color: #f78822;
}

@media screen and (min-width: 768px), print {
  .sspop h3 strong {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .sspop h3 strong {
    font-size: 24px;
  }
}

.sspop h3 br {
  display: none;
}

.sspop h3 + p {
  padding: 0px;
  font-size: 18px;
}

.sspop h4 {
  margin: 0px 0px 15px 0px;
  padding: 9px 4px 6px 4px;
  clear: both;
  background-color: #4185be;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .sspop h4 {
    font-size: 20px !important;
  }
}

.sspop h5 {
  margin: 0px 0px 7px 0px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .sspop h5 {
    font-size: 16px !important;
  }
}

.sspop h6 {
  margin: 0px 0px 7px 0px;
  padding: 6px;
  font-size: 1.11em;
  font-weight: bold;
}

.sspop em {
  border-bottom: 3px double;
}

.sspop .alignL {
  text-align: left;
}

.sspop .alignR {
  text-align: right;
}

.sspop .green {
  background-color: #6dc067;
}

.sspop .sspCaution {
  color: #ff0000;
  font-size: 1.33em;
  font-weight: bold;
  text-align: center;
}

.sspop .red {
  color: #ff0000;
}

.sspop .mb0 {
  margin-bottom: 0px !important;
}

.sspop .mt0 {
  margin-top: 0px !important;
}

.sspop .stxt_c {
  font-size: 0.9em;
}

.sspop #mainbox {
  width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sspop #mainbox {
    width: 100%;
  }
}

.sspop #left {
  width: 532px;
  float: left;
}

.sspop #right {
  width: 164px;
  float: right;
}

.sspop #clear,
.sspop .clear {
  clear: both;
}

.sspop #redbox {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 1.2em;
  background-color: #fde4bd;
}

.sspop #r_left {
  width: 70%;
  float: left;
}

.sspop #r_right {
  width: 30%;
  float: left;
  text-align: center;
}

.sspop .greenBox {
  padding: 1.0em 0.5em;
  clear: both;
  background-color: #b7deb4;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

.sspop .greenBox strong {
  color: #eb6100;
}

.sspop .sspCheck li {
  margin-left: 1.35em;
  font-size: 0.89em;
  text-indent: -1.35em;
}

.sspop .sspCheck li:before {
  content: "□ ";
}

.sspop .sspChart li {
  margin-bottom: 56px;
  padding: 12px 12px 18px 12px;
  border: 3px solid #4185be;
}

.sspop .sspChart li:after {
  display: block;
  margin-top: 24px;
  margin-bottom: -67px;
  text-align: center;
  content: url(/service/img/safetyservice/cart/ss_popup/00arrow01.png);
}

.sspop .sspChart li:last-of-type {
  margin-bottom: 0px;
}

.sspop .sspChart li:last-of-type:after {
  content: normal;
}

.sspop .sspChart li h5 {
  margin-bottom: 0px;
  padding: 0px 0px 0px 20px;
  font-size: 1.0em;
  line-height: 140%;
  text-indent: -1.35em;
}

.sspop .sspChart li h5.ex {
  font-weight: normal;
}

.sspop .sspChart li p {
  margin: 12px 0px 0px 18px;
  font-size: 0.78em;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  .sspop .sspChart li p {
    font-size: 1.0em;
  }
}

.sspop .comicBox {
  padding-top: 0.89em;
  clear: both;
  border-bottom: 2px dotted #d7dee1;
}

.sspop .comicBox:after {
  display: block;
  clear: both;
  content: " ";
}

.sspop .comicBox p {
  margin-bottom: 0.89em !important;
}

.sspop .comicBox .chara {
  width: auto;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .sspop .comicBox .chara {
    width: 260px;
    float: right;
  }
}

.sspop .comicBox .speech {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 414px;
  padding: 18px;
  float: left;
  border-radius: 8px;
  background-color: #d7dee1;
}

@media screen and (max-width: 767px) {
  .sspop .comicBox .speech {
    width: auto;
    float: none;
  }
}

.sspop .comicBox .speech:after {
  display: block;
  position: absolute;
  top: 40%;
  right: -24px;
  border: 12px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #d7dee1;
  content: "";
}

@media screen and (max-width: 767px) {
  .sspop .comicBox .speech:after {
    top: auto;
    right: auto;
    bottom: -24px;
    left: 44%;
    border-width: 12px;
    border-top-color: #d7dee1;
    border-left-color: transparent;
  }
}

.sspop .comicBox div.speech p:last-of-type {
  margin-bottom: 0em !important;
}

.sspop .comicBox .speech.wide {
  width: auto;
  float: none;
}

.sspop .comicBox .speech.wide:after {
  top: auto;
  right: auto;
  bottom: -24px;
  left: 50%;
  border-width: 12px;
  border-top-color: #d7dee1;
  border-left-color: transparent;
}

.sspop .notes {
  font-size: 10px;
}

.sspop .notes li {
  margin-left: 1.3em;
  color: #605b5a;
  text-indent: -1.3em;
}

@media screen and (max-width: 767px) {
  .sspop .notes li {
    font-size: 0.85em;
  }
}

.sspop p.notes {
  padding-left: 1.3em;
  color: #605b5a;
  text-indent: -1.3em;
}

.sspop .att {
  margin-left: 1.3em;
  text-indent: -1.3em;
}

.sspop .sspClose {
  margin: 18px 0px 0px 0px;
  text-align: center;
  cursor: pointer;
}

.sspop .sspClose img {
  -ms-filter: "alpha(opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .sspop .sspClose img {
    vertical-align: text-bottom;
  }
}

.sspop .sspClose:hover img {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}

.sspop .stxt,
.sspop .lead {
  margin: 0px 4px 7px;
  font-size: 0.98em;
  font-weight: bold;
}

.sspop .slead {
  margin: 0px 4px 7px;
  font-size: 0.98em;
}

.sspop .cmtxt {
  margin: 0px 4px 7px;
  font-size: 0.75em;
}

.sspop .item {
  margin: 0px 4px 7px;
  font-size: 0.87em;
  text-indent: -1.4em;
}

.sspop .blue {
  background-color: #004ea2;
}

.sspop .blue_t {
  color: #004ea2;
}

.sspop .sspBox_b h5 {
  margin: 0px 4px 7px;
  font-size: 1.33em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sspop .brNone {
    display: none;
  }
}

.sspop .magin_t30,
.sspop .magin_t20 {
  margin-top: 20px;
}

.sspop .magin_t10 {
  margin-top: 10px;
}

.sspop .magin_t14 {
  margin-top: 14px;
}

.sspop .magin_b10 {
  margin-bottom: 10px;
}

.sspop .magin_b20 {
  margin-bottom: 20px;
}

.sspop .magin_b30 {
  margin-bottom: 30px;
}

.sspop .padding_t30 {
  padding-top: 30px;
}

.sspop .padding_t20 {
  padding-top: 20px;
}

.sspop .padding_t10 {
  padding-top: 10px;
}

.sspop .padding_b30 {
  padding-bottom: 30px;
}

.sspop .padding_b20 {
  padding-bottom: 20px;
}

.sspop .padding_b10 {
  padding-bottom: 10px;
}

.sspop .small {
  font-size: 0.78em;
  line-height: 140%;
}

.sspop .sm {
  font-size: 0.9em;
}

.sspop .mm {
  font-size: 1.7em;
  line-height: 140%;
}

.sspop .bd1 {
  text-decoration: underline;
}

.sspop .bg {
  background-color: #6dc067;
}

.sspop .bg_red {
  background-color: #fde4bd;
}

.sspop .d_arrow {
  position: relative;
  width: 0;
  height: 0;
  margin-bottom: 20px;
  border-top: 30px solid #6dc067;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}

.sspop section table {
  width: 100%;
}

.sspop .qrCode {
  display: none;
}

.sspop .includeContact {
  padding: 23px 12px 1px 12px;
  background-color: #bccff1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sspop .includeContact {
    line-height: 140%;
  }
}

.sspop .includeContact h4 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  background-color: transparent;
  color: #605b5a;
  font-size: 1.0em;
}

@media screen and (max-width: 767px) {
  .sspop .includeContact h4 {
    color: #000;
  }
}

.sspop .includeContact h4 br {
  display: none;
}

@media screen and (max-width: 767px) {
  .sspop .includeContact h4 br {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .sspop .includeContact p {
    text-align: left;
  }
}

.sspop .includeContact strong {
  font-size: 1.67em;
}

@media screen and (max-width: 767px) {
  .sspop .includeContact strong {
    display: block;
    line-height: 120%;
    text-align: center;
  }
}

.sspop .includeContact em {
  display: block;
  border-bottom: none;
  font-size: 1.11em;
}

@media screen and (max-width: 767px) {
  .sspop .includeContact em {
    display: block;
    color: #000000;
    font-weight: bold;
    text-align: center;
  }
}

.sspop .includeContact em > a {
  color: #0062b0;
  text-decoration: underline;
}

.sspop .includeContact em > a:hover {
  text-decoration: none;
}

.sspop .includeContact span {
  font-size: 0.7em;
  line-height: 2;
}

.sspop .includeContact a:before {
  padding-right: 3px;
  content: url(/service/img/safetyservice/cart/ss_popup/00arrow02.png);
}

.sspop.oneCoin h3 + p {
  font-size: 20px;
  font-weight: bold;
}

.sspop.oneCoin .case {
  position: relative;
  clear: both;
}

@media screen and (max-width: 767px) {
  .sspop.oneCoin .case {
    width: 100%;
    max-width: 452px;
    margin-right: auto;
    margin-left: auto;
  }
}

.sspop.oneCoin .case:after {
  display: block;
  clear: both;
  content: " ";
}

.sspop.oneCoin .case .balloon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 264px;
  height: 91px;
  margin-left: 1.0em;
  padding: 1.0em 0em 0em 0em;
  background-image: url(/service/img/safetyservice/cart/ss_popup/02one_img01balloon.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0.89em;
}

@media screen and (max-width: 767px) {
  .sspop.oneCoin .case .balloon {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 70%;
    max-width: 264px;
    min-height: 84px;
    margin: 0em 0em 0.5em 0em;
    padding: 4% 0% 0% 4%;
    float: right;
  }
}

.sspop.oneCoin .case .balloon.right {
  top: 67px;
  right: 0px;
  left: auto;
  margin-left: 0.0em;
}

@media screen and (max-width: 767px) {
  .sspop.oneCoin .case .balloon.right {
    top: 0;
  }
}

.sspop.oneCoin .case .pic {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sspop.oneCoin .case .pic {
    width: 30%;
    max-width: 188px;
    margin-top: 10%;
    float: right;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .sspop.oneCoin .case .pic img {
    width: 100%;
    height: auto;
  }
}

.sspop.oneCoin .greenBox span {
  color: #eb6100;
}

.sspop.oneCoin .greenBox span em {
  display: inline-block;
  padding-top: 6px;
  line-height: 110%;
}

@media screen and (max-width: 767px) {
  .sspop.oneCoin .greenBox span em {
    display: inline;
    line-height: 150%;
  }
}

.sspop.oneCoin .greenBox span strong {
  padding: 0px 6px;
  color: #ff0000;
  font-size: 1.8em;
  line-height: 120%;
}

.sspop.oneCoin .sspChart li h5 {
  font-weight: normal;
}

.sspop.remo h3 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sspop.remo h3 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sspop.remo .floatL p:last-of-type {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .sspop.remo .floatL strong br {
    display: none;
  }
}

.sspop.remo .sspBox p,
.sspop.remo .sspBox ul {
  padding-left: 1.0em;
}

.sspop.remo .sspBox div {
  margin: 0px -7px 0px -7px;
  padding: 0px 10px 16px 0px;
  background-color: #fef2e7;
}

.sspop.remo .sspBox div h6 {
  margin: 0px -10px 1.0em 0px;
  background-color: #fde4bd;
  text-align: center;
}

.sspop.remo .sspBox div li {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sspop.remo .sspBox div li {
    margin-left: 1.4em;
    text-indent: -1.5em;
  }
}

@media screen and (max-width: 767px) {
  .sspop.remo .sspBox div > * {
    padding-left: 10px;
  }
}

.sspop.remo .sspBox_b p,
.sspop.remo .sspBox_b ul {
  padding-left: 1.0em;
}

.sspop.remo .sspBox_b div {
  margin: 0px -7px 0px -7px;
  padding: 0px 10px 16px 0px;
  background-color: #fef2e7;
}

.sspop.remo .sspBox_b div h6 {
  margin: 0px -10px 1.0em 0px;
  background-color: #fde4bd;
  text-align: center;
}

.sspop.remo .sspBox_b div li {
  margin-left: 1.4em;
  font-weight: bold;
  text-indent: -1.5em;
}

.sspop.remo .sspBox_b div > * {
  padding-left: 10px;
}

.sspop.remo .staff {
  margin-top: -40px;
  float: right;
}

@media screen and (max-width: 767px) {
  .sspop.remo .staff {
    width: 20%;
    margin-top: -3.0em;
  }
}

@media screen and (max-width: 767px) {
  .sspop.remo .staff img {
    width: 100%;
  }
}

.sspop.remo .cautionBox {
  margin-top: 1.0em;
}

.sspop.remo .cautionBox h5 {
  margin-bottom: 0.6em;
  color: #1c67a5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sspop.remo .cautionBox h5 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .sspop.remo .cautionBox h5 br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sspop.rest .floatL {
    float: none;
  }
}

.sspop.rest .floatL li {
  margin-left: 0.9em;
  font-weight: bold;
  text-indent: -0.9em;
}

@media screen and (max-width: 767px) {
  .sspop.rest .floatR {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sspop.rest .floatR img {
    width: 50%;
  }
}

.sspop.rest .sspChart li {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sspop.rest .sspChart li {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .sspop.rest .sspChart h4.green {
    text-align: left;
  }
}

.sspop.rest .sspChart h5 span {
  color: #ff0000;
}

.sspop.self .comicBox div.speech {
  margin-bottom: 0.89em;
}

@media screen and (max-width: 767px) {
  .sspop.self .comicBox div.speech .alignR {
    text-align: center;
  }
}

.sspop.self .comicBox .speech.wide {
  margin-bottom: 0em;
  background-color: #b2deaf;
  color: #000000;
  text-align: center;
}

.sspop.self .comicBox .speech.wide:after {
  left: 68%;
  border-top-color: #b2deaf !important;
  border-left-color: #b2deaf;
}

@media screen and (max-width: 767px) {
  .sspop.self .comicBox .speech.wide:after {
    left: 72%;
  }
}

@media screen and (max-width: 767px) {
  .sspop.self .comicBox .speech.wide p {
    display: block;
  }
}

.sspop.self .comicBox .speech.wide p:not(:first-of-type) {
  display: inline-block;
  text-align: left;
}

.sspop.self .comicBox .speech.wide p strong {
  font-size: 130%;
}

.sspop.self .comicBox .speech.wide p em {
  color: #ff0000;
}

.sspop.self .comicBox .center img {
  margin-top: -14px;
}

@media screen and (max-width: 767px) {
  .sspop.self .comicBox .center img {
    width: 100%;
    margin-top: 0px;
  }
}

.sspop.self .comicBox .wide + .center img {
  z-index: 999;
  position: relative;
}

.sspop.self .comicBox:nth-of-type(3) {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .sspop.self .comicBox:nth-of-type(3) .center {
    display: none;
  }
}

.sspop.self .sspChart h5.ex {
  font-size: 90%;
}

@media screen and (max-width: 767px) {
  .sspop.self .sspChart h5.ex {
    font-size: 100%;
  }
}

.sspop.deli .floatL {
  width: 583px;
  padding-top: 50px;
  line-height: 180%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sspop.deli .floatL {
    width: auto;
    padding: 0px;
    float: none;
    text-align: center;
  }
}

.sspop.deli .floatL strong {
  display: block;
  font-size: 1.4em;
}

@media screen and (max-width: 767px) {
  .sspop.deli .floatR {
    width: auto;
    padding: 0px;
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sspop.deli .floatR img {
    width: auto;
  }
}

.sspop.deli .sspBox {
  padding: 1.0em;
  clear: both;
  line-height: 160%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sspop.deli .sspBox {
    text-align: left;
  }
}

.sspop.deli .sspBox strong {
  display: block;
  color: #f78822;
  font-size: 1.4em;
}

@media screen and (max-width: 767px) {
  .sspop.deli .sspBox strong br {
    display: none;
  }
}

.sspop.deli .sspBox_b {
  padding: 1.0em;
  clear: both;
  line-height: 160%;
  text-align: center;
  text-align: left;
}

.sspop.deli .sspBox_b strong {
  display: block;
  color: #f78822;
  font-size: 1.4em;
}

.sspop.deli .sspBox_b strong br {
  display: none;
}

@media screen and (max-width: 767px) {
  .sspop.deli .sspChart h5 br {
    display: none;
  }
}

.sspop.sub .comicBox em {
  color: #ff0000;
}

.sspop.sub .comicBox .speech.wide {
  margin-bottom: 7px;
}

.sspop.sub .comicBox .speech.wide:after {
  left: 80%;
  border-left-color: #d7dee1;
}

@media screen and (max-width: 767px) {
  .sspop.sub .comicBox .speech.wide:after {
    left: 70%;
    border-right-color: #d7dee1;
    border-left-color: transparent;
  }
}

.sspop.sub .comicBox.lady .speech {
  background-color: #b2deaf;
}

.sspop.sub .comicBox.lady .speech.wide:after {
  left: 20%;
  border-top-color: #b2deaf;
  border-right-color: #b2deaf;
  border-left-color: transparent;
}

@media screen and (max-width: 767px) {
  .sspop.sub .comicBox.lady .speech.wide:after {
    left: 26%;
    border-top-color: #b2deaf;
    border-right-color: transparent;
    border-left-color: #b2deaf;
  }
}

.sspop.sub .comicBox .speech p {
  line-height: 160%;
}

.sspop.sub div.center {
  padding: 0.89em 0em;
}

@media screen and (max-width: 767px) {
  .sspop.sub div.center {
    text-align: left;
  }
}

.sspop.sub div.center h5 {
  margin-bottom: 0.50em;
  font-size: 1.5em;
}

.sspop.sub div.center strong {
  display: block;
  padding-bottom: 4px;
  color: #ff0000;
}

.sspop.sub div.center li {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sspop.sub div.center p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sspop.sub div img {
    width: 100%;
  }
}

.sspop.ini .comicBox {
  border-bottom: none;
}

.sspop.ini .comicBox .chara img {
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .sspop.ini .comicBox .chara img {
    margin-top: 0px;
  }
}

.sspop.ini .sspChart li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 346px;
  height: 326px;
  margin: 0px 0px 18px 0px;
  float: left;
}

@media screen and (max-width: 767px) {
  .sspop.ini .sspChart li {
    width: auto;
    height: auto;
    float: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sspop.ini .sspChart li:first-of-type {
    margin-bottom: 56px;
  }
}

.sspop.ini .sspChart li:last-of-type {
  float: right;
}

.sspop.ini .sspChart li:after {
  margin: -460px -404px 0px 0px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sspop.ini .sspChart li:after {
    margin: 24px 0px -67px 0px;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}

.sspop.ini .sspChart li h5 {
  font-weight: normal;
}

.sspop.ini .sspChart li .center {
  margin-bottom: 0px;
}

.sspop.ini .notes {
  clear: both;
}

.sspop.onsite h3 br {
  display: none;
}

@media screen and (max-width: 767px) {
  .sspop.onsite h3 br {
    display: block;
  }
}

.sspop.onsite div.floatL {
  width: 500px;
  padding-top: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sspop.onsite div.floatL {
    width: auto;
    float: none;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .sspop.onsite .floatR {
    width: 70%;
    max-width: 211px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}

.sspop.onsite .greenBox strong {
  display: block;
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .sspop.onsite .greenBox strong {
    text-align: center;
  }
}

.sspop.onsite .sspChart li h5,
.sspop.onsite .sspChart li p:not(.mt0) {
  width: 464px;
  float: left;
}

@media screen and (max-width: 767px) {
  .sspop.onsite .sspChart li h5,
  .sspop.onsite .sspChart li p:not(.mt0) {
    width: auto;
    float: none;
  }
}

.sspop.onsite .sspChart li .mt0 {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sspop.onsite .sspChart li .mt0 {
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .sspop.ins .sspBox .center img {
    width: auto;
  }
}

.sspop .url {
  font-size: 0.87em;
}

.sspop .u_txt {
  width: 100%;
  padding: 4px;
  background-color: #000;
  color: #FFF;
  text-align: center;
}

.sspop .u_txt a {
  color: #FFF;
}

.sspop .u_txt.sp {
  display: none;
  display: block;
}

.sspop .u_txt.pc {
  display: none;
}

.sspop #redbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.sspop #redbox .mm {
  font-size: 1.3em;
}

.sspop .info_s {
  padding: 23px 12px 1px 12px;
  background-color: #C7E0F6;
  line-height: 140%;
  text-align: center;
}

.sspop .info_s h4 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  background-color: transparent;
  color: #605b5a;
  font-size: 1.0em;
}

.sspop .info_s h4 br {
  display: none;
}

.sspop .info_s em {
  border-bottom: none;
  font-size: 1.11em;
}

.sspop .info_s a:before {
  padding-right: 3px;
  content: url(/service/img/safetyservice/cart/ss_popup/00arrow02.png);
}

.sspop .info_s h4 {
  color: #000000;
}

.sspop .info_s h4 br {
  display: inline;
}

.sspop .info_s p {
  text-align: left;
}

.sspop .info_s strong {
  display: block;
  line-height: 120%;
  text-align: center;
}

.sspop .info_s em {
  display: block;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.sspop .info_s span {
  font-size: 0.7em;
  line-height: 2;
}

.sspop .jq h6 {
  margin: 0px 0 1.0em 0;
  padding: 0.8em 0;
  background-color: #fde4bd;
  text-align: center;
}

.sspop .jq .bd {
  border-bottom: 3px double;
}

.sspop .jq .item_s {
  margin: 0px 24px 7px;
  font-size: 0.87em;
  text-indent: -1.4em;
}

.sspop .jq .block {
  margin: 0;
  padding: 20px 0 0 0;
  border: 2px #004ea2 solid;
  background: #fff;
}

.sspop .jq table.type11 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: separate;
  line-height: 1.5;
  text-align: center;
}

.sspop .jq table.type11 th {
  width: 50%;
  padding: 10px;
  /*border-right: 1px solid #fff;*/
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #c00;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
}

.sspop .jq table.type11 td {
  width: 50%;
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  vertical-align: top;
}

.sspop .demo01 th {
  width: 50%;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sspop .demo01 th,
  .sspop .demo01 td {
    display: block;
    width: 100%;
    border-top: none;
  }
}

.sspop #balloon5 {
  dispay: inline-block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #d7dee1;
}

.sspop #balloon5 p {
  padding: 20px;
}

.sspop #balloon5:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -9px;
  border: 20px solid transparent;
  border-left-color: #d7dee1;
  content: "";
}

@media screen and (max-width: 767px) {
  .sspop #balloon5:before {
    display: none;
  }
}

.sspop #balloon5 ul {
  padding: 1.2em;
  padding-left: 1.500em;
}

.sspop #balloon5 li {
  text-indent: -0.4em;
}

.sspop #balloon6 {
  dispay: inline-block;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: #b2deaf;
}

.sspop #balloon6 p {
  padding: 10px 0;
  text-align: center;
}

.sspop #balloon6:before {
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 43px;
  border: 10px solid transparent;
  border-top-color: #b2deaf;
  content: "";
}

.sspop #balloon7 {
  dispay: inline-block;
  position: relative;
  width: 85%;
  height: auto;
  margin-left: 10px;
  padding: 20px;
  border-radius: 8px;
  background: #d7dee1;
  text-align: left;
}

.sspop #balloon7 p {
  /*padding: 20px;*/
}

.sspop #balloon7:before {
  display: inline-block;
  display: none;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -9px;
  border: 10px solid transparent;
  border-right-color: #d7dee1;
  content: "";
}

.sspop #balloon8 {
  dispay: inline-block;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px 0 20px;
  border-radius: 12px;
  background: #b2deaf;
}

.sspop #balloon8 p {
  padding: 10px 0;
  text-align: center;
}

.sspop #balloon8:before {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 140px;
  border: 10px solid transparent;
  border-bottom-color: #b2deaf;
  content: "";
}

.p-safetyservice__fv {
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
  background-color: #00a2e6;
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__fv {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__fv {
    padding: 0;
  }
}

.p-safetyservice__fv__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__fv__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10%;
    padding-bottom: 5%;
  }
}

.p-safetyservice__fv__text-area {
  width: 100%;
}

_:-ms-lang(x)::-ms-backdrop, .p-safetyservice__fv__text-area {
  width: 562px;
}

.p-safetyservice__fv__text-area h1 {
  margin-bottom: 25px;
  color: #fff;
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2.4px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__fv__text-area h1 {
    margin-bottom: 3%;
    font-size: 26px;
    font-stretch: normal;
    font-weight: bold;
    letter-spacing: 1.56px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-safetyservice__fv__text-area p {
  padding-left: 7px;
  color: #004da1;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__fv__text-area p {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.84px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-safetyservice__fv__text-area .sub-text {
  margin-bottom: 15px;
  padding: 5px 0;
  background-color: #0077c3;
}

@media screen and (min-width: 768px), print {
  .p-safetyservice__fv__text-area .sub-text {
    width: 200%;
    -webkit-transform: translateX(-54.5%) skew(-20deg);
            transform: translateX(-54.5%) skew(-20deg);
  }
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__fv__text-area .sub-text {
    width: 100%;
    -webkit-transform: translateX(-25px) skew(-20deg);
            transform: translateX(-25px) skew(-20deg);
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__fv__text-area .sub-text {
    padding: 6px 0;
    -webkit-transform: translateX(-7%) skew(-20deg);
            transform: translateX(-7%) skew(-20deg);
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-safetyservice__fv__text-area .sub-text {
  width: 220%;
  transform: translateX(-660px) skew(-20deg);
}

@media screen and (max-width: 1200px) {
  _:-ms-lang(x)::-ms-backdrop, .p-safetyservice__fv__text-area .sub-text {
    width: 100%;
    transform: translateX(-25px) skew(-20deg);
  }
}

.p-safetyservice__fv__text-area .sub-text p {
  width: 100%;
  padding-right: 37px;
  color: #fff;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-align: right;
}

_:-ms-lang(x)::-ms-backdrop, .p-safetyservice__fv__text-area .sub-text p {
  padding-right: 37px;
}

@media screen and (min-width: 768px), print {
  .p-safetyservice__fv__text-area .sub-text p {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
  }
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__fv__text-area .sub-text p {
    padding-left: 30px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__fv__text-area .sub-text p {
    padding-right: 0;
    -webkit-transform: translateX(5%) skew(20deg);
            transform: translateX(5%) skew(20deg);
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-safetyservice__fv__img-area {
  width: 100%;
  max-width: 512px;
}

_:-ms-lang(x)::-ms-backdrop, .p-safetyservice__fv__img-area {
  width: 512px;
  height: 432px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__fv__img-area {
    max-width: none;
    padding: 0 10px;
  }
}

.p-safetyservice__fv__img-area > img {
  width: 100%;
}

_:-ms-lang(x)::-ms-backdrop, .p-safetyservice__fv__img-area > img {
  width: 512px;
  height: 432px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__fv__img-area > img {
    display: block;
    max-width: 350px;
    margin: auto;
  }
}

.p-safetyservice__plan {
  padding-top: 90px;
  padding-bottom: 84px;
  background: url("/service/img/safetyservice/bg_pattern.png") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan {
    padding-top: 10%;
    padding-bottom: 11%;
    background: url("/service/img/safetyservice/bg_pattern-sp.png");
    background-size: contain;
  }
}

.p-safetyservice__plan__inr {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}

.p-safetyservice__plan__head {
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__head {
    margin-bottom: 8%;
  }
}

.p-safetyservice__plan__head p {
  margin-bottom: 12px;
  color: #004da1;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__head p {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-safetyservice__plan__head h2 {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  color: #004da1;
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 2.4px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__head h2 {
    font-size: 26px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.56px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-safetyservice__plan__head h2::after {
    z-index: -1;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 14px;
    background-color: #fad062;
    content: "";
    opacity: 0.5;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-safetyservice__plan__head h2::after {
    width: 80%;
  }
}

.p-safetyservice__plan__head h2 span {
  font-size: 28px;
  letter-spacing: 1.68px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__head h2 span {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-safetyservice__plan__head h2 span.under-line {
  z-index: 2;
  position: relative;
  font-size: 40px;
  letter-spacing: 2.4px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__head h2 span.under-line {
    font-size: 26px;
    letter-spacing: 1.56px;
  }
}

.p-safetyservice__plan__head h2 span.under-line::after {
  z-index: -1;
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 198px;
  height: 14px;
  background-color: #fad062;
  content: "";
  opacity: 0.5;
}

@media screen and (min-width: 768px), print {
  .p-safetyservice__plan__head h2 span.under-line::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__head h2 span.under-line::after {
    right: -5px;
    bottom: 1px;
    width: 105%;
    height: 10px;
  }
}

.p-safetyservice__plan__img-list {
  width: 100%;
  max-width: 714px;
  margin: auto;
  margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__img-list {
    margin-bottom: 6%;
    padding: 0 24px;
  }
}

.p-safetyservice__plan__img-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__img-list ul {
    max-width: 375px;
    margin: auto;
  }
}

.p-safetyservice__plan__img-list ul li {
  width: 148px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__img-list ul li {
    width: 74px;
  }
}

.p-safetyservice__plan__img-list ul li:last-child {
  width: 139px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__img-list ul li:last-child {
    width: 69.5px;
  }
}

.p-safetyservice__plan__img-list ul li img {
  width: 100%;
}

.p-safetyservice__plan__caution {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__caution {
    margin-bottom: 8%;
  }
}

.p-safetyservice__plan__caution p {
  color: #484848;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__caution p {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.84px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-safetyservice__plan__recommend {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  margin-bottom: 90px;
  padding: 16px 0;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  background-color: #000;
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__plan__recommend {
    width: 80%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__recommend {
    width: 90%;
    margin-bottom: 0;
    padding: 10px 0;
  }
}

.p-safetyservice__plan__recommend.small {
  max-width: 860px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__plan__recommend.small {
    width: 80%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__recommend.small {
    margin-bottom: 15px;
  }
}

.p-safetyservice__plan__recommend.large {
  max-width: 1120px;
}

@media screen and (min-width: 768px), print {
  .p-safetyservice__plan__recommend.large {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__plan__recommend.large {
    width: 80%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__recommend.large {
    width: 83%;
    max-width: none;
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.p-safetyservice__plan__recommend p {
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  color: #fff;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__recommend p {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.96px;
    line-height: 1.38;
    text-align: center;
  }
}

.p-safetyservice__plan__recommend p span {
  color: #fad062;
}

.p-safetyservice__plan__bottom {
  padding: 33px 0;
  background-color: rgba(0, 162, 230, 0.1);
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__bottom {
    padding: 22px 0;
  }
}

.p-safetyservice__plan__bottom p {
  color: #00a2e6;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__plan__bottom p {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-safetyservice__point {
  padding-top: 87px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point {
    padding-top: 11%;
  }
}

.p-safetyservice__point__title p {
  margin-bottom: 9px;
  color: #004da1;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__title p {
    margin-bottom: 2%;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.84px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-safetyservice__point__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 43px;
  color: #004da1;
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2.4px;
  line-height: 0.9;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__title h2 {
    margin-bottom: 7%;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1.56px;
    text-align: center;
  }
}

.p-safetyservice__point__title h2 > span {
  font-size: 64px;
  letter-spacing: 7.68px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__title h2 > span {
    font-size: 40px;
    letter-spacing: 4.8px;
  }
}

.p-safetyservice__point__title h2 > span.small {
  font-size: 40px;
  letter-spacing: 2.4px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__title h2 > span.small {
    font-size: 26px;
    letter-spacing: 1.56px;
  }
}

.p-safetyservice__point__img-list {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__img-list {
    padding: 0 15px;
  }
}

.p-safetyservice__point__img-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__img-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-safetyservice__point__img-list ul li {
  width: 25%;
  max-width: 284px;
  margin-right: 1px;
  border-radius: 20px;
  background-color: #00a2e6;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__img-list ul li {
    width: 49%;
    margin-bottom: 3px;
    border-radius: 10px;
  }
}

.p-safetyservice__point__img-list ul li:hover a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.p-safetyservice__point__img-list ul li:nth-child(odd) {
  background-color: #004da1;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__img-list ul li:nth-child(odd) {
    margin-right: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__img-list ul li:nth-child(3) {
    margin-bottom: 0px;
  }
}

.p-safetyservice__point__img-list ul li:nth-child(3) img {
  width: 86px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__img-list ul li:nth-child(3) img {
    width: 54px;
  }
}

.p-safetyservice__point__img-list ul li:nth-child(4) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__img-list ul li:nth-child(4) {
    margin-bottom: 0px;
  }
}

.p-safetyservice__point__img-list ul li:nth-child(4) img {
  width: 93px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__img-list ul li:nth-child(4) img {
    width: 58px;
  }
}

.p-safetyservice__point__img-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 33px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__img-list ul li a {
    padding-top: 14%;
    padding-bottom: 6%;
  }
}

.p-safetyservice__point__img-list ul li a span {
  margin-bottom: 22px;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__img-list ul li a span {
    margin-bottom: 9%;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.66px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-safetyservice__point__img-list ul li a img {
  width: 96px;
  margin-bottom: 27px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__img-list ul li a img {
    width: 60px;
    margin-bottom: 8%;
  }
}

.p-safetyservice__point__img-list ul li a img.icon {
  width: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__img-list ul li a img.icon {
    width: 11px;
  }
}

.p-safetyservice__point__img-list ul li a p {
  margin-bottom: 11px;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__point__img-list ul li a p {
    margin-bottom: 9%;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.72px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-safetyservice__point__img-list ul li a p > span {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

.p-safetyservice__section {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #e5f6fc;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section {
    padding-top: 4%;
  }
  .p-safetyservice__section.pt0 {
    padding-top: 0;
  }
}

.p-safetyservice__section.first {
  margin-top: -123px;
  padding-top: 234px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section.first {
    margin-top: -59%;
    padding-top: 72%;
  }
}

@media screen and (min-width: 768px), print {
  .p-safetyservice__section.last {
    padding-bottom: 31px;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section.last {
    padding-top: 0;
    padding-bottom: 12%;
  }
}

.p-safetyservice__section__inr {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__inr {
    padding: 0 15px;
  }
}

.p-safetyservice__section__head {
  width: 100%;
}

.p-safetyservice__section__head.section01 {
  position: relative;
}

.p-safetyservice__section__head.section01:before {
  position: absolute;
  right: 0;
  bottom: -32px;
  width: 240px;
  height: 192px;
  background: url("/service/img/safetyservice/bg_SS1.png") no-repeat center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__head.section01:before {
    right: -15px;
    bottom: -25%;
    width: 187.5px;
    height: 153.5px;
  }
}

.p-safetyservice__section__head.section02 {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .p-safetyservice__section__head.section02 {
    min-height: 171px;
  }
}

.p-safetyservice__section__head.section02:before {
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 240px;
  height: 192px;
  background: url("/service/img/safetyservice/bg_SS2.png") no-repeat center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__head.section02:before {
    bottom: -42px;
    width: 187px;
    height: 160px;
  }
}

.p-safetyservice__section__head.section03 {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-safetyservice__section__head.section03 {
    overflow: hidden;
  }
}

.p-safetyservice__section__head.section03:before {
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 240px;
  height: 192px;
  background: url("/service/img/safetyservice/bg_SS3.png") no-repeat center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__head.section03:before {
    bottom: 0;
    width: 173px;
    height: 173px;
  }
}

.p-safetyservice__section__head.section04 {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-safetyservice__section__head.section04 {
    overflow: hidden;
  }
}

.p-safetyservice__section__head.section04:before {
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 240px;
  height: 192px;
  background: url("/service/img/safetyservice/bg_SS4.png") no-repeat center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__head.section04:before {
    bottom: -7%;
    left: -15px;
    width: 185.5px;
    height: 163px;
  }
}

.p-safetyservice__section__head h3 {
  margin-bottom: 9px;
  color: #004da1;
  font-size: 56px;
  font-stretch: normal;
  font-style: normal;
  font-style: italic;
  font-weight: normal;
  letter-spacing: normal;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__head h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-stretch: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5;
  }
}

.p-safetyservice__section__title {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__title {
    margin-bottom: 8%;
  }
}

.p-safetyservice__section__title p {
  margin-bottom: 10px;
  color: #000;
  font-size: 28px;
  font-stretch: normal;
  font-style: normal;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__title p {
    margin-bottom: 2%;
    font-size: 20px;
    font-stretch: normal;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 1.5;
    text-align: center;
  }
  .p-safetyservice__section__title p.small {
    font-size: 18px;
    font-stretch: normal;
    font-weight: bold;
    letter-spacing: 1.08px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-safetyservice__section__title span {
  display: block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__title span {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.72px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-safetyservice__section__content {
  width: 100%;
  padding: 46px 30px 42px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content {
    padding: 6% 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-safetyservice__section__content.pb {
    padding-bottom: 30px;
  }
}

.p-safetyservice__section__content.lady {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content.lady::after {
    position: absolute;
    right: 5px;
    bottom: 0%;
    width: 92px;
    height: 110px;
    background: url("/service/img/safetyservice/img_lady.png") no-repeat center;
    background-size: contain;
    content: "";
  }
}

.p-safetyservice__section__content__inr {
  position: relative;
}

.p-safetyservice__section__content__title {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  padding-bottom: 15px;
  border-bottom: 2px solid #004da1;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__title {
    padding-bottom: 3%;
  }
}

.p-safetyservice__section__content__title h4 {
  color: #004da1;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__title h4 {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-safetyservice__section__content__ex-list {
  margin-top: 50px;
  margin-bottom: 41px;
}

.p-safetyservice__section__content__ex-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__section__content__ex-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__ex-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-safetyservice__section__content__ex-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32.3%;
}

.p-safetyservice__section__content__ex-list ul li:last-child .p-safetyservice__section__content__ex-list__img {
  width: 140px;
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__section__content__ex-list ul li {
    width: 50%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__ex-list ul li {
    width: 100%;
    margin-bottom: 0;
  }
}

.p-safetyservice__section__content__ex-list__head .arrow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  height: 50px;
  margin-bottom: 30px;
  border-radius: 25px;
  background: #004DA1;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__ex-list__head .arrow_box {
    width: 225px;
    height: 34px;
    margin: auto;
    margin-bottom: 11%;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.p-safetyservice__section__content__ex-list__head .arrow_box:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-color: rgba(0, 77, 161, 0);
  border-top-color: #004DA1;
  content: '';
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__ex-list__head .arrow_box:after {
    margin-left: -4px;
    border-top-width: 5px;
    border-right-width: 4px;
    border-bottom-width: 5px;
    border-left-width: 4px;
  }
}

.p-safetyservice__section__content__ex-list__img {
  width: 148px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__ex-list__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.p-safetyservice__section__content__ex-list__img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__ex-list__img img {
    max-width: 111px;
  }
}

.p-safetyservice__section__content__ex-list__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 350px;
  padding: 21px 23px 21px 29px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__ex-list__text {
    margin-bottom: 7%;
    padding: 4% 8%;
  }
}

.p-safetyservice__section__content__ex-list__text .left {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-safetyservice__section__content__ex-list__text .left {
    padding-right: 37px;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__ex-list__text .left {
    width: 80%;
    padding-right: 6%;
  }
}

.p-safetyservice__section__content__ex-list__text .left::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 11px;
  height: 88px;
  background: url("/service/img/safetyservice/fukidasi.png") no-repeat center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__ex-list__text .left::after {
    top: -14%;
    width: 6px;
    height: 68px;
  }
}

.p-safetyservice__section__content__ex-list__text .left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__ex-list__text .left dl {
    width: 100%;
  }
}

.p-safetyservice__section__content__ex-list__text .left dl dt {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__ex-list__text .left dl dt {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.p-safetyservice__section__content__ex-list__text .left dl dd {
  width: 120px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__ex-list__text .left dl dd {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.p-safetyservice__section__content__ex-list__text .right p {
  color: #e43344;
  font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 2.16px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__ex-list__text .right p {
    font-size: 24px;
    letter-spacing: 1.44px;
  }
}

.p-safetyservice__section__content__ex-list__text .right p span {
  font-size: 20px;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__ex-list__text .right p span {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

.p-safetyservice__section__content__ex-list-sp {
  margin-top: 11%;
  overflow: hidden;
}

.p-safetyservice__section__content__ex-list-sp .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-safetyservice__section__content__ex-list-sp .swiper-button-next {
  width: 15.5px;
  height: 21px;
  margin-top: -13%;
  background-image: url("/service/img/safetyservice/icon_arrow-blk.png");
  background-position: center;
  background-size: contain;
}

.p-safetyservice__section__content__ex-list-sp .swiper-button-prev {
  width: 15.5px;
  height: 21px;
  margin-top: -13%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("/service/img/safetyservice/icon_arrow-blk.png");
  background-position: center;
  background-size: contain;
}

.p-safetyservice__section__content__memo p {
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__memo p {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.08px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-safetyservice__section__content__memo p span {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__memo p span {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-safetyservice__section__content__memo p span.under-line {
  z-index: 2;
  position: relative;
  font-size: 24px;
  letter-spacing: 1.44px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__memo p span.under-line {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-safetyservice__section__content__memo p span.under-line::after {
  z-index: -1;
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 198px;
  height: 14px;
  background-color: #fad062;
  content: "";
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__memo p span.under-line::after {
    bottom: -2px;
    width: 100%;
    height: 10px;
  }
}

.p-safetyservice__section__content__panel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__section__content__panel ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__panel ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-safetyservice__section__content__panel ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  max-width: 525px;
  padding: 20px 35px 20px 20px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__section__content__panel ul li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
  .p-safetyservice__section__content__panel ul li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__panel ul li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    max-width: none;
    min-height: 0%;
    margin-bottom: 10px;
    padding: 25px 15px;
  }
}

.p-safetyservice__section__content__panel__img {
  width: 190px;
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__section__content__panel__img {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__panel__img {
    width: 100px;
    margin-right: 6%;
  }
}

.p-safetyservice__section__content__panel__img img {
  width: 100%;
}

.p-safetyservice__section__content__panel__text {
  max-width: 259px;
  padding-top: 23px;
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__section__content__panel__text {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__panel__text {
    width: 57%;
    padding-top: 0;
  }
}

.p-safetyservice__section__content__panel__text h4 {
  margin-bottom: 7px;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__panel__text h4 {
    margin-bottom: 1%;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

.p-safetyservice__section__content__panel__text p {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__panel__text p {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-safetyservice__section__content__coment-img {
  width: 100%;
  max-width: 794px;
  margin: auto;
  margin-top: 4px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__coment-img {
    margin-bottom: 20px;
  }
}

.p-safetyservice__section__content__coment-img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__coment-img img {
    display: block;
    max-width: 305px;
    margin: auto;
  }
  .p-safetyservice__section__content__coment-img img.u-sp-hide {
    display: none;
  }
}

.p-safetyservice__section__content__plan-list {
  margin-top: 60px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list {
    margin-top: 11%;
    margin-bottom: 3%;
  }
}

.p-safetyservice__section__content__plan-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-safetyservice__section__content__plan-list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1040px;
    margin: auto;
  }
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__section__content__plan-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-safetyservice__section__content__plan-list ul li {
  width: 25%;
  max-width: 250px;
  padding: 0 24px;
  padding-top: 34px;
  padding-bottom: 32px;
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__section__content__plan-list ul li {
    width: 48%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48%;
    max-width: none;
    height: 87px;
    padding: 0px 10px;
  }
}

.p-safetyservice__section__content__plan-list ul li:nth-child(1) {
  background-color: #f9f9f1;
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__section__content__plan-list ul li:nth-child(1) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list ul li:nth-child(1) {
    margin-right: 11px;
    margin-bottom: 11px;
  }
}

.p-safetyservice__section__content__plan-list ul li:nth-child(2) {
  background-color: #f4f9ec;
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__section__content__plan-list ul li:nth-child(2) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list ul li:nth-child(2) {
    margin-bottom: 11px;
  }
}

.p-safetyservice__section__content__plan-list ul li:nth-child(3) {
  background-color: #eaf3fb;
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__section__content__plan-list ul li:nth-child(3) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list ul li:nth-child(3) {
    margin-right: 11px;
  }
}

.p-safetyservice__section__content__plan-list ul li:nth-child(4) {
  background-color: #fef4eb;
}

.p-safetyservice__section__content__plan-list ul li p.head {
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list ul li p.head {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.72px;
    line-height: 1;
    text-align: center;
  }
}

.p-safetyservice__section__content__plan-list ul li p.price {
  color: #004da1;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list ul li p.price {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.96px;
    text-align: center;
  }
}

.p-safetyservice__section__content__plan-list ul li p.price span {
  font-size: 36px;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list ul li p.price span {
    font-size: 24px;
    letter-spacing: 1.44px;
  }
}

@media screen and (min-width: 768px), print {
  .p-safetyservice__section__content__plan-list ul li.push {
    position: relative;
  }
  .p-safetyservice__section__content__plan-list ul li.push::before {
    position: absolute;
    top: -15px;
    left: calc(50% - 70px);
    width: 140px;
    height: 30px;
    background: url("/service/img/safetyservice/icon-push.png") no-repeat center;
    background-size: contain;
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list ul li.push img {
    width: 70px;
    height: 16px;
  }
}

.p-safetyservice__section__content__plan-list__caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list__caution {
    margin-bottom: 8%;
  }
}

.p-safetyservice__section__content__plan-list__caution span {
  color: #7f7f7f;
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.66px;
  line-height: 1.55;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list__caution span {
    font-size: 10px;
    letter-spacing: 0.6px;
  }
}

.p-safetyservice__section__content__plan-list__caution p {
  padding-left: 5px;
  color: #7f7f7f;
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.66px;
  line-height: 1.55;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list__caution p {
    font-size: 10px;
    letter-spacing: 0.6px;
  }
}

.p-safetyservice__section__content__plan-list__text p {
  margin-bottom: 5px;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list__text p {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.08px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-safetyservice__section__content__plan-list__text p > span {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list__text p > span {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-safetyservice__section__content__plan-list__text p > span.under-line {
  z-index: 2;
  position: relative;
  font-size: 24px;
  letter-spacing: 1.44px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list__text p > span.under-line {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-safetyservice__section__content__plan-list__text p > span.under-line::after {
  z-index: -1;
  position: absolute;
  right: 4px;
  bottom: -3px;
  width: 100%;
  height: 14px;
  background-color: #fad062;
  content: "";
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list__text p > span.under-line::after {
    bottom: -2px;
    width: 100%;
    height: 10px;
  }
}

.p-safetyservice__section__content__plan-list__text p.caution {
  color: #7f7f7f;
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.66px;
  line-height: 1.55;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list__text p.caution {
    font-size: 10px;
    letter-spacing: 0.6px;
  }
}

.p-safetyservice__section__content__plan-list__button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 202px;
  height: 28px;
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__section__content__plan-list__button {
    position: relative;
    margin: auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list__button {
    position: relative;
    width: 180px;
    height: 24px;
    margin: auto;
    margin-top: 0;
  }
}

.p-safetyservice__section__content__plan-list__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 7px 7px 7px 11px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list__button a {
    padding: 0 8px;
  }
}

.p-safetyservice__section__content__plan-list__button a::after {
  display: none;
}

.p-safetyservice__section__content__plan-list__button a span {
  color: #00a2e6;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list__button a span {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-safetyservice__section__content__plan-list__button a img {
  width: 12px;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__plan-list__button a img {
    width: 10.5px;
    margin-left: 4px;
  }
}

.p-safetyservice__section__content__text {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__text {
    margin-bottom: 5%;
  }
}

.p-safetyservice__section__content__text p {
  color: #484848;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.35;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__text p {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-safetyservice__section__content__text p span.red {
  color: #e43344;
}

.p-safetyservice__section__content__text p span.bold {
  font-size: 24px;
  letter-spacing: 1.44px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__text p span.bold {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-safetyservice__section__content__text p span.large {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__text p span.large {
    font-size: 22px;
    letter-spacing: 1.2px;
  }
}

.p-safetyservice__section__content__lady__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 680px;
  margin: auto;
  margin-bottom: 18px;
  padding: 30px 55px 26px 55px;
  border-radius: 2px;
  background-color: #e5f6fc;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__lady__text {
    margin-bottom: 2%;
    padding: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-safetyservice__section__content__lady__text::after {
    position: absolute;
    right: -82px;
    bottom: -77px;
    width: 184px;
    height: 220px;
    background: url("/service/img/safetyservice/img_lady.png") no-repeat center;
    background-size: contain;
    content: "";
  }
}

@media screen and (max-width: 1200px) {
  .p-safetyservice__section__content__lady__text::after {
    right: -62px;
    width: 145px;
    height: 174px;
  }
}

.p-safetyservice__section__content__lady__text p {
  margin-bottom: 13px;
  color: #004da1;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__lady__text p {
    margin-bottom: 2%;
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__lady__text a {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-safetyservice__section__content__lady__caution p {
  color: #7f7f7f;
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.66px;
  line-height: 1.55;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__section__content__lady__caution p {
    font-size: 10px;
    letter-spacing: 0.6px;
    text-align: left;
  }
}

.p-safetyservice__select-plan {
  padding-top: 110px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan {
    padding-top: 11%;
  }
}

.p-safetyservice__select-plan__inr {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}

.p-safetyservice__select-plan__title {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__title {
    margin-bottom: 8%;
  }
}

.p-safetyservice__select-plan__title p {
  width: 100%;
  margin-bottom: 18px;
  color: #004da1;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__title p {
    margin-bottom: 1%;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.84px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-safetyservice__select-plan__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #004da1;
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2.4px;
  line-height: 0.9;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__title h2 {
    font-size: 26px;
    font-stretch: normal;
    font-weight: bold;
    letter-spacing: 1.61px;
    text-align: center;
  }
}

.p-safetyservice__select-plan__title h2 > span {
  font-size: 64px;
  letter-spacing: 7.68px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__title h2 > span {
    font-size: 38px;
    letter-spacing: 4.56px;
  }
}

.p-safetyservice__select-plan__chart {
  width: 100%;
  max-width: 810px;
  margin: auto;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__chart {
    margin-bottom: 10%;
    padding: 0 15px;
  }
}

.p-safetyservice__select-plan__chart > img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table .table-wrap {
    width: 100%;
    margin-bottom: 4%;
    overflow-x: scroll;
  }
  .p-safetyservice__select-plan__table .table-wrap::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #c8c8c8;
  }
  .p-safetyservice__select-plan__table .table-wrap::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #00a2e6;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table .table-inr {
    padding-left: 15px;
  }
}

.p-safetyservice__select-plan__table__title {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table__title {
    margin-bottom: 5%;
  }
}

.p-safetyservice__select-plan__table__title h3 {
  font-size: 28px;
  font-stretch: normal;
  font-style: normal;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.29;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table__title h3 {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

.p-safetyservice__select-plan__table table {
  width: 100%;
  margin-bottom: 30px;
  table-layout: auto;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table table {
    width: 900px;
    margin-bottom: 4%;
  }
}

.p-safetyservice__select-plan__table table tbody {
  width: 100%;
}

.p-safetyservice__select-plan__table table tbody.service tr {
  width: 100%;
}

.p-safetyservice__select-plan__table table tbody.service tr.grey {
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
  background-color: #f6f6f6;
}

.p-safetyservice__select-plan__table table tbody.service tr.grey td {
  padding: 22px 18px;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table table tbody.service tr.grey td {
    padding: 18px 18px;
    font-size: 14px;
    letter-spacing: 0.83px;
  }
}

.p-safetyservice__select-plan__table table tbody.service tr.bb {
  border-bottom: 1px solid #c8c8c8;
}

.p-safetyservice__select-plan__table table tbody.service tr.bb2px {
  border-bottom: 2px solid #c8c8c8;
}

.p-safetyservice__select-plan__table table tbody.service tr.bt {
  border-top: 1px solid #c8c8c8;
}

.p-safetyservice__select-plan__table table tbody.service tr th {
  width: 20%;
  padding: 14px 18px;
  border-top: 2px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  color: #fff;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table table tbody.service tr th {
    padding: 14px 18px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-safetyservice__select-plan__table table tbody.service tr th:last-child {
  border-right: none;
}

.p-safetyservice__select-plan__table table tbody.service tr th.yellow {
  background-color: #c9c979;
}

.p-safetyservice__select-plan__table table tbody.service tr th.pink {
  background-color: #e976b3;
}

.p-safetyservice__select-plan__table table tbody.service tr th.green {
  background-color: #98c140;
}

.p-safetyservice__select-plan__table table tbody.service tr th.blue {
  background-color: #3386d7;
}

.p-safetyservice__select-plan__table table tbody.service tr th.orange {
  background-color: #f3963a;
}

.p-safetyservice__select-plan__table table tbody.service tr td {
  width: 20%;
  padding: 14px 18px;
  border-right: 1px solid #c8c8c8;
  color: #484848;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table table tbody.service tr td {
    padding: 14px 18px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-safetyservice__select-plan__table table tbody.service tr td:last-child {
  border-right: none;
}

.p-safetyservice__select-plan__table table tbody.service tr td.yellow {
  background-color: #f9f9f1;
}

.p-safetyservice__select-plan__table table tbody.service tr td.pink {
  background-color: #fdf1f7;
}

.p-safetyservice__select-plan__table table tbody.service tr td.green {
  background-color: #f4f9ec;
}

.p-safetyservice__select-plan__table table tbody.service tr td.blue {
  background-color: #eaf3fb;
}

.p-safetyservice__select-plan__table table tbody.service tr td.orange {
  background-color: #fef4eb;
}

.p-safetyservice__select-plan__table table tbody.service tr td.text {
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-safetyservice__select-plan__table table tbody.service tr td.text {
    padding: 21px 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table table tbody.service tr td.text {
    padding: 20px 18px;
  }
}

.p-safetyservice__select-plan__table table tbody.service tr td a {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table table tbody.service tr td a {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-safetyservice__select-plan__table table tbody.service tr td a > .ico {
  width: 16px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table table tbody.service tr td a > .ico {
    width: 14px;
  }
}

.p-safetyservice__select-plan__table table tbody.service tr td p {
  margin-top: 7px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table table tbody.service tr td p {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-safetyservice__select-plan__table table tbody.price {
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

.p-safetyservice__select-plan__table table tbody.price tr th {
  width: 210px;
  height: 50px;
  padding: 14px 18px;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
  color: #fff;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table table tbody.price tr th {
    padding: 14px 18px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-safetyservice__select-plan__table table tbody.price tr th.bl-none {
  border-left: none;
}

.p-safetyservice__select-plan__table table tbody.price tr th.br-none {
  border-right: none;
}

.p-safetyservice__select-plan__table table tbody.price tr th.grey {
  width: 310px;
  height: 72px;
  background-color: #f6f6f6;
  color: #484848;
  text-align: center;
  vertical-align: middle;
}

.p-safetyservice__select-plan__table table tbody.price tr th.yellow {
  background-color: #c9c979;
}

.p-safetyservice__select-plan__table table tbody.price tr th.pink {
  height: 90px;
  background-color: #e976b3;
  vertical-align: middle;
}

.p-safetyservice__select-plan__table table tbody.price tr th.green {
  background-color: #98c140;
}

.p-safetyservice__select-plan__table table tbody.price tr th.blue {
  background-color: #3386d7;
}

.p-safetyservice__select-plan__table table tbody.price tr th.orange {
  background-color: #f3963a;
}

.p-safetyservice__select-plan__table table tbody.price tr td {
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.84px;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table table tbody.price tr td {
    padding: 14px 18px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-safetyservice__select-plan__table table tbody.price tr td.br-none {
  border-right: none;
}

.p-safetyservice__select-plan__table table tbody.price tr td > span.red {
  color: #e43344;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table table tbody.price tr td > span.red {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

.p-safetyservice__select-plan__table table tbody.price tr td > span.large {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.92px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table table tbody.price tr td > span.large {
    font-size: 24px;
    letter-spacing: 1.44px;
    line-height: 1;
  }
}

.p-safetyservice__select-plan__table table tbody.price tr td > span.bold {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table table tbody.price tr td > span.bold {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

.p-safetyservice__select-plan__table table tbody.price tr td > span.blk {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.p-safetyservice__select-plan__table__caution {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table__caution {
    padding: 0 15px;
  }
}

.p-safetyservice__select-plan__table__caution ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  color: #7f7f7f;
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.66px;
  line-height: 1.55;
  text-align: left;
}

.p-safetyservice__select-plan__table__caution ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table__caution ul li {
    font-size: 10px;
    letter-spacing: 0.6px;
  }
}

.p-safetyservice__select-plan__table__caution ul li span {
  margin-right: 10px;
}

.p-safetyservice__select-plan__table__lnk {
  margin-bottom: 49px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table__lnk {
    margin-bottom: 9%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table__lnk a {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-safetyservice__select-plan__table__button {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table__button {
    margin-bottom: 11%;
    padding: 0 15px;
  }
}

.p-safetyservice__select-plan__table__button a {
  width: 100%;
  max-width: 543px;
  height: 50px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table__button a {
    height: 75px;
  }
  .p-safetyservice__select-plan__table__button a > span {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

.p-safetyservice__select-plan__table__button a:after {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__select-plan__table__button a:after {
    right: 15px;
  }
}

.p-safetyservice__question {
  padding-top: 90px;
  padding-bottom: 135px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__question {
    padding-top: 5%;
    padding-bottom: 4.5%;
  }
}

.p-safetyservice__question__inr {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}

.p-safetyservice__question__title {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__question__title {
    margin-bottom: 5%;
  }
}

.p-safetyservice__question__title h2 {
  color: #004da1;
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2.4px;
  line-height: 0.9;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__question__title h2 {
    font-size: 26px;
    font-stretch: normal;
    font-weight: bold;
    letter-spacing: 1.56px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-safetyservice__question__list {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__question__list {
    margin-bottom: 12.5%;
    padding: 0 15px;
  }
}

.p-safetyservice__question__list ul li {
  border-bottom: 1px dotted #c8c8c8;
}

.p-safetyservice__question__list ul li:first-child {
  border-top: 1px dotted #c8c8c8;
}

.p-safetyservice__question__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 22px 22px 29px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__question__q {
    padding: 19px 20px;
    padding-right: 34px;
  }
}

.p-safetyservice__question__q::before {
  -webkit-transition: .5s;
  transition: .5s;
}

.p-safetyservice__question__q::after {
  -webkit-transition: .5s;
  transition: .5s;
}

.p-safetyservice__question__q:hover::before {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-safetyservice__question__q:hover::after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-safetyservice__question__q span {
  color: #004da1;
  font-size: 28px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__question__q span {
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-safetyservice__question__q p {
  margin-left: 28px;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__question__q p {
    margin-left: 12px;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.84px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-safetyservice__question__a {
  padding-top: 4px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__question__a {
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.p-safetyservice__question__a .text {
  width: 100%;
  padding: 21px 30px 21px 30px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__question__a .text {
    padding: 14px 15px;
  }
}

.p-safetyservice__question__a .text p {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__question__a .text p {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.72px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-safetyservice__question__a .text .caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__question__a .text .caution {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-safetyservice__question__a .text .caution span {
  color: #7f7f7f;
  font-size: 11px;
  line-height: 1.55;
}

.p-safetyservice__question__a .text .caution > p {
  padding-left: 10px;
  color: #7f7f7f;
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.66px;
  line-height: 1.55;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__question__a .text .caution > p {
    padding-left: 5px;
  }
}

.p-safetyservice__question .c-accordion__title--cross::before, .p-safetyservice__question .c-accordion__title--cross::after {
  background-color: #004ea2;
}

.p-safetyservice__question .c-accordion__title--cross::before {
  right: 20px;
  width: 12px;
  height: 2px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__question .c-accordion__title--cross::before {
    right: 14px;
    width: 10px;
  }
}

.p-safetyservice__question .c-accordion__title--cross::after {
  right: 25px;
  width: 2px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__question .c-accordion__title--cross::after {
    right: 18px;
    height: 10px;
  }
}

.p-safetyservice__question__button {
  width: 271px;
  height: 50px;
  margin: auto;
}

.p-safetyservice__question__button a::after {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .p-safetyservice__question__button a::after {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-safetyservice__question__button a span {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

sup {
  top: -1em;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  sup {
    font-size: 10px;
  }
}

/* Utility ------------ */
.u-block {
  display: block;
}

.u-block-none {
  display: none;
}

@media screen and (min-width: 768px), print {
  .u-pc-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}

@media screen and (min-width: 1281px) {
  .u-pc-header-hide {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .u-sp-header-hide {
    display: none;
  }
}

.u-border-none {
  border: none;
}

.u-border-none-l {
  border-left: 0;
}

.u-border-none-r {
  border-right: 0;
}

.u-border-none-t {
  border-top: 0;
}

.u-border-none-b {
  border-bottom: 0;
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-pt0 {
  padding-top: 0px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pr0 {
  padding-right: 0px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pl85 {
  padding-left: 85px;
}

.u-pr85 {
  padding-right: 85px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pl95 {
  padding-left: 95px;
}

.u-pr95 {
  padding-right: 95px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pl100 {
  padding-left: 100px;
}

.u-pr100 {
  padding-right: 100px;
}

@media screen and (min-width: 768px), print {
  .u-pc-width {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .u-pc-width {
    padding-left: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .u-pc-width {
    padding-left: 150px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .u-pc-width {
    padding-right: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .u-pc-width {
    padding-right: 150px;
  }
}

@media screen and (min-width: 768px), print {
  .u-pc-width--120 {
    max-width: 1440px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .u-pc-width--120 {
    padding-left: calc( 20px + 100 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .u-pc-width--120 {
    padding-left: 120px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .u-pc-width--120 {
    padding-right: calc( 20px + 100 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .u-pc-width--120 {
    padding-right: 120px;
  }
}

.c-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-tab__item {
  cursor: pointer;
}

.c-tab__box {
  display: none;
}

.c-tab__box.is-show {
  display: block;
}
