html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP", serif;
    color: #363636;
    background: #fff;
}

a {
    transition: 0.3s;
}
a:hover {
    color: #363636;
    opacity: 0.7;
    cursor: pointer;
}

button {
    transition: 0.3s;
}
button:hover {
    opacity: 0.7;
    cursor: pointer;
}

input::-moz-placeholder {
    color: #bfc5c9;
}

input::placeholder {
    color: #bfc5c9;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none; /* 1 */
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
    -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
    border-color: inherit; /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

.l-header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 4rem;
    padding: 0 2rem;
    background: #fb81af;
    z-index: 1;
}
.l-header__left-content {
    display: flex;
    align-items: center;
}
.l-header__logo {
    width: 10rem;
    height: auto;
}
.l-header__logo-image {
    width: auto;
    height: 4rem;
}
.l-header__logo-image {
    width: 100%;
    height: 100%;
}
.l-header__title {
    font-size: 1.3rem;
    font-weight: 500;
    margin-left: 2rem;
    white-space: nowrap;
}
.l-header__link {
    display: flex;
    align-items: center;
}
.l-header__image {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    object-fit: cover;
}
.l-header__name {
    margin-left: 1rem;
}

@media screen and (max-width: 767px) {
    .l-header {
        padding: 0 1rem;
    }
    .l-header__logo {
        width: 5rem;
        height: auto;
    }
    .l-header__title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1rem;
        margin-left: 0;
    }
    .l-header__link {
        flex-direction: column;
    }
    .l-header__name {
        font-size: 0.5rem;
        margin-left: 0;
    }
}
.l-list {
    padding: 0 2rem 4rem;
}
.l-list__search-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.l-list__search-left-content {
    display: flex;
    height: 2.5rem;
}
.l-list__search-input {
    height: 100%;
    border: 1px solid #bfc5c9;
    border-radius: 6px;
    padding: 0.5rem;
}
.l-list__search-input:focus {
    border: none;
    outline: 2px solid #fb81af;
}
.l-list__detail-search-open-button-area {
    height: 100%;
    position: relative;
    margin-left: 0.5rem;
}
.l-list__detail-search-open-button-area:hover {
    cursor: pointer;
}
.l-list__detail-search-open-button {
    width: 2.5rem;
    height: 100%;
    background: #fff;
    border: 1px solid #bfc5c9;
    border-radius: 6px;
}
.l-list__detail-search-open-button::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 4px));
    border: 6px solid transparent;
    border-top: 7px solid #bfc5c9;
    pointer-events: none;
}
.l-list__detail-search-menu {
    position: absolute;
    top: 2.5rem;
    left: 0;
    width: 20rem;
    display: none;
    background: #fff;
    border: 1px solid #bfc5c9;
    border-radius: 6px;
    padding: 3rem 1rem 1rem;
}
.l-list__detail-search-menu.show {
    display: block;
}
.l-list__close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: block;
    width: 30px;
    height: 30px;
}
.l-list__close-button:hover {
    cursor: pointer;
}
.l-list__close-button::before,
.l-list__close-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 25px;
    background: #363636;
    border-radius: 3px;
}
.l-list__close-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.l-list__close-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.l-list__detail-search-content-box {
    width: 100%;
    margin-bottom: 1rem;
}
.l-list__label {
    width: 100%;
}
.l-list__input-area {
    width: 100%;
}
.l-list__input {
    width: 100%;
    background: #fff;
    border: 1px solid #bfc5c9;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
}
.l-list__input:focus {
    border: none;
    outline: 2px solid #fb81af;
}
.l-list__detail-search-button-area {
    width: 100%;
    text-align: center;
}
.l-list__detail-search-button {
    width: 100%;
    padding: 0.5rem 0;
    border-radius: 5px;
}
.l-list__search-button {
    position: relative;
    width: 2.5rem;
    height: 100%;
    color: #fff;
    background: #fb81af;
    border-radius: 6px;
    margin-left: 0.5rem;
}
.l-list__search-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.l-list__search-right-content {
    display: flex;
    height: 2.5rem;
}
.l-list__button {
    width: 8rem;
    height: 100%;
    font-size: 0.9rem;
    padding: 0.5rem 0;
    border-radius: 5px;
    margin-left: 0.5rem;
}
.l-list__button:first-child {
    margin-left: 0;
}
.l-list__table-box {
    overflow-x: scroll;
    margin-bottom: 4rem;
}
.l-list__table {
    width: 100%;
}
.l-list__header-item {
    padding: 0.25rem 0.5rem;
    border-top: 1px solid #bfc5c9;
    border-bottom: 1px solid #bfc5c9;
    border-left: 1px solid #bfc5c9;
    text-align: center;
    background: #fdeced;
}
.l-list__header-item:last-of-type {
    border-right: 1px solid #bfc5c9;
}
.l-list__row:nth-of-type(even) td {
    background: #f9f9fa;
}
.l-list__row-item {
    min-width: 6rem;
    background: #fff;
    padding: 0.5rem;
    border-left: 1px solid #bfc5c9;
    border-bottom: 1px solid #bfc5c9;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.l-list__row-item:last-of-type {
    border-right: 1px solid #bfc5c9;
}
.l-list__row-item.center {
    text-align: center;
}
.l-list__row-item.last {
    border-bottom: none;
}
.l-list__row-item.min-width7 {
    min-width: 7rem;
}
.l-list__row-item.min-width10 {
    min-width: 10rem;
}
.l-list__row-item.min-width15 {
    min-width: 15rem;
}
.l-list__row-item.min-width20 {
    min-width: 20rem;
}
.l-list__row-item.min-width30 {
    min-width: 30rem;
}
.l-list__edit-button {
    background: #fff;
    border: 2px solid #fb81af;
    border-radius: 5px;
    padding: 0.25rem 1rem;
    margin: 0 0.25rem;
}
.l-list__pagination {
    display: flex;
    justify-content: center;
    padding: 0 1rem;
}
.l-list__page-item {
    margin-left: 0.5rem;
}
.l-list__page-item:first-of-type {
    margin-left: 0;
}
.l-list__page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    font-weight: 700;
    background: #fff;
    border: 1px solid #bfc5c9;
    border-radius: 4px;
}
.l-list__page-link:hover {
    cursor: pointer;
}
.l-list__page-link.active {
    color: #fff;
    background: #fb81af;
    border: 1px #fb81af;
}

