@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input[type=password]::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.l-container {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
}

.c-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.c-button {
  -webkit-appearance: none;
  appearance: none;
}
.c-button:disabled, fieldset:disabled .c-button {
  cursor: not-allowed;
}

html {
  font-size: 10px;
  font-family: Arial, meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  background: #fff;
  height: 100%;
}

body {
  display: flex;
  min-width: 1155px;
  font-size: 1.6rem;
}

button:hover, button:active,
input:hover,
input:active,
a:hover,
a:active {
  outline: none;
}

img {
  max-width: 100%;
}

.l-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.top .l-content {
  padding-bottom: 130px;
}

.l-container__wrap {
  margin: 0 calc(((var(--vw, 1vw) * 100 - 100%) / 2) * -1);
}
.l-container__wrap--gray {
  background: #f3f3f3;
}
.l-container__wrap--blue {
  background: #e3f1f6;
}

.l-main {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding-bottom: 76px;
  overflow: hidden;
}
.iv .l-main {
  padding-bottom: 56px;
}

.l-footer {
  flex: 0 0 auto;
}

.title {
  color: #333;
  font-family: Arial, meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.title--center {
  text-align: center;
}
.title--normal {
  font-weight: 400;
}
.title--icon::before {
  content: "";
  display: block;
  margin: 0 auto 7px;
  background: no-repeat 50% 50%;
  background-size: contain;
}
.title--icon[data-icon=top-entry]::before {
  width: 194px;
  height: 67px;
  background-image: url(/common/img/entry/top/icon_entry.png);
}
.iv .title--icon[data-icon=top-entry]::before {
  background-image: url(/common/img/iv/top/icon_entry.png);
}
.title--icon[data-icon=top-intro]::before {
  width: 164px;
  height: 80px;
  background-image: url(/common/img/entry/top/icon_intro.png);
}
.title--icon[data-icon=top-about]::before {
  width: 248px;
  height: 65px;
  background-image: url(/common/img/entry/top/icon_about.png);
}
.title--icon[data-icon=top-carenet]::before {
  width: 153px;
  height: 55px;
  background-image: url(/common/img/iv/top/icon_carenet.png);
}
.title--wide {
  letter-spacing: 0.06em;
}
.title--bold,
.title strong {
  font-weight: 700;
}
.title--error {
  color: #ee0202;
}
.title--error::before {
  content: "";
  display: block;
  margin: 0 auto 13px;
  width: 28px;
  height: 26px;
  background: url(/common/img/icon_title_error.png) no-repeat 50% 50%;
  background-size: contain;
}
.title--size1 {
  margin-bottom: 17px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-size: 4rem;
}
.title--size2 {
  margin-bottom: 26px;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
}
.title--size3 {
  margin-bottom: 28px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-size: 2.4rem;
}
.title--size4 {
  margin-top: 35px;
  margin-bottom: 12px;
  font-size: 1.8rem;
}

.p-section .title--size2 {
  margin-bottom: 36px;
}

.title--size2 ~ .title--size2 {
  margin-top: 51px;
}

.title--size2 + .title--size4 {
  margin-top: 0;
}

.title--size2 + .p-text.p-text--center:not(:first-child) {
  margin-top: -24px;
  margin-bottom: 50px;
}

.link {
  color: #3c7fd2;
  transition: 240ms ease-out;
  transition-property: opacity;
}
.iv .link {
  color: #2e9eb5;
}
.link--underline {
  text-decoration: underline;
}
.link[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 13px;
  background: url(/common/img/entry/mail/icon_link_external.png) no-repeat 50% 50%;
  background-size: contain;
}
.link[target=_blank][href$=pdf]::after {
  display: none;
}

.input {
  padding: 8px 65px 8px 19px;
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.input--error {
  background: #ffe4e4;
  border-color: #ee0202;
}
.input--error:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffe4e4 inset;
}

.c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  background: #fff;
  font-family: Arial, meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 1.6rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.08);
  transition: 240ms ease-out;
  transition-property: background;
}
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  display: block;
  width: 7px;
  height: 12px;
  transform: translateY(-50%);
  background: url(/common/img/icon_button_arrow.png) no-repeat 50% 50%;
  background-size: contain;
}
a.c-button {
  text-decoration: none;
}

