/******* common *******/
* {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
}

header {
    background: #fff;
    width: 100%;
    padding: 0 10px;
    position: relative;
}

header h1 {
    padding: 10px 0;
    text-align: center;
}

header h1 img {
    width: 70px;
}

header .menu {
    display: flex;
    align-items: center;
    gap: 0 40px;
    position: absolute;
    right: 10px;
    top: calc(50% - 30px);
}

header .menu div a {
    color: #000;
}

header .menu .btn_logout {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #3557df;
    width: 160px;
    border-radius: 30px;
    text-align: center;
    line-height: 3.333;
}

header .menu .btn_logout input {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

main {
    padding: 0 10px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

input[type="email"],
input[type="password"] {
    font-size: 16px;
    background: #efefef;
    width: 100%;
    height: 60px;
    padding: 0 20px;
}

input[type="text"],
input[type="tel"] {
    font-size: 16px;
    background: #fff;
    width: 100%;
    height: 50px;
    padding: 0 20px;
}

input:disabled {
    background: #eee;
}

textarea {
    background: #efefef;
    width: 100%;
    height: 200px;
    padding: 10px 20px;
}

.title_box {
    position: relative;
}

.title_box h2 {
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 8px 40px;
    border-bottom: #736b6b 1px solid;
}

.title_box .menu {
    display: flex;
    align-items: center;
    gap: 0 20px;
    position: absolute;
    right: 20px;
    top: 0;
}

.title_box .menu div a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #3557df;
    width: 160px;
    border-radius: 30px;
    text-align: center;
    line-height: 2.222;
    display: block;
}

.title_box .menu .active a {
    color: #373737;
    background: #f9fc9f;
}

select:disabled {
    background: #eee !important;
}

.ui-widget select {
    background: #fff;
    width: 90%;
    padding: 5px 10px;
    border: #c5c5c5 1px solid;
    appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;
}

.ui-datepicker select.ui-datepicker-year {
    width: 42%;
    margin-right: 5px;
}

.ui-datepicker select.ui-datepicker-month {
    width: 42%;
    margin-left: 5px;
}

footer {
    font-size: 14px;
    font-weight: 700;
    background: #f9fc9f;
    text-align: center;
    line-height: 4.286;
}

@media (width <= 1200px) {
    .title_box h2 {
        padding: 0 0 8px 5px;
    }

    .title_box .menu {
        gap: 0 10px;
        right: 5px;
    }
}
/******* common *******/

/******* login *******/
#login main section {
    padding: 50px 0 100px;
}

#login main section h1 {
    text-align: center;
}

#login main section h1 img {
    width: 120px;
}

#login main section .attention {
    font-weight: 700;
    color: #f00;
    margin-top: 40px;
    text-align: center;
}

#login main section form dl {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

#login main section form dl dt {
    font-size: 18px;
    margin-top: 20px;
}

#login main section form dl dd {
    margin-top: 5px;
}

#login main section form dl dd .error {
    font-weight: 500;
    color: #f00;
}

#login main section form .btn_login input {
    color: #fff;
    background: #0aca6a;
    width: 330px;
    margin: 20px auto 0;
    border-radius: 10px;
    text-align: center;
    line-height: 3.75;
    display: block;
}

#login main section .text_01 {
    margin-top: 50px;
    text-align: center;
}

#login main section .text_01 a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 5px;
}

#login main section .text_01 a:hover {
    text-decoration: none;
}
/******* login *******/

/******* resetting *******/
#resetting main section {
    padding: 50px 0 100px;
}

#resetting main h1 {
    text-align: center;
}

#resetting main h1 img {
    width: 120px;
}

#resetting main h2 {
    font-size: 30px;
    margin-top: 50px;
    text-align: center;
}

#resetting main .text_01 {
    margin-top: 40px;
    text-align: center;
    line-height: 1.4;
}

#resetting main form dl {
    width: 100%;
    max-width: 500px;
    margin: 80px auto 0;
}

#resetting main section form dl dd .error {
    font-weight: 500;
    color: #f00;
}

