@charset "UTF-8";
button,input,select,textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  text-align: left;
  vertical-align: top;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  appearance: none;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  color: inherit;
}
button::-moz-focus-inner {
  padding: 0;
  margin: 0;
  border: 0;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  display: none;
  -webkit-appearance: none;
}
textarea {
  min-height: 3.6em;
  resize: vertical;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  -webkit-text-fill-color: currentColor;
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
}
[role="button"],
button,
input[type="button"],
input[type="file"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
hr hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-color: currentColor;
  border-style: solid;
  border-width: 1px 0 0 0;
}
li,
ol,
ul {
  padding: 0;
  list-style: none;
}
:root {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 62.5%;
  color: #333;
  font-feature-settings: "palt";
}
body {
  min-width: 300px;
  overflow-x: hidden;
  font-size: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
a {
  color: #3895ff;
  text-decoration: none;
}
a:active {
  opacity: 0.8;
}
main {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.l-Header a {
  color: #2079db;
}
.l-Footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.l-Footer a {
  color: #2079db;
}
.l-Footer .changeDevice {
  margin: 10px;
  font-size: 14px;
}
.l-Footer .changeDevice dl {
  display: inline-block;
  padding: 5px 5px 5px 10px;
  background: #f9f9f9;
  border: 1px solid #e7e7e7;
}
.l-Footer .changeDevice dt {
  display: inline;
}
.l-Footer .changeDevice dt::after {
  content: ":";
}
.l-Footer .changeDevice dd {
  display: inline;
}
.l-Footer .changeDevice dd::after {
  content: "|";
}
.l-Footer .changeDevice dd:last-child::after {
  content: "";
}
.l-Footer .changeDevice p {
  font-size: 12px;
}
.l-Footer .changeDevice a,
.l-Footer .changeDevice span {
  padding: 0 5px;
}
.l-Footer .changeDevice span {
  font-weight: 700;
}
.l-Footer .footerInner {
  padding: 13px 10px 15px 10px;
  background: #eee;
  border-top: 3px solid #d4d7db;
}
.l-Footer .loginArea {
  margin-bottom: 15px;
  text-align: center;
}
.l-Footer .loginArea p + p {
  margin-top: 10px;
}
.l-Footer .loginArea .loginName {
  display: inline-block;
  text-align: left;
  word-break: break-all;
  -moz-word-wrap: break-word;
  word-wrap: break-word;
}
.l-Footer .loginArea .loginStatus em {
  font-weight: 700;
}
.l-Footer .commonLink {
  margin-bottom: 10px;
}
.l-Footer .commonLink li {
  display: inline;
}
.l-Footer .commonLink li::after {
  content: " | ";
}
.l-Footer .commonLink li:last-child::after {
  content: "";
}
.l-Footer .subLink {
  margin-bottom: 8px;
  font-size: 12px;
}
.l-Footer .subLink li {
  display: inline;
}
.l-Footer .subLink li::after {
  content: " - ";
}
.l-Footer .subLink li:last-child::after {
  content: "";
}
.l-Footer small {
  display: block;
  font-size: 12px;
}
.l-Wrapper {
  position: relative;
  box-sizing: border-box;
  /* ヘッダーとフッターを除く画面の高さを確保する */
  min-height: calc(100vh - 441px);
  font-size: 1.4rem;
  line-height: 1.8;
}
.l-Emg a {
  color: #04c;
}
.c-Title {
  padding: 24px 0 24px 16px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  text-align: left;
}
.c-Title__two-row-title {
  padding-bottom: 24px;
  padding-left: 16px;
  margin-top: 4px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
  text-align: left;
}
.c-Title__two-row-sub {
  padding-top: 24px;
  padding-left: 16px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
}
.c-Title__two-row-sub-labeled {
  display: inline-block;
}
.c-Title__two-row-title-label {
  display: inline-block;
}
.c-Title__two-row-title-label li {
  height: 22px;
  font-size: 12px;
  padding: 2px 8px;
  margin-right: 8px;
  margin-left: 5px;
  border-radius: 4px;
  background-color:#fc6600;
  color: #fff;
}
.c-Title__side {
  padding-left: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px){
  .c-Title__section-side {
      padding: 0 16px;
  }
}
@media screen and (min-width: 768px){
  .c-Title__section-side {
      font-size: 2.2rem;
      font-weight: 700;
  }
}
.c-Title__des {
  padding: 0 16px;
  font-size: 1.4rem;
  color: #757575;
}
.c-Title__section {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.c-Title__no-deco {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.c-Card {
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
}
.c-Card__full {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
}
.c-label {
  padding: 1px 4px;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  margin-right: 8px;
}
.c-Btn__wrap {
  text-align: center;
}
.c-Btn__primary,
.c-Btn__primary--inactive,
.c-Btn__primary--short {
  display: inline-block;
  min-width: 200px;
  padding: 0 24px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 44px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #3895ff;
  border-style: none;
  border-radius: 8px;
}
@media screen and (min-width: 768px){
  .c-Btn__primary,.c-Btn__primary--inactive,.c-Btn__primary--short {
      display: inline-block;
      min-width: 214px;
      padding: 0 24px;
      margin-right: auto;
      margin-left: auto;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 56px;
      color: #fff;
      text-align: center;
      letter-spacing: 1px;
      background-color: #3895ff;
      border-style: none;
      border-radius: 8px;
      }
  }
  @media screen and (min-width: 768px){
      .p-Top__mv .c-Btn__primary{
          display: inline-block;
          min-width: 285px;
          padding: 16px 60px;
          margin: 42px auto 0;
          font-size: 2rem;
          font-weight: 700;
          line-height: 2rem;
          color: #fff;
          text-align: center;
          letter-spacing: 1px;
          cursor: pointer;
          user-select: none;
          background: #3895FF;
          border-radius: 8px;
      }
  }
.c-Btn__primary--inactive {
  font-weight: 400;
  color: #aaa;
  pointer-events: none;
  user-select: none;
  background-color: #e0e0e0;
  border-style: none;
}
.c-Btn__primary--short {
  padding: 0 48px;
}
.c-Btn__cancell,
.c-Btn__cancell--short,
.c-Btn__cancell--small-icon {
  display: inline-block;
  min-width: 200px;
  padding: 0 24px;
  margin: 20px auto 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 42px;
  color: #3895ff;
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #3895ff;
  border-radius: 8px;
}
.c-Btn__cancell--short {
  padding: 0 48px;
}
.c-Btn__cancell--small-icon {
  position: relative;
  min-width: 180px;
  padding: 0 12px 0 32px;
  margin-top: 0;
  font-size: 1.4rem;
}
.c-Btn__cancell--small-icon-download::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  content: "";
  background: url(https://assets.paypay-insurance.co.jp/scenario/images/download_icon.svg)
    center/contain no-repeat;
  transform: translateX(-50%) translateY(-50%);
}
.c-Btn__line {
  padding: 4px 12px;
  background-color: #fff;
  border: 1px solid #3895ff;
  border-radius: 0.2em;
}
.c-Btn__caution-txt {
  margin-bottom: 12px;
  font-size: 1.2rem;
  color: #757575;
  text-align: center;
}
.c-Btn__totop {
  position: fixed;
  right: 16px;
  bottom: 40px;
  z-index: 5000000;
  display: block;
  width: 46px;
  height: 46px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #f53b5a;
  border-radius: 50%;
  transition: 0.3s opacity;
  /* safeArea対応 */
  margin-bottom: constant(safe-area-inset-bottom);
  margin-bottom: env(safe-area-inset-bottom);
}
.c-Btn__totop--active {
  opacity: 1;
}
.c-Btn__totop--inactive {
  pointer-events: none;
  opacity: 0;
}
.c-Btn__totop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  background: url(https://assets.paypay-insurance.co.jp/scenario/images/totop.svg)
    center/contain no-repeat;
  transform: translateX(-50%) translateY(-50%);
}
.c-Btn--paypayLink {
  position: relative;
  display: inline-block;
  padding: 8px 32px 8px 12px;
  margin: auto;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 1px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #3895ff;
  border-radius: 8px;
}
.c-Btn--paypayLink::after {
  position: absolute;
  top: 50%;
  right: 1.2em;
  width: 0.6em;
  height: 0.6em;
  content: "";
  border-top: 2px solid #3895ff;
  border-right: 2px solid #3895ff;
  transform: translateY(-50%) rotate(45deg);
}
.c-Checkbox {
  margin: 24px auto 0;
}
.c-Checkbox::after {
  display: block;
  clear: both;
  content: "";
}
.c-Checkbox input {
  position: absolute;
  left: -9999em;
}
.c-Checkbox label {
  position: relative;
  left: 50%;
  display: inline-block;
  min-width: 20rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  color: #3895ff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  transform: translateX(-50%);
}
.c-Checkbox label::before {
  box-sizing: border-box;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.4rem;
  vertical-align: text-top;
  content: "";
  border: 1px solid #ccc;
  border-radius: 0.15em;
}
.c-Checkbox label::after {
  position: absolute;
  top: 1px;
  left: 0.55em;
  box-sizing: border-box;
  display: inline-block;
  width: 0.35em;
  height: 0.7em;
  border-right: 2px solid #3895ff;
  border-bottom: 2px solid #3895ff;
  transform: rotate(40deg);
}
.c-Checkbox input:checked + label {
  color: #757575;
}
.c-Checkbox input:checked + label::after {
  content: "";
}
.c-Accordion__input {
  position: absolute;
  left: -9999em;
}
.c-Accordion__label {
  display: block;
  color: #3895ff;
  text-align: center;
  user-select: none;
}
.c-Accordion__content {
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  transition: max-height, padding-top 0.2s ease-out;
}
.c-Accordion__cursor--open::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 4px;
  content: "";
  border-right: 2px solid #3895ff;
  border-bottom: 2px solid #3895ff;
  transform: rotate(45deg) translateY(-60%);
}
.c-Accordion__cursor--close::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  content: "";
  border-right: 2px solid #3895ff;
  border-bottom: 2px solid #3895ff;
  transform: rotate(-135deg);
}
.c-Accordion__plus--open {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.c-Accordion__plus--open::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  content: "";
  background: url(https://assets.paypay-insurance.co.jp/scenario/images/plus.svg)
    center/contain no-repeat;
  border-radius: 50%;
  transform: translateY(1px);
}
.c-Accordion__plus--close {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.c-Accordion__plus--close::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  content: "";
  background: url(https://assets.paypay-insurance.co.jp/scenario/images/minus.svg)
    center/contain no-repeat;
  border-radius: 50%;
  transform: translateY(1px);
}
.c-Accordion__fadeout {
  animation: fadOut 0.2s;
}
.c-Other {
  position: relative;
  display: block;
  padding-right: 12px;
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
  color: #3895ff;
  text-align: right;
  letter-spacing: 0.1em;
}
.c-Other:active {
  opacity: 0.5;
}
.c-Form__heading {
  font-size: 1.8rem;
  font-weight: 700;
}
.c-Form__heading-line {
  display: block;
  margin-top: 4px;
  border-bottom: 1px solid #e5e5e5;
}
.c-Form__form {
  position: relative;
}
.c-Form__form textarea {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  resize: none;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}
.c-Form__label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
}
.c-Form__input {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #333;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}
.c-Form__input::placeholder {
  padding-top: 0.3em;
  color: #bdbdbd;
}
.c-Form__input--error {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #333;
  background-color: #fce4e7;
  border: 1px solid red;
  border-radius: 5px;
}
.c-Form__input--error::placeholder {
  color: #333;
}
.c-Form__error-txt {
  margin-top: 8px;
  font-size: 1.2rem;
  color: red;
}
.c-Form__required {
  position: relative;
  font-weight: 700;
}
.c-Form__required::after {
  display: block;
  width: 40px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #fff;
  text-align: center;
  content: "必須";
  background: #fc5d5f;
  border-radius: 0.9rem;
}
.c-Form__select {
  position: relative;
}
.c-Form__select::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  pointer-events: none;
  content: "";
  border-right: 2px solid #3895ff;
  border-bottom: 2px solid #3895ff;
  transform: translateY(-72%) rotate(45deg);
}
.c-Form__select-box {
  width: 100%;
  padding: 16px 0 16px 16px;
  font-size: 1.6rem;
  line-height: 16px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
}
.c-Form__select-box::-ms-expand {
  display: none;
}
.c-Form__post {
  display: flex;
  align-items: center;
}
.c-Form__post .c-Form__input {
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 16px;
}
.c-Form__post-button {
  display: block;
  flex-basis: 90px;
  flex-shrink: 0;
  padding: 0;
  margin-top: 8px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #eff3f6;
  background-image: linear-gradient(-180deg, #fafbfc, #eff3f6 90%);
  border-color: rgba(27, 31, 35, 0.2);
  border-radius: 8px;
  outline: 0;
  appearance: none;
}
.c-Btn-tab__wrap {
  margin-top: 40px;
}
.c-Btn-tab__box {
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 2px solid #fafafa;
}
.c-Btn-tab__btn {
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 0 20px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 46px;
  color: #aaa;
  text-align: center;
  letter-spacing: 1px;
}
.c-Btn-tab__btn:active {
  opacity: 0.8;
}
.c-Btn-tab__input {
  position: absolute;
  left: -9999px;
}
.c-Btn-tab__content {
  display: none;
}
.c-Btn-tab__input:first-of-type:checked
  ~ .c-Btn-tab__wrap
  > .c-Btn-tab__box
  > .c-Btn-tab__btn:first-of-type,
.c-Btn-tab__input:last-of-type:checked
  ~ .c-Btn-tab__wrap
  > .c-Btn-tab__box
  > .c-Btn-tab__btn:last-of-type {
  color: #f53b5a;
  background: #fff;
}
.c-Btn-tab__input:first-of-type:checked
  ~ .c-Btn-tab__wrap
  > .c-Btn-tab__box
  > .c-Btn-tab__btn:first-of-type::after,
.c-Btn-tab__input:last-of-type:checked
  ~ .c-Btn-tab__wrap
  > .c-Btn-tab__box
  > .c-Btn-tab__btn:last-of-type::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 50%;
  height: 2px;
  content: "";
  background-color: #f53b5a;
  transform: translateX(-50%);
}
.c-Btn-tab__input:first-of-type:checked ~ .c-Btn-tab__content:first-of-type,
.c-Btn-tab__input:last-of-type:checked ~ .c-Btn-tab__content:last-of-type {
  display: block;
}
.c-Index-tab__wrap {
  position: relative;
  margin-top: -49px;
}
@media screen and (min-width: 768px) {
  .c-Index-tab__wrap {
      position: relative;
      margin-top: -63px;
      max-width: 990px;
      margin-right: auto;
      margin-left: auto;
  }
}
.c-Index-tab__wrap::before {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
}
.c-Index-tab__input {
  position: absolute;
  left: -9999px;
}
.c-Index-tab__body {
  display: flex;
  justify-content: center;
  padding: 0 8px;
}
@media screen and (min-width: 768px){
  .c-Index-tab__body {
      padding: 0;
  }
}
.c-Index-tab__tab {
  position: relative;
  flex-basis: 165px;
  flex-grow: 1;
  font-size: 1.6rem;
  line-height: 48px;
  color: #fff;
  text-align: center;
  background-color: #ff3d3d;
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 768px) {
  .c-Index-tab__tab {
      font-size: 1.8rem;
      line-height: 62px;
  }
}

.c-Index-tab__tab:not(:last-child) {
  margin-right: 12px;
}
.c-Index-tab__tab::after {
  position: absolute;
  bottom: -2px;
  left: -2px;
  display: block;
  width: calc(100% + 4px);
  height: 1px;
  content: "";
  border-top: 2px solid #fff;
}
.c-Index-tab__content {
  display: none;
}
.c-Index-tab__input:first-of-type:checked
  ~ .c-Index-tab__wrap
  > .c-Index-tab__body
  > .c-Index-tab__tab:first-child,
.c-Index-tab__input:nth-of-type(2):checked
  ~ .c-Index-tab__wrap
  > .c-Index-tab__body
  > .c-Index-tab__tab:nth-child(2),
.c-Index-tab__input:last-of-type:checked
  ~ .c-Index-tab__wrap
  > .c-Index-tab__body
  > .c-Index-tab__tab:last-child {
  color: #333;
  background: #fff;
}
.c-Index-tab__input:first-of-type:checked
  ~ .c-Index-tab__wrap
  > .c-Index-tab__body
  > .c-Index-tab__tab:first-child::before,
.c-Index-tab__input:nth-of-type(2):checked
  ~ .c-Index-tab__wrap
  > .c-Index-tab__body
  > .c-Index-tab__tab:nth-child(2)::before,
.c-Index-tab__input:last-of-type:checked
  ~ .c-Index-tab__wrap
  > .c-Index-tab__body
  > .c-Index-tab__tab:last-child::before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  border-top: 2px solid #fff;
}
.c-Index-tab__input:first-of-type:checked ~ .c-Index-tab__content:first-of-type,
.c-Index-tab__input:nth-of-type(2):checked ~ .c-Index-tab__content:nth-of-type(2),
.c-Index-tab__input:last-of-type:checked ~ .c-Index-tab__content:last-of-type {
  display: block;
}
.c-Count-table {
  min-width: 100%;
  margin: 0 auto;
  font-weight: 400;
  border-spacing: 2px;
  border-collapse: collapse;
  border-radius: 5px;
}
.c-Count-table__wrap {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.c-Count-table__head {
  min-width: 80px;
  padding: 12px 8px;
  margin-top: 12px;
  font-size: 1.1rem;
  font-weight: 400;
  color: #757575;
}
.c-Count-table__data {
  min-width: 70px;
  padding: 12px 8px;
  font-size: 1.4rem;
  font-weight: 700;
}
.c-Count-table-txt {
  margin-top: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
}
.c-Count-table__term .c-Count-table__data,
.c-Count-table__term .c-Count-table__head {
  font-size: 1.1rem;
  font-weight: 400;
  color: #757575;
}
.c-Count-table__count {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-News__wrap {
      padding: 16px 16px 0;
  }

  .c-News__colorBg {
    background: linear-gradient(
      270deg
     , #0CE6D8 0%, #00C3DE 100%);
  }
}
@media screen and (min-width: 768px) {
  .c-News__wrap {
      padding: 20px;
  }
  .c-News__wrap + .p-Top__mv {
      margin-top: 60px;
  }
}
.c-News {
  padding: 10px 16px;
  max-width: 750px;
  border: 1px solid #333;
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-News {
      margin: 0 auto;
      padding: 10px 22px;
  }
}
.info--background_none .c-News__wrap {
  background: #fff;
}
.c-News .c-News__item {
  padding: 8px;
  margin-left: 1em;
  font-size: 1.3rem;
  font-weight: 700;
  text-indent: -1em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-News .c-News__item  {
      font-size: 1.4rem;
  }
}
.c-News__wrap a {
  color: #0077b3;
}
@media screen and (max-width: 767px) {
  .info--background_none .c-News__wrap + main {
      padding-top:20px;
  }
}
.c-News__item::before {
  margin-right: 4px;
  color: #333;
  content: "・";
}
.c-News__normal {
  color: #333;
}
.c-News__link {
  color: #ff4060;
  text-decoration-line: underline
}
.c-News__link:active {
  opacity: .8;
}
.c-News__red {
  color: red;
}
.c-News__red .c-News__link {
  color: red;
}
.c-Modal__mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000000;
  width: 100%;
  height: 120%;
  background: #606060;
  opacity: 0.5;
}
.c-Modal__body {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 6000100;
  width: calc(100% - 16px);
  padding: 20px 12px;
  margin: auto;
  max-width: 880px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c-Modal__body {
      top: 165px;
      padding: 40px;
  }
}
.c-Modal__window {
  height: 300px;
  padding: 20px;
  overflow-y: scroll;
  font-weight: 400;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  -webkit-overflow-scrolling: touch;
}
.c-Modal--hide {
  display: none;
}
.c-Modal__button {
  width: 100px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
.c-Modal__button:active {
  opacity: 0.8;
}
.c-Modal__btn-wrap {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-Modal__btn-wrap {
      margin-top: 40px;
  }
}
.c-Modal__btn {
  width: 120px;
  padding: 4px 12px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  border: 1px solid #757575;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .c-Modal__btn {
      min-width: 200px;
      padding: 0 16px;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 42px;
      letter-spacing: 1px;
  }
}
.c-Modal__btn:active {
  opacity: 0.8;
}
.c-Common-header {
  position: fixed;
  z-index: 5000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 54px;
  padding: 0 12px;
  background-color: #fff;
  transition: top 0.3s;
}
.c-Common-header--active {
  top: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
}
.c-Common-header__logo {
  display: block;
  width: 105px;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(https://assets.paypay-insurance.co.jp/scenario/images/logo.svg)
    center/contain no-repeat;
}
.c-Common-header__history-link {
  height: 100%;
  font-weight: 700;
  line-height: 54px;
}
.c-section__wrap {
  padding: 0 1pc;
}
@media screen and (min-width: 768px) {
  .c-section__wrap {
      max-width: 990px;
      padding-right: 16px;
      padding-left: 16px;
      margin-right: auto;
      margin-left: auto;
      line-height: 1.8;
  }
}
.c-Approval__wrap {
  padding-bottom: 30px;
  text-align: center;
  transform: translateY(40px);
}
.c-Approval__body {
  display: inline-block;
}
.c-Approval__row {
  font-size: 1.1rem;
  color: #757575;
}
.c-Approval__row dd,
.c-Approval__row dt {
  display: inline;
}
.c-Icon__move-page--gray,
.c-Icon__move-page--red,
.c-Icon__move-page--red--top5px {
  position: relative;
}
.c-Icon__move-page--gray::before,
.c-Icon__move-page--red--top5px::before,
.c-Icon__move-page--red::before {
  position: absolute;
  left: -4px;
  width: 11px;
  height: 11px;
  content: "";
  background: center/contain no-repeat;
  transform: translateX(-100%);
}
.c-Icon__move-page--red::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/icon-move-page-red.svg);
}
.c-Icon__move-page--red--top5px::before {
  margin-top: 5px;
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/icon-move-page-red.svg);
}
.c-Icon__move-page--gray::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/icon-move-page-gray.svg);
}
.c-Icon--red::before {
  position: absolute;
  width: 11px;
  height: 11px;
  margin-left: -4px;
  content: "";
  background: center/contain no-repeat;
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/icon-move-page-red.svg);
  transform: translateX(-100%);
}
.c-Icon--red__scroll::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 -4px 0 12px;
  content: "";
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/icon-move-page-red.svg);
  transform: translateX(-100%);
}
.c-Icon--gray::before {
  position: absolute;
  width: 11px;
  height: 11px;
  margin-left: -4px;
  content: "";
  background: center/contain no-repeat;
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/icon-move-page-gray.svg);
  transform: translateX(-100%);
}
.c-Icon--noticeTxt-approve::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 1px 4px 0 0;
  vertical-align: top;
  content: "";
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/icon_approve.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  background-size: cover;
}
.c-Icon--paypayBox::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  vertical-align: middle;
  content: "";
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/paypay@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.c-circle-table {
  width: 100%;
  overflow: hidden;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #aaa;
  border-radius: 6px;
}
.c-circle-table--tbody th p {
  font-size: 2rem;
}
.c-circle-table--tbody th {
  width: 30%;
  padding: 32px 12px;
  color: #fff;
  background: #00C2C2;
}
.c-circle-table--tbody td {
  width: 70%;
  padding: 0.8em;
  font-weight: 700;
  border-left: 1px solid #aaa;
}
.c-circle-table--tbody tr:last-child td {
  border-bottom: none;
}
.c-circle-table--tbody tr:last-child td:last-child th {
  border-bottom: none;
}
.c-circle-table--tbody td,
.c-circle-table--tbody th {
  border-bottom: 1px solid #aaa;
}
.c-circle-table--tbody td,
.c-circle-table--thead th + th {
  background-color: #fff;
  border-left: 1px solid #aaa;
}
.c-circle-table--tbody tr:last-child td,
.c-circle-table--tbody tr:last-child th {
  border-bottom: none;
}
.c-circle-table__section:not(:first-of-type) {
  margin-top: 24px
}
.c-circle-table__section-heading {
  font-size: 1.3rem;
  font-weight: bold;
}
.c-circle-table__list {
  margin-top: 12px;
  padding-left: 12px;
}
.c-circle-table__list-item {
  list-style: disc;
  font-weight: normal;
  line-height: 1.5;
}
.c-circle-table__list-other {
  margin-top: 1em;
  font-weight: normal;
  line-height: 1.5;
}
.c-circle-table__list-only-row {
  vertical-align: top;
}
.p-History__date {
  padding: 12px 16px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #757575;
  background-color: #ccc;
}
.p-History__item:active {
  opacity: 0.8;
}
.p-History__body {
  padding: 32px 16px;
  border-bottom: 1px solid #e5e5e5;
}
.p-History__child-wrap {
  display: -webkit-box;
  display: flex;
  margin-top: 12px;
}
.p-History__img {
  display: block;
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  margin-right: 16px;
  background-color: #757575;
  border-radius: 5px;
  object-fit: cover;
}
.p-History__txt-area {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 88px;
  padding-right: 12px;
}
.p-History__label-status {
  display: -webkit-box;
  display: flex;
}
.p-History__label {
  flex-shrink: 0;
  margin-right: 4px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-History__product {
  max-height: 3.2rem;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
}
.p-History__status {
  display: block;
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #e8822a;
}
.p-History__contents {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.8rem;
  color: #242323;
}
.p-History__period {
  margin-top: 4px;
  font-size: 1.2rem;
  line-height: 1.3rem;
  color: #757575;
}
.p-History__plus {
  text-align: center;
}
.p-History__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #3895ff;
  text-align: center;
}
.p-History__empty {
  margin: 60px 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #bdbdbd;
  text-align: center;
}
.p-History__inactive {
  background-color: #e0e0e0;
}
.p-Request__title {
  margin: 40px auto 0;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.p-Not-app {
  padding: 40px 16px;
  background-color: #f7f7f9;
}
.p-Not-app__title {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}
.p-Not-app__label {
  margin-top: 32px;
  font-size: 1.2rem;
  color: #757575;
  text-align: center;
}
.p-Not-app__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.p-Not-app__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.p-Not-app__item:not(:first-of-type) {
  margin-top: 40px;
}
.p-Not-app__item::before {
  display: block;
  width: 164px;
  height: 164px;
  margin-bottom: 12px;
  content: "";
  background: center/contain no-repeat;
}
.p-Not-app__disaster::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/disaster.svg);
}
.p-Not-app__exhaustion::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/exhaustion.svg);
}
.p-Not-app__lost::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/lost.svg);
}
.p-Not-app__multi::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/multi-product.svg);
}
.p-Not-app__junk::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/junk.svg);
}
.p-Not-app__accessories::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/accessories.svg);
}
.p-Not-app__content {
  max-width: 300px;
  margin-top: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #757575;
  text-align: left;
}
.p-Not-app__content:last-of-type {
  margin-top: 8px;
}
.p-Not-app__other {
  margin-top: 40px;
  font-size: 1.6rem;
  color: #757575;
  text-align: center;
}
.p-Not-app__supplement {
  margin-top: 8px;
}
.p-Not-app__supplement a {
  text-decoration-line: underline;
}
.p-Flow {
  padding: 0 16px;
}
.p-Flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.p-Flow__item:first-of-type {
  margin-top: 40px;
}
.p-Flow__step {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 16px;
  color: #e8822a;
}
.p-Flow__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.p-Flow__img::before {
  display: block;
  width: 200px;
  height: 105px;
  margin: 0 auto 20px;
  content: "";
  background: center/contain no-repeat;
}
.p-Flow__pc::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/contact.svg);
}
.p-Flow__post-staff::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/post-staff.svg);
}
.p-Flow__post::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/post.svg);
}
.p-Flow__smp-bank::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/smp-bank.svg);
}
.p-Flow__laundry:before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/laundry.svg);
}
.p-Flow__laundry-bank::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/laundry-bank.svg);
}
.p-Flow__smp-laundry::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/smp-laundry.svg);
}
.p-Flow__travel-detail_step01::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/travel-detail_step01.png);
}
.p-Flow__travel-detail_step02::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/travel-detail_step02.png);
}
.p-Flow__travel-detail_step03::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/travel-detail_step03.png);
}
.p-Flow__bicycle-detail_step01::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/pcSp.svg);
}
.p-Flow__bicycle-detail_step02::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/postWeb.svg);
}
.p-Flow__bicycle-detail_step03::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/bank-back.svg);
}
.p-Flow__requestCaution_step01::before {
  /* TODO:画像差し替え */
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/requestCaution_step01.png);
}
.p-Flow__requestCaution_step02::before {
  /* TODO:画像差し替え */
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/requestCaution_step02.png);
}
.p-Flow__travel-cancell-detail_step01:before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/smp-travelcancel.png);
}
.p-Flow__complete::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/complete.svg);
}
.p-Flow__furniture-detail_step01:before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/furniture-detail_step01@2x.png);
}
.p-Flow__furniture-detail_step02:before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/furniture-detail_step02@2x.png);
}
.p-Flow__furniture-detail_step03:before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/furniture-detail_step03@2x.png);
}