.c-button__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  padding: 10px;
}
.c-button:disabled, .c-button--disabled {
  box-shadow: none;
  pointer-events: none;
}
.c-button:disabled::before, .c-button--disabled::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgba(255, 255, 255, 0.7);
}
.c-button__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.c-button__wrap .c-button {
  width: 280px;
}
.c-button__wrap .c-button:not(:first-child) {
  margin-top: 30px;
}
.c-button__wrap--large .c-button {
  width: 320px;
}
.c-button__annotation {
  display: block;
  margin-top: 6px;
  font-size: 1.4rem;
}
.c-button--primary {
  color: #fff;
  background: #f9822a;
  border-color: #f9822a;
  transition: 240ms ease-out;
  transition-property: opacity;
}
.c-button--primary::after {
  right: 18px;
  width: 9px;
  height: 14px;
  background-image: url(/common/img/icon_button_arrow_white.png);
}
.c-button--copy {
  width: 180px;
  height: 50px;
}
.c-button--copy::after {
  display: none;
}
.c-button--copy .c-button__inner::before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  background: no-repeat 50% 50%;
  background-size: contain;
}
.c-button--copy[data-type=link] .c-button__inner::before {
  background-image: url(/common/img/entry/linkcreate/icon_copy_link.png);
}
.c-button--copy[data-type=example] .c-button__inner::before {
  background-image: url(/common/img/entry/linkcreate/icon_copy_text.png);
}
.c-button--close::after {
  display: none;
}
.c-button--close .c-button__inner::before {
  content: "";
  position: relative;
  top: -1px;
  display: block;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  background: url(/common/img/icon_button_close.png) no-repeat 50% 50%;
  background-size: contain;
}
.c-button--arrowLeft::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}

.c-bnr {
  position: relative;
  display: block;
}
a.c-bnr {
  transition: 240ms ease-out;
  transition-property: opacity;
}

.c-bnr__qr {
  position: absolute;
  top: 70px;
  right: 111px;
}
.c-bnr__text {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
}
.c-bnr--small {
  margin-left: 30px;
  margin-right: 30px;
}

.c-annotationList {
  margin-top: 10px;
  font-size: 1.6rem;
}
.c-annotationList__item {
  position: relative;
  padding-left: 1.5em;
}
.c-annotationList__item + .c-annotationList__item {
  margin-top: 5px;
}
.c-annotationList__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.c-breadcrumb {
  border-top: 1px solid #e3f1f6;
}
.c-breadcrumb__inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
}
.c-breadcrumb__item {
  position: relative;
  font-size: 1.2rem;
  vertical-align: middle;
  line-height: 1;
  white-space: nowrap;
}
.c-breadcrumb__item + .c-breadcrumb__item {
  padding-left: 40px;
}
.c-breadcrumb__link {
  display: block;
  color: #3c7fd2;
  transition: 240ms ease-out;
  transition-property: opacity;
}
.c-breadcrumb__item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  display: block;
  width: 7px;
  height: 12px;
  transform: translateY(-50%);
  background: url(/common/img/icon_button_arrow.png) no-repeat 50% 50%;
  background-size: contain;
}

.c-modal {
  display: flex;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s 240ms;
}
.c-modal.c-modal--show {
  visibility: visible;
  transition: visibility 0s;
}
.c-modal__inner {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  padding: 40px 60px 0;
  width: 800px;
  max-height: 90%;
  background: #fff;
  box-shadow: 0 -2px 14px 2px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transform: translateY(-100px);
  border-radius: 10px;
  transition: 240ms ease-out;
  transition-property: opacity, transform;
}
.c-modal__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
}
.c-modal.c-modal--show .c-modal__inner {
  opacity: 1;
  transform: translateY(0);
  transition: 240ms ease-in;
}
.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  overflow-y: auto;
  transition: opacity 240ms ease-out;
}
.c-modal.c-modal--show .c-modal__overlay {
  opacity: 1;
  transition: opacity 240ms ease-in;
}
.c-modal__content {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}
.c-modal__scroll {
  margin-top: 20px;
  padding: 22px 29px 0;
  width: 680px;
  max-height: 350px;
  border: 2px solid #dedede;
  overflow-y: scroll;
}
.c-modal__scroll::after {
  content: "";
  display: block;
  height: 22px;
}
.c-modal__scroll .title--size4:first-child {
  margin-top: 0;
}
.c-modal__buttonWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.c-modal__button {
  width: 320px;
}
.c-modal__link {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.c-modal__header {
  position: relative;
  margin-bottom: 17px;
}
.c-modal__headerTitle {
  margin-bottom: 0;
  font-size: 2.8rem;
}
.c-modal__headerClose {
  position: absolute;
  top: -18px;
  right: -39px;
  padding: 9px;
  width: 49px;
  font-size: 0;
  transition: 240ms ease-out;
  transition-property: opacity;
}

.p-header {
  border-top: 5px solid #ac0026;
}
.p-header__inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
}
.p-header__link {
  display: block;
  width: 172px;
  transition: 240ms ease-out;
  transition-property: opacity;
}

