pre {
    font-family: "Noto Sans JP", apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin: 0;
    white-space: pre-wrap;
    line-height: 1.5;
}

/* error
-------------------------------------------------- */
.area-error {
    margin: 20px 0;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #ff0e4f;
    border-radius: 4px;
    text-align: center;
}

.area-error .error {
    color: #ff0e4f;
    font-weight: 500;
}

.section .item .error-sentence {
    padding: 8px 0;
    color: #ff0e4f;
    font-weight: 500;
}

.error-focus {
    border: 1px solid #ff0e4f;
    background-color: #fff7f9;
    outline: none;
    box-shadow: 0 0 5px 1px rgb(250 88 130 / 50%);
}

/* message
-------------------------------------------------- */
.area-message .message {
    margin: 20px 0;
    padding: 8px;
    background-color: #d8faf5;
    border: 1px solid #3eccb6;
    border-radius: 4px;
}

.area-message .message span {
    color: #3eccb6;
    font-size: 14px;
    font-weight: 500;
}

/* 必須/任意アイコン
-------------------------------------------------- */
.required {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 24px;
    height: 12px;
    font-size: 11px;
    background-color: #fa5882;
    color: #ffffff;
    border-radius: 4px;
    font-weight: bold;
}

.optional {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 22px;
    height: 12px;
    font-size: 11px;
    background-color: #3499fe;
    color: #ffffff;
    border-radius: 4px;
    font-weight: bold;
}

/* remove
-------------------------------------------------- */
.remove .button-remove {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #888888;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.remove .button-remove::after {
    position: absolute;
    top: 4px;
    left: 6px;
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #ffffff;
}

/* form
-------------------------------------------------- */
.area-form .area-subtitle h4 {
    margin: 0;
    padding: 20px 0 8px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #5e6cef;
}

.area-form .area-subtitle h4 span {
    font-size: 12px;
}

.area-form .area-subtitle-center h4 {
    margin: 0;
    padding: 20px 0 8px 0;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.area-form .description {
    margin: 10px 0 0 0;
    font-size: 12px;
    font-weight: 500;
}

.area-form .area-description {
    padding: 20px 0 40px 0;
    font-size: 14px;
    text-align: center;
}

.area-form .area-description p {
    margin: 8px 0;
}

.section {
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 768px) {
    .section {
        padding: 20px 0;
    }
}

.border-bottom-none {
    border-bottom: none;
}

.section dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .section dl {
        display: block;
    }
}

.section .width-70-precent {
    width: 70%;
    margin: auto;
}

.section dl dl .input dt {
    margin: 10px 0 4px 0;
    font-size: 14px;
}

.section .item dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 16px;
    width: 190px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .section .item dt {
        margin-bottom: 8px;
        width: 100%;
    }
}

.section .item dt label {
    font-size: 14px;
}

.section .item dt label span {
    font-size: 10px;
    font-weight: 500;
}

.section .item dd {
    margin: 0;
}

.section .input {
    width: 100%;
}

.section .input .button-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section .input .button-flex .button-change {
    margin: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
    .area-form .section .item .button-flex {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .area-form .section .item .button-flex .button-change {
        margin: 10px 0 0 0;
    }
}

.service-type-label {
    font-weight: 700;
    margin: 20px 0;
}

.section .input dd {
    width: 100%;
    font-size: 14px;
}

.section .input dd .horizonal-list {
    display: flex;
}

.section .input dd input {
    width: 100%;
    font-family: inherit;
    box-sizing: border-box;
}

.section .input dd input[type="radio"] {
    width: 30px;
}

.section .input dd input[type="text"] {
    line-height: 1.5;
}

.section .input dd textarea {
    width: 100%;
    font-family: inherit;
    box-sizing: border-box;
    resize: none;
    line-height: 1.5;
}

.radio-button {
    margin: 26px 0;
}

.radio-button input[type="radio"] {
    display: none;
}

.radio-button input[type="radio"]:checked + label::before {
    background-color: #ffffff;
    border-color: #5e6cef;
    animation: ripple 0.2s linear forwards;
}

@keyframes ripple {
    0% {
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    }
    50% {
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    }
    100% {
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
    }
}

.radio-button input[type="radio"]:checked + label::after {
    transform: scale(1);
}

.radio-button label {
    display: inline-block;
    min-height: 14px;
    position: relative;
    padding: 0 28px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.radio-button label::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: all 0.3s ease;
    transition-property: transform, border-color;
}

.radio-button label::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: all 0.3s ease;
    transition-property: transform, border-color;
}

