body {
    font-size: 1.4rem;
    padding-bottom: 100px;
}
img {
    pointer-events: none;
}
input[type="text"],
input[type="password"],
select {
    height: 50px;
}
.no_data_info {
    margin-top: 8px;
    font-size: 1.3rem;
    color: #EF6363;
}
.header {
    background-color: #101014;
}
textarea {
    line-height: 1.5;
}
a.disabled {
    cursor: default;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.3);
    cursor: not-allowed;
}
a.disabled img {
    opacity: .2;
}
button:disabled,
button:disabled:hover {
    opacity: .5;
    cursor: not-allowed;
}
.nowrap {
    white-space: nowrap;
}
.error_msg_base,
#error_msg_base {
    margin-top: 48px;
    color: #16171D;
    font-size: 1.3rem;
    background-color: #E5A0A0;
    border-radius: 4px;
    padding: 24px;
    display: none;
    line-height: 1.5;
}
.error_msg_base ul {
    list-style: none;
}
.input-checkbox--simple li label input:checked + span::after {
    background-image: url(../images/common/ico_check.svg);
}
.header__nav ul li.pd_0{
    padding: 0;
}
.input-text:nth-child(2).login_passwd {
    margin-top: 24px;
}
.items__row a figure {
    align-items: center;
    position: relative;
}
.items__row a figure figcaption img {
    position: absolute;
    width: auto;
    height: 19px;
    bottom: 0;
}
.items__row a figure > div {
    height: 114px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.static_input {
    appearance: none;
    background: transparent;
    border-radius: 0;
    outline: none;
    border: 1px solid #2C2C2C;
    padding: 13px 16px;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #F4F1D0;
    line-height: normal;
    width: 100%;
}
.popup__box__inner .input-text .static_input {
    width: 320px;
}
.pos_rel {
    position: relative;
    top: 0;
    left: 0;
}
.modal_contents_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: transparent;
}
.preview_img {
    width: 100%;
    max-width: 232px;
    display: block;
    border: 1px solid #2C2C2C;
}
/* 作品登録サムネイル（ここから） */
.reg_thumbnail_base {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.thumbnail_wrap {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
}
.thumbnail_wrap.l {
    width: 96px;
    height: 96px;
}
.thumbnail_mark {
    display: block;
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: none;
    width: 100%;
}
.thumbnail_wrap.sort_item:hover {
    cursor: move;
}
.thumbnail_wrap .preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.thumbnail_mark:hover {
    cursor: pointer;
}
.thumbnail_remove {
    position: absolute;
    bottom: -14px;
    left: calc(50% - 14px);
    z-index: 2;
    display: block;
    width: 28px;
    height: 28px;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    text-decoration: none;
    color: #000;
    line-height: 28px;
}
@keyframes thumbnail_zoom {
    0% {
        width: 40px;
        height: 40px;
    }
    100% {
        width: 96px;
        height: 96px;
    }
}
.thumbnail_zoom {
    animation-name: thumbnail_zoom;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
/* 作品登録サムネイル（ここまで） */
.ui-widget {
    font-family: inherit;
}
.ui-widget-content {
    background: rgb(22, 23, 29);
    color: #F4F1D0;
    padding: 13px 16px;
    line-height: 1.5;
}
.ui-widget.ui-widget-content {
    border: 1px solid #2C2C2C;
}
.ui-widget-header {
    border: 1px solid #2C2C2C;
    background: rgb(22, 23, 29);
    color: #F4F1D0;
    font-weight: bold;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #2C2C2C;
    background: rgb(22, 23, 29);
    font-weight: normal;
    color: #F4F1D0;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: rgb(22, 23, 29);
}
.share_gallery_flg {
    width: 76px;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 8px 0;
    border-radius: 3px;
    border: 1px solid #F4F1D0;
    font-size: 1.3rem;
}
.share_gallery_flg  input {
    display: none;
}
.share_gallery_flg.flg_off {
    background-color: #101014;
}
.share_gallery_flg.flg_on {
    background-color: #F4F1D0;
    color: #101014;
}
.history_files_wrap li {
    display: flex;
    width: 100%;
    padding: 24px;
    border: 1px solid #2C2C2C;
    border-top: none;
}
.history_files_wrap li:first-child {
    border-top: 1px solid #2C2C2C;
}
.history_files_wrap li div {
    flex: 1;
}
.history_file_upload_wrap {
    border: 1px solid #2C2C2C;
    padding: 24px;
}
.popup__box__close {
    z-index: 10;
}
.faq .inner h3 {
    font-size: 15px;
    letter-spacing: 0.03em;
    margin: 48px 0 36px 24px;
}
.faq_comp_wrap a {
    margin-top: 24px;
    text-decoration: underline;
}
.input-text.has-error textarea {
    border: 1px solid #EF6363;
}
.has-error label {
    white-space: nowrap;
}
.modal_button_wrap {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 24px;
}
.modal_button_wrap .button--primary {
    display: inline-block;
    width: auto;
    padding: 12px 24px;
    margin: 0 12px;
}
.modal_button_wrap a {
    text-decoration: underline;
    margin: 0 12px;
}
.downgrade_wrap h2,
.upgrade_wrap h2 {
    text-align: center;
    font-size: 15px;
    color: #F4F1D0;
    padding: 0;
}
.downgrade_wrap strong,
.upgrade_wrap strong {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.06em;
    margin-top: 60px;
}
.downgrade_wrap p {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.03em;
    margin-top: 40px;
    text-align: center;
    padding-bottom: 50px;
}
.downgrade_wrap ul {
    margin: 40px auto 0 auto;
    max-width: 325px;
}
.upgrade_wrap ul {
    margin-top: 40px;
}
.downgrade_wrap ul li::before,
.upgrade_wrap  ul li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }
.downgrade_wrap ul li,
.upgrade_wrap  ul li {
    font-size: 14px;
    line-height: 1.571428571;
    color: #fff;
    position: relative;
    padding-left: 14px;
}
.upgrade_wrap img {
    display: block;
    max-width: 271px;
    margin: auto;
    margin-top: auto;
    margin-top: 112px;
}
.plan_in_process {
    padding: 48px 24px 120px 24px;
}
.upgrade_wrap h4 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 120px;
}
#owner_msg {
    margin-top: 4px;
    color: #EF6363;
    font-size: 13px;
    letter-spacing: 0.06em;
}
.artwork_detail_img {
    max-width: 300px;
    height: auto;
}
.ta_r {
    text-align: right;
}
.mt_0 {
    margin-top: 0;
}
.mt_2 {
    margin-top: 8px;
}
.mt_6 {
    margin-top: 24px;
}
.mt_12 {
    margin-top: 48px;
}
.mb_2 {
    margin-bottom: 8px;
}
.mb_4 {
    margin-bottom: 16px;
}
.mb_6 {
    margin-bottom: 24px;
}
.pt_2 {
    padding-top: 8px;
}
.pt_4 {
    padding-top: 16px;
}
.pd_0 {
    padding: 0;
}
.w_100 {
    width: 100%;
}
.popup__box__inner .input-text input.w_100 {
    width: 100%;
}
.sp_menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #101014;
    z-index: 200;
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}
.sp_menu img {
    display: block;
    margin: 80px auto 36px auto;
}
.sp_menu .username {
    color: #F4F1D04D;
    text-align: center;
    font-size: 1.3rem;
}
.sp_menu ul {
    margin-top: 48px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 3;
}
.sp_menu ul li.logout {
    text-decoration: underline;
    margin-top: 120px;
}
.artwork_status_wrap {
    max-width: 1020px;
    margin: 0 auto;
    padding: 30px;
    margin-top: 24px;
    margin-bottom: -30px;
    background-color: #16171D;
}
.artwork_status_wrap .artwork_status_item_wrap small {
    display: block;
    color: #F4F1D0;
    font-size: 12px;
    opacity: 0.3;
}
.artwork_status_wrap .artwork_status_item_wrap {
    margin-top: 12px;
}
.artwork_status_wrap .artwork_status_item_wrap:nth-child(1) {
    margin-top: 0;
}
.artwork_status_wrap .artwork_status_item_wrap .artwork_status_item_status_wrap {
    display: flex;
    margin-top: 8px;
    align-items: center;
}
.artwork_status_wrap .artwork_status_item_wrap .artwork_status_item_status_wrap > div:first-child {
    flex: 1;
}
.artwork_status_wrap .artwork_status_item_wrap .artwork_status_item_status_wrap .button--primary {
    width: auto;
    padding: 4px 12px;
}
.pager_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pager_wrap div {
    position: absolute;
    left: 48px;
}
.pager_wrap .page_info span {
    margin: 0 6px;
}
.tab__header .inner ul li span {
    font-size: 13px;
    color: #F4F1D0;
    opacity: 0.3;
    transition: opacity 0.3s;
}
.item-detail__slider--whole {
    max-width: 100%;
}
.tab__header {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.tab__header::-webkit-scrollbar {
    display: none;
}
.registration_img_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
}
.registration_img_item_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.registration_img_wrap img {
    height: auto;
    width: 150px;
    display: block;
    margin: 12px;
}
.registration_img_wrap span {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 24px;
}
.registration_img_wrap div.noimage {
    background-image: url(../images/noimage.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    margin: 12px;
    min-height: 150px;
}
.photo_status_button_wrap {
    display: flex;
    margin-top: 48px;
}
.photo_status_button_wrap button {
    margin-right: 20px;
}
.input-text.mt_6 {
    margin-top: 24px;
}
.password_update_note {
    white-space: nowrap;
    margin-bottom: 8px;
}
.conf_page .input-text label {
    display: block;
    color: #F4F1D0;
    font-size: 12px;
    opacity: 0.3;
}
.input-checkbox--simple02 {
    height: 100%;
}
.item-list__image {
    width: 74px;
    height: 74px;
    overflow: hidden;
}
.tab__contents__data--add-bg figure img {
    width: 197px;
    height: auto;
}
.btn-add:disabled {
    cursor: default;
    pointer-events: none;
}
.btn-add:disabled span {
    color: rgba(244, 241, 208, 0.3);
}
.input-text .gallery_wrap input {
    border-top-width: 0;
}
.input-text .gallery_wrap:first-child input {
    border-top-width: 1px;
}
.input-text div.input_conf,
.input-select div.input_conf {
    border: 1px solid #2C2C2C;
    padding: 16px 16px;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #F4F1D0;
    white-space: nowrap;
    overflow: hidden;
}
.input-select div.input_conf::before,
div.input_conf div::before {
    border: none;
}
.item-list li a {
    height: 100%;
}
input:read-only,
textarea:read-only {
    border-color: #16171D;
    background-color: #2C2C2C;
    cursor: not-allowed;
}
.item-list li {
    min-width: 180px;
}
.forgotpassword_box {
    padding-bottom: 120px;
}
.forgotpassword_box p {
    line-height: 1.769230769;
    margin-bottom: 38px;
}
.forgotpassword_box input {
    width: 320px;
}
.forgotpassword_box .submit-box {
    margin-top: 80px;
}
.forgotpassword_box a {
    text-decoration: underline;
}
.leaveconf-pop__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    flex-direction: row;
}
.leaveconf-pop__buttons button,
.leaveconf-pop__buttons a {
    margin: 0 24px;
}
.leaveconf-pop__input {
    margin: 40px auto;
}
.popup__box__inner .leaveconf-pop__input.input-text input {
    margin: 0 auto;
}
.leaveconf-pop__input_wrap {
    width: 320px;
    margin: 0 auto;
}
.leavedone_wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 400px;
    max-width: 100%;
    padding: 0 24px;
    font-size: 1.5rem;
    line-height: 1.5;
}
.leavedone_wrap strong {
    margin-bottom: 80px;
    display: block;
}
.input-table table tbody td {
    padding-left: 4px;
    padding-right: 4px;
}
.input-table.type01 tbody tr td.ctrl_cell ul,
.input-table.type02 tbody tr td.ctrl_cell ul {
    white-space: nowrap;
}
.import_info_wrap {
    background-color: #16171D;
    padding: 24px;
    display: flex;
    text-align: left;
    font-size: 1.3rem;
    margin-bottom: 36px;
    line-height: 1.5;
}
.import_info_wrap img {
    display: block;
    margin-right: 24px;
    width: 50px;
    height: auto;
}
.import_info_wrap ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 24px;
}
.templatedl_wrap {
    margin-bottom: 36px;
}
.templatedl_wrap a {
    border-bottom: solid 1px #F4F1D0;
}
.import_wrap {
    display: flex;
    width: 800px;
    max-width: 100%;
}
#import_file_name {
    border: 1px solid #2C2C2C;
    padding: 13px 16px;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #F4F1D0;
    margin-left: 8px;
}
.import_confirm_wrap {
    margin-top: 36px;
}
.import_confirm_wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.import_confirm_wrap img {
    display: block;
    width: 50px;
    height: auto;
}
.import_confirm_wrap a {
    border-bottom: solid 1px #F4F1D0;
    display: block;
}
#conf_wrap .input-table {
    overflow-x: scroll;
}
#conf_wrap .input-table::-webkit-scrollbar {
    display: initial;
    -webkit-appearance: auto;
    background-color: #2c2c2c;
}
#conf_wrap .input-table::-webkit-scrollbar-thumb {
    background-color: #939393;
    border-radius: 10px;
    border: solid 2px #2c2c2c;
}
#conf_wrap .input-table th {
    white-space: nowrap;
}
.input-table table.registration_list tbody th,
.input-table table.registration_list tbody td {
    padding: 16px;
}
.is_verification_mark {
    display: inline-block !important;
    padding: 8px 16px;
    border: solid 1px #f4f1d0;
    border-radius: 4px;
    color: #f4f1d0 !important;
}
.paidorder_confirm {
    max-width: 430px;
    margin: 0 auto;
}
.input-text.gallery_wrap {
    margin-top: 0;
}
.fix-cv__done .inner.err {
    background: rgba(229, 160, 160, 1);
}
.footer__link a.set_locale span::before {
    background-color: transparent;
}
.set_locale {
    color: #F4F1D04D;
}
.set_locale:hover,
.set_locale.active {
    color: #F4F1D0;
}
.common-inner {
    padding-bottom: 120px;
}
.page_info_mark {
    display: inline-block;
    line-height: 1;
    padding: 4px;
    border: solid 1px rgba(244,241,208,.3);
    border-radius: 50%;
    margin-left: 4px;
}
.page_info {
    background-color: #16171d;
    padding: 16px;
    letter-spacing: .3rem;
    line-height: 1.4;
    display: none;
}
@media only screen and (min-width: 768px) {
    .input-table table tbody td.ctrl_cell ul li:nth-child(3) {
        margin-left: 12px;
    }
    .input-table table tbody td > a {
        padding-bottom: 4px;
    }
    .input-table.type06 tbody tr td:nth-child(3) {
        text-align: right;
    }
}
@media only screen and (max-width: 767px) {
    .popup__slider__audio > div {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        background: #d8d8d8;
    }
    .pager_wrap {
        display: block;
    }
    .pager_wrap > div {
        position: relative;
        left: 0;
    }
    .pager_wrap ul {
        margin-top: 24px;
    }
    .item-list li {
        width: 100%;
        margin-right: 0;
    }
    #btn_username_search {
        display: block;
        margin-top: 16px;
        margin-left: 0;
    }
    #registrations_wrap .input-table table tbody tr {
        font-size: 13px;
    }
    .forgotpassword_box input {
        width: 100%;
    }
    .leaveconf-pop__buttons {
        flex-direction: column;
    }
    .leaveconf-pop__buttons button,
    .leaveconf-pop__buttons a {
        margin: 24px 0;
    }
    .popup__box__inner .leaveconf-pop__input.input-text input {
        width: 100%;
    }
    .mypage-index__items > div {
        padding-left: 0;
        width: 92%;
        padding-left: 0;
        margin: 0 auto;
    }
    .input-table.type01 tbody tr td:nth-child(2) {
        width: 64%;
    }
    .input-table.type01 tbody tr td:nth-child(5) li:nth-child(3),
    .input-table.type01 tbody tr td:nth-child(5) li:nth-child(4) {
        display: inline-block;
    }
    .input-table.type01 tbody tr td:nth-child(5) li:nth-child(2) {
        margin-left: 0;
    }
    .input-table.type01 tbody tr td.ctrl_cell {
        display: flex;
        justify-content: end;
        align-items: end;
    }
    .input-table.type01 tbody tr td.ctrl_cell ul,
    .input-table.type02 tbody tr td.ctrl_cell ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: end;
        align-items: end;
        height: 100%;
    }
    .input-table.type01 tbody tr td.ctrl_cell ul li a,
    .input-table.type02 tbody tr td.ctrl_cell ul li a{
        display: block;
        background-color: #28282C;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin: 0 5px;
    }
    .input-table.type01 tbody tr td.ctrl_cell ul li a img,
    .input-table.type02 tbody tr td.ctrl_cell ul li a img {
        display: block;
        margin: 0 auto;
        padding-top: 8px;
    }
    .input-table.type02 tbody tr td:nth-child(2) {
        width: 68%;
    }
    .input-table.type02 tbody tr td:nth-child(3) {
        width: 32%;
    }
    .input-table.type02 tbody tr td:nth-child(4) {
        display: block;
        width: 32%;
        order: 3;
        margin-top: 13px;
    }
    .input-table.type02 tbody tr td:nth-child(5) {
        display: block;
        width: 100%;
        order: 4;
        margin-top: 8px;
    }
    .input-table .share_gallery_table tbody tr {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .input-table .share_gallery_table tbody tr td{
        display: block;
    }
    .input-table.type03 tbody tr,
    .input-table.type04 tbody tr,
    .input-table.type05 tbody tr,
    .input-table.type06 tbody tr,
    #conf_wrap .input-table table tbody tr {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .input-table.type03 tbody tr td,
    .input-table.type04 tbody tr td,
    .input-table.type05 tbody tr td,
    .input-table.type06 tbody tr {
        font-size: 13px;
        letter-spacing: 0.03em;
    }
    .input-table.type03 tbody tr td a,
    .input-table.type04 tbody tr td a,
    .input-table.type05 tbody tr td a,
    .input-table.type06 tbody tr td a {
        text-decoration: underline;
    }
    .input-table.type03 tbody tr td:nth-child(1) {
        order: 1;
        width: 50%;
    }
    .input-table.type03 tbody tr td:nth-child(2) {
        order: 2;
        width: 50%;
    }
    .input-table.type03 tbody tr td:nth-child(3) {
        order: 3;
        width: 50%;
        margin-top: 12px;
    }
    .input-table.type03 tbody tr td:nth-child(4) {
        order: 4;
        width: 50%;
        margin-top: 12px;
    }
    .input-table.type03 tbody tr td:nth-child(5) {
        order: 5;
        width: 50%;
        margin-top: 12px;
    }
    .input-table.type03 tbody tr td:nth-child(6) {
        order: 6;
        width: 50%;
        margin-top: 12px;
    }
    .input-table.type03 tbody tr td:nth-child(7) {
        order: 7;
        width: 100%;
        margin-top: 12px;
    }
    .input-table.type03 tbody tr td:nth-child(7) ul,
    .input-table.type04 tbody tr td:nth-child(5) ul,
    .input-table.type05 tbody tr td:nth-child(7) ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: end;
        align-items: end;
    }
    .input-table.type03 tbody tr td:nth-child(7) ul li a,
    .input-table.type04 tbody tr td:nth-child(5) ul li a,
    .input-table.type05 tbody tr td:nth-child(7) ul li a {
        display: block;
        background-color: #28282C;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin: 0 5px;
        text-decoration: none;
    }
    .input-table.type03 tbody tr td:nth-child(7) ul li a img,
    .input-table.type04 tbody tr td:nth-child(5) ul li a img,
    .input-table.type05 tbody tr td:nth-child(7) ul li a img {
        display: block;
        margin: 0 auto;
        padding-top: 8px;
    }
    .input-table.type04 tbody tr td:nth-child(1) {
        order: 1;
        width: 100%;
    }
    .input-table.type04 tbody tr td:nth-child(2) {
        order: 2;
        width: 100%;
        margin-top: 12px;
    }
    .input-table.type04 tbody tr td:nth-child(3) {
        order: 3;
        width: 100%;
        margin-top: 12px;
    }
    .input-table.type04 tbody tr td:nth-child(4) {
        order: 4;
        width: 50%;
        margin-top: 24px;
    }
    .input-table.type04 tbody tr td:nth-child(5) {
        order: 5;
        width: 50%;
        margin-top: 12px;
    }
    .input-table.type05 tbody tr td:nth-child(1) {
        order: 1;
        width: 50%;
    }
    .input-table.type05 tbody tr td:nth-child(2) {
        order: 2;
        width: 50%;
    }
    .input-table.type05 tbody tr td:nth-child(3) {
        order: 3;
        width: 50%;
        margin-top: 12px;
    }
    .input-table.type05 tbody tr td:nth-child(4) {
        order: 4;
        width: 50%;
        margin-top: 12px;
    }
    .input-table.type05 tbody tr td:nth-child(5) {
        order: 5;
        width: 50%;
        margin-top: 12px;
    }
    .input-table.type05 tbody tr td:nth-child(6) {
        order: 6;
        width: 50%;
        margin-top: 12px;
    }
    .input-table.type05 tbody tr td:nth-child(7) {
        order: 7;
        width: 100%;
    }
    .input-table.type06 tbody tr td:nth-child(1) {
        order: 1;
        width: 50%;
    }
    .input-table.type06 tbody tr td:nth-child(2) {
        order: 2;
        width: 50%;
    }
    .input-table.type06 tbody tr td:nth-child(3) {
        order: 3;
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 24px;
    }
    .gallery_user_title {
        display: inline-block;
        max-width: calc(100vw - 130px);
    }
    #conf_wrap .input-table {
        overflow-x: auto;
    }
    #conf_wrap .input-table table tbody tr td {
        width: 50%;
        margin-top: 12px;
    }
    .paidorder_confirm {
        max-width: 270px;
    }
    .id-page__pc-caution {
        display: block;
        width: 100%;
        margin-top: 80px;
    }
}