.p-footer--gray {
  background: #f3f3f3;
}
.p-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-footer__contactHeading {
  margin-bottom: 23px;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 1.8rem;
}
.p-footer__contactContent {
  width: 260px;
}
.p-footer__bnr {
  margin-top: 40px;
}
.p-footer__pagetop {
  display: block;
  text-align: center;
}
.p-footer__pagetop:not(:first-child) {
  margin-top: 35px;
}
.p-footer__pagetop::after {
  content: "";
  display: inline-block;
  margin-left: 9px;
  width: 15px;
  height: 12px;
  background: url(/common/img/entry/icon_arrow_up.png) no-repeat 50% 50%;
  background-size: contain;
}
.iv .p-footer__pagetop::after {
  background-image: url(/common/img/iv/icon_arrow_up.png);
}
.p-footer__pmark {
  display: flex;
  align-items: center;
  margin-top: 33px;
  font-size: 1.6rem;
}
.p-footer__pmarkLnk {
  margin-right: 12px;
  width: 76px;
  transition: 240ms ease-out;
  transition-property: opacity;
}
.p-footer__pmarkText {
  flex: 1;
}
.p-footer__bottom {
  margin-top: 38px;
  background: #F2F2F2;
}
.p-footer__bottomInner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
}
.p-footer__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1rem;
}
.p-footer__listItem {
  display: flex;
  align-items: center;
}
.p-footer__listItem:not(:first-child)::before {
  content: "";
  display: block;
  margin: 0 4px;
  width: 1px;
  height: 10px;
  background: #333;
}
.p-footer__listLink {
  display: block;
  transition: 240ms ease-out;
  transition-property: opacity;
}
.p-footer__listLink[target=_blank] {
  font-weight: 700;
}
.p-footer__listLink[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  width: 6px;
  height: 7px;
  background: url(/common/img/icon_external.png) no-repeat 50% 50%;
  background-size: contain;
}
.p-footer__copyright {
  font-size: 1.2rem;
}

.common-error + .p-annotation {
  margin-top: 103px;
}
.p-annotation__inner {
  padding-top: 53px;
  padding-bottom: 56px;
}

.p-list {
  margin-top: 10px;
  font-size: 1.6rem;
}
.p-list__item {
  position: relative;
  padding-left: 1.13em;
}
.p-list__item:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #9f9f9f;
  border-radius: 50%;
}
.p-list__item + .p-list__item {
  margin-top: 7px;
}
.p-list--small {
  font-size: 1.4rem;
}
.p-list--small .p-list__item:before {
  top: 0.65em;
  width: 6px;
  height: 6px;
}
.p-list--small .p-list__item + .p-list__item {
  margin-top: 1px;
}

.p-text {
  font-size: 1.6rem;
}
.p-text:not(:first-child) {
  margin-top: 10px;
}
.p-text__strong {
  display: inline-block;
  padding: 0 4px;
  font-weight: 400;
  background: linear-gradient(to top, #ffdf40 0%, #ffdf40 8px, rgba(255, 223, 64, 0) 8px, rgba(255, 223, 64, 0) 100%);
}
.p-text__annotation {
  display: block;
  margin-top: 12px;
  font-size: 1.2rem;
}
.p-text--center {
  text-align: center;
}
.p-text--wide {
  letter-spacing: 0.06em;
}
.p-text--small {
  font-size: 1.4rem;
}
.p-text--ssmall {
  font-size: 1.2rem;
}

.p-section {
  padding-top: 70px;
  padding-bottom: 100px;
}
.p-section + .p-section {
  margin-top: -100px;
}

.p-hero {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.iv .p-hero {
  padding-top: 30px;
}
.top .p-hero {
  padding-bottom: 18px;
}
.p-hero__inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
}
.p-hero__visual, .p-hero__text {
  position: relative;
  z-index: 1;
}
.p-hero__text:not(:first-child) {
  margin-top: 19px;
}

.p-floating {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130px;
  background: rgba(41, 41, 41, 0.5);
}
.p-floating__link {
  position: relative;
  display: block;
}
.p-floating__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  transition: 240ms ease-out;
  transition-property: opacity;
}