.p-Flow__damagedtire-detail_step01:before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/tire-request_step01_2@2x.png);
}
.p-Flow__return-shipping_step01:before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/return-shipping_step01@2x.png);
}

.p-Flow__step-bold {
  margin-left: 2px;
  font-size: 4rem;
  line-height: 1;
  vertical-align: -1px;
}
.p-Flow__des {
  margin-top: 12px;
  word-break: normal;
  word-wrap: normal;
}
.p-Flow__detail:first-of-type {
  padding-bottom: 28px;
  border-bottom: 1px solid #e5e5e5;
}
.p-Flow__detail:last-of-type {
  padding-top: 28px;
}
.p-Flow__detail-heading {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-Flow__detail-sub-heading {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.p-Flow__detail-sub-heading::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 2px;
  content: "";
  background-color: #00C2C2;
  border-radius: 2px;
}
.p-Flow__detail-list {
  margin-top: 20px;
}
.p-Flow__detail-item {
  margin-top: 20px;
}
.p-Flow__detail-step {
  box-sizing: border-box;
  display: inline-block;
  padding: 4px 4px;
  line-height: 1;
  color: #fff;
  background-color: #00C2C2;
  border-radius: 4px 2px 0 0;
}
.p-Flow__detail-txt {
  padding: 8px 8px;
  border: 1px solid #00C2C2;
  border-radius: 0 4px 4px 4px;
}
.p-Flow__detail-caution {
  margin-top: 8px;
  font-size: 1.4rem;
  color: #757575;
}
.p-Flow__detail-2column {
  display: flex;
}
.p-Flow__detail-2column .p-Flow__detail-txt {
  text-align: center;
}
.p-Flow__detail-column {
  flex-grow: 1;
}
.p-Flow__detail-column:first-child {
  margin-right: 12px;
}
.p-Flow__detail-column .p-Flow__detail-item:first-child {
  margin-top: 8px;
}
.p-Flow__content {
  opacity: 0;
  transition: max-height, opacity 0.5s ease-out;
}
.p-Flow__input:checked + .c-Accordion__content {
  max-height: 1500px;
  opacity: 1;
}
.p-Caution__wrap {
  padding: 32px 20px;
}
.p-Caution__message {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.p-Caution__img-error-caution {
  position: relative;
  display: block;
  width: 210px;
  height: 170px;
  margin: 0 auto;
}
.p-Caution__img-error-caution::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 211px;
  height: 168px;
  content: "";
  background: center/contain no-repeat;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/caution.svg);
}
.p-Caution__img-maintenance {
  position: relative;
  display: block;
  width: 210px;
  height: 170px;
  margin: 0 auto;
}
.p-Caution__img-maintenance::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 211px;
  height: 168px;
  content: "";
  background: center/contain no-repeat;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/maintenance.svg);
}
.p-Caution__img-face-caution {
  position: relative;
  display: block;
  width: 210px;
  height: 170px;
  margin: 0 auto;
}
.p-Caution__img-face-caution::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 211px;
  height: 168px;
  content: "";
  background: center/contain no-repeat;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/face-caution.svg);
}
.p-Caution__img-complete {
  position: relative;
  display: block;
  width: 153px;
  height: 137px;
  margin: 0 auto;
  background: url(https://assets.paypay-insurance.co.jp/scenario/images/complete.svg)
    center/contain no-repeat;
}
.p-Caution__txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #757575;
  text-align: center;
}
.p-Caution__txt a {
  text-decoration: underline;
}
.p-Caution__txt a:visited {
  color: #551a8b;
}
.p-Caution__cancell-wrap {
  display: block;
  max-width: 250px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
.p-Caution__cancell-row {
  display: flex;
}
.p-Caution__cancell-row:last-child {
  margin-top: 12px;
}
.p-Caution__cancell-key {
  font-size: 1.4rem;
}
.p-Caution__cancell-value {
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: bottom;
}
.p-Caution__form {
  padding: 0 16px;
  margin-top: 82px;
}
.p-Caution__required {
  font-size: 1.6rem;
}
.p-Caution__required::after {
  position: absolute;
  top: -2.2rem;
  left: 0;
}
.p-Caution__error-message {
  width: 100%;
  padding: 12px 12px 12px 36px;
  font-weight: 700;
  background: #fff6cc;
  border-radius: 4px;
}
.p-Caution__error-message-txt {
  position: relative;
}
.p-Caution__error-message-txt:before {
  position: absolute;
  top: 5px;
  left: -24px;
  display: block;
  width: 16px;
  height: 13px;
  content: "";
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/icon-caution.svg);
}
.p-Change__form {
  padding: 0 16px;
}
.p-Change__input {
  margin-top: 12px;
}
.p-Change__item {
  margin-top: 20px;
}
.p-Change__item:first-of-type {
  margin-top: 18px;
}
.p-Change__txt {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #757575;
}
.p-Change__required {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-Change__required::after {
  margin-left: 4px;
}
.p-Status__wrap {
  padding: 16px 16px 20px;
}
.p-Status__label {
  flex-shrink: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-Status__number {
  flex-grow: 1;
  font-size: 1.2rem;
  color: #bdbdbd;
}
.p-Status__two-column {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.p-Status__two-column::after {
  display: block;
  order: 2;
  width: 1px;
  height: 99px;
  content: "";
  background-color: #bdbdbd;
}
.p-Status__item {
  display: flex;
  flex-basis: 120px;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  padding: 12px 16px 28px;
}
.p-Status__item:first-of-type {
  order: 1;
  padding-left: 0;
}
.p-Status__item:last-of-type {
  order: 3;
  padding-right: 0;
}
.p-Status__item-label {
  width: 100%;
  font-size: 1.4rem;
  color: #757575;
}
.p-Status__status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
  margin-top: 16px;
  text-align: center;
}
.p-Status__period-start {
  font-size: 1.4rem;
  font-weight: 700;
}
.p-Status__period-end {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-Status__propaty {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-Status__detail dt {
  float: left;
  clear: left;
  font-size: 1.4rem;
  color: #757575;
}
.p-Status__detail dd {
  float: right;
  max-width: 15em;
  clear: right;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 21px;
  line-height: 1.3;
  text-align: right;
}
.p-Status__row::after {
  display: block;
  clear: both;
  content: "";
}
.p-Status__row:not(:first-of-type) {
  margin-top: 16px;
}
.p-Status__input:checked + .p-Status__detail {
  max-height: 350px;
  padding-top: 16px;
  margin-top: 8px;
  border-top: 1px solid #bdbdbd;
}
.p-Profile__wrap {
  padding: 0 16px;
}
.p-Profile__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-Profile__title {
  font-size: 1.4rem;
  font-weight: 700;
}
.p-Profile__change {
  display: inline-block;
  width: 5em;
  height: 30px;
  font-size: 1.4rem;
  line-height: 30px;
  color: #3895ff;
  text-align: right;
  vertical-align: middle;
}
.p-Profile__card {
  padding: 20px;
  margin-top: 4px;
}
.p-Profile__row:not(:first-of-type) {
  margin-top: 12px;
}
.p-Profile__propaty {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #757575;
}
.p-Profile__value {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}
.p-Compe {
  padding: 30px 16px;
}
.p-Support__wrap {
  padding: 28px 16px;
}
.p-Support__card {
  padding: 20px 16px;
  margin-top: 30px;
  background-color: #fff;
}
.p-Support__corp {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-Support__number-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.p-Support__number {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
}
.p-Support__number::before {
  position: relative;
  position: absolute;
  top: -2em;
  display: block;
  width: 2.8em;
  height: 1.7rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #757575;
  text-align: center;
  content: "無料";
  border: 1px solid #bdbdbd;
}
.p-Support__call {
  margin-left: 8px;
  font-size: 1.4rem;
}
.p-Support__free {
  font-size: 1.2rem;
  font-weight: 400;
}
.p-Support__time {
  display: inline-block;
  padding-right: 12px;
  margin-top: 8px;
  color: #757575;
}
.p-Support__btn {
  position: relative;
  display: block;
  max-width: 335px;
  margin: 28px auto 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 4rem;
  color: #333;
  text-align: center;
}
.p-Question {
  padding: 0 16px;
}
.p-Question__wrap {
  padding-bottom: 28px;
  margin-top: 30px;
  letter-spacing: 1px;
  border-radius: 10px;
}
.p-Question__label {
  position: relative;
  display: block;
  padding: 24px 40px 24px 16px;
  font-size: 1.4rem;
  line-height: 1.8;
  border-bottom: 1px solid #e5e5e5;
}
.p-Question__label::after {
  position: absolute;
  top: 31px;
  right: 28px;
  transition: all 0.2s;
  transform: rotate(0);
  transform-origin: center;
}
.p-Question__answer {
  position: relative;
  height: 0;
  padding: 0 16px;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  border-bottom-color: #e5e5e5;
  border-bottom-style: solid;
  border-bottom-width: 0;
  opacity: 0;
  transition: padding-top 0.2s ease-out,
    padding-bottom 0.2s ease-out, border-bottom-width 0.2s ease-out,
    opacity 0.1s ease-out;
}
.p-Question__input:checked ~ .p-Question__answer {
  height: auto;
  padding: 24px 16px;
  border-bottom-width: 1px;
  opacity: 1;
}
.p-Question__input:checked ~ .u-Cursor__under--color::after {
  transform: rotate(225deg);
}
.p-Question__others {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 28px;
}
.p-Question__others-txt {
  line-height: 1;
}
.p-Question__others-exit {
  margin-top: 16px;
  line-height: 1;
  color: #aaa;
  white-space: nowrap;
}
.p-Question__others-btn {
  margin-top: 10px;
  border-radius: 8px;
}
.p-Cho__wrap {
  display: flex;
  width: 100%;
  padding: 0 16px 8px;
  margin-top: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.p-Cho__wrap::-webkit-scrollbar {
  display: none;
}
.p-Cho__list {
  flex-shrink: 0;
}
.p-Cho__list:not(:first-child) {
  margin-left: 12px;
}
.p-Cho__list:last-child {
  position: relative;
}
.p-Cho__list:last-child::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 16px;
  height: 1px;
  content: "";
}
.p-Cho__item {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 184px;
}
.p-Cho__item::before {
  display: block;
  width: 100%;
  height: 92px;
  content: "";
  background: center/cover no-repeat;
  border-radius: 10px 10px 0 0;
}
.p-Cho__skisnow::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/cho_skisnow.png);
}
.p-Cho__bicycle::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/cho_bicycle.png);
}
.p-Cho__travel::before {
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/cho_travel.png);
}
.p-Cho__txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 92px;
  padding: 20px 16px 16px;
  color: #333;
}
.p-Cho__plan {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9rem;
}
.p-Cho__price {
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-align: right;
}
.p-Check__wrap {
  padding: 0 16px;
}
.p-Check__item {
  padding: 20px 0 8px;
  border-bottom: 1px solid #bdbdbd;
}
.p-Check__propaty {
  margin-bottom: 4px;
  font-size: 1.2rem;
}
.p-Check__pre {
  margin-bottom: 4px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: red;
}
.p-Check__pre::after {
  font-weight: 400;
  content: "（変更前）";
}
.p-Check__new,
.p-Check__new-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-Check__new-text {
  font-size: 1.6rem;
}
.p-Request-history__wrap {
  padding: 20px 16px;
  margin-top: 8px;
}
.p-Request-history__source-date {
  font-size: 1.2rem;
  color: #757575;
}
.p-Request-history__source-date::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  content: "";
  background: url(https://assets.paypay-insurance.co.jp/scenario/images/date.svg)
    center/contain no-repeat;
  transform: translateY(2px);
}
.p-Request-history__item {
  display: block;
}
.p-Request-history__item:not(:first-of-type) {
  margin-top: 20px;
}
.p-Request-history__card {
  position: relative;
  padding: 20px;
  margin-top: 8px;
  background-color: #fff;
}
.p-Request-history__cursor::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  content: "";
  border-right: 2px solid #3895ff;
  border-bottom: 2px solid #3895ff;
  transform: rotate(-45deg) translateY(-20%);
}
.p-Request-history__null {
  font-size: 1.4rem;
  font-weight: 400;
  color: #757575;
  text-align: center;
}
.p-Request-history__number {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  color: #757575;
}
.p-Request-history__row {
  display: flex;
}
.p-Request-history__row:not(:first-child) {
  margin-top: 16px;
}
.p-Request-history__term {
  font-size: 1.2rem;
  color: #757575;
}
.p-Request-history__des {
  font-weight: 700;
  color: #757575;
}
.p-Request-history__term-des {
  min-width: 100px;
}
.p-Request-history__term-des:first-child {
  margin-right: 20px;
}
.p-Request-history__status {
  color: #e8822a;
}
.p-Request-history__caution {
  margin-top: 16px;
  font-size: 1.1rem;
  color: #757575;
}
.p-Terminate__wrap {
  padding: 32px 16px;
}
.p-Terminate__item:not(:first-of-type) {
  margin-top: 24px;
}
.p-Terminate__item:nth-of-type(1) .p-Terminate__txt::before {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #fff;
  text-align: center;
  content: "1";
  background-color: #71a0f2;
  border-radius: 4px;
}
.p-Terminate__item:nth-of-type(2) .p-Terminate__txt::before {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #fff;
  text-align: center;
  content: "2";
  background-color: #71a0f2;
  border-radius: 4px;
}
.p-Terminate__item:nth-of-type(3) .p-Terminate__txt::before {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #fff;
  text-align: center;
  content: "3";
  background-color: #71a0f2;
  border-radius: 4px;
}
.p-Terminate__item:nth-of-type(1) .p-Terminate__img {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 260px;
  height: 60px;
  margin: 20px auto 0;
  content: "";
  background: center/contain no-repeat;
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/cancellation-reason.svg);
}
.p-Terminate__item:nth-of-type(2) .p-Terminate__img {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 260px;
  height: 60px;
  margin: 20px auto 0;
  content: "";
  background: center/contain no-repeat;
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/bank-regist.svg);
}
.p-Terminate__item:nth-of-type(3) .p-Terminate__img {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 260px;
  height: 60px;
  margin: 20px auto 0;
  content: "";
  background: center/contain no-repeat;
  background-image: url(https://assets.paypay-insurance.co.jp/scenario/images/bank-back.svg);
}
.p-Terminate__txt {
  display: flex;
  line-height: 24px;
}
.p-Terminate__txt-sub {
  padding-left: 32px;
  font-size: 1.1rem;
  color: #757575;
}
.p-Terminate__money {
  position: relative;
  display: block;
  width: 288px;
  padding: 16px 20px;
  margin: 30px auto 0;
  line-height: 18px;
  text-align: center;
  vertical-align: bottom;
  background-color: #ffdda6;
  border-radius: 5px;
}
.p-Terminate__money::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffdda6;
  border-left: 10px solid transparent;
  transform: translateX(-50%) translateY(-100%);
}
.p-Terminate__number {
  margin-right: 2px;
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: bottom;
}
.p-Terminate__transfer {
  margin-top: 16px;
  font-size: 1.1rem;
  color: #757575;
}
.p-Terminate__transfer a {
  text-decoration-line: underline;
}
.p-Product-mv {
  padding-top:30px;
  padding-bottom: 70px;
  background: linear-gradient(270deg, #0CE6D8 0%, #00C3DE 100%);
}
.p-Product-mv__furniture {
  padding-top:30px;
  padding-bottom: 70px;
  background: linear-gradient(270deg, #0CE6D8 0%, #00C3DE 100%);
}
@media screen and (min-width: 768px) {
  .p-Product-mv {
      padding: 40px 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-Product-mv__furniture {
      padding: 40px 0 50px;
  }
}
@media (max-width: 374.98px) {
  .p-Product-mv__wrap {
      padding: 0 16px 50px;
      overflow-y: hidden;
  }
}
@media (min-width: 374.99px) {
  .p-Product-mv__wrap {
      min-width: 320px;
      padding: 0 16px 72px;
      overflow-y: hidden;
  }
}
@media screen and (min-width: 768px) {
  .p-Product-mv__wrap {
      max-width: 990px;
      margin-right: auto;
      margin-left: auto;
      line-height: 1.8;
  }
}
 .p-Product-mv__Caution__num{
  font-size: 11px;
  margin-left: 4px;
  vertical-align: super;
 }
 @media screen and (max-width: 768px) {
  .p-Product-mv__Caution__num{
    font-size: 11px;
    margin-left: 4px;
    vertical-align: baseline;
  }  
 }
.p-Product-mv__title-top {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .1em;
  order: 3;
}
@media screen and (min-width: 768px) {
  .p-Product-mv__title-top {
      font-size: 43px;
      font-weight: bold;
  }
}
.p-Product-mv__title-area {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff
}
.p-Product-mv__title-area--tab {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff
}
.p-Product-mv__title--inner {
  margin-top: 2px;
  order: 3;
}
.p-Product-mv__title--inner .p-Product-mv__title-top {
 order: 1;
}
.p-Product-mv__title--inner .p-Product-mv__label {
 order: 2;
}
.p-Product-mv__title--inner .p-Product-mv__label {
  margin-top: 8px;
  order: 2;
}
.p-Product-mv__title--semi-inner {
  display: flex;
  order: 2;
}
.p-Product-mv__title-area .p-Product-mv__title-top {
  margin-top: 10px;
  order: 2;
}
.p-Product-mv__title-area .p-Product-mv__title--semi-inner {
  order: 1;
}
.p-Product-mv__title-area .p-Product-mv__title-semi {
  margin-top: 12px;
  order: 3;
}
@media screen and (min-width: 768px) {
  .p-Product-mv__title--semi-inner {
      align-items: center;
  }
  .p-Product-mv__title--inner {
      margin-top: 0;
      display: flex;
      align-items: center;
  }
  .p-Product-mv__title--inner_tire{
    align-items: start;
  }
  .p-Product-mv__title-area--tab {
  position: absolute;
  }
}
.p-Product-mv__feature-item:not(:first-of-type) {
  margin-top: 12px
}
.p-Product-mv__feature-kome {
  margin-left: 2px;
  font-size: 1.1rem;
  font-weight: 400
}
.p-Product-mv__feature-flex {
  display: flex;
  align-items: center;
  height: 45px
}
.p-Product-mv__feature-tworow {
  flex-shrink: 0;
  font-size: 1.4rem;
  line-height: 1.8rem
}
.p-Product-mv__title-sub {
  order: 1;
}
.p-Product-mv__title-semi-top {
  margin-top: 3px;
  font-size: 2.0rem;
  font-weight: 600;
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-Product-mv__title-semi-top {
      margin-top: 10px;
      font-size: 2.4rem;
  }
}
.p-Product-mv__logo {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 30px;
  margin-top: 3px;
  background: url("https://assets.paypay-insurance.co.jp/scenario/images/logo-white.svg") center/contain no-repeat
}
.p-Product-mv__title {
  order: 2;
  margin-top: 16px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em
}
.p-Product-mv__title-sub {
  font-size: 1.4rem;
}
.p-Product-mv__title--semi-inner .p-Product-mv__title-semi-top {
  order: 1;
}
.p-Product-mv__feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 12px
}
.p-Product-mv__feature-item {
  display: inline-block;
  padding: 0 12px;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
  border-radius: 10px
}
.p-Product-mv__feature-item:not(:first-of-type) {
  margin-top: 12px;
}
.p-Product-mv__feature-flex.two-lines {
  height: 65px;
  line-height: 1.3
}
.p-Product-mv__feature-flex::before {
  display: block;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  content: ""
}
@media (max-width: 375px) {
  .p-Product-mv__feature-flex.p-Product-mv__overflow::before {
    content: none;
  }
}
.p-Product-mv__feature-kome {
  margin-left: 2px;
  font-size: 1.1rem;
  font-weight: 400
}
.p-Product-mv__feature-flex span {
  flex-shrink: 0;
}
.p-Product-mv__feature-emphasis {
  color: #ff3d3d;
}
.p-Product-mv__feature-tworow {
  flex-shrink: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.p-Product-mv__feature-free .p-Product-mv__feature-flex span {
  flex-shrink: 0;
}
.p-Product-mv__feature-free .p-Product-mv__feature-flex::before {
  background: url("https://assets.paypay-insurance.co.jp/scenario/images/mv-feature-free.svg");
}
.p-Product-mv__feature-term .p-Product-mv__feature-emphasis {
  margin-left: 4px;
}
.p-Product-mv__feature-term .p-Product-mv__feature-flex::before {
  background: url("https://assets.paypay-insurance.co.jp/scenario/images/mv-feature-term.svg");
}
.p-Product-mv__feature-money .p-Product-mv__feature-emphasis {
  margin-left: 10px;
}
.p-Product-mv__feature-money .p-Product-mv__feature-flex::before {
  background: url("https://assets.paypay-insurance.co.jp/scenario/images/mv-feature-money.svg");
}

@media (max-width: 374.98px) {
  .p-Product-mv__logo {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 70px;
      height: 20px;
      background: url("https://assets.paypay-insurance.co.jp/scenario/images/logo-white.svg") center/contain no-repeat;
  }
  .p-Product-mv__title {
      order: 2;
      margin-top: 12px;
      font-size: 2.6rem;
      font-weight: 700;
      line-height: 1;
      letter-spacing: .1em;
  }
  .p-Product-mv__title-sub {
      font-size: 1.4rem;
      line-height: 1.5;
      letter-spacing: .05em;
  }
  .p-Product-mv__feature {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-width: 375px;
      margin-top: 20px;
  }
.p-Product-mv__feature--tab{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-width: 375px;
      margin-top: 20px;
  }
  .p-Product-mv__feature-item {
      display: inline-block;
      padding: 0 8px;
      font-size: 1.8rem;
      font-weight: 700;
      background-color: #fff;
      border-radius: 10px;
  }
  .p-Product-mv__feature-flex span {
      flex-shrink: 0;
  }
  .p-Product-mv__feature-flex.two-lines-max374 {
      flex-wrap: wrap;
      width: 235px;
      height: 76px;
      padding: 10px 0;
      line-height: 1.3;
  }
  .p-Product-mv__feature-emphasis {
      color: #f53b5a;
  }
  .p-Product-mv__feature-term .p-Product-mv__feature-emphasis {
      margin-left: 43px;
  }
}
@media screen and (max-width: 374px) {
  .p-Product-mv__feature-term .p-Product-mv__feature-emphasis {
      margin-left: 4px;
  }
  .p-Product-mv__feature-term .p-Product-mv__feature-flex.p-Product-mv__overflow::before {
    margin-left: -6px;
    background: none;
  }
  .p-Product-mv__feature--tab {
    margin-top: 12px;
  }
}
.p-Product-mv__feature-money .p-Product-mv__feature-emphasis {
    margin-left: 10px;
}
.p-Product-mv__caution {
  margin-top: 18px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-Product-mv__feature-item {
      padding: 2px 12px;
  }
  .p-Product-mv__logo {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 80px;
      height: 30px;
      background: url("https://assets.paypay-insurance.co.jp/scenario/images/logo-white.svg") center/contain no-repeat;
  }
  .p-Product-mv__title-sub {
      font-size: 16px;
      line-height: 1;
      letter-spacing: .05em;
  }
  .p-Product-mv__title-semi {
      order: 1;
      font-size: 2rem;
      line-height: 1.3;
      letter-spacing: .05em;
  }
}
.p-Product {
  padding-top: 40px
}
@media screen and (min-width: 768px) {
  .p-Product {
      padding: 40px 0 24px;
  }
}
.p-Product__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 16px 0;
}
.p-Product__intro-smp-img {
  display: block;
  width: 118px;
  height: 73px;
  margin: 40px auto 0;
  background: url("https://assets.paypay-insurance.co.jp/scenario/images/smp-intro.svg") center/contain no-repeat;
}
.p-Product__intro-home-img {
  display: block;
  width: 118px;
  height: 73px;
  margin: 40px auto 0;
  /* TODO:画像差し替え */
  background: url(https://assets.paypay-insurance.co.jp/scenario/images/home-intro.svg)
    center/contain no-repeat;
}
.p-Product__intro-txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-Product__intro-txt {
      margin-top: 28px;
      font-size: 1.6rem;
  }
}
.p-Product__point {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #71a0e2;
  border-radius: 10px;
}
.p-Product__point_item {
  padding: 9px;
}
.p-Product__point.u-Wrap--560 .p-Product__point_item {
  padding: 12pt;
}
.p-Product__point_note {
  margin:8px 16px 0;
  font-size: 1.1rem;
  color: #757575;
}
.p-Product__point_item_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.p-Product__point_item:nth-child(n+2) {
  border-top: 1px solid #71a0e2;
}
.p-Product__point_item_caution {
  font-size: 1.1rem;
  color: #757575;
  margin-top: 9pt;
}
.p-Product__point_img {
  width: 90pt;
}
.p-Product__point_txt {
  display: inline-block;
  margin-left: 1pc;
}
.p-Product__intro-box {
  font-weight: 700;
  padding: 4px 9pt;
  border: 3px solid #fc6600;
  border-radius: 4px;
}
.p-Product__detail-top__content {
  line-height: 1.8;
  margin-top: 8px;
  padding: 9pt 0 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.p-Product__detail-top__content-term {
  font-weight: 700;
  padding: 8px 24px;
  letter-spacing: .2rem;
  background-color: #eef6ff;
}
.p-delay-table-top {
  width: 100%;
  font-size: 9pt;
  color: #757575;
  text-align: center;
  border-spacing: 0;
  border-collapse: separate;
}
.p-delay-table-top th {
  font-weight: 400;
  width: 135px;
}
.p-Percent__table,.p-delay__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.p-Percent__table__row,.p-delay__table__row {
  border-bottom: 1px solid #aaa;
}
.p-Percent__table__head,.p-delay__table__head {
  font-size: 9pt;
  width: 78px;
  color: #fff;
  background-color: #71a0e2;
}
.p-delay__table__data {
  text-align: center;
}
.p-delay__table__data .txt-small {
  font-size: 9pt;
  font-weight: 400;
}
.p-delay__table__data .txt-strong {
  font-size: 1pc;
}
.p-delay__table__head {
  width: 135px;
}
.p-Product__detail-top__content-des {
  padding: 9pt 9pt 0;
}
.p-Product-flow__txt-center p {
  padding-left: 68px;
}
.p-Uparrow {
  text-align: center;
}
.p-Uparrow:before {
  display: inline-block;
  margin-right: 8px;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #00c2c2;
}
.p-Product-flow__txt-center {
  width: 320px;
  margin: 0 auto;
}
.p-Percent__table,.p-delay__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.p-Percent__table__head {
  font-size: 9pt;
  width: 78px;
  color: #fff;
  background-color: #71a0e2;
}
.p-Percent__table__data {
  font-weight: 700;
  padding: 9pt;
}
.p-Percent__table__list {
  padding-left: 1em;
  text-indent: -1em;
}
.p-Percent__table__list:before {
  margin-right: 7px;
  content: '・';
}
.p-Percent__table__row {
  border-bottom: 1px solid #aaa;
}
.p-Percent__table__img {
  margin-top: 4px;
}
.p-Toc {
  padding: 24px 0 24px 2pc;
  border: 1px solid #71a0e2;
  border-radius: 10px;
}
.p-Toc__item a {
  font-weight: 700;
  position: relative;
  display: block;
  padding: 9pt 0 9pt 14px;
  color: #333;
}
.p-Toc__item a:before {
  position: absolute;
  top: 21px;
  left: 5px;
  display: block;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 1px;
  background-color: #3895ff;
}
.p-Toc__item:nth-child(n+2) {
  border-top: 1px dashed #e0e0e0;
}
.p-Product-flow__img-dp-cancel-apply {
  background: url("https://assets.paypay-insurance.co.jp/scenario/images/product-dp-cancel-apply.png")center/contain no-repeat;
}
.p-Product-flow__img-dp-delay-apply {
  background: url("https://assets.paypay-insurance.co.jp/scenario/images/product-dp-delay-apply.png")center/contain no-repeat;
}
.p-Product-flow__img-dp-delay-ins {
  background: url("https://assets.paypay-insurance.co.jp/scenario/images/product-dp-delay-ins.png")center/contain no-repeat;
}
.p-Product-flow__img-dp-cancel-ins {
  background: url("https://assets.paypay-insurance.co.jp/scenario/images/product-dp-cancel-ins.png")center/contain no-repeat;
}
.p-Product-flow__img-travel-ins {
  background: url("https://assets.paypay-insurance.co.jp/scenario/images/product-travel-flow-ins.png") center/contain no-repeat;
}
.p-Product-flow__img-travel-built-in {
  background: url("https://assets.paypay-insurance.co.jp/scenario/images/applicationImg01.png") center/contain no-repeat;
}
.p-Product-flow__img-travel-mypage {
  background: url("https://assets.paypay-insurance.co.jp/scenario/images/applicationImg02.png") center/contain no-repeat;
}
.p-Flow__flight-canceled:before {
  background-image: url("https://assets.paypay-insurance.co.jp/scenario/images/smp-flightlate.png");
}
.p-Flow__request-btn:before {
  width: 280px;
  height: 140px;
  background-image: url("https://assets.paypay-insurance.co.jp/scenario/images/request-btn.png");
}
.p-Flow__smp-cancel:before {
  width: 280px;
  height: 140px;
  background-image: url("https://assets.paypay-insurance.co.jp/scenario/images/smp-travelcancel.png");
}
.p-Flow__smp-paypaymoney:before {
  width: 280px;
  height: 140px;
  background-image: url("https://assets.paypay-insurance.co.jp/scenario/images/smp-paypaymoney.png");
}
.c-attention-box {
  padding: 12px;
  line-height: 1.5;
  border-radius: 8px;
  color: #606060;
}
.c-attention-box--normal {
  background-color: #f7f7f7;
}
.c-attention-box--caution {
  background-color: #fff7e5;
}
.c-attention-box-inner {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center;
}
.c-attention-box-svg-container {
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 24px;
  line-height: 0;
  vertical-align: top;
  margin-right: 8px;
}
.c-attention-box-svg-container--normal {
  color: #606060;
}
.c-attention-box-svg-container--caution {
  color: #F5A623;
}
.c-attention-box-svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}

.p-Contact__title {
  font-size: 20px;
  margin-bottom: 24px;
  text-align: center;
}
.p-Anchor {
  margin-top: -70px;
  padding-top: 70px;
}
.p-Caution__message-pink {
  width: 100%;
  padding: 12px 8px 8px 48px;
  border-radius: 4px;
  background: #ffe5e5;
}
.p-Caution__icon-pink:before {
  position: absolute;
  top: 17px;
  left: 20px;
  display: block;
  width: 16px;
  height: 13px;
  content: '';
  background: url("https://assets.paypay-insurance.co.jp/scenario/images/pink_warning.svg") center/contain no-repeat;
}
.p-Caution__message-pink__wrap {
  position: relative;
}
.u-Txt__txt--red {
  color: #ff4060;
}
.u-Txt__underline {
  text-decoration: underline;
}
.p-Scenario__link {
  margin: 0 auto;
  padding: 6px 10px;
  font-size: 1pc;
  font-weight: 700;
  display: block;
  max-width: 400px;
  text-align: center;
  letter-spacing: .2rem;
  border: 1px solid #3895ff;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .p-Scenario__link {
      padding: 10px;
  }
}
.p-Product__feature-wrap {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-Product__feature-item{
    width: 132px;
    height: 132px;
  }
  .p-Product__featurePattern-img{
    width: 164px;
    height: 164px;
  }
  .p-Product__featurePattern-item{
    width: 164px;
  } 
}
.p-Product__feature-item{
  margin-right: 20px;
}
.p-Product__feature-item:last-child{
  margin-right: 0
}
.p-Product__feature-txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #757575;
  text-align: center;
}
.p-Product__feature-caution {
  display: block;
  width: 288px;
  margin: 8px auto 0;
  font-size: 1.2rem;
  line-height: 1;
  color: #757575;
  text-align: right;
}
.p-Product__img-caution {
  width: 100%;
  margin-top: 8px;
  line-height: 1;
  text-align: right;
}
.p-Product__strong-wrap {
  text-align: center;
}
.p-Product__strong-txt {
  display: inline-block;
  margin-top: 20px;
  line-height: 24px;
  text-align: left;
}
.p-Product__strong-link {
  display: block;
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-decoration-line: underline;
}
.p-Product__strong {
  font-size: 20px;
  font-weight: 700;
}
.p-Product__strong-caution {
  margin-top: 8px;
  font-size: 1.1rem;
  line-height: 1;
  color: #757575;
}
.p-Product__detail {
  padding: 24px 16px;
  background-color: #f7f7f9;
}
@media screen and (min-width: 768px) {
  .p-Product__detail {
      padding: 40px 0;
      background-color: #f7f7f9;
  }
}
.p-Product__detail-top__term {
  font-weight: 700;
  line-height: 1;
}
.p-Product__detail-top__term:not(:first-of-type) {
  margin-top: 24px;
}
.p-Product__detail-top__des {
  padding: 20px 16px;
  margin-top: 8px;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.p-Product__input:checked + .c-Accordion__content {
  max-height: 2000px;
  margin-top: 24px;
  opacity: 1;
}
.p-Product__content {
  opacity: 0;
  transition: max-height, opacity 0.5s ease-out;
}
.p-Product__detail__term {
  font-size: 1.2rem;
  line-height: 1;
  color: #333;
  text-align: center;
}
.p-Product__detail__term:not(:first-of-type) {
  margin-top: 32px;
}
.p-Product__detail__des {
  position: relative;
  padding: 16px 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.p-Product__detail__des a {
  text-decoration-line: underline;
  font-weight: 400;
}
.p-Product__detail__des .p-Product__detail__instructions-link {
  text-decoration-line: underline;
  display: block;
}
.p-Product__detail__des::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 1px solid #e5e5e5;
}
.p-Product__detail-top__list {
  padding-left: 1em;
  text-indent: -1em;
}
.p-Product__detail-top__list:not(:first-of-type) {
  margin-top: 12px;
}
.p-Product__detail-top__list::before {
  margin-right: 4px;
  margin-right: 7px;
  content: "・";
}
.p-Product__detail-top__list .u-Txt__kome {
  transform: translateX(14px) translateY(-50%);
}
.p-Product__detail__instructions-wrap {
  position: relative;
  width: 288px;
  padding-top: 60%;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #bdbdbd;
  -webkit-overflow-scrolling: touch;
}
.p-Product__detail__instructions {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.p-Product__detail__instructions + a {
  display: block;
  width: 288px;
  padding-right: 0;
  margin: 12px auto 0;
  text-align: right;
  text-decoration-line: none;
}
.p-Product__detail__instructions-title {
  width: 288px;
  padding-left: 16px;
  padding-left: 0;
  margin: 0 auto;
  font-weight: 700;
}
.p-Product__detail__instructions-other {
  width: 288px;
  padding: 0;
  margin: 0 auto;
}
.p-Product__detail-caution {
  display: inline-block;
  margin-top: 12px;
  line-height: 1;
}
.p-Product__detail__excluded {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #bdbdbd;
}
.p-Product__detail__excluded p {
  font-size: 1.4rem;
  font-weight: 400;
}
.p-Product__detail-table {
  background-color: #fff;
}
.p-Product__detail-table .c-Count-table__head {
  width: 110px;
}
.p-Product__detail-table .c-Count-table__row {
  border-bottom: 1px solid #f7f7f9;
}
.p-Product__explanation-title {
  font-weight: 700;
}
.p-Product-flow {
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 990px;
}
.p-Product-flow__wrap {
  padding: 0 16px;
  margin-top: 100px;
}
.p-Product-howto__wrap {
  padding: 0 16px;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .p-Product-howto__wrap {
      width: 404px;
      margin: 90px auto;
  }  
  .p-Product-flow__wrap {
      width: 540px;
      margin: 90px auto;
  }
}
.p-Product-flow__list {
  position: relative;
  margin-top: 40px;
}
.p-Product-flow__txt {
  padding-top: 2px;
}
.p-Product-flow__caution {
  padding-left: 32px;
  font-size: 1.1rem;
  font-weight: 400;
  color: #757575;
}
.p-Product-flow__caution__furniture {
  font-size: 1.1rem;
  font-weight: 400;
  color: #757575;
}
.p-Product-flow__item {
  position: relative;
  font-weight: 700;
}
.p-Product-flow__item.counter {
  counter-increment: a;
}
.p-Product-flow__item:not(:first-of-type) {
  margin-top: 36px;
}
.p-Product-flow__item:not(:last-of-type)::after {
  position: absolute;
  top: 0;
  left: 12px;
  z-index: 10;
  display: block;
  height: calc(100% + 36px);
  content: "";
  border-right: 1px solid #eaf4ff;
}
.p-Product-flow__txt-wrap.counter:before {
  content: counter(a);
}
.p-Product-flow__item:nth-of-type(1) .p-Product-flow__txt-wrap::before {
  content: "1";
}
.p-Product-flow__item:nth-of-type(2) .p-Product-flow__txt-wrap::before {
  content: "2";
}
.p-Product-flow__item:nth-of-type(4) .p-Product-flow__txt-wrap::before {
  content: "3";
}
.p-Product-flow__item:nth-of-type(5) .p-Product-flow__txt-wrap::before {
  content: "4";
}
.p-Product-flow__item:nth-of-type(6) .p-Product-flow__txt-wrap::before {
  content: "5";
}
.p-Product-flow__item:nth-of-type(7) .p-Product-flow__txt-wrap::before {
  content: "6";
}
.p-Product-flow__txt-wrap {
  display: flex;
}
.p-Product-flow__txt-wrap::before {
  z-index: 20;
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #71a0f2;
  border-radius: 4px;
}
.p-Product-flow__accident {
  position: relative;
  display: flex;
  margin-top: 36px;
  font-weight: 700;
}
.p-Product-flow__accident::before {
  z-index: 20;
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  color: #71a0f2;
  text-align: center;
  content: "!";
  background-color: #fff;
  border: 1px dashed #71a0f2;
  border-radius: 4px;
}
.p-Product-flow__accident::after {
  position: absolute;
  top: 0;
  left: 12px;
  z-index: 10;
  display: block;
  height: calc(100% + 36px);
  content: "";
  border-right: 1px solid #eaf4ff;
}
.p-Product-flow__img {
  display: block;
  width: 194px;
  height: 320px;
  margin: 8px auto 0;
}
.p-Product-flow__img-auc {
  background: url(https://assets.paypay-insurance.co.jp/scenario/images/product-auc-flow-auc.png)
    center/contain no-repeat;
}
.p-Product-flow__img-ins {
  background: url("https://assets.paypay-insurance.co.jp/scenario/images/product-auc-flow-ins.png") center/contain no-repeat;
}
.p-Product-flow__img-shp {
  background: url("https://assets.paypay-insurance.co.jp/scenario/images/product-shp-flow-shp.png")50%/contain no-repeat;
}
.p-Product-flow__img-shp-ins {
  background: url("https://assets.paypay-insurance.co.jp/scenario/images/product-shp-flow-ins.png")50%/contain no-repeat;
}
.p-Target {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 990px;
}
.p-Target__ok {
  position: relative;
  margin-top: 76px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 768px) {
  .p-Target__ok {
      margin-top: 68px;
  }
}
.p-Target__no {
  position: relative;
  margin-top: 68px;
  border-top: 1px solid #e5e5e5;
}
.p-Target__top-icon.p-Target__icon {
  position: absolute;
  top: -28px;
  left: 50%;
  display: block;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 27.5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
  transform: translateX(-50%);
}
.p-Target__top-icon.p-Target__icon-ok::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  border: 6px solid #71a0f2;
  border-radius: 16px;
  transform: translateX(-50%) translateY(-50%);
}
.p-Target__top-icon.p-Target__icon-no::after,
.p-Target__top-icon.p-Target__icon-no::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60%;
  height: 10%;
  margin: -5% 0 0 -30%;
  content: "";
  background: #e65c73;
}
.p-Target__top-icon.p-Target__icon-no::before {
  transform: rotate(-45deg);
}
.p-Target__top-icon.p-Target__icon-no::after {
  transform: rotate(45deg);
}
.p-Target__heading {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.1rem;
  text-align: center;
}
.p-Target__heading-bold {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-Target__item {
  margin-top: 24px;
}
.p-Target__item:first-of-type {
  margin-top: 48px;
}
.p-Target__term {
  position: relative;
  display: inline-block;
  height: 24px;
  padding: 0 8px 0 30px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  border-radius: 5px;
}
.p-Target__term .p-Target__icon {
  position: absolute;
  top: 3px;
  left: 6px;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: none;
  transform: none;
}
.p-Target__term .p-Target__icon-ok::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid #71a0f2;
  border-radius: 6px;
  transform: translateX(-50%) translateY(-50%);
}
.p-Target__term .p-Target__icon-no::after,
.p-Target__term .p-Target__icon-no::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60%;
  height: 10%;
  margin: -5% 0 0 -30%;
  content: "";
  background: #e65c73;
}
.p-Target__term .p-Target__icon-no::before {
  transform: rotate(-45deg);
}
.p-Target__term .p-Target__icon-no::after {
  transform: rotate(45deg);
}
.p-Target__term-ok {
  background-color: #71a0f2;
}
.p-Target__term-no {
  background-color: #e65c73;
}
.p-Target__des-ok {
  padding: 20px 16px;
  margin-top: 4px;
  border: 1px solid #71a0f2;
  border-radius: 5px;
}
.p-Target__des-ok_blue {
  padding: 20px 16px;
  margin-top: 4px;
  border: 1px solid #71a0e2;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-Target__des-ok_blue {
      font-size: 1.6rem;
      border: 0;
  }
}
.p-Target__des-no {
  padding: 20px 16px;
  margin-top: 4px;
  border: 1px solid #e65c73;
  border-radius: 5px;
}
.p-Target__des-notcoverd {
  padding: 0;
  margin-top: 4px;
  border: 1px solid #e65c73;
  border-radius: 5px;
}
.p-Target__notcoverd-inner {
  padding: 0 1pc 24px;
  margin-top: 20px
}
.p-Target__notcoverd-caution {
  padding: 8px 8px 0;
}
.p-Target__notcoverd-caution-box {
  display: flex;
  align-items: center;
  padding: 20px 8px;
  background-color: #fce4e7;
  border-radius: 3px;
}
.p-Target__notcoverd-caution-symbol {
  display: block;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  align-items: center;
  margin-right: 6px;
  background: url(https://assets.paypay-insurance.co.jp/scenario/images/notcover-caution.svg)
    center/contain no-repeat;
}
.p-Target__notcoverd-body {
  padding: 0 16px 24px;
  margin-top: 20px;
}
.p-Target__notcoverd-body .p-Target__list li::before {
  content: none;
}
.p-Target__example {
  padding: 12px 8px;
  margin-top: 4px;
  list-style: disc;
  border: 1px solid #e5e5e5;
}
.p-Target__example-item {
  padding-left: 1em;
  text-indent: -1em;
}
.p-Target__example-item::before {
  margin-right: 4px;
  margin-right: 7px;
  content: "・";
}
.p-Target__example-item:not(:first-of-type) {
  margin-top: 4px;
}
.p-Target__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-Target__list li::before {
  margin-right: 4px;
  margin-right: 7px;
  content: "・";
}
.p-Target__list li:not(:first-of-type) {
  margin-top: 12px;
}
.p-Target__list_astrisc{
  font-size: 12px;
  color:#606060;
}
.p-Target__etc {
  font-size: 1.2rem;
  text-align: right;
}
.p-Target__supplement {
  margin-top: 8px;
}
.p-Target__supplement a {
  text-decoration-line: underline;
}
.p-Fee__intro {
  padding: 0 16px;
  margin-top: 48px;
}
.p-Fee__body {
  padding: 40px 16px;
  margin-top: 20px;
  background-color: #f7f7f9;
}
.p-Fee__item-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.p-Fee__table {
  margin-top: 20px;
  background-color: #fff;
}
.p-Fee__table .c-Count-table__row {
  border-bottom: 1px solid #f7f7f9;
}
.p-Fee__table-body .c-Count-table__data {
  padding-right: 12px;
  padding-left: 8px;
  text-align: center;
}
.p-Fee__table-head {
  padding: 20px 8px 12px 20px;
}
.p-Fee__table-row {
  text-align: center;
}
.p-Fee__table-fee {
  position: relative;
  display: inline-block;
  width: 5em;
  margin: 0 auto;
  text-align: right;
  transform: translateX(-0.6em);
}
.p-Fee__table-fee::after {
  position: absolute;
  top: 0;
  right: -0.6em;
  content: "~";
}
.p-Compensation__limit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  margin-top: 24px;
}
.p-Compensation__limit::after {
  display: block;
  order: 2;
  margin-right: 8px;
  font-weight: 700;
  content: "=";
}
.p-Compensation__limit-term {
  display: inline-block;
  order: 1;
  padding: 2px 8px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  background-color: #e8822a;
  border-radius: 2px;
}
.p-Compensation__limit-term--rightAligned {
  margin-left: auto;
  text-align: center;
}
.p-Compensation__limit-des {
  order: 3;
  font-weight: 700;
  line-height: 20px;
}
.p-Compensation__limit-des--width {
  width: 50%;
  text-align: left;
}
.p-Compensation__term {
  position: relative;
  padding: 12px 16px 12px calc(16px + 1em);
  margin-top: 40px;
  font-weight: 700;
  text-indent: -1em;
  background-color: #eaf4ff;
}
.p-Compensation__term::before {
  position: absolute;
  bottom: 0;
  left: 16px;
  display: block;
  content: "";
  border-top: 10px solid #eaf4ff;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  transform: translateY(100%) translateX(-3px);
}
.p-Compensation__term:first-of-type {
  margin-top: 24px;
}
.p-Compensation__box {
  padding: 24px 16px;
  margin-top: 24px;
  border: 1px solid #71a0f2;
  border-radius: 4px;
}
.p-Compensation__des {
  padding: 0 16px;
}
.p-Compensation__main {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-Compensation__dashed {
  display: block;
  margin: 24px 0;
  border-bottom: 1px dashed #e0e0e0;
}
.p-Compensation__sub {
  padding-left: 16px;
  margin-top: 24px;
}
.p-Compensation__sub-list {
  list-style-type: disc;
}
.p-Compensation__sub-list:not(:first-of-type) {
  margin-top: 8px;
}
.p-Compensation__table {
  background-color: #eaf4ff;
}
.p-Compensation__table .c-Count-table__head {
  width: 110px;
}
.p-Compensation__table .c-Count-table__row {
  border-bottom: 1px solid #fff;
}
.p-Top__mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 28px;
}
.p-Top__mv-sub {
  margin: 0 auto;
}
.p-Top__mv-title {
  order: 2;
  margin: 20px auto 0;
}
.p-Top__mv-overview {
  margin: 28px auto 0;
}
.p-Top__mv-btn {
  margin-top: 20px;
}
.p-Top__lineup {
  padding: 0 16px;
}
.p-Top__mv-btn-note {
  margin: 20px 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-Top {
      padding-top: 20px;
  }
  .p-Top__lineup {
      width: 500px;
      margin-left: auto;
      margin-right: auto;
  }
  .p-Top__mv-btn-note {
      font-size: 18px;
  }
}
.p-Top__lineup-card {
  padding: 24px 24px 24px;
  margin-top: 40px;
}
.p-Top__lineup-card:first-of-type {
  margin-top: 24px;
}
.p-Top__lineup-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-Top__lineup-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  max-width: 544px;
}
.bicycleImage{
  margin-left: -29px;
}
.p-Top__mv-img {
  width: calc(100% - 32px);
}
@media screen and (min-width: 768px){
  .p-Top__mv-img {
      width: 100%;
      flex-shrink: 0;
  }
}
.p-Top__lineup-survice {
  order: 2;
  margin-top: 16px;
}
.p-Top__lineup-logo {
  order: 1;
}
.p-Top__lineup-des {
  margin-top: 32px;
text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.p-Top__lineup-overview {
  margin-top: 16px;
text-align: center;
  font-size: 16px;
}
.p-Top__lineup-btn {
  display: block;
  margin-top: 32px;
  font-size: 1.6rem;
  line-height: 52px;
  color: #fff;
  text-align: center;
  background-color: #3895ff;
  border-radius: 8px;
}
.p-Top__lineup-come {
  padding: 40px 0;
  font-size: 1.6rem;
  color: #757575;
  text-align: center;
}
.p-Covered-category__wrap {
  padding: 0 16px;
}
.p-Covered-category__strong {
  font-weight: 700;
  color: red;
}
.p-Covered-category__toc-wrap {
  padding: 28px 16px;
  margin-top: 16px;
  border: 1px solid #71a0f2;
  border-radius: 5px;
}
.p-Covered-category__toc-section:not(:first-of-type) {
  margin-top: 28px;
}
.p-Covered-category__toc-heading {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
.p-Covered-category__toc-child {
  margin-top: 24px
}
.p-Covered-category__toc-child li {
  padding-left: 1em;
  color: #0077b3;
}
@media screen and (min-width: 768px){
  .p-Covered-category__toc-child li {
      font-size: 16px;
  }
}
.p-Covered-category__toc-child li a {
  color: #0077b3;
  text-decoration: none;
  text-indent: -1em;
}
.p-Covered-category__toc-child li::before {
  margin-right: 4px;
  margin-right: 7px;
  content: "・"
}
.p-Covered-category__toc-child li:not(:first-child) {
  margin-top: 20px
}
.p-Covered-category__not-covered {
  margin-top: 20px;
  font-size: 1.1rem;
  color: red
}
.p-Covered-category__not-covered-list {
  margin-top: 12px;
  font-size: 1.1rem;
  color: red
}
.p-Covered-category__section {
  padding: 60px 0;
  margin-top: 0;
  border-top: 1px solid #bdbdbd;
}
.p-Covered-category__section:first-of-type {
  border-top: none;
}
.p-Covered-category__section-title {
  font-size: 2.4rem;
  font-weight: 700;
}
.p-Covered-category__sub-section {
  margin-top: 40px;
}
.p-Covered-category__sub-section:first-of-type {
  margin-top: 28px;
}
.p-Covered-category__sub-section-title {
  position: relative;
  padding-left: 7px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-Covered-category__sub-section-title::before {
  width: 3px;
  height: 16px;
  content: "";
  background-color: #71a0f2;
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-bottom;
}
.p-Covered-category__sub-section-sub-title{
  position: relative;
  margin-top: 20px;
  padding-left: 7px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
}
.p-Covered-category__list {
  margin-top: 20px;
}
.p-Covered-category__list li,
.p-Covered-category__sub-list li
 {
  padding-left: 1em;
  text-indent: -1em;
}
.p-Covered-category__list li::before {
  margin-right: 4px;
  margin-right: 7px;
  content: "・"
}

.p-Covered-category__sub-list li::before {
  margin-right: 4px;
  margin-right: 7px;
  content: "・"
}
.p-Covered-category__kome {
  padding-left: 1em;
  margin-top: 8px;
  font-size: 1.1rem;
  text-indent: -1em;
}
.p-Covered-category__kome::before {
  margin-right: 4px;
  content: "・";
}
.u-Clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.u-Hidden__heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}
.u-Txt__txt--bold {
  font-weight: 700;
}
.u-Txt__caution--large {
  font-size: 1.4rem;
  color: #333;
}
.u-Txt__caution--small {
  font-size: 1.1rem;
  color: #757575;
}
.u-Txt__s11 {
  font-size: 11px;
}
.u-Txt__s12 {
  font-size: 12px;
}
.u-Txt__s14 {
  font-size: 14px;
}
.u-Txt__link-bold {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.u-Txt__link-small {
  font-size: 1.2rem;
  font-weight: 400;
  color: #3895ff;
}
.u-Txt__align-left {
  text-align: left;
}
.u-Txt__align-right {
  text-align: right;
}
.u-Txt__align-center {
  text-align: center;
}
.u-Txt__ver-mid {
  vertical-align: middle;
}
.u-Txt__sup {
  font-size: 1rem;
  font-weight: lighter;
  line-height: 1;
  color: #bdbdbd;
}
@media screen and (min-width: 768px) {
  .u-Txt__marker {
      background: linear-gradient(transparent 70%,#eaf4ff 0);
      padding: 24px 24px 0;
  }
}
.u-Cursor__right--color {
  position: relative;
}
.u-Cursor__right--color::after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  border-right: 2px solid #3895ff;
  border-bottom: 2px solid #3895ff;
  transform: rotate(-45deg) translateY(-50%);
}
.u-Cursor__under--color {
  position: relative;
}
.u-Cursor__under--color::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 7px;
  height: 7px;
  content: "";
  border-right: 2px solid #3895ff;
  border-bottom: 2px solid #3895ff;
  transform: rotate(45deg) translateY(-60%);
}
.u-surround {
  margin-left: auto;
  margin-right: auto;
  max-width: 990px;
}
.u-Padding {
  padding-top: 16px;
}
.u-Margin {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .u-Padding {
      padding-top: 40px;
  }
  .u-Margin {
      margin-top: 120px;
  }
}
.u-Margin--t100 {
  margin-top: 100px;
}
.u-Margin--t80 {
  margin-top: 80px;
}
.u-Margin--t60 {
  margin-top: 60px;
}
.u-Margin--t52 {
  margin-top: 52px;
}
.u-Margin--t50 {
  margin-top: 50px;
}
.u-Margin--t48 {
  margin-top: 48px;
}
.u-Margin--t40 {
  margin-top: 40px;
}
.u-Margin--t36 {
  margin-top: 36px;
}
.u-Margin--t32 {
  margin-top: 32px;
}
.u-Margin--t28 {
  margin-top: 28px;
}
.u-Margin--t24 {
  margin-top: 24px;
}
.u-Margin--t20 {
  margin-top: 20px;
}
.u-Margin--t16 {
  margin-top: 16px;
}
.u-Margin--t12 {
  margin-top: 12px;
}
.u-Margin--t8 {
  margin-top: 8px;
}
.u-Margin--l0 {
  margin-left: 0px !important;
}
.u-Margin--l4 {
  margin-left: 4px;
}
.u-Margin--l12 {
  margin-left: 12px;
}
.u-Margin--l20 {
  margin-left: 20px;
}
.u-Padding--tb28 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.u-Padding--tb32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.u-Padding--t54 {
  padding-top: 54px;
}
.u-Padding--t28 {
  padding-top: 28px;
}
.u-Padding--t50 {
  padding-top: 50px;
}
.u-Padding--t16 {
  padding-top: 16px;
}
.u-Padding--b30 {
  padding-bottom: 30px;
}
.u-Padding--b40 {
  padding-bottom: 40px;
}
.box__white {
  background-color: #fff;
  border-radius: 4px;
}
.box__380 {
  max-width: 380px;
  padding: 12px 16px;
}
.box__approval {
  max-width: 380px;
  padding: 8px 24px;
  margin: 12px 8px 0;
  font-size: 1.3rem;
  font-weight: 700;
}
.error__body{
  padding: 40px 24px 40px;
}
@media screen and (min-width: 768px) {
  .error__body{
    padding-top: 160px;
  }
}
.error__message {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error__message p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .error__message p  {
    font-size: 18px;
  }
}
.redirect__body{
  padding: 90px 24px 60px;
}
@media screen and (min-width: 768px) {
  .redirect__body{
    padding-top: 160px;
  }
}
.redirect__message {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.redirect__message p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .redirect__message p {
    font-size: 18px;
  }
}
.redirect__message-btn {
  margin: 0 auto;
  display: block;
  width: 240px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #3895ff;
  border-radius: 8px;
}
.u-Bg {
  background-color: #f7f7f9;
}
.u-Display__inline {
  display: inline;
}
.u-Display__inline-block {
  display: inline-block;
}
.u-Display__block {
  display: block;
}
.p-parts__margin {
  margin-bottom: 80px;
}
.p-Product-mv__label {
  display: flex;
 /*justify-content: center;*/
  align-items: center;
  margin-top: 10px;
}
.p-Product-mv__title--semi-inner .p-Product-mv__label{
  order: 2;
}
@media screen and (max-width: 768px) {
  .p-Product-mv__title--semi-inner .p-Product-mv__label{
    margin-top: 4px;
    margin-left: 20px;
  }
}
.p-Product-mv__label li{
height: 22px;
font-size: 12px;
padding: 2px 8px;
margin-right: 8px;
border-radius: 4px;
background-color:#fc6600;
}
@media screen and (max-width: 768px) {
  .p-Product-mv__wrap-smp {
    margin-top: 8px;
  }
  .p-Product-mv__wrap-home .p-Product-mv__feature--tab {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-Product-mv__title--inner .p-Product-mv__label{
    margin-top: 0;
    flex-flow: column;
    align-items: baseline;
    order: 2;
  }
  .p-Product-mv__title--inner .p-Product-mv__label_tire{
    margin-top: 10px;
  }
  .p-Product-mv__label {
      margin-top: 12px;
  }
  .p-Product-mv__label li{
      margin-left: 12px;
  }
  .p-Product-mv__title--inner .p-Product-mv__label li:not(:first-child),
  .p-Product-mv__title--semi-inner .p-Product-mv__label li:not(:first-child) {
      margin-top: 4px;
  }
  .p-Product-mv__title--inner .p-Product-mv__label li {
      margin-top: 0;
      margin-bottom: 0;
  }
  .pcnone {
        display: none
  }
}
@media screen and (min-width:600px) and ( max-width:767px) {
  .p-Product-mv__feature--tab {
      width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .l-Wrapper {
    position: relative;
    box-sizing: border-box;
    /* ヘッダーとフッターを除く画面の高さを確保する */
    min-height: calc(100vh - 455px);
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .u-Wrap {
    width: 100%;
    max-width: 990px;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.8;
  }
  .u-Wrap--560 {
    width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
  .u-Wrap--650 {
    width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
  .u-Wrap_spNone {
    max-width: 990px;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.8;
  }
  .p-Product-mv__wrap-smp {
    background: url("https://assets.paypay-insurance.co.jp/scenario/images/mv-bg-sp.svg")90%/contain no-repeat;
    background-size: 340px 340px;
    overflow: hidden;
  }
  .p-Product-mv__wrap-home {
    background: url("https://assets.paypay-insurance.co.jp/scenario/images/mv-bg-home.svg")90%/contain no-repeat;
    background-size: 340px 340px;
    overflow: hidden;
  }
  .p-Product-mv__wrap-furniture {
    background: url("https://assets.paypay-insurance.co.jp/scenario/images/mv-bg-furniture.svg")90%/contain no-repeat;
    background-size: 325px 325px;
    overflow: hidden;
  }
  .p-Product-mv__wrap-bicycle {
    background: url("https://assets.paypay-insurance.co.jp/scenario/images/topBicycle.svg")90%/contain no-repeat;
    background-size: 424px 303px;
    overflow: hidden;
  }
  .p-Product-mv__wrap-tire {
    background: url("https://assets.paypay-insurance.co.jp/scenario/images/mv-bg-tire.svg")90%/contain no-repeat;
    background-size: 340px 340px;
    overflow: hidden;
  }
  .p-Product-mv__wrap-returnShipping{
      background: url("../../images/mv-bg-returnShipping.svg")90%/contain no-repeat;
      background-size: 340px 340px;
      overflow: hidden;
  }

  .p-Product-mv__feature {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }
  .p-Product-mv__feature--tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 132px;
  }
}
.p-Product-mv__wrap--notab {
  min-width: 20pc;
  padding: 0 1pc;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .p-Product-mv__wrap--notab {
    width: 990px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-Product__list-area {
  padding: 0 1pc;
}
.p-Product__list-title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  padding: 0 10px;
}
.p-Product__list {
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.p-Product__list-item-wrap {
  padding: 1pc 20px;
}

.p-Product__damaged-tire-cases-title{
  text-align: center;
  color: #606060;
}
.p-Product__feature-item {
  margin-right: 10px;
  margin-left: 10px;
}
.p-Product__feature-item:first-child {
  margin-left: 0;
}
.p-Product__feature-item:last-child {
  margin-right: 0;
}
.p-Product__featurePattern-wrap {
  display: flex;
  justify-content: center;
  padding: 0 8px;
  margin-top: 24px;
}
.p-Product__featurePattern-item {
  margin-right: 8px;
  margin-left: 8px;
}
.p-Product__featurePattern-item:first-child {
  margin-left: 0;
}
.p-Product__featurePattern-item:last-child {
  margin-right: 0;
}
.p-Product__featurePattern-text{
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-Product__damaged-tire-cases {
  margin-right: auto;
  margin-left: auto;
  width: 294px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.p-Product__list-column {
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-weight: 700;
  text-align: center;
  align-items: center;
  border-bottom: 5px solid #eee;
}

.p-Product__list-two-column {
  display: -webkit-box;
  display: flex;
  padding-bottom: 9pt;
  margin-bottom: 9pt;
  font-weight: 700;
  text-align: center;
  border-bottom: 5px solid #eee;
}
.p-Product__list-two-column-text {
  position: relative;
  width: 50%;
}
.p-Product__list-two-column-text:nth-of-type(2n):before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  left: 0;
  top: 14px;
  background-color: #aaa;
}
.p-Product__list-strong {
  font-size: 24px;
}
.p-Product__detail-caution-small {
  font-weight: 400;
  font-size: 14px;
}
.p-Product__list-furniture {
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 12px;
}
.p-Product__box-inner-furniture {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
.p-Product__list-two-column-furniture {
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-weight: 700;
  text-align: center;
  align-items: center;
  border-bottom: 2px solid #eee;
}
@media screen and (max-width: 768px) {
  .p-Product-mv__feature-flex.two-lines-furniture {
    height: 66px;
    line-height: 1.3;
  }  
}
@media screen and (min-width: 768px) {
  .p-Product__two-line-furniture{
    display: none;
  }  
}
@media screen and (max-width: 768px) {
  .p-Product__Sub_Title-furniture{
    padding: 0 16px;
  }  
}
@media screen and (max-width: 768px) {
  .spNone{
    display: none;
  }  
}