.radio-button label::before {
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #cccccc;
    background-color: #f4f4f4;
}

.radio-button label:hover::before {
    background-color: #ffffff;
}

.radio-button label::after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    transform: scale(0);
    background-color: #5e6cef;
}

.section .input dd .identification-image {
    margin-bottom: 10px;
}

.section .input dd .identification-image img {
    width: 50%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .section .input dd .identification-image img {
        width: 100%;
        height: auto;
    }
}

.section .input dd img {
    width: 50%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .section .input dd img {
        width: 100%;
        height: auto;
    }
}

.section .input dd dl.area-add-section {
    width: 100%;
}

.section .input dd dl.area-add-section .add-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.section .input dd dl.area-add-section .add-section-item {
    margin-bottom: 20px;
    padding: 20px 20px 0 20px;
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 4px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .section .input dd dl.area-add-section .add-section-item {
        margin-bottom: 0;
        padding: 0;
        border: none;
    }
}

@media screen and (max-width: 768px) {
    .section .input dd .area-add-section {
        position: relative;
        margin-bottom: 20px;
        padding: 20px 20px 0 20px;
        width: 100%;
        border: 1px solid #efefef;
        border-radius: 4px;
        box-sizing: border-box;
    }
}

.section .input dd dl.area-add-section .add-section .section {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: none;
}

.section .input dd dl.area-add-section .add-section .section dt {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
}

.section .input dd dl.area-add-section .add-section .add-section-item .faq-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section .input dd dl.area-add-section .add-section .add-section-item .contract-flow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .section .input dd dl.area-add-section .add-section .add-section-item .contract-flow {
        display: block;
        margin-bottom: 20px;
    }

    .section .input dd dl.area-add-section .add-section .add-section-item .faq-contents {
        display: block;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .section .input dd dl.area-add-section .add-section .add-section-item .contract-flow dt {
        width: 130px;
        margin-bottom: 10px;
    }

    .section .input dd dl.area-add-section .add-section .add-section-item .faq-contents dt {
        width: 120px;
        margin-bottom: 10px;
    }
}

.section .input dd dl.area-add-section .add-section .add-section-item .contract-flow .section-left {
    width: 30%;
    box-sizing: border-box;
}

.section .input dd dl.area-add-section .add-section .add-section-item .faq-contents .section-left {
    width: 30%;
    box-sizing: border-box;
}

.section .input dd dl.area-add-section .add-section .add-section-item .contract-flow .section-right {
    width: 68%;
    box-sizing: border-box;
}

.section .input dd dl.area-add-section .add-section .add-section-item .faq-contents .section-right {
    width: 68%;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .section .input dd dl.area-add-section .add-section .add-section-item .contract-flow .section-left {
        width: 100%;
    }

    .section .input dd dl.area-add-section .add-section .add-section-item .faq-contents .section-left {
        width: 100%;
    }

    .section .input dd dl.area-add-section .add-section .add-section-item .contract-flow .section-right {
        width: 100%;
    }

    .section .input dd dl.area-add-section .add-section .add-section-item .faq-contents .section-right {
        width: 100%;
    }
}

.section .input dd dl.area-add-section .remove {
    margin-left: 16px;
}

.section .input dd dl.area-add-section .user-image .remove {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .section .input dd dl.area-add-section .remove {
        position: absolute;
        top: 2px;
        right: 2px;
        margin-left: 0;
    }
}

.section .input dd .button-box {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.section .input dd .button-box button {
    padding: 8px;
    width: 49%;
}

@media screen and (max-width: 768px) {
    .section .input dd .button-box {
        display: block;
        margin-top: 0;
    }

    .section .input dd .button-box button {
        width: 100%;
        margin-top: 8px;
    }
}

.section .add-button button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
}

.section .input dd .copy-individual-url {
    width: 80px;
    margin-left: 10px;
}

.name .section .item dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .name .section .item dd {
        display: block;
    }
}

.section .item dd.width-120 input[type="text"] {
    width: 120px;
}