.p-copy__text {
  padding: 26px 29px;
  letter-spacing: 0.06em;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  white-space: pre-line;
}
.p-copy__text--large {
  padding: 15px 29px;
  font-size: 2rem;
}
.p-copy__button {
  margin: 19px 0 0 auto;
}

.top-qa__item {
  background: #3c7fd2;
  border: 2px solid #3c7fd2;
  border-radius: 10px;
  overflow: hidden;
}
.iv .top-qa__item {
  background: #3cb8d2;
  border-color: #3cb8d2;
}
.top-qa__item + .top-qa__item {
  margin-top: 20px;
}
.top-qa__heading {
  position: relative;
  padding: 17px 25px 17px 64px;
  color: #fff;
  font-weight: 400;
  border-bottom: 2px solid #3c7fd2;
}
.iv .top-qa__heading {
  border-bottom-color: #3cb8d2;
}
.top-qa__heading::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  font-size: 3.2rem;
}
.top-qa__content {
  position: relative;
  padding: 18px 25px 19px 64px;
  background: #fff;
}
.top-qa__content::before {
  content: "A";
  position: absolute;
  top: 11px;
  left: 19px;
  color: #3c7fd2;
  font-size: 3.2rem;
}
.iv .top-qa__content::before {
  color: #3cb8d2;
}

.top-entry__list {
  display: flex;
  margin: 44px -10px 0;
}
.top-entry__listItem {
  margin: 0 10px;
  width: 100%;
}
.top-entry__listHeading {
  margin-bottom: 18px;
}
.top-entry__listContent {
  text-align: center;
}
.top-entry__bnr {
  margin-top: 54px;
}

.top-summary {
  padding-top: 92px;
}

.common-error {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  width: 600px;
}
.common-error__hero {
  margin: -19px -110px 45px;
}

.top-carenet {
  padding-top: 50px;
}
.top-carenet__inner {
  margin-top: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.top-carenet__heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 41px;
  height: 64px;
  letter-spacing: 0.06em;
  color: #fff;
  font-size: 2.4rem;
  background: #3cb8d2;
}
.top-carenet__heading::before, .top-carenet__heading::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 32px 22px;
  border-color: transparent transparent transparent #e3f1f6;
}
.top-carenet__heading::before {
  left: 0;
}
.top-carenet__heading::after {
  right: 0;
  transform: rotate(180deg);
}
.top-carenet__card {
  display: flex;
  align-items: stretch;
  margin: 0 -10px;
}
.top-carenet__cardItem {
  margin: 0 10px;
  padding: 26px 20px 28px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
.top-carenet__cardHeading {
  margin-bottom: 11px;
  height: 2.6em;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #2e9eb5;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
}
.top-carenet__cardVisual {
  margin: 0 -20px;
}
.top-carenet__cardList {
  margin-top: 20px;
}
.top-carenet__cardListItem {
  position: relative;
  padding-left: 28px;
  line-height: 1.3;
}
.top-carenet__cardListItem + .top-carenet__cardListItem {
  margin-top: 12px;
}
.top-carenet__cardListItem::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background: url(/common/img/iv/top/icon_check.png) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (min-width: 800px){
  .link:hover {
    opacity: 0.75;
  }
  .c-button:hover {
    background: #dbf3fc;
  }
  .c-button--primary:hover {
    background: #f9822a;
    opacity: 0.75;
  }
  a.c-bnr:hover {
    opacity: 0.75;
  }
  .c-breadcrumb__link:hover {
    opacity: 0.75;
  }
  .c-modal__headerClose:hover {
    opacity: 0.75;
  }
  .p-header__link:hover {
    opacity: 0.75;
  }
  .p-footer__pmarkLnk:hover {
    opacity: 0.75;
  }
  .p-footer__listLink:hover {
    opacity: 0.75;
  }
  .p-floating__link:hover::after {
    opacity: 0.25;
  }
}
@media screen and (max-width: 1155px){
  .l-container__wrap {
    margin-left: -528px;
    margin-right: -528px;
  }
}