#resetting main section form .btn_login input {
    color: #fff;
    background: #0aca6a;
    width: 330px;
    margin: 20px auto 0;
    border-radius: 10px;
    text-align: center;
    line-height: 3.75;
    display: block;
}

#resetting main section .text_02 {
    margin-top: 50px;
    text-align: center;
}

#resetting main section .text_02 a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 5px;
}

#resetting main section .text_02 a:hover {
    text-decoration: none;
}

#resetting.send main form {
    margin-top: 60px;
}
/******* resetting *******/

/******* reregist *******/
#reregist main section {
    padding: 50px 0 100px;
}

#reregist main h1 {
    text-align: center;
}

#reregist main h1 img {
    width: 120px;
}

#reregist main h2 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 50px;
    text-align: center;
}

#reregist main section .text_01 {
    margin-top: 30px;
    text-align: center;
}

#reregist main section form dl {
    width: 100%;
    max-width: 500px;
    margin: 60px auto 0;
}

#reregist main section form dl dt {
    font-size: 18px;
    margin-top: 20px;
}

#reregist main section form dl dd {
    margin-top: 5px;
}

#reregist main section form dl dd .error {
    font-weight: 500;
    color: #f00;
}

#reregist main section form .btn_login input {
    color: #fff;
    background: #0aca6a;
    width: 330px;
    margin: 20px auto 0;
    border-radius: 10px;
    text-align: center;
    line-height: 3.75;
    display: block;
}

#reregist main section .text_02 {
    margin-top: 50px;
    text-align: center;
}

#reregist main section .text_02 a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 5px;
}

#reregist main section .text_02 a:hover {
    text-decoration: none;
}
/******* reregist *******/

/******* customer_list *******/
#customer_list main {
    background: #ebe9ff;
    padding: 15px 0 100px;
}

#customer_list main section {
    background: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px 150px;
}

#customer_list main section h2 {
    font-size: 30px;
    font-weight: 700;
    padding: 0 40px 8px 40px;
    border-bottom: #736b6B 1px solid;
}

#customer_list main section .btn_create a {
    font-weight: 700;
    color: #fff;
    background: #0aca6a;
    width: 150px;
    margin: 20px 40px 0 auto;
    border-radius: 20px;
    text-align: center;
    line-height: 2.5;
    display: block;
}

#customer_list main section table {
    width: calc(100% - 80px);
    margin: 10px auto 0;
    border-collapse: collapse;
}

#customer_list main section table tbody tr {
    border-bottom: #736b6b 1px solid;
}

#customer_list main section table tr th {
    font-size: 12px;
    padding: 5px 10px;
    border: #000 1px solid;
}

#customer_list main section table tr td {
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

#customer_list main section table tr td.contact {
    padding: 10px 20px;
    text-align: left;
}

#customer_list main section table tr td.contact svg,
#customer_list main section table tr td.contact span {
    vertical-align: middle;
}

#customer_list main section table tr td.contact span {
    font-weight: 500;
    color: #ff2c00;
    margin-left: 5px;
}

#customer_list main section table tr td.btn {
    display: flex;
    justify-content: center;
    gap: 0 10px;
}

#customer_list main section table tr td .btn_edit a {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #00a0ff;
    width: 100px;
    border-radius: 15px;
    text-align: center;
    line-height: 3;
    display: block;
}

#customer_list main section table tr td .btn_delete {
    a {
        color: #fff;
    }
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #ff0066;
    width: 100px;
    border-radius: 15px;
    text-align: center;
    line-height: 3;
    display: block;
    cursor: pointer;
}

@media (width <= 1200px) {
    #customer_list main section {
        padding: 80px 20px 150px;
    }

    #customer_list main section .btn_create a {
        margin-right: 0;
    }

    #customer_list main section table {
        width: 100%;
    }

    #customer_list main section table tr td {
        padding: 10px 5px;
    }

    #customer_list main section table tr td.contact {
        padding: 10px 5px;
    }
}
/******* customer_list *******/

/******* create_customer *******/
#create_customer main {
    background: #ebe9ff;
    padding: 80px 0 150px;
}

#create_customer main section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