@media screen and (max-width: 767px) {
    .l-list {
        padding: 6rem 2rem 3rem;
    }
    .l-list__search-area {
        flex-direction: column;
    }
    .l-list__detail-search-menu {
        width: calc(100vw - 2rem);
        left: inherit;
        right: -3rem;
    }
    .l-list__search-left-content {
        width: 100%;
        margin-bottom: 1rem;
    }
    .l-list__search-input {
        width: calc(100% - 6rem);
    }
    .l-list__search-right-content {
        flex-wrap: wrap;
        height: auto;
    }
    .l-list__button {
        width: 100%;
        margin-bottom: 0.5rem;
        margin-left: 0;
    }
    .l-list__button:last-child {
        margin-bottom: 0;
    }
}
.l-form {
    padding: 0 2rem 4rem;
}
.l-form__content-area {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
}
.l-form__content-box {
    width: 100%;
    margin-bottom: 1rem;
}
.l-form__label {
    width: 100%;
}
.l-form__input-area {
    width: 100%;
}
.l-form__input {
    width: 100%;
    background: #fff;
    border: 1px solid #bfc5c9;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
}
.l-form__input:focus {
    border: none;
    outline: 2px solid #fb81af;
}
.l-form__select-area {
    position: relative;
    width: 100%;
    background: #fff;
    margin-bottom: 0.25rem;
}
.l-form__select-area::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #bfc5c9;
    border-right: 2px solid #bfc5c9;
    pointer-events: none;
}
.l-form__select {
    width: 100%;
    border: 1px solid #bfc5c9;
    border-radius: 6px;
    padding: 0.5rem;
}
.l-form__select:focus {
    border: none;
    outline: 2px solid #fb81af;
}
.l-form__textarea-area {
    width: 100%;
}
.l-form__textarea {
    width: 100%;
    height: 15rem;
    background: #fff;
    border: 1px solid #bfc5c9;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
}
.l-form__textarea:focus {
    border: none;
    outline: 2px solid #fb81af;
}
.l-form__button-area {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.l-form__button {
    width: 15rem;
    margin-left: 1rem;
    padding: 0.5rem 0;
    border-radius: 5px;
}
.l-form__button:first-child {
    margin-left: 0;
}
.l-form__delete-button-area {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.l-form__delete-button {
    width: 15rem;
    padding: 0.5rem 0;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .l-form {
        padding: 0 2rem 3rem;
    }
    .l-form__button-area {
        flex-wrap: wrap;
    }
    .l-form__button {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .l-form__button:last-child {
        margin-bottom: 0;
    }
}
.c-button {
    font-weight: 700;
    text-align: center;
}
.c-button:hover {
    cursor: pointer;
}
.c-button--pink {
    color: #fff;
    background: #fb81af;
    border: 1px solid #fb81af;
}
.c-button--pink:hover {
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
}
.c-button--outline {
    color: #fb81af;
    background: #fff;
    border: 1px solid #fb81af;
}
.c-button--outline:hover {
    color: #fb81af;
    opacity: 0.7;
    cursor: pointer;
}
.c-button--gray {
    color: #363636;
    background: #f9f9fa;
    border: 1px solid #bfc5c9;
}
.c-button--gray:hover {
    color: #363636;
    opacity: 0.7;
    cursor: pointer;
}
.c-button--red {
    color: #fff;
    background: #e76964;
    border: 1px solid #e76964;
}
.c-button--red:hover {
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
}

.p-auth__header {
    width: 100%;
    height: 4rem;
    background: #fb81af;
}
.p-auth__logo {
    padding: 1rem;
    text-align: center;
}
.p-auth__logo-image {
    width: auto;
    height: 2.5rem;
}
.p-auth__title {
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}
.p-auth__content {
    width: 35rem;
    background: #f9f9fa;
    padding: 2rem;
    border-radius: 6px;
    margin: 0 auto;
}
.p-auth__content-box {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.p-auth__label {
    width: 7rem;
}
.p-auth__input-area {
    width: calc(100% - 7rem);
}
.p-auth__input {
    width: 100%;
    background: #fff;
    border: 1px solid #bfc5c9;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
}
.p-auth__input:focus {
    border: none;
    outline: 2px solid #fb81af;
}
.p-auth__checkbox-area {
    width: calc(100% - 7rem);
}
.p-auth__checkbox-label {
    position: relative;
    padding-left: 30px;
}
.p-auth__checkbox-label::before,
.p-auth__checkbox-label::after {
    content: "";
    position: absolute;
    display: block;
}
.p-auth__checkbox-label::before {
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #bfc5c9;
    border-radius: 3px;
}
.p-auth__checkbox-label::after {
    top: 50%;
    left: 8px;
    transform: translateY(calc(-50% - 2px)) rotate(-45deg);
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    opacity: 0;
    width: 13px;
    height: 8px;
}
.p-auth__checkbox-input {
    display: none;
}
.p-auth__checkbox-input:checked + label::before {
    background: #fb81af;
    border: 1px solid #fb81af;
}
.p-auth__checkbox-input:checked + label::after {
    opacity: 1;
}
.p-auth__select-area {
    position: relative;
    width: calc(100% - 7rem);
    background: #fff;
    margin-bottom: 0.25rem;
}
.p-auth__select-area::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #bfc5c9;
    border-right: 2px solid #bfc5c9;
    pointer-events: none;
}
.p-auth__select {
    width: 100%;
    border: 1px solid #bfc5c9;
    border-radius: 6px;
    padding: 0.5rem;
}
.p-auth__select:focus {
    border: none;
    outline: 2px solid #fb81af;
}
.p-auth__button-area {
    width: 100%;
    margin: 2rem auto 0;
    text-align: center;
}
.p-auth__button {
    width: 20rem;
    padding: 0.5rem 0;
    border-radius: 5px;
}
.p-auth__link-text {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}
.p-auth__link {
    color: #007eca;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    /*
  .p-auth {
    margin-top: 4rem;
  }
  */
    .p-auth__content {
        width: 100%;
        padding: 2rem 1rem;
        background: #fff;
    }
    .p-auth__title {
        margin-bottom: 1.5rem;
    }
    .p-auth__content-box {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    .p-auth__label {
        width: 100%;
    }
    .p-auth__input-area {
        width: 100%;
    }
    .p-auth__checkbox-area {
        width: 100%;
    }
    .p-auth__select-area {
        width: 100%;
    }
}
.p-insurance-manage {
    padding: 5rem 1rem 1rem;
}
.p-insurance-manage__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 1rem;
    width: 590mm;
}
.p-insurance-manage__header-left {
    border-left: 2px solid #fb81af;
}
.p-insurance-manage__header-left span {
    font-weight: 700;
}
.p-insurance-manage__header-left .name {
    padding-left: 0.5rem;
    margin-right: 0.5rem;
    text-decoration: underline;
}
.p-insurance-manage__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
}
.p-insurance-manage__header-right {
    display: flex;
    font-size: 0.75rem;
}
.p-insurance-manage__header-note {
    color: #ea2018;
}
.p-insurance-manage__header-date span {
    text-decoration: underline;
    margin-right: 0.5rem;
}
.p-insurance-manage__pdf-area {
    padding: 0 4mm;
}
.p-insurance-manage__pdf-area button {
    margin-right: 5px; /* 各ボタンの右側に余白を追加 */
}

.p-insurance-manage__pdf-area button:last-child {
    margin-right: 0; /* 最後のボタンの余白をなくす */
}
.p-insurance-manage__header-row {
    display: flex;
}
.p-insurance-manage__header-row:last-of-type th {
    border-bottom: 1px solid #bfc5c9;
    box-sizing: border-box;
}
.p-insurance-manage__header-row th {
    border-top: 1px solid #bfc5c9;
    border-left: 1px solid #bfc5c9;
    box-sizing: border-box;
}
.p-insurance-manage__header-row th:last-child {
    border-right: 1px solid #bfc5c9;
}
.p-insurance-manage__body-row {
    display: flex;
}
.p-insurance-manage__body-row.border_top {
    border-top: 1px solid #bfc5c9;
}
.p-insurance-manage__body-row td {
    border-bottom: 1px solid #bfc5c9;
    border-left: 1px solid #bfc5c9;
}
.p-insurance-manage__body-row td:last-child {
    border-right: 1px solid #bfc5c9;
}
.p-insurance-manage__body-header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    text-align: center;
}
.p-insurance-manage__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40mm;
    min-height: 1rem;
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}
.item_end .p-insurance-manage__item {
    min-height: 1rem;
}
.p-insurance-manage__item.justify-left {
    justify-content: left;
}
.p-insurance-manage__item.no-border-top {
    border-top: none !important;
}
.p-insurance-manage__item.no-border-bottom {
    border-bottom: none !important;
}
.p-insurance-manage__item.no-border-left {
    border-left: none !important;
}
.p-insurance-manage__item.no-border-right {
    border-right: none !important;
}
.p-insurance-manage__item.vertical {
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.p-insurance-manage__item.done {
    background: #ecf8ff;
}
.p-insurance-manage__item.green {
    background: #bddb9a;
}
.p-insurance-manage__item.purple {
    background: #b1a0c7;
}
.p-insurance-manage__item.dark-light-blue {
    background: #86d1ff;
}
.p-insurance-manage__item.light-red {
    background: #f4cac4;
}
.p-insurance-manage__item.orange {
    background: #f0a146;
}
.p-insurance-manage__item.w2 {
    width: 10mm;
    font-size: 0.75rem;
}
.p-insurance-manage__item.w3 {
    width: 15mm;
}
.p-insurance-manage__item.w4 {
    width: 16mm;
}
.p-insurance-manage__item.w7 {
    width: 30mm;
}
.p-insurance-manage__item.w9 {
    width: 35mm;
}
.p-insurance-manage__item.w11 {
    width: 44mm;
}
.p-insurance-manage__item.w12 {
    width: 45mm;
}
.p-insurance-manage__item.w13 {
    width: 55mm;
}
.p-insurance-manage__item.w15 {
    width: 60mm;
}
.p-insurance-manage__item.w21 {
    width: 90mm;
}
.p-insurance-manage__item.w30 {
    width: 125mm;
}
.p-insurance-manage__item.w45 {
    width: 175mm;
}
.p-insurance-manage__item.w75 {
    width: 200mm;
}
.p-insurance-manage__item.w90 {
    width: 370mm;
}
.p-insurance-manage__item.mm10 {
    width: 10mm;
    padding: 0.25rem 0.1rem;
}
.p-insurance-manage__item.mm15 {
    width: 15mm;
    padding: 0.25rem 0.1rem;
}
.p-insurance-manage__item.mm20 {
    width: 20mm;
    padding: 0.25rem 0.1rem;
}
.p-insurance-manage__group-item.mm20 {
    width: 20mm;
}
.p-insurance-manage__item.mm25 {
    width: 25mm;
    padding: 0.25rem 0.1rem;
}
.p-insurance-manage__group-item.mm25 {
    width: 25mm;
}
.p-insurance-manage__item.mm29-08 {
    width: 29.8mm;
}
.p-insurance-manage__item.mm30 {
    width: 30mm;
}
.p-insurance-manage__group-item.mm30 {
    width: 30mm;
}
.p-insurance-manage__group-item.mm35 {
    width: 35mm;
}
.p-insurance-manage__item.mm40,
.p-insurance-manage__group-item.mm40 {
    width: 40mm;
}
.p-insurance-manage__item.mm45 {
    width: 45mm;
}
.p-insurance-manage__item.mm50 {
    width: 50mm;
}
.p-insurance-manage__group-item.mm55 {
    width: 55mm;
}
.p-insurance-manage__item.mm55-05 {
    width: 55.5mm;
}
.p-insurance-manage__item.mm60 {
    width: 60mm;
}
.p-insurance-manage__group-item.mm64-08 {
    width: 64.8mm;
}
.p-insurance-manage__item.mm65,
.p-insurance-manage__group-item.mm65 {
    width: 65mm;
}
.p-insurance-manage__item.mm70,
.p-insurance-manage__group-item.mm70 {
    width: 70mm;
}
.p-insurance-manage__item.mm80 {
    width: 80mm;
}
.p-insurance-manage__item.mm85,
.p-insurance-manage__group-item.mm85 {
    width: 85mm;
}
.p-insurance-manage__group-item.mm86 {
    width: 85.5mm;
}
.p-insurance-manage__item.mm96,
.p-insurance-manage__group-item.mm96 {
    width: 96mm;
}
.p-insurance-manage__item.mm96-01,
.p-insurance-manage__group-item.mm96-01 {
    width: 96.1mm;
    box-sizing: border-box;
}
.p-insurance-manage__group-item.mm100 {
    width: 100mm;
}
.p-insurance-manage__item.mm105,
.p-insurance-manage__group-item.mm105 {
    width: 105mm;
}
.p-insurance-manage__item.mm115,
.p-insurance-manage__group-item.mm115 {
    width: 115mm;
}
.p-insurance-manage__item.mm120,
.p-insurance-manage__group-item.mm120 {
    width: 120mm;
}
.p-insurance-manage__item.mm125 {
    width: 125mm;
}
.p-insurance-manage__item.mm150,
.p-insurance-manage__group-item.mm150 {
    width: 150mm;
}
.p-insurance-manage__item.mm181 {
    width: 181mm;
}
.p-insurance-manage__item.mm185,
.p-insurance-manage__group-item.mm185 {
    width: 185mm;
}
.p-insurance-manage__item.mm205 {
    width: 205mm;
}
.p-insurance-manage__item.mm245 {
    width: 245mm;
}
.p-insurance-manage__item.mm255 {
    width: 255mm;
}
.p-insurance-manage__item.w-max {
    width: 100%;
}
.p-insurance-manage__group-item {
    width: 40mm;
    font-size: 0.8rem;
    text-align: center;
}
.p-insurance-manage__group-item.w3 {
    width: 3rem;
}
.p-insurance-manage__group-item.w6 {
    width: 20mm;
}
.p-insurance-manage__group-item.w7 {
    width: 30mm;
}
.p-insurance-manage__group-item.w8 {
    width: 30mm;
}
.p-insurance-manage__group-item.w9 {
    width: 35mm;
}
.p-insurance-manage__group-item.w15 {
    width: 60mm;
}
.p-insurance-manage__group-item.w21 {
    width: 90mm;
}
.p-insurance-manage__group-item-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2rem;
    padding: 0.25rem 0.1rem;
    border-bottom: 1px solid #bfc5c9;
    font-size: 0.7rem;
}
.p-insurance-manage__group-item-box.text_left {
    justify-content: left;
}
.p-insurance-manage__group-item-box:last-child {
    border-bottom: none;
}
.p-insurance-manage__group-item-box.justify-right {
    justify-content: right;
}
.p-insurance-manage__group-item-box.done {
    background: #ecf8ff;
}
.p-insurance-manage__header-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5rem;
}
.p-insurance-manage__header-image.w5 {
    width: 5rem;
}
.p-insurance-manage__fire-insurance-item {
    display: flex;
    align-items: stretch;
}
.p-insurance-manage__fire-insurance-left-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    border-bottom: 1px solid #bfc5c9;
    border-right: 1px solid #bfc5c9;
}
.p-insurance-manage__fire-insurance-right-item {
    width: 50%;
}
.p-insurance-manage__fire-insurance-right-item-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    border-bottom: 1px solid #bfc5c9;
}
.p-insurance-manage__footer {
    display: inline-flex;
    align-items: stretch;
    margin: 1rem 0;
}
.p-insurance-manage__comment-area {
    width: 165mm;
}
.p-insurance-manage__comment-label {
    width: 100%;
    height: 1.25rem;
    font-size: 0.8rem;
}
.p-insurance-manage__comment-content {
    width: 100%;
    height: calc(100% - 1.25rem);
    font-size: 0.8rem;
    padding: 0.25rem;
    border: 1px solid #bfc5c9;
}
.p-insurance-manage__memo-area {
    width: 165mm;
}
.p-insurance-manage__memo-label {
    width: 100%;
    height: 1.25rem;
    font-size: 0.8rem;
}
.p-insurance-manage__memo-content {
    width: 100%;
    height: calc(100% - 1.25rem);
    font-size: 0.8rem;
    padding: 0.25rem;
    border-top: 1px solid #bfc5c9;
    border-bottom: 1px solid #bfc5c9;
    border-right: 1px solid #bfc5c9;
}
.p-insurance-manage__contact-area {
    width: 95mm;
    font-size: 0.8rem;
    padding: 1.5rem 0.25rem 0.25rem;
}
.p-insurance-manage__copyright {
    font-size: 0.8rem;
    text-align: right;
}
.p-insurance-manage__logo-area {
    width: 30mm;
    padding: 1.5rem 0.25rem 0.25rem;
}
.p-insurance-manage__logo-area img {
    width: 70%;
}