.section .item dd.width-240 input[type="text"] {
    width: 240px;
}

.name .section .item dd .input-left {
    width: calc(50% - 8px);
}

.name .section .item dd .input-right {
    width: calc(50% - 8px);
}

@media screen and (max-width: 768px) {
    .name .section .item dd .input-left {
        margin-bottom: 8px;
        width: calc(100% - 8px);
    }

    .name .section .item dd .input-right {
        width: calc(100% - 8px);
    }
}

.address .user-zipcode dd input[type="text"] {
    width: 220px;
}

@media screen and (max-width: 768px) {
    .address .user-zipcode dd input[type="text"] {
        width: 100%;
    }
}

.telephonenumber dd input[type="text"] {
    width: 220px;
}

@media screen and (max-width: 768px) {
    .telephonenumber dd input[type="text"] {
        width: 100%;
    }
}

.user-website .item dd {
    margin-bottom: 8px;
}

.user-website .item dd.twitter input[type="text"] {
    margin-left: 4px;
    width: 246px;
}

.user-website .item dd.facebook input[type="text"] {
    margin-left: 4px;
    width: 186px;
}

.user-website .item dd.instagram input[type="text"] {
    margin-left: 4px;
    width: 180px;
}

.user-website .item dd.free input[type="text"] {
    width: 402px;
}

.user-website .item dd input[type="text"]::placeholder {
    font-family: inherit;
    font-size: 14px;
    font-weight: 200;
    color: #cccccc;
}

@media screen and (max-width: 768px) {
    .user-website dd {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .user-website dd.sns {
        width: 100%;
        font-size: 10px;
    }

    .user-website dd.sns input[type="text"] {
        width: 100%;
    }
}

.established-at dd select {
    width: 120px;
}

@media screen and (max-width: 768px) {
    .established-at dd select {
        width: 86px;
    }
}

.established-at dd .area-established-at {
    display: flex;
}

.established-at dd .area-established-at .date {
    display: flex;
    align-items: center;
}

.established-at dd .area-established-at .date p {
    margin: 0 10px 0 8px;
}

@media screen and (max-width: 768px) {
    .established-at dd .area-established-at .date p {
        margin: 0 4px 0 2px;
    }
}

.birthdate dd select {
    width: 120px;
}

@media screen and (max-width: 768px) {
    .birthdate dd select {
        width: 86px;
    }
}

.birthdate dd .area-birthdate {
    display: flex;
}

.birthdate dd .area-birthdate .date {
    display: flex;
    align-items: center;
}

.birthdate dd .area-birthdate .date p {
    margin: 0 10px 0 8px;
}

@media screen and (max-width: 768px) {
    .birthdate dd .area-birthdate .date p {
        margin: 0 4px 0 2px;
    }
}

.category .input dd .tab-content {
    display: flex;
    flex-wrap: wrap;
}

.category .input dd .tab-content .checkbox-label {
    margin: 0 20px 10px 0;
}

.section .item .detail {
    margin: 4px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #727272;
}

.section .item .detail.margin-detail {
    margin-left: 60px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .section .item .detail.margin-detail {
        margin-left: 0;
    }
}

.section .item .detail a {
    color: #2e2e2e;
    text-decoration: underline;
}

.section .item .detail a:hover {
    color: #5e6cef;
    text-decoration: none;
}

.section .item .radio {
    padding-left: 28px;
}

.select select {
    width: 200px;
    padding: 8px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 14px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background: #ffffff;
}

.select select::-ms-expand {
    display: none;
}

.select.select-box {
    position: relative;
}

.select.select-box::before {
    position: absolute;
    top: 1em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #d0d0d0;
    pointer-events: none;
}

.select .select-box select {
    padding: 6px 38px 6px 12px;
    color: #2e2e2e;
}

@media screen and (max-width: 768px) {
    .select select {
        width: 100%;
    }
}

.select select.wide {
    width: 320px;
}

@media screen and (max-width: 768px) {
    .select select.wide {
        width: 100%;
    }
}

.select select:focus {
    border: 1px solid #8ca5ff;
    outline: none;
    box-shadow: 0 0 5px 1px rgb(140 165 255 / 50%);
}

.select select.error-focus {
    border: 1px solid #fa5882;
    background-color: #fff7f9;
    outline: none;
    box-shadow: 0 0 5px 1px rgb(250 88 130 / 50%);
}

.area-form .user-image .area-upload {
    position: relative;
    width: 160px;
    height: 160px;
}

.area-form .user-image .image-rectangle .area-upload {
    position: relative;
    width: 600px;
    height: 450px;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .area-form .user-image .image-rectangle .area-upload {
        width: 320px;
        height: 240px;
    }
}

.area-form .image-square .user-image .area-upload {
    position: relative;
    width: 240px;
    height: 240px;
}

.area-form .user-image .image-rectangle-small .area-upload {
    position: relative;
    width: 213px;
    height: 160px;
}

.area-form .user-image .area-upload #input_file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-sizing: border-box;
}