#create_customer main section h2 {
    font-size: 30px;
    font-weight: 700;
    padding: 0 40px 8px;
    border-bottom: #736b6b 1px solid;
}

#create_customer main section .box {
    margin-top: 60px;
    padding: 0 80px;
    position: relative;
}

#create_customer main section .box dl {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 0 30px;
    flex-wrap: wrap;
}

#create_customer main section .box dl:nth-child(-n+4),
#create_customer main section .box dl:nth-child(6) {
    width: 60%;
}

#create_customer main section .box dl dt {
    font-size: 18px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#create_customer main section .box dl dt span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #ff6161;
    width: 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 2.5;
}

#create_customer main section .box dl dd {
    width: calc(100% - 190px);
}

#create_customer main section .box dl:nth-child(5) dd input {
    width: calc(25% - 18px);
}

#create_customer main section .box dl dd button {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #ffaa00;
    width: 200px;
    margin-left: 30px;
    border-radius: 10px;
    text-align: center;
    line-height: 2.778;
}

#create_customer main section .box dl dd button#to-zip {
    margin: 0;
}

#create_customer main section .box dl dd label.error {
    font-weight: 700;
    color: #f00;
    display: block;
}

#create_customer main section .box .btn_box {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    gap: 0 30px;
}

#create_customer main section .box .btn_box .btn_back input {
    font-weight: 700;
    color: #fff;
    background: #736b6b;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    line-height: 3.125;
}

#create_customer main section .box .btn_box .btn_create input {
    font-weight: 700;
    color: #fff;
    background: #0aca6a;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    line-height: 3.125;
}

#create_customer main section .box .icon {
    position: absolute;
    right: 160px;
    top: -20px;
}

@media (width <= 1200px) {
    #create_customer main section {
        padding: 0 20px;
    }

    #create_customer main section .box {
        padding: 0 20px;
    }

    #create_customer main section .box .icon {
        right: 40px;
    }
}
/******* create_customer *******/

/******* family_structure *******/
#family_structure main {
    background: #ebe9ff;
    padding: 80px 0 150px;
}

#family_structure main section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

#family_structure main section .box {
    margin-top: 40px;
    padding: 0 20px;
}

#family_structure main section .box .upper_box {
    display: flex;
    justify-content: space-between;
}

#family_structure main section .box .upper_box .left,
#family_structure main section .box .upper_box .right {
    display: flex;
    gap: 0 12px;
}

#family_structure main section .box .middle_box {
    margin-top: 80px;
    display: flex;
    gap: 0 12px;
    justify-content: center;
}

#family_structure main section .box .bottom_box {
    margin-top: 80px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

#family_structure main section .box .one_box {
    background: #fff;
    width: 170px;
    padding: 15px 0;
    border: #505050 2px solid;
}

#family_structure main section .box .one_box a {
    color: #000;
    transition: opacity .3s;
}

#family_structure main section .box .one_box a:hover {
    opacity: .6;
}

#family_structure main section .box .one_box .relationship {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: block;
}

#family_structure main section .box .one_box .icon {
    margin-top: 10px;
    text-align: center;
    display: block;
}

#family_structure main section .box .one_box .name {
    margin-top: 15px;
    padding-left: 30px;
    display: block;
}

#family_structure main section .box .one_box .age {
    margin-top: 5px;
    padding-left: 30px;
    display: block;
}

#family_structure main section .box .one_box .btn_delete {
    color: #fff;
    background: #ff0066;
    width: 80%;
    margin: 10px auto 0;
    border-radius: 10px;
    text-align: center;
    line-height: 1.8;
    cursor: pointer;
}

@media (width <= 1200px) {
    #family_structure main section {
        padding: 0 20px;
    }

    #family_structure main section .box .one_box {
        width: 140px;
    }

    #family_structure main section .box .one_box .name,
    #family_structure main section .box .one_box .age {
        padding: 0;
        text-align: center;
    }
}
/******* family_structure *******/

/******* basic_information *******/
#basic_information main {
    background: #ebe9ff;
    padding: 80px 0 150px;
}

#basic_information main section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

#basic_information main section .tab_box {
    margin-top: 60px;
    display: flex;
}