.p-board {
    padding: 7rem 2rem 4rem;
}
.p-board__top-label {
    width: 100%;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    background: #fdeced;
    border-left: 3px solid #fb81af;
    margin-bottom: 2rem;
}
.p-board__content-area {
    margin-bottom: 3rem;
}
.p-board__content {
    display: flex;
    margin-bottom: 0.5rem;
}
.p-board__date {
    width: 7rem;
}
.p-board__title {
    width: calc(100% - 7rem);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.p-board__button-area {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.p-board__button {
    width: 15rem;
    margin-left: 1rem;
    padding: 0.5rem 0;
    border-radius: 5px;
}
.p-board__button:first-child {
    margin-left: 0;
}

.p-board-detail {
    padding: 6rem 2rem 3rem;
}
.p-board-detail__main-content {
    margin-bottom: 3rem;
}
.p-board-detail__main-content-box {
    display: flex;
    margin-bottom: 0.5rem;
}
.p-board-detail__main-content-box:last-child {
    margin-bottom: 0;
}
.p-board-detail__label {
    width: 6rem;
}
.p-board-detail__item {
    width: calc(100% - 6rem);
}
.p-board-detail__thread-area {
    margin-bottom: 5rem;
}
.p-board-detail__thread-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.p-board-detail__thread-top-box {
    display: flex;
    width: 100%;
}
.p-board-detail__thread-name {
    margin-left: 0.5rem;
}
.p-board-detail__thread-date {
    margin-left: 1rem;
}
.p-board-detail__thread-bottom-box {
    width: 100%;
}
.p-board-detail__thread-text {
    margin-left: 1rem;
}
.p-board-detail__post-box {
    width: 100%;
    margin-bottom: 1rem;
}
.p-board-detail__post-label {
    width: 100%;
}
.p-board-detail__input-area {
    width: 100%;
}
.p-board-detail__input {
    width: 100%;
    background: #fff;
    border: 1px solid #bfc5c9;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
}
.p-board-detail__input:focus {
    border: none;
    outline: 2px solid #fb81af;
}
.p-board-detail__textarea-area {
    width: 100%;
}
.p-board-detail__textarea {
    width: 100%;
    height: 15rem;
    background: #fff;
    border: 1px solid #bfc5c9;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
}
.p-board-detail__textarea:focus {
    border: none;
    outline: 2px solid #fb81af;
}
.p-board-detail__button-area {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.p-board-detail__button {
    width: 15rem;
    margin-left: 1rem;
    padding: 0.5rem 0;
    border-radius: 5px;
}
.p-board-detail__button:first-child {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .p-board__button-area {
        flex-wrap: wrap;
    }
    .p-board__button {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .p-board__button:last-child {
        margin-bottom: 0;
    }
    .p-board-detail__main-content-box {
        flex-wrap: wrap;
    }
    .p-board-detail__label {
        width: 100%;
    }
    .p-board-detail__item {
        width: 100%;
    }
    .p-board-detail__thread-top-box {
        flex-wrap: wrap;
    }
    .p-board-detail__thread-name {
        margin-left: 0;
    }
    .p-board-detail__thread-date {
        margin-left: 0;
    }
    .p-board-detail__button-area {
        flex-wrap: wrap;
    }
    .p-board-detail__thread-number {
        width: 100%;
    }
    .p-board-detail__thread-name {
        width: 100%;
    }
    .p-board-detail__thread-date {
        width: 100%;
    }
    .p-board-detail__button {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .p-board-detail__button:last-child {
        margin-bottom: 0;
    }
}
.p-user-insurance-manage__content-area {
    width: 100%;
    margin-bottom: 2rem;
}
.p-user-insurance-manage__top-label {
    position: relative;
    width: 100%;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    background: #fdeced;
    border-left: 3px solid #fb81af;
}
.p-user-insurance-manage__top-label:hover {
    cursor: pointer;
}
.p-user-insurance-manage__top-label::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 18px;
    width: 10px;
    height: 10px;
    transform: translateY(calc(-50% - 2px)) rotate(135deg);
    border-top: 2px solid #363636;
    border-right: 2px solid #363636;
    transition: 0.3s;
}
.p-user-insurance-manage__top-label.is-open::before {
    transform: translateY(calc(-50% + 2px)) rotate(-45deg);
}
.p-user-insurance-manage__content-inner {
    display: block;
    flex-wrap: wrap;
    height: 0;
    transition: 0.3s;
    opacity: 0;
}
.p-user-insurance-manage__content-inner > div {
    display: none;
}
.p-user-insurance-manage__content-inner.is-open {
    height: auto;
    padding: 2rem 0;
    opacity: 1;
}
.p-user-insurance-manage__content-inner.is-open > div {
    display: flex;
}
.p-user-insurance-manage__content-box {
    width: 32%;
    margin-left: 2%;
}
.p-user-insurance-manage__content-box:first-child {
    margin-left: 0;
}
.p-user-insurance-manage__number {
    margin-bottom: 0.5rem;
}
.p-user-insurance-manage__number span {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
    background: #dee1e3;
    border-radius: 50%;
    margin: 0 auto;
}
.p-user-insurance-manage__content-bottom-inner {
    width: 100%;
    padding: 1rem;
    background: #f9f9fa;
}
.p-user-insurance-manage__smooth-scroll {
    position: fixed;
    bottom: 8rem;
    right: 3rem;
}
.p-user-insurance-manage__smooth-scroll-link {
    position: relative;
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    background: #fb81af;
    border-radius: 10px;
    z-index: 1;
}
.p-user-insurance-manage__smooth-scroll-link::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    transform: translate(-50%, calc(-50% + 2px)) rotate(-45deg);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
}
.p-user-insurance-manage__button-area {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 7rem;
}
.p-user-insurance-manage__button {
    width: 15rem;
    margin-left: 1rem;
    padding: 0.5rem 0;
    border-radius: 5px;
}
.p-user-insurance-manage__button:first-child {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .p-user-insurance-manage {
        padding-bottom: 3.5rem;
    }
    .p-user-insurance-manage__content-box {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .p-user-insurance-manage__smooth-scroll {
        bottom: 2rem;
        right: 2rem;
    }
    .p-user-insurance-manage__button-area {
        flex-wrap: wrap;
        margin-top: 3rem;
    }
    .p-user-insurance-manage__button {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .p-user-insurance-manage__button:last-child {
        margin-bottom: 0;
    }
}
.p-user-notice {
    padding: 7rem 2rem 4rem;
}
.p-user-notice__top-label {
    width: 100%;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    background: #fdeced;
    border-left: 3px solid #fb81af;
    margin-bottom: 2rem;
}
.p-user-notice__content-area {
    margin-bottom: 3rem;
}
.p-user-notice__content {
    display: flex;
    margin-bottom: 0.5rem;
}
.p-user-notice__date {
    width: 7rem;
}
.p-user-notice__title {
    width: calc(100% - 7rem);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.p-user-notice-detail {
    padding: 4rem 2rem;
}
.p-user-notice-detail__main-content {
    margin-bottom: 3rem;
}
.p-user-notice-detail__main-content-box {
    display: flex;
    margin-bottom: 0.5rem;
}
.p-user-notice-detail__main-content-box:last-child {
    margin-bottom: 0;
}
.p-user-notice-detail__label {
    width: 6rem;
}
.p-user-notice-detail__item {
    width: calc(100% - 6rem);
}

@media screen and (max-width: 767px) {
    .p-user-board-detail__main-content-box {
        flex-wrap: wrap;
    }
    .p-user-board-detail__label {
        width: 100%;
    }
    .p-user-board-detail__item {
        width: 100%;
    }
}
.p-user-credit {
    padding: 7rem 2rem 4rem;
}
.p-user-credit__content-area {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
}
.p-user-credit__content-box {
    margin-bottom: 1rem;
}
.p-user-credit__label {
    width: 100%;
}
.p-user-credit__input-area {
    width: 100%;
}
.p-user-credit__input {
    width: 20rem;
    background: #fff;
    border: 1px solid #bfc5c9;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
}
.p-user-credit__input:focus {
    border: none;
    outline: 2px solid #fb81af;
}
.p-user-credit__card-number {
    width: 100%;
    background: #fff;
    border: 1px solid #bfc5c9;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
}
.p-user-credit__card-number:focus {
    border: none;
    outline: 2px solid #fb81af;
}
.p-user-credit__period {
    width: 7rem;
    background: #fff;
    border: 1px solid #bfc5c9;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
}
.p-user-credit__period:focus {
    border: none;
    outline: 2px solid #fb81af;
}
.p-user-credit__nominee {
    width: 100%;
    background: #fff;
    border: 1px solid #bfc5c9;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
}
.p-user-credit__nominee:focus {
    border: none;
    outline: 2px solid #fb81af;
}
.p-user-credit__button-area {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.p-user-credit__button {
    width: 15rem;
    margin-left: 1rem;
    padding: 0.5rem 0;
    border-radius: 5px;
}
.p-user-credit__button:first-child {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .p-user-credit {
        padding: 6rem 2rem 3rem;
    }
    .p-user-credit__button-area {
        flex-wrap: wrap;
    }
    .p-user-credit__button {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .p-user-credit__button:last-child {
        margin-bottom: 0;
    }
}
.p-user-subscription {
    padding: 7rem 2rem 4rem;
}
.p-user-subscription__content-area {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
}
.p-user-subscription__top-label {
    width: 100%;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    background: #fdeced;
    border-left: 3px solid #fb81af;
    margin-bottom: 2rem;
}
.p-user-subscription__plan {
    width: 15rem;
    padding: 1.5rem 0;
    text-align: center;
    background: #fdeced;
    border: 1px solid #bfc5c9;
    border-radius: 6px;
}
.p-user-subscription__content-box {
    margin-bottom: 1rem;
}
.p-user-subscription__label {
    width: 100%;
    margin-bottom: 1rem;
}
.p-user-subscription__radio-area {
    margin-bottom: 1rem;
}
.p-user-subscription__radio-label {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
}
.p-user-subscription__radio-label::before,
.p-user-subscription__radio-label::after {
    content: "";
    position: absolute;
    display: block;
}
.p-user-subscription__radio-label::before {
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.p-user-subscription__radio-label::after {
    top: 4px;
    left: 9px;
    width: 16px;
    height: 16px;
    background: #fb81af;
    border-radius: 50%;
    opacity: 0;
}
.p-user-subscription__radio-input {
    display: none;
}
.p-user-subscription__radio-input:checked + label::after {
    opacity: 1;
}
.p-user-subscription__button-area {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.p-user-subscription__button {
    width: 15rem;
    margin-left: 1rem;
    padding: 0.5rem 0;
    border-radius: 5px;
}
.p-user-subscription__button:first-child {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .p-user-subscription {
        padding: 6rem 2rem 3rem;
    }
    .p-user-subscription__button-area {
        flex-wrap: wrap;
    }
    .p-user-subscription__button {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .p-user-subscription__button:last-child {
        margin-bottom: 0;
    }
}
.p-dashboard {
    margin-top: 10rem;
}

.p-admin-notice {
    padding: 7rem 2rem 4rem;
}
.p-admin-notice__top-label {
    width: 100%;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    background: #fdeced;
    border-left: 3px solid #fb81af;
    margin-bottom: 2rem;
}
.p-admin-notice__content-area {
    margin-bottom: 3rem;
}
.p-admin-notice__content {
    display: flex;
    margin-bottom: 0.5rem;
}
.p-admin-notice__date {
    width: 7rem;
}
.p-admin-notice__title {
    width: calc(100% - 7rem);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.p-admin-notice-detail {
    padding: 4rem 2rem;
}
.p-admin-notice-detail__main-content {
    margin-bottom: 3rem;
}
.p-admin-notice-detail__main-content-box {
    display: flex;
    margin-bottom: 0.5rem;
}
.p-admin-notice-detail__main-content-box:last-child {
    margin-bottom: 0;
}
.p-admin-notice-detail__label {
    width: 6rem;
}
.p-admin-notice-detail__item {
    width: calc(100% - 6rem);
}

@media screen and (max-width: 767px) {
    .p-board-detail__main-content-box {
        flex-wrap: wrap;
    }
    .p-board-detail__label {
        width: 100%;
    }
    .p-board-detail__item {
        width: 100%;
    }
}
.p-admin-ranking {
    padding: 7rem 2rem 4rem;
}
.p-admin-ranking__content-area {
    width: 100%;
    max-width: 50rem;
    display: flex;
    margin: 0 auto;
}
.p-admin-ranking__content {
    width: 50%;
    padding: 2rem;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.p-admin-ranking__content:nth-child(2n) {
    margin-left: 1rem;
}
.p-admin-ranking__content-title {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .p-admin-ranking__content-area {
        flex-wrap: wrap;
    }
    .p-admin-ranking__content {
        width: 100%;
        margin-bottom: 1rem;
    }
    .p-admin-ranking__content:nth-child(2n) {
        margin-left: 0;
    }
    .p-admin-ranking__content:last-child {
        margin-bottom: 0;
    }
}

.sidemenu {
    border-right: 1px solid #ccc;
    padding: 1rem 0 0;
}
.sidemenu a {
    display: block;
    padding: 0.5rem;
}
.l-header__name .sidemenu_nav a {
    display: inline-block;
    padding: 0.25rem 1rem;
}
#app main {
    padding-top: 4rem;
}
@media (max-width: 767px) {
    .sidemenu {
        display: none;
    }
    .l-header__image {
        display: block;
        margin: 0 auto;
    }
}
.page-link.active,
.active > .page-link {
    background-color: #fb81af;
    border-color: #fb81af;
}
.active > .page-link:hover {
    color: #fff;
}
.page-link,
.page-link:hover {
    color: #fb81af;
}
.main_wrap {
    padding-left: 3rem;
    padding-right: 3rem;
}
@media (max-width: 767px) {
    .main_wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.banner01 {
    width: 100%;
    display: block;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 3rem 1rem;
    box-sizing: border-box;
    padding: 0;
    font-weight: bold;
    text-align: center;
}
.banner01 img {
    width: 100%;
    vertical-align: middle;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.banner01 h2 {
    font-size: 24px;
    width: 50%;
}
.banner01 div {
    width: 50%;
}
.banner01 p {
    font-size: 20px;
}
.ttl01 {
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .ttl01 {
        text-align: center;
    }
}
.ttl01 small {
    font-size: 18px;
}
.banner02 {
    width: 100%;
    display: block;
    text-align: center;
    margin: 1rem 1rem 3rem;
    box-sizing: border-box;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
}
.banner02 img {
    width: 100%;
    vertical-align: middle;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.cnt01 {
    padding: 1rem;
}
.cnt01 .cell {
    padding: 0.5rem;
    border-bottom: 1px solid #000;
}
.btn_wrap {
    text-align: center;
    margin: 3rem auto;
}
.btn_wrap a {
    display: inline-block;
    padding: 0.5rem 5rem;
    background: #fb81af;
    font-size: 18px;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
    .btn_wrap a {
        display: inline-block;
        width: 100%;
        padding: 0.5rem 0;
        background: #fb81af;
        font-size: 18px;
        box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2);
    }
}
.cnt02 {
    margin: 1rem auto 3rem;
}
.cnt02 .cell {
    border: 2px #ccc solid;
    padding: 1rem;
    margin: 0.5rem;
    display: flex;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.cnt02 .cell p {
    width: 50%;
    text-align: right;
}
.cnt02 .cell .ttl {
    font-size: 16px;
    font-weight: bold;
}
.cnt02 .cell .txt {
    font-size: 28px;
    font-weight: bold;
}
.cnt02 .cell .txt small {
    font-size: 14px;
    font-weight: normal;
}
.cnt03 {
    margin: 1rem auto 3rem;
}
.cnt03 .cell {
    border: 2px #ccc solid;
    padding: 1rem;
    margin: 0.5rem auto;
    width: 100%;
    font-size: 18px;
}
.cnt03 .cell td {
    padding: 1rem 0.5rem;
    text-align: center;
}
.cnt03 .cell .c1,
.cnt03 .cell .c3 {
    width: 25%;
}
.ranking {
    text-align: center;
}
.ranking .num {
    font-size: 24px;
    color: #fb81af;
    font-weight: bold;
}
.cnt04 .cell {
    font-size: 16px;
    padding: 1rem;
    background: #f9f9fa;
}
.cnt04 .head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.cnt04 .head .account {
    margin-top: 1.5rem;
}
.cnt04 .head .icon {
    overflow: hidden;
    border-radius: 50%;
    width: 70px;
}
.cnt04 .head .icon img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}
.cnt04 .head .date_wrap {
    width: 5rem;
    font-size: 12px;
    text-align: center;
}
.cnt04 .head .date_wrap span,
.cnt04 .head .date_wrap a {
    display: block;
    margin-bottom: 0.25rem;
}
.cnt04 .body {
    background: #fff;
}
.cnt04 .body_row {
    border-bottom: 1px solid #dee1e3;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    font-size: 18px;
}
.cnt04 .body_row .body_ttl,
.cnt04 .body_row2 .body_ttl {
    font-weight: bold;
}
.cnt04 .body_row2 .body_ttl {
    font-size: 18px;
}
.cnt04 .body_row .body_val {
    text-align: right;
    font-weight: bold;
}
.cnt04 .body_row small {
    font-size: 14px;
    font-weight: normal;
}
.cnt04 .body_row2 {
    padding: 0.5rem;
}
.cnt04 .body_row2 .body_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.cnt04 .body_row2 .body_wrap .body_ttl2 {
    font-size: 14px;
}
.cnt04 .body_row2 .body_wrap .body_val2 {
    font-size: 18px;
    font-weight: bold;
}
.cnt04 .body_row2 .body_wrap .body_val2 small {
    font-size: 14px;
}
.cnt05 img {
    width: 100%;
}
.thumbnail_wrap {
    width: 100%;
    height: 12.5rem;
    background: #e9e9e9;
}
.thumbnail_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cnt04 .head .date_wrap span.favorite_num {
    display: inline;
}
.page-break-before {
    page-break-before: always;
}
.page-break-after {
    page-break-after: always;
}
@media print {
    @page {
        size: A3 landscape;
    }
    .no-print {
        display: none;
    }
    #app main {
        padding-top: 1rem;
    }
}
.fire_box_ttl {
    width: 120mm;
}
.f-wrap {
    flex-wrap: wrap;
}
.border-bottom {
    border-bottom: 1px solid #bfc5c9;
}
.border-right {
    border-right: 1px solid #bfc5c9;
}
.border-top {
    border-top: 1px solid #bfc5c9;
}
.fire_box {
    position: relative;
    align-items: start;
}
/* 火災保険ヘッダー部分 */
/*
.fire_box_cell_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 0.7rem;
    text-align: center;
    position: absolute;
    top: 1.4rem;
}
*/
.fire_box_cell_wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr); /* 12等分 */
    width: 100%;
    font-size: 0.7rem;
    text-align: center;
    position: absolute;
    top: 1.4rem;
    box-sizing: border-box;
}
.fire_box_cell_wrap div {
    /*width: calc(100% / 12);*/
    box-sizing: border-box;
    border-right: 1px solid #bfc5c9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9.55rem;
}
/* 少し幅を調整 */
/* 列：火災・落雷・破裂・爆発*/
.fire_box_cell_wrap div:nth-child(1) {
    width: 7.9mm !important;
}
/* 列：風・雹・雪災 */
.fire_box_cell_wrap div:nth-child(2) {
    width: 7.98mm !important;
}
/* 列：水災 */
.fire_box_cell_wrap div:nth-child(3) {
    width: 7.9mm !important;
}
/* 列：給排水設備の濁水*/
.fire_box_cell_wrap div:nth-child(4) {
    width: 7.9mm !important;
}
/* 列：騒じょう　労働争膜 */
.fire_box_cell_wrap div:nth-child(5) {
    width: 7.8mm !important;
}
/* 列：車両・航空機の衝突 */
.fire_box_cell_wrap div:nth-child(6) {
    width: 7.8mm !important;
}
/* 列：建物外部からの物体の衝突 */
.fire_box_cell_wrap div:nth-child(7) {
    width: 7.7mm !important;
}
/* 列：盗難 */
.fire_box_cell_wrap div:nth-child(8) {
    width: 7.9mm !important;
}
/* 列：電気的事故・機械的事故 */
.fire_box_cell_wrap div:nth-child(9) {
    width: 7.8mm !important;
}
/* 列：不測かつ突発的な事故 */
.fire_box_cell_wrap div:nth-child(10) {
    width: 7.9mm !important;
}
/* 列：地震 */
.fire_box_cell_wrap div:nth-child(11) {
    width: 7.8mm !important;
}
/* 列：最後のラベル */
.fire_box_cell_wrap div:nth-child(12) {
    width: 7.99mm !important;
}
.fire_box_cell_wrap div.no-border-right {
    border-right: none;
}
.fire_box_cell_wrap div p {
    writing-mode: vertical-rl;
    font-size: 0.75rem;
    padding: 0;
    margin: 0;
}
.footer_wrap {
    position: relative;
    border-right: none !important;
    border-left: none !important;
}
.footer_cnt {
    position: absolute;
    top: 0;
    left: 0;
}
.footer_cnt.p-insurance-manage__footer {
    margin: 0;
    margin-left: 1rem;
}
.footer_cnt .p-insurance-manage__contact-area {
    padding: 0;
}
.footer_cnt .p-insurance-manage__contact-area {
    width: 66mm;
}
.footer_cnt .footer_cnt .p-insurance-manage__logo-area {
    width: 20mm;
}
.font_s {
    font-size: 0.5rem;
}
.font_s div {
    padding: 0;
}
.corp_group_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.corp_group1 {
    border-right: 1px solid #bfc5c9;
    width: 40mm;
}
.corp_group3 {
    width: 14.7mm;
}
/*ボディー部分*/
/*
.corp_group2 {
    width: 96mm;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}*/
.corp_group2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr); /* 12等分 */
    box-sizing: border-box;
}
/*
.corp_group2 .p-insurance-manage__group-item-box {
    padding: 0;
    width: 8mm;
    border-right: 1px solid #bfc5c9;
}
*/
.corp_group2 .p-insurance-manage__group-item-box {
    border-right: 1px solid #bfc5c9;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: center;
}

.corp_group2 .p-insurance-manage__group-item-box:last-child {
    border-right: none;
    border-bottom: 1px solid #bfc5c9;
}
.fire_memo {
    width: 100%;
}
.corp_back_ttl {
    width: 39.65mm;
    border-right: 1px solid #bfc5c9;
    box-sizing: border-box;
}
.corp_back_val {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 55.91mm;
}
.note-editable h1,
.dropdown-style h1,
.body_contents h1 {
    font-size: 2em;
    font-weight: bold;
}
.note-editable h2,
.dropdown-style h2,
.body_contents h2 {
    font-size: 1.5em;
    font-weight: bold;
}
.note-editable h3,
.dropdown-style h3,
.body_contents h3 {
    font-size: 1.25em;
    font-weight: bold;
}
.note-editable h4,
.dropdown-style h4,
.body_contents h4 {
    font-size: 1.1em;
    font-weight: bold;
}
.note-editable h5,
.dropdown-style h5,
.body_contents h5 {
    font-size: 1em;
    font-weight: bold;
}
.note-editable h6,
.dropdown-style h6,
.body_contents h6 {
    font-size: 0.9em;
    font-weight: bold;
}
.note-editable ul,
.body_contents ul {
    list-style: disc;
    list-style-position: inside;
}
.note-editable ol,
.body_contents ol {
    list-style: decimal;
    list-style-position: inside;
}
/* footerの事業再構築 */
.textbox2 {
    padding: 0.5em 1em;
    margin: 1em auto;
    font-weight: bold;
    color: #6091d3; /*文字色*/
    background: #fff;
    border: solid 3px #6091d3; /*線*/
    border-radius: 10px; /*角の丸み*/
    width: 90px; /*幅*/
    font-size: 12px;
    text-align: center;
}
.textbox2 p {
    margin: 0;
    padding: 0;
}
.p-insurance-manage__group-item-box.p_i06H1,
.p-insurance-manage__group-item-box.p_i06H2 {
    border-bottom: 1px solid #bfc5c9;
}