.area-form .user-image .area-upload #input_file:focus {
    opacity: 1;
}

.area-form .user-image .area-upload #preview_field {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    border-radius: 4px;
    overflow: hidden;
}

.area-form .user-image .area-upload #preview_field img {
    width: 160px;
    height: 160px;
    border-radius: 4px;
    object-fit: cover;
}

.area-form .image-rectangle .area-upload #preview_field {
    width: 600px;
    height: 450px;
}

.area-form .image-rectangle .area-upload #preview_field img {
    width: 600px;
    height: 450px;
}

@media screen and (max-width: 768px) {
    .area-form .image-rectangle .area-upload #preview_field {
        width: 320px;
        height: 240px;
    }

    .area-form .image-rectangle .area-upload #preview_field img {
        width: 320px;
        height: 240px;
    }
}

.area-form .image-square .area-upload #preview_field {
    width: 240px;
    height: 240px;
}

.area-form .image-square .area-upload #preview_field img {
    width: 240px;
    height: 240px;
}

.area-form .image-rectangle-small .area-upload #preview_field {
    width: 213px;
    height: 160px;
}

.area-form .image-rectangle-small .area-upload #preview_field img {
    width: 213px;
    height: 160px;
}

.area-form .user-image .area-upload #drop_area {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 160px;
    height: 160px;
    background-color: #f7f7f7;
    border: 1px dashed #d0d0d0;
    cursor: pointer;
    border-radius: 4px;
}

.area-form .image-rectangle .area-upload #drop_area {
    width: 600px;
    height: 450px;
}

.area-form .image-square .area-upload #drop_area {
    width: 240px;
    height: 240px;
}

.area-form .image-rectangle-small .area-upload #drop_area {
    width: 213px;
    height: 160px;
}

@media screen and (max-width: 768px) {
    .area-form .image-rectangle .area-upload #drop_area {
        width: 320px;
        height: 240px;
    }
}

.area-form .user-image .area-upload #drop_area .fa-image {
    font-size: 42px;
    color: #888888;
}

.area-form .user-image .area-upload #drop_area .ex {
    margin: 0 0 4px 0;
    font-size: 8px;
    color: #2e2e2e;
    line-height: 1.2;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .area-form .user-image .area-upload #drop_area .ex {
        display: none;
    }
}

.area-form .user-image .area-upload #drop_area .upload-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100px;
    background-color: #888888;
    color: #ffffff;
    font-size: 12px;
    border-radius: 4px;
}

.area-form .user-image .area-upload #icon_clear_button {
    display: none;
    position: absolute;
    top: 6px;
    right: 4px;
    width: 24px;
    height: 24px;
}

.area-form .user-image .area-upload #icon_clear_button .fa-times-circle {
    color: #5e6cef;
}

.area-form .user-image dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.area-form .image-profile dd {
    width: 160px;
}

.area-form .image-square .user-image dd {
    width: 240px;
}

.area-form .user-image .image-rectangle-small dd {
    width: 215px;
}

.area-form .password .password-reminder a {
    font-size: 12px;
    color: #2e2e2e;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.area-form .password .password-reminder a:hover {
    color: #5e6cef;
    text-decoration: none;
}

.area-button-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.area-action {
    display: flex;
    justify-content: center;
    align-items: center;
}

.area-action a.link {
    padding: 10px 0;
    font-size: 14px;
    color: #2e2e2e;
    text-decoration: underline;
}

.area-action a.link:hover {
    color: #5e6cef;
    text-decoration: none;
}

.area-action-right {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-left: 10px;
}