#basic_information main section .tab_box div {
    font-size: 18px;
    font-weight: 700;
    color: #3557df;
    background: #fff;
    width: 160px;
    height: 40px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    line-height: 2.222;
}

#basic_information main section .tab_box div a {
    color: #fff;
    background: #3557df;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    display: block;
}

#basic_information main section .box {
    background: #fff;
    padding: 60px 40px 100px;
}

#basic_information main section .box h3 {
    font-size: 30px;
    font-weight: 700;
    background-image: linear-gradient(to right, #3557df, #3557df 5px, transparent 4px);
    background-size: 10px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 10px;
    text-align: center;
}

#basic_information main section .box form {
    margin-top: 60px;
    padding-left: 40px;
    position: relative;
}

#basic_information main section .box dl {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    gap: 0 30px;
    flex-wrap: wrap;
}

#basic_information main section .box dl:nth-child(-n+5),
#basic_information main section .box dl:nth-child(7) {
    width: 60%;
}

#basic_information main section .box dl dt {
    font-size: 18px;
    width: 160px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#basic_information main section .box dl dt span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #ff6161;
    width: 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 2.5;
}

#basic_information main section .box dl dd {
    width: calc(100% - 190px);
}

#basic_information main section .box dl:nth-child(4) dd {
    padding-top: 12px;
}

#basic_information main section .box dl dd input {
    background: #efefef;
}

#basic_information main section .box dl:nth-child(6) dd input {
    width: calc(25% - 18px);
}

#basic_information main section .box dl dd label.error {
    font-weight: 700;
    color: #f00;
    display: block;
}

#basic_information main section .box dl dd button {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #ffaa00;
    width: 200px;
    margin-left: 30px;
    border-radius: 10px;
    text-align: center;
    line-height: 2.778;
}

#basic_information main section .box dl dd button#to-zip {
    margin: 30px 0 0 0;
}

#basic_information main section .box .btn_box {
    width: 430px;
    margin: 100px auto 0;
    display: flex;
    justify-content: center;
    gap: 20px 30px;
    flex-wrap: wrap;
}

#basic_information main section .box .btn_box .btn_back input {
    font-weight: 700;
    color: #fff;
    background: #736b6b;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    line-height: 3.125;
}

#basic_information main section .box .btn_box .btn_create input {
    font-weight: 700;
    color: #fff;
    background: #0aca6a;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    line-height: 3.125;
}

#basic_information main section .box .btn_box .btn_delete input {
    font-weight: 700;
    color: #fff;
    background: #ff0066;
    width: 430px;
    border-radius: 10px;
    text-align: center;
    line-height: 3.125;
}

#basic_information main section .box .icon {
    position: absolute;
    right: 100px;
    top: 20px;
}

@media (width <= 1200px) {
    #basic_information main section {
        padding: 0 20px;
    }

    #basic_information main section .box {
        padding: 60px 20px 100px;
    }

    #basic_information main section .box form {
        padding-left: 20px;
    }

    #basic_information main section .box .icon {
        right: 30px;
    }
}
/******* basic_information *******/

/******* work_information *******/
#work_information main {
    background: #ebe9ff;
    padding: 80px 0 150px;
}

#work_information main section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

#work_information main section .tab_box {
    margin-top: 60px;
    display: flex;
}

#work_information main section .tab_box div {
    font-size: 18px;
    font-weight: 700;
    color: #3557df;
    background: #fff;
    width: 160px;
    height: 40px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    line-height: 2.222;
}

#work_information main section .tab_box div a {
    color: #fff;
    background: #3557df;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    display: block;
}

#work_information main section .box {
    background: #fff;
    padding: 60px 40px 100px;
}

#work_information main section .box h3 {
    font-size: 30px;
    font-weight: 700;
    background-image: linear-gradient(to right, #3557df, #3557df 5px, transparent 4px);
    background-size: 10px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 10px;
    text-align: center;
}

#work_information main section .box form {
    margin-top: 60px;
    position: relative;
}

#work_information main section .box form h4 {
    font-size: 18px;
    font-weight: 700;
    background: #fdffce;
    padding-left: 20px;
    line-height: 2.778;
    position: relative;
}

#work_information main section .box form h4 span {
    font-weight: 700;
    color: #fff;
    background: #ff0066;
    width: 150px;
    border-radius: 20px;
    text-align: center;
    line-height: 2.5;
    position: absolute;
    right: 5px;
    top: 3px;
    cursor: pointer;
}

#work_information main section .box dl {
    margin-top: 30px;
    padding-left: 40px;
    display: flex;
    align-items: flex-start;
    gap: 0 30px;
    flex-wrap: wrap;
}

#work_information main section .box div dl:nth-of-type(3) {
    width: 60%;
}

#work_information main section .box dl dt {
    font-size: 18px;
    width: 160px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#work_information main section .box dl dt span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #ff6161;
    width: 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 2.5;
}

#work_information main section .box dl dd {
    width: calc(100% - 190px);
}

#work_information main section .box dl dd label.error {
    font-weight: 700;
    color: #f00;
    display: block;
}

#work_information main section .box dl dd input {
    background: #efefef;
}

#work_information main section .box div dl:nth-of-type(2) dd input,
#work_information main section .box .actual_workplace .one_box dl:nth-of-type(8) dd input {
    width: calc(25% - 18px);
}

#work_information main section .box dl dd button {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #ffaa00;
    width: 200px;
    margin-left: 30px;
    border-radius: 10px;
    text-align: center;
    line-height: 2.778;
}

#work_information main section .box .actual_workplace .one_box {
    margin-top: 100px;
}

#work_information main section .box .btn_add {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: #3557df;
    width: 100%;
    max-width: 900px;
    margin: 100px auto 0;
    text-align: center;
    line-height: 3.182;
    cursor: pointer;
}

#work_information main section .box .btn_box {
    width: 430px;
    margin: 100px auto 0;
    display: flex;
    justify-content: center;
    gap: 20px 30px;
    flex-wrap: wrap;
}

#work_information main section .box .btn_box .btn_back input {
    font-weight: 700;
    color: #fff;
    background: #736b6b;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    line-height: 3.125;
}

#work_information main section .box .btn_box .btn_create input {
    font-weight: 700;
    color: #fff;
    background: #0aca6a;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    line-height: 3.125;
}

#work_information main section .box .btn_box .btn_delete input {
    font-weight: 700;
    color: #fff;
    background: #ff0066;
    width: 430px;
    border-radius: 10px;
    text-align: center;
    line-height: 3.125;
}

@media (width <= 1200px) {
    #work_information main section {
        padding: 0 20px;
    }

    #work_information main section .box {
        padding: 60px 20px 100px;
    }

    #work_information main section .box form dl {
        padding-left: 20px;
    }
}
/******* work_information *******/

/******* property_information_list *******/
#property_information_list main {
    background: #ebe9ff;
    padding: 80px 0 150px;
}

#property_information_list main section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

#property_information_list main section .tab_box {
    margin-top: 60px;
    display: flex;
}

#property_information_list main section .tab_box div {
    font-size: 18px;
    font-weight: 700;
    color: #3557df;
    background: #fff;
    width: 160px;
    height: 40px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    line-height: 2.222;
}

#property_information_list main section .tab_box div a {
    color: #fff;
    background: #3557df;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    display: block;
}

#property_information_list main section .box {
    background: #fff;
    padding: 60px 40px 100px;
}

#property_information_list main section .box h3 {
    font-size: 30px;
    font-weight: 700;
    background-image: linear-gradient(to right, #3557df, #3557df 5px, transparent 4px);
    background-size: 10px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
}

#property_information_list main section .box h3 a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #0aca6a;
    width: 140px;
    border-radius: 10px;
    text-align: center;
    line-height: 2.5;
    position: absolute;
    right: 0;
    top: 5px;
}

#property_information_list main section .box .inner_box {
    margin-top: 60px;
    padding: 20px 40px;
    border: #3557df 2px solid;
    border-radius: 10px;
}

#property_information_list main section .box .inner_box table {
    width: 100%;
    border-collapse: collapse;
}

#property_information_list main section .box .inner_box table tr {
    border-bottom: #3557df 2px dashed;
}

#property_information_list main section .box .inner_box table tr td {
    font-size: 18px;
    padding: 10px 20px;
}

#property_information_list main section .box .inner_box table tr td:last-child {
    padding-right: 0;
    display: flex;
    justify-content: flex-end;
    gap: 0 10px;
}

#property_information_list main section .box .inner_box table tr td .btn_edit a {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #8a31ff;
    width: 100px;
    border-radius: 15px;
    text-align: center;
    line-height: 3;
    display: block;
}

#property_information_list main section .box .inner_box table tr td .btn_delete {
    a {
        color: #fff;
    }
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #ff0066;
    width: 100px;
    border-radius: 15px;
    text-align: center;
    line-height: 3;
    display: block;
    cursor: pointer;
}

@media (width <= 1200px) {
    #property_information_list main section {
        padding: 0 20px;
    }

    #property_information_list main section .box {
        padding: 60px 10px 100px;
    }

    #property_information_list main section .box .inner_box {
        padding: 20px;
    }

    #property_information_list main section .box .inner_box table tr td {
        padding: 10px;
    }
}
/******* property_information_list *******/

/******* property_information *******/
#property_information main {
    background: #ebe9ff;
    padding: 80px 0 150px;
}

#property_information main section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

#property_information main section .tab_box {
    margin-top: 60px;
    display: flex;
}

#property_information main section .tab_box div {
    font-size: 18px;
    font-weight: 700;
    color: #3557df;
    background: #fff;
    width: 160px;
    height: 40px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    line-height: 2.222;
}

#property_information main section .tab_box div a {
    color: #fff;
    background: #3557df;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    display: block;
}

#property_information main section .box {
    background: #fff;
    padding: 60px 40px 100px;
}

#property_information main section .box h3 {
    font-size: 30px;
    font-weight: 700;
    background-image: linear-gradient(to right, #3557df, #3557df 5px, transparent 4px);
    background-size: 10px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 10px;
    text-align: center;
}

#property_information main section .box form {
    margin-top: 60px;
    padding-left: 40px;
    position: relative;
}

#property_information main section .box dl {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 0 30px;
    flex-wrap: wrap;
}

#property_information main section .box dl dt {
    font-size: 18px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.2;
}

#property_information main section .box dl dt span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #ff6161;
    width: 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 2.5;
}

#property_information main section .box dl dd {
    width: calc(100% - 190px);
}

#property_information main section .box dl dd input {
    background: #efefef;
}

#property_information main section .box form > dl:nth-of-type(2) dd input {
    width: calc(25% - 18px);
}

#property_information main section .box dl dd label.error {
    font-weight: 700;
    color: #f00;
    display: block;
}

#property_information main section .box .two_column {
    display: flex;
}

#property_information main section .box .two_column dl {
    margin-top: 20px;
}

#property_information main section .box .two_column .left {
    width: 55%;
}

#property_information main section .box .two_column .left dl dd input {
    width: 70%;
}

#property_information main section .box .two_column .right {
    width: 45%;
}

#property_information main section .box dl dd button {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #ffaa00;
    width: 200px;
    margin-left: 30px;
    border-radius: 10px;
    text-align: center;
    line-height: 2.778;
}

#property_information main section .box dl dd button#to-zip {
    margin: 0;
}

#property_information main section .box .btn_box {
    width: 430px;
    margin: 100px auto 0;
    display: flex;
    justify-content: center;
    gap: 20px 30px;
    flex-wrap: wrap;
}

#property_information main section .box .btn_box .btn_back input {
    font-weight: 700;
    color: #fff;
    background: #736b6b;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    line-height: 3.125;
}

#property_information main section .box .btn_box .btn_create input {
    font-weight: 700;
    color: #fff;
    background: #0aca6a;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    line-height: 3.125;
}

@media (width <= 1200px) {
    #property_information main section {
        padding: 0 20px;
    }

    #property_information main section .box {
        padding: 60px 20px 100px;
    }

    #property_information main section .box form {
        padding-left: 20px;
    }

    #property_information main section .box .two_column .left {
        width: 70%;
    }

    #property_information main section .box .two_column .left dl dd input {
        width: 80%;
    }

    #property_information main section .box .two_column .right dl dt {
        width: 60px;
    }

    #property_information main section .box .two_column .right dl dd {
        width: calc(100% - 90px);
    }
}
/******* property_information *******/

/******* memo *******/
#memo main {
    background: #ebe9ff;
    padding: 80px 0 150px;
}

#memo main section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

#memo main section .box {
    margin-top: 80px;
    padding: 0 50px;
}

#memo main section .box .one_box {
    margin-top: 40px;
}

#memo main section .box .one_box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #373737;
    background: #fdffce;
    width: 100%;
    padding-left: 20px;
    border-radius: 10px;
    line-height: 2.778;
}

#memo main section .box .one_box textarea {
    background: #fff;
    height: 400px;
    margin-top: 30px;
}

#memo main section .btn_box {
    width: 430px;
    margin: 80px auto 0;
    display: flex;
    justify-content: center;
    gap: 20px 30px;
    flex-wrap: wrap;
}

#memo main section .btn_box .btn_back input {
    font-weight: 700;
    color: #fff;
    background: #736b6b;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    line-height: 3.125;
}

#memo main section .btn_box .btn_create input {
    font-weight: 700;
    color: #fff;
    background: #0aca6a;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    line-height: 3.125;
}

@media (width <= 1200px) {
    #memo main section {
        padding: 0 20px;
    }

    #memo main section .box {
        padding: 0 20px;
    }
}
/******* memo *******/

/******* contact *******/
#contact main {
    background: #ebe9ff;
    padding: 80px 0 150px;
}

#contact main section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

#contact main section .box {
    margin-top: 40px;
    padding: 0 50px;
}

#contact main section .box .one_box:nth-child(n+2) {
    margin-top: 80px;
}

#contact main section .box .one_box h3 {
    font-size: 30px;
    font-weight: 700;
    background-image: linear-gradient(to right, #3557df, #3557df 5px, transparent 4px);
    background-size: 10px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 0 0 10px 5px;
    position: relative;
}

#contact main section .box .one_box h3 span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #ff0066;
    width: 150px;
    border-radius: 20px;
    text-align: center;
    line-height: 2.5;
    position: absolute;
    right: 5px;
    top: 8px;
    cursor: pointer;
}

#contact main section .box .one_box dl {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 0 30px;
    flex-wrap: wrap;
}

#contact main section .box .one_box dl dt {
    font-size: 18px;
    font-weight: 700;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#contact main section .box .one_box dl dd {
    font-size: 18px;
    font-weight: 700;
    width: calc(100% - 190px);
}

#contact main section .box .one_box dl dd input {
    font-size: 16px;
    font-weight: 400;
    width: 30%;
}

#contact main section .box .one_box dl dd select {
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    width: 30%;
    height: 50px;
    padding: 0 20px;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    appearance: auto;
}

#contact main section .box .one_box .inner_box {
    margin-top: 30px;
}

#contact main section .box .one_box .inner_box h4 {
    font-size: 18px;
    font-weight: 700;
    background: #fdffce;
    padding-left: 20px;
    border-radius: 10px;
    line-height: 2.778;
}

#contact main section .box .one_box .inner_box textarea {
    background: #fff;
    margin-top: 30px;
}

#contact main section .box .one_box .btn_add {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: #3557df;
    width: 100%;
    max-width: 900px;
    margin: 100px auto 0;
    text-align: center;
    line-height: 3.182;
    cursor: pointer;
}

#contact main section .btn_box {
    width: 430px;
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
    gap: 20px 30px;
    flex-wrap: wrap;
}

#contact main section .btn_box .btn_back input {
    font-weight: 700;
    color: #fff;
    background: #736b6b;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    line-height: 3.125;
}

#contact main section .btn_box .btn_create input {
    font-weight: 700;
    color: #fff;
    background: #0aca6a;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    line-height: 3.125;
}

@media (width <= 1200px) {
    #contact main section {
        padding: 0 20px;
    }

    #contact main section .box {
        padding: 0 20px;
    }
}
/******* contact *******/