@charset "utf-8";

/* ===============================================================
    Base styles
=============================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    font-style:normal;
    font-weight:normal;
    vertical-align:baseline;
    text-decoration: none;
}
body {
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /* font-family: "Quicksand", "M PLUS Rounded 1c", "M PLUS 1p", "Noto Sans JP", "Noto Sans JP Bold","小塚ゴシック pro B","Kozuka Gothic Pro","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
    /* font-family: "Noto Sans JP", "Noto Sans JP Bold","小塚ゴシック pro B","Kozuka Gothic Pro","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
    color: rgba(51, 51, 51, 1);
    word-break: break-all;
    word-wrap: break-word;
}
a {
    /* color: rgba(20, 89, 147, 1); */
    color: rgba(0, 112, 192, 1);
}
a, button, input[type=button] {
    -webkit-transition: .2s;
    transition: .2s;
}
li {
    list-style-type: none;
}
input[type="text"], 
input[type="password"], 
input[type="date"], 
textarea, 
select {
    border: 1px solid rgba(170, 170, 170, 1);
    border-radius: 5px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    width: 90%;
    padding: 12px 8px;
    line-height: 1.3;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* font-family: "Quicksand", "M PLUS Rounded 1c", "M PLUS 1p", "Noto Sans JP", "Noto Sans JP Bold","小塚ゴシック pro B","Kozuka Gothic Pro","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; */
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

input[type="color"] {
    border: 1px solid rgba(170, 170, 170, 1);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(51, 51, 51, 1);
    width: 160px;
    padding: 2px 4px;
    height: 40px;
} 

input[type="checkbox"] {
    accent-color: rgba(143, 195, 41, 1);
	transform: scale(1.5);
	margin: 0 8px;
    cursor: pointer;
    inline-size: 0.8rem;
    block-size: 0.8rem;
}

input[type="text"]:focus, 
input[type="password"]:focus,
input[type="date"]:focus, 
textarea:focus, 
select:focus, 
input[type="color"]:focus {
    /* border: 1px solid rgba(20, 89, 147, 1); */
    border: 1px solid rgba(143, 195, 41, 1);
    outline: none;
}
.selectbox {
    display: inline-block;
    /* margin: 5px 5px 5px 0; */
    /* margin: 0; */
    position: relative;
}
.selectbox select {
    width: 100%;
    padding: 8px 8px;
}
.selectbox:before {
    content: "▼";
    color: rgba(51, 51, 51, 1);
    font-size: 12px;
    font-size: 0px\9;
    position: absolute;
    right: 7px;
    top: 20%;
    pointer-events: none;
}
input[type="radio"] {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    position: relative;
    vertical-align: sub;
    margin-right: 5px;
}
input[type="radio"]::before, input[type="radio"]::after{
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
input[type="radio"]::before {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(170, 170, 170, 1);
    height: 20px;
    width: 20px;
    left: 0px;
}
input[type="radio"]::after {
    background-color: rgba(143, 195, 41, 1);
    opacity: 0;
    height: 14px;
    width: 14px;
    left: 4px;
}
input[type="radio"]:checked::after {
    opacity: 1;
}
::placeholder {
    color: rgba(210, 210, 210, 1);
}
h1 {
    font-size: 20px;
    position: relative;
    padding-bottom: 12px;
}
h1 i {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 4px;
}
h2 {
    font-size: 18px;
    font-weight: bold;
}
h3 {
    font-size: 16px;
    font-weight: bold;
}
label {
    color: rgba(127, 127, 127, 1);
}

/*-- common --*/
.cursor_pointer {
    cursor: pointer;
}
#wrapper {
    display: flex;
}
.attention {
    /* color: rgba(236, 99, 92, 1); */
    /* color: rgba(20, 89, 147, 1); */
    color: rgba(236, 99, 92, 1) !important;
}
.emphasis {
    color: rgba(192, 0, 0, 1) !important;
}
.default_text_color {
    color: rgba(51, 51, 51, 1) !important;
}
.warning_area {
    margin: 8px 0;
    padding: 8px;
    border: 1px solid rgba(192, 0, 0, 1);
    background-color: rgba(241, 186, 186, 1);
}
.strikeout_line {
    text-decoration-line: line-through;
    text-decoration-style:double;
    text-decoration-color: rgba(236, 99, 92, 1);
}
.word_wrap_break {
    word-break: break-all;
    overflow-wrap: break-word;
}
.new_label {
    width: 96px;
    padding: 8px 16px;
    text-align: center;
    /* background-color: rgba(230, 118, 112, 1); */
    background-color: rgba(255, 164, 99, 1);
    color: rgba(255, 255, 255, 1);
}
.regular_label {
    width: 96px;
    padding: 8px 16px;
    text-align: center;
    /* background-color: rgba(38, 176, 222, 1); */
    background-color: rgba(97, 157, 230, 1);
    color: rgba(255, 255, 255, 1);
}
.new_regular_label_narrow {
    height: 16px;
    font-size: 0.7rem;
    padding: 2px 4px;
    width: 94px !important;
}
.application_status_unsettled {
    width: 80px;
    padding: 4px;
    /* margin-top: 4px; */
    text-align: center;
    /* font-size: 0.7rem; */
    background-color: rgba(254, 223, 229, 1);
    border-radius: 16px;
}
.application_status_invoiced {
    width: 80px;
    padding: 4px;
    /* margin-top: 4px; */
    text-align: center;
    /* font-size: 0.7rem; */
    background-color: rgba(255, 240, 218, 1);
    border-radius: 16px;
}
.application_status_settled {
    width: 80px;
    padding: 4px;
    /* margin-top: 4px; */
    text-align: center;
    /* font-size: 0.7rem; */
    background-color: rgba(207, 241, 240, 1);
    border-radius: 16px;
}
.application_status_unpaid {
    width: 80px;
    /* padding: 2px; */
    margin-top: 4px;
    text-align: center;
    /* font-size: 0.7rem; */
    background-color: rgba(236, 99, 92, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 16px;
}
.nodata_message {
    margin-top: 8px;
    margin-bottom: 8px;
}


/*-- header/footer --*/
header, footer {
    background-color: rgba(214, 230, 204, 1);
    color: rgba(20, 20, 20, 1);
    text-align: center;
}
header {
    padding: 8px 0 0;
    /* box-shadow: 0 1px 0px 0px rgba(119, 119, 119, 0.4); */
}
header h1 {
    padding-bottom: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 8px;
}
.header_logo_img {
    /* width: 80px;
    height: auto; */
    width: 280px;
    height: auto;
}
.header_title {
    margin-left: 8px;
}
footer {
    position: absolute;
    width:100vw;
    bottom: 0;
    font-size: 10px;
    padding: 8px 0;
    z-index: 1;
    border-top: solid 2px rgba(119, 119, 119, 0.1);
}
.footer_link {
    margin: 0 0 4px;
}
.footer_link a {
    margin: 0 16px;
    text-decoration: none;
}
.footer_link a:link,
.footer_link a:visited,
.footer_link a:hover,
.footer_link a:active {
    color: rgba(20, 89, 147, 1);
}
.footer_link a:hover {
    text-decoration: underline;
}
.footer_fixed {
    min-height: 100vh;
    position: relative;
    padding-bottom: 64px;
    box-sizing: border-box;
    /* background-color: rgba(243, 243, 243, 1); */
    /* background-color: rgba(230, 230, 230, 1); */
    background-color: rgba(241, 244, 251, 1);
}

/*-- navigation--*/
/* hamburger */
.humburger {
    position: absolute;
    right: 24px;
    top: 16px;
}
.nav_toggle {
    display: block;
    position: relative;
    width: 1.75rem;
    height: 1.5rem;
    /* z-index: 999; */
    z-index: 2;
}
.nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(51, 51, 51, 1);
    position: absolute;
    transition: transform .5s, opacity .5s;
}
.nav_toggle i:nth-child(1) {
    top: 0;
}
.nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav_toggle.show i {
    background-color: rgba(255, 255, 255, 1);
}
.nav_toggle i:nth-child(3) {
    bottom: 0;
}
.nav_toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
    
}
.nav_toggle.show i:nth-child(2) {
    opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}

/* local navigation */
.nav_local{
    width: 12%;
    min-width: 200px;
    text-align: center;
    /* margin-top: 2px; */
    border-top: 1px solid rgba(241, 244, 251, 1);
    transform: translateX(0);
    /* transition: opacity .5s, visibility .5s; */
    max-height: 85vh; /* 高さの制限を設定 */
    overflow-y: auto; /* 縦スクロールを有効にする */
}
.nav_local.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.nav_local ul{
    width: 100%;
}
.nav_local li{
    /* padding: 16px; */
    /* border-bottom: solid 1px rgba(255, 255, 255, 1); */
    border-bottom: 1px solid rgba(241, 244, 251, 1);
    background-color: rgba(143, 195, 41, 1);
    vertical-align: middle;
    text-align: left;
}
.nav_local li a{
    display: block;
    color: rgba(52, 67, 3, 1);
    font-weight: bold;
    padding: 16px;
}
.nav_local .selected {
    /* padding: 16px; */
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    /* background-color: rgba(243, 243, 243, 1); */
    /* background-color: rgba(230, 230, 230, 1); */
    background-color: rgba(241, 244, 251, 1);
    vertical-align: middle;
    text-align: left;
}
.nav_local .selected a {
    display: block;
    color: rgba(52, 67, 3, 1);
    font-weight: bold;
}
.nav_local .nav_menu:hover {
    /* background-color: rgba(243, 243, 243, 1); */
    /* background-color: rgba(230, 230, 230, 1); */
    background-color: rgba(241, 244, 251, 1);
}
.nav_local .nav_menu:hover a {
    color: rgba(52, 67, 3, 1);
    font-weight: bold;
}
.nav_local .nav_heading {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 4px 8px;
    background-color: rgba(214, 230, 204, 1);
    color: rgba(51, 51, 51, 1);
    border-bottom: 1px solid rgba(241, 244, 251, 1);
}
.nav_local .nav_heading span {
}
.nav_local li.onlineshop {
    /* padding: 16px; */
    /* border-bottom: solid 1px rgba(255, 255, 255, 1); */
    border-bottom: 1px solid rgba(241, 244, 251, 1);
    background-color: rgba(26, 177, 118, 1);
    vertical-align: middle;
    text-align: left;
}
.nav_local li.onlineshop a {
    color: rgba(3, 19, 13, 1)
}
.nav_local li.onlineshop.selected {
    /* padding: 16px; */
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    /* background-color: rgba(243, 243, 243, 1); */
    /* background-color: rgba(230, 230, 230, 1); */
    background-color: rgba(241, 244, 251, 1);
    vertical-align: middle;
    text-align: left;
}
.nav_local li.onlineshop.selected a {
    display: block;
    color: rgba(3, 19, 13, 1);
    font-weight: bold;
}

.nav_login_info{
    /* background-color: rgba(255, 255, 255, 1); */
    background-color: rgba(214, 230, 204, 1) !important;
    /* background-color: rgba(230, 230, 230, 1) !important; */
    /* border-left: solid 1px rgba(230, 245, 248, 1);
    border-right: solid 1px rgba(230, 245, 248, 1); */
}
/* .nav_login_info .nav_login_info_group {
    font-size: 12px;
    font-weight: bold;
} */
.nav_login_info .nav_login_info_user {
    font-size: 16px;
    /* font-weight: bold; */
    /* padding: 4px 0; */
    padding: 16px;
    padding-bottom: 0;
}
.nav_login_info .nav_login_info_login_id {
    font-size: 12px;
    /* font-weight: bold; */
    padding: 16px;
    padding-top: 0;
}
.nav_menu_name {
    margin-left: 8px;
}

/*-- nav_footer_menu --*/
.nav_footer_menu {
    display: none;
}


/* marerial icons */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;    /* recommend size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    vertical-align: bottom;

    /* WebKit brawser support */
    -webkit-font-smoothing: antialiased;
    /* Chrome/Safari support */
    text-rendering: optimizeLegibility;
    /* Firefox support */
    -moz-osx-font-smoothing: grayscale;
    /* IE support */
    font-feature-settings: 'liga';
}
/* icon size */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
/* icon color (when back-ground-color is bright) */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/*-- container --*/
.container {
    /* padding-left: 12px; */
    width: 85%;
    max-width: 1600px;
    margin: 16px auto;
    margin-left: 16px;
}
.title {
    font-size: 18px;
    font-weight: bold;
}
.subtitle {
    font-size: 14px;
    font-weight: bold;
}
.heading {
    /* border-left: 4px solid rgba(20, 89, 147, 1); */
    font-size: 14px;
    margin-top: 32px;
    margin-bottom: 8px;
    padding-left: 4px;
    color: rgba(127, 127, 127, 1);
}
/* .heading_subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-left: 4px;
} */

/*-- contents --*/
.contents_header {
    display: flex;
    justify-content: flex-start;
    margin: 24px 0;
}
.contents_header_between {
    display: flex;
    justify-content: space-between;
    margin: 24px 0;
}
.contents_header_between p {
    margin: auto 0;
}
.contents_main {
    width: 98%;
    margin: 8px auto;
}
.contents_main h2 {
    margin-bottom: 8px;
}
.contents_main_between {
    display: flex;
    justify-content: space-between;
    margin: 24px 0;
}
.contents_main_evenly {
    display: flex;
    justify-content: space-evenly;
    margin: 24px 0;
}
.contents_main_around {
    display: flex;
    justify-content: space-around;
    margin: 24px 0;
}
.contents_main_block {
    display: block;
}
.contents_sub {
    margin: 0 0 24px;
}
.contents_sub_album {
    margin: 0 0 40px;
}
.contents_subtitle_flex {
    display: flex;
    justify-content:space-between;
}


/*-- error --*/
.error_message {
    color: rgba(236, 99, 92, 1);
    font-weight: bold;
}
.error .error_message {
    margin-top: 24px;
}
.contents_error {
    width: 60%;
}
.contents_error .error_message {
    margin: 24px auto 48px;
    /* color: rgba(0, 0, 0, 1); */
    color: rgba(51, 51, 51, 1);
}


/*-- login_form --*/
.login_form {
    /* margin: auto; */
    width: 80%;
    margin: 24px auto;
    padding: 24px;
    background-color: rgba(255, 255, 255, 1);
}
.login_form .heading {
    margin-top: 8px;
}
.login_form .button_area {
    /* display: flex;
    justify-content: center; 
    margin: 48px 0 8px;*/
    display: block;
	margin: 16px auto 32px;
    text-align: center;
}
.login_form .button_area .information_top {
    font-size: 0.65rem;
    margin-bottom: 8px;
}
.login_form .button_area .information_bottom p {
    font-size: 0.65rem;
	margin-top: 8px;
}
.contents_center {
    width: 50vw;
    /* height: 78vh; */
    min-height: 78vh;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.login_form input[type="text"], 
.login_form input[type="password"]{
    width: 100%;
}
.login_form .main_contents {
    width: 70%;
    margin: auto;
}
.login_form .error_message{
    margin: 8px auto;
}

/* line */
.login_form h3 {
    font-size: 0.9rem;
    font-weight: bold;
    padding: 4px 8px;
    margin: 32px 0 8px;
    background-color: rgba(255, 200, 200, 1);
    border-left: 5px solid rgba(255, 150, 150, 1);
    border-radius: 5px;
    color: rgba(153, 0, 0, 1);
}
.login_form .qr-image {
    max-width: 50%;
    margin: auto;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}
.login_form .qr-image img {
    width: 100%;
    height: auto;
}
.login_form .line_area {
    display: block;
	margin: 16px auto 32px;
    text-align: center;
}
.login_form .line_area .information_top {
    font-size: 0.65rem;
    margin-bottom: 8px;
}
.login_form .line_area .information_bottom p {
    font-size: 0.65rem;
	margin-top: 8px;
}
.login_form .line_area .is-desktop {
    visibility: visible;
}
.login_form .line_area .is-touch {
    visibility: hidden;
}

/*-- entry_form --*/
.entry_form {
    /* margin: auto; */
    width: 80%;
    margin: 24px auto;
}
.entry_form .top_explanation {
    margin-bottom: 32px;
}
.entry_form .middle_explanation {
    margin-top: 32px;
    margin-bottom: 32px;
}
.entry_form .button_area {
    display: flex;
	margin: 48px auto;
    justify-content: center;
}
.entry_form .heading {
    margin-bottom: 8px;
    padding-left: 0;
}
.entry_form dl:first-of-type .heading {
    margin-top: 0;
}
.entry_form .required {
    background-color: rgba(236, 99, 92, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    padding: 4px 8px;
    margin-left: 16px;
}
.entry_form .error_message{
    margin: 32px auto 0;
}
.entry_form .button_area .cancel_button,
.entry_form .button_area .entry_button {
    margin-left: 16px;
    margin-right: 16px;
}
.entry_form .user_input_area {
    padding-left: 32px;
}

/*-- detail_form --*/
.detail_form {
    /* margin: auto; */
    width: 80%;
    margin: 24px auto;
}
.detail_form .top_explanation {
    margin-bottom: 32px;
}
.detail_form .button_area {
    display: flex;
	margin: 0 auto 24px;
    justify-content: space-between;
}
.detail_form .heading {
    margin-bottom: 8px;
    padding-left: 0;
}
.detail_form dl:first-of-type .heading {
    margin-top: 0;
}
.detail_form .action_link {
    display: flex;
    justify-content: flex-start;
}
.detail_form .action_button {
    display: flex;
    justify-content: flex-end;
}
.detail_form .action_button .action_button_inner {
    display: flex;
    justify-content: flex-end;
}
.detail_form .color_code {
    background-color: rgba(255, 255, 255, 1);
    padding: 8px 80px;
}


/*-- search_area --*/
.search_area {
    display: flex;
    justify-content: space-between;
    display: none;
}
.search_area .items_paragraph {
    display: block;
    width: 100%;
}
.search_area .items_section {
    display: flex;
    justify-content: flex-start;
    width: 90%;
}
.search_area .items_paragraph {
    display: block;
    width: 90%;
}
.search_area .items_paragraph .items_section {
    width: 100% !important;
}
.search_area .items_section .input_item {
    display: block;
    width: 20%;
    margin-bottom: 8px;
}
.search_area .items_section .input_product {
    /* width: 50%; */
    width: 42%;
}
.search_area .button_section {
    min-width: 160px;
    margin: auto;
    margin-bottom: 0px;
}
.search_area .heading {
    margin-top: 0;
    margin-bottom: 4px;
}
.search_area .required {
    background-color: rgba(236, 99, 92, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 10px;
    padding: 2px 4px;
    margin-left: 16px;
}


/*-- search_heading --*/
.search_heading {
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 16px;
}
.search_heading h2 {
    display: block;
    font-size: 16px;
    margin-bottom: 0px;
}
.search_heading .accordion.close {
    transform: translateY(4px) rotate(0deg);
    transition: 0.5s;
}
.search_heading .accordion.open {
    transform: translateY(4px) rotate(180deg);
    transition: 0.5s;
}
.search_heading .link_search_heading img {
    width: 16px;
    height: auto;
}

/*-- image --*/
/* .img_preview_news{
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.img_preview_person{
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.img_preview_album{
    width: 100%;
    height: 280px;
    object-fit: cover;
} */

/*-- modal --*/
.modal-overlay {
    /* z-index: 1; */
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
}
.modal-overlay-cover {
    /* z-index: 20; */
    z-index: 5;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
}
.modal-content{
    position: fixed;
    display: none;
    /* z-index: 2; */
    z-index: 3;
    width: 60%;
    margin: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.85);
}

.modal-content img{
    width: 100%;
}
.modal_scroll{
    /*height: 600px;*/
    height: 90vh;
    overflow: auto;
    /*padding-right: 10px;*/
    overflow-y: scroll;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
}
/* Chrome, Safari 対応 */
.modal_scroll::-webkit-scrollbar {
    display: none;
}
/*スクロールバーの横幅指定*/
/*.modal_scroll.deco::-webkit-scrollbar {
    width: 10px;
}*/
/*スクロールバーの背景色・角丸指定*/
/*.modal_scroll.deco::-webkit-scrollbar-track {
    border-radius: 10px;
    background:#ECECEC;
}*/
/*スクロールバーの色・角丸指定*/
/*.modal_scroll.deco::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:#036D38;
}


/*-- terms/privacy --*/
.terms h3, .privacy h3 {
    font-weight: bold;
    margin-top: 24px;
    font-size: 12px;
}
.terms p, .privacy p {
    font-size: 12px;
}
.terms li, .privacy li {
    list-style-type: decimal;
    margin-left: 24px;
    text-align: left;
    font-size: 12px;
}
.list_style_none {
    list-style-type: none;
}

/*-- login_button --*/
.login_button {
    /* text-align: right; */
    /* margin-bottom: 20px; */
    margin: auto 0;
}
.login_button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: rgba(143, 195, 41, 1);
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-decoration: none;
}
.login_button a:hover {
    background-color: rgba(143, 195, 41, 0.75);
}
.login_button a i {
    vertical-align: middle;
    font-size: 20px;
}
.login_button a span {
    vertical-align: middle;
    margin-left: 5px;
}

/*-- add_button --*/
.add_button {
    /* text-align: right; */
    /* margin-bottom: 20px; */
    margin: auto 0;
}
.add_button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: rgba(143, 195, 41, 1);
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-decoration: none;
}
.add_button a:hover {
    background-color: rgba(143, 195, 41, 0.75);
}
.add_button a i {
    vertical-align: middle;
    font-size: 20px;
}
.add_button a span {
    vertical-align: middle;
    margin-left: 5px;
}

/*-- search_button --*/
.search_button {
    /* text-align: right; */
    /* margin-bottom: 20px; */
    margin: auto 0;
}
.search_button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-decoration: none;
}
.search_button a:hover {
    background-color: rgba(0, 0, 0, 0.75);
}
.search_button a i {
    vertical-align: middle;
    font-size: 20px;
}
.search_button a span {
    vertical-align: middle;
    margin-left: 5px;
}

/*-- entry_button --*/
.entry_button {
    /* text-align: right; */
    /* margin-bottom: 20px; */
    margin: auto 0;
}
.entry_button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: rgba(35, 134, 54, 1);
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-decoration: none;
}
.entry_button a:hover {
    background-color: rgba(35, 134, 54, 0.75);
}
.entry_button a i {
    vertical-align: middle;
    font-size: 20px;
}
.entry_button a span {
    vertical-align: middle;
    margin-left: 5px;
}

/*-- update_button --*/
.update_button {
    /* text-align: right; */
    /* margin-bottom: 20px; */
    margin: auto 0;
}
.update_button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: rgba(35, 134, 54, 1);
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-decoration: none;
}
.update_button a:hover {
    background-color: rgba(35, 134, 54, 0.75);
}
.update_button a i {
    vertical-align: middle;
    font-size: 20px;
}
.update_button a span {
    vertical-align: middle;
    margin-left: 5px;
}

/*-- cancel_button --*/
.cancel_button {
    /* text-align: right; */
    /* margin-bottom: 20px; */
    margin: auto 0;
}
.cancel_button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: rgba(167, 167, 167, 1);
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-decoration: none;
}
.cancel_button a:hover {
    background-color: rgba(167, 167, 167, 0.75);
}
.cancel_button a i {
    vertical-align: middle;
    font-size: 20px;
}
.cancel_button a span {
    vertical-align: middle;
    margin-left: 5px;
}

/*-- transition_button --*/
.transition_button {
    /* text-align: right; */
    /* margin-bottom: 20px; */
    margin: auto 0;
}
.transition_button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: rgba(143, 195, 41, 1);
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-decoration: none;
}
.transition_button a:hover {
    background-color: rgba(143, 195, 41, 0.75);
}
.transition_button a i {
    vertical-align: middle;
    font-size: 20px;
}
.transition_button a span {
    vertical-align: middle;
    margin-left: 5px;
}
.contents_error .transition_button{
    text-align: left;
}

/*-- delete_button --*/
.delete_button {
    /* text-align: right; */
    /* margin-bottom: 20px; */
    margin: auto 0;
}
.delete_button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: rgba(236, 99, 92, 1);
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-decoration: none;
}
.delete_button a:hover {
    background-color: rgba(236, 99, 92, 0.75);
}
.delete_button a i {
    vertical-align: middle;
    font-size: 20px;
}
.delete_button a span {
    vertical-align: middle;
    margin-left: 5px;
}

/*-- download_button --*/
.download_button {
    /* text-align: right; */
    /* margin-bottom: 20px; */
    margin: auto 0;
}
.download_button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: rgba(58, 120, 251, 1);
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-decoration: none;
}
.download_button a:hover {
    background-color: rgba(58, 120, 251, 0.75);
}
.download_button a i {
    vertical-align: middle;
    font-size: 20px;
}
.download_button a span {
    vertical-align: middle;
    margin-left: 5px;
}

/*-- upload_button --*/
.upload_button {
    /* text-align: right; */
    /* margin-bottom: 20px; */
    margin: auto 0;
}
.upload_button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: rgba(58, 120, 251, 1);
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-decoration: none;
}
.upload_button a:hover {
    background-color: rgba(58, 120, 251, 0.75);
}
.upload_button a i {
    vertical-align: middle;
    font-size: 20px;
}
.upload_button a span {
    vertical-align: middle;
    margin-left: 5px;
}

/*-- completed_button --*/
.completed_button {
    /* text-align: right; */
    /* margin-bottom: 20px; */
    margin: auto 0;
}
/* .completed_button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: rgba(35, 134, 54, 1);
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-decoration: none;
} */
.completed_button a:hover {
    background-color: rgba(35, 134, 54, 0.75);
}
.completed_button a i {
    vertical-align: middle;
    font-size: 20px;
}
.completed_button a span {
    vertical-align: middle;
    margin-left: 5px;
}

/*-- back_link --*/
.back_link {
    margin: auto;
}


/* ------------------ 
    overlay + loading
*/
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid rgba(0, 0, 0, 0.1);
    border-top: 16px solid rgba(35, 134, 54, 1);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}


/*-- toast --*/
.toast {
    position: fixed;
    /* z-index: 30; */
    z-index: 7;
    top: 0;
    transform: translateY(-120%);
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 90%;
    transition: transform 0.6s;
}
@media screen and (min-width: 960px) {
    .toast {
        width: auto;
        left: auto;
        top: auto;
        bottom: 0;
        right: 3.2rem;
        transform: translateY(120%);
    }
}
.toast.active {
    transform: translateY(12px);
}
@media screen and (min-width: 960px) {
    .toast.active {
        transform: translateY(-32px);
    }
}
.toast__inner {
    padding: 1rem 2rem;
    background-color: #FFAB47;
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    font-size: 1.0rem;
}
.toast__inner.error {
    background-color: #aa3b27;
    color: #fff;
}
@media screen and (min-width: 560px) {
    .toast__inner {
        font-size: 1.0rem;
    }
}

.toast_off {
    display: none;
}

/*-- alert --*/
.alert {
    /* z-index: 10; */
    z-index: 4;
    position: fixed;
    width: 60%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    inset: 0;
    margin: auto;
    padding: 3.2rem;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: none;
}
.alert#modal_reserve {
    width: 75%;
    padding: 2.2rem 1.2rem;
    height: 70vh;
}
.alert#modal_reserve .modal_scroll {
    height: 100%;
}
@media screen and (min-width: 560px) {
    .alert {
        width: 48rem;
        padding: 4.8rem;
    }
    .alert#modal_reserve {
        /* width: 75%;
        padding: 3.2rem 1.2rem; */
        height: 70vh;
    }
}
@media screen and (min-width: 960px) {
    .alert {
        width: 45rem;
        padding: 4rem;
    }
    .alert#modal_reserve {
        width: 50%;
        padding: 3.2rem;
        height: 80vh;
    }
}
.alert_cancel {
    position: absolute;
    right: 24px;
    top: 16px;
    line-height: 1;
    width: 12px;
    border: unset;
    background-color: unset;
    cursor: pointer;
}
.alert_cancel img {
    vertical-align: top;
}
@media screen and (min-width: 560px) {
    .alert_text {
        text-align: center;
    }
}
.alert_button_area {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
@media screen and (min-width: 560px) {
    .alert_button_area {
        justify-content: center;
        margin-top: 4rem;
    }
}
#modal_entry .alert_button {
    background-color: rgba(35, 134, 54, 1);
}
#modal_update_orders_status .alert_button {
    background-color: rgba(35, 134, 54, 1);
}
#modal_cancel .alert_button {
    background-color: rgba(143, 195, 41, 1);
}
#modal_delete .alert_button {
    background-color: rgba(236, 99, 92, 1);
}
#modal_search .alert_button {
    background-color: rgba(143, 195, 41, 1);
}
#modal_reserve .alert_button {
    background-color: rgba(143, 195, 41, 1);
}
#modal_reserve_entry .alert_button {
    background-color: rgba(35, 134, 54, 1);
}
#modal_reserve_cancel .alert_button {
    background-color: rgba(143, 195, 41, 1);
}
#modal_completed .alert_button {
    background-color: rgba(35, 134, 54, 1);
}
.alert_button {
    color: rgba(255, 255, 255, 1);
    border-radius: 0.4rem;
    width: 48%;
    padding: 12px 20px;
    border: unset;
    cursor: pointer;
    font-size: 14px;
}
@media screen and (min-width: 560px) {
    .alert_button {
        width: 15rem;
        margin: 0 1rem;
    }
}
.alert_cancel_button {
    background-color: rgba(167, 167, 167, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 0.4rem;
    width: 48%;
    padding: 12px 20px;
    border: unset;
    cursor: pointer;
    font-size: 14px;
}
@media screen and (min-width: 560px) {
    .alert_cancel_button {
        width: 15rem;
        margin: 0 1rem;
    }
}
#modal_reserve_entry,
#modal_reserve_cancel {
    /* z-index: 21; */
    z-index: 6;
}
#modal_reserve .information_large {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 24px;
}
#modal_reserve .information {
    font-size: 14px;
    margin-bottom: 16px;
}
#modal_reserve .information .list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
#modal_reserve .information .list .label {
    color: rgba(127, 127, 127, 1);
    background-color: rgba(241, 246, 237, 1);
    width: 96px;
    padding: 4px;
    margin-bottom: 1px;
}
#modal_reserve .information .list .value {
    padding: 4px 0;
    padding-left: 8px;
}
#modal_reserve .information .list .value .details {
    font-size: 11px;
}
#modal_reserve .heading {
    margin-top: 24px;
    padding-left: 0;
}

/*-- list_table --*/
/* .list_overflow {
    overflow: auto;
    width: 100%;
} */
.list_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    /* border: 1px solid rgba(221, 221, 221, 1); */
    /* white-space: nowrap; */
    white-space: normal;
}
.list_table th,
.list_table td {
    padding: 8px 8px;
    /* border-bottom: 1px solid rgba(221, 221, 221, 1); */
    /* border-bottom: 1px solid rgba(243, 243, 243, 1); */
    border-bottom: 1px solid rgba(241, 244, 251, 1);
    text-align: left;
}
.list_table th {
    /* background-color: rgba(238, 238, 238, 1); */
    background-color: rgba(214, 230, 204, 1);
}
.list_table td {
    background-color: rgba(255, 255, 255, 1);
}
.list_table tbody tr:hover td {
    background-color: rgba(241, 246, 237, 1);
    cursor: pointer;
}
.list_table .column_width_25 {
    width: 25px;
}
.list_table .column_width_50 {
    width: 50px;
}
.list_table .column_width_80 {
    width: 80px;
}
.list_table .column_width_100 {
    width: 100px;
}
.list_table .column_width_150 {
    width: 150px;
}
.list_table .column_width_200 {
    width: 200px;
}
.list_table input[type="text"] {
    width: 98%;
}
.list_table .regular_label,
.list_table .new_label {
    width: 75%;
}
@media screen and (max-width: 640px) {
    .list_table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }
}

/*-- list_ul --*/
.list_ul {
    width: 100%;
}
.list_ul li {
    background-color: rgba(255, 255, 255, 1);
    margin-top: 0.25rem;
    padding: 0.8rem;
    border-radius: 0.4rem;
    box-shadow: 4px 4px 4px rgba(204, 204, 204, 1);
}
.list_ul li:first-child {
    /* margin-top: 0px; */
}
.list_ul .title {
    font-size: 0.95rem;
}
.list_ul .item_name {
    padding-right: 4px;
    color: rgba(127, 127, 127, 1);
}
.list_ul .detail_flex {
    display: flex;
    justify-content: flex-start;
}
.list_ul .detail_flex div {
    margin-left: 0.4rem;
    /* color: rgba(127, 127, 127, 1); */
    color: rgba(51, 51, 51, 1);
}
.list_ul .detail_flex div:first-child {
    margin-left: 0px;
}
.list_ul .detail_full {
    /* color: rgba(127, 127, 127, 1); */
    color: rgba(51, 51, 51, 1);
}
.list_ul .product_info {
    /* background-color: rgba(230, 243, 255, 1); */
    padding: 2px 2px 0;
}
.list_ul .product_detail_info {
    /* background-color: rgba(230, 243, 255, 1); */
    padding: 0 2px 2px;
}
.list_scroll{
    /*height: 600px;*/
    height: 90vh;
    overflow: auto;
    /*padding-right: 10px;*/
    overflow-y: scroll;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
}
/* Chrome, Safari 対応 */
.list_scroll::-webkit-scrollbar {
    display: none;
}
.list_ul .orders_info {
    /* background-color: rgba(230, 243, 255, 1); */
    padding: 2px 2px 0;
}
.list_ul .orders_info .header {
    color: rgba(127, 127, 127, 1);
}
.list_ul .orders_info .item:nth-child(n+2) {
    margin-top: 8px;
}

/*-- reservation_list --*/
/* .reservation_list {
    overflow: auto;
    width: 100%;
}
.reservation_list .list_table .sticky {
    position: sticky;
    top: 0;
    left: 0;
} */
/* .reservation_list {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.reservation_list .list_table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
.reservation_list .list_table th,
.reservation_list .list_table td {
    white-space: nowrap;
}
.reservation_list .list_table .sticky {
    position: sticky;
    top: 0;
    left: 312px;
}
.reservation_list .list_table .sticky:first-child {
	left: 0;
}
.reservation_list .list_table .sticky:nth-child(2) {
	left: 156px;
}
.reservation_list .list_table td {
    cursor: default;
}
.reservation_list a {
    text-decoration: underline;
}
.reservation_list .list_table tbody tr:hover td {
    background-color: rgba(255, 255, 255, 1);
    cursor: default;
}
.reservation_list .list_table td.product_details:hover {
    cursor: pointer;
    background-color: rgba(241, 246, 237, 1);
}
.reservation_list .list_ul .card {
    background-color: rgba(255, 255, 255, 1);
    padding: 16px;
    margin-bottom: 8px;
}
.reservation_list .list_ul .card li {
    background-color: rgba(241, 246, 237, 1);
    box-shadow: 4px 4px 4px rgba(204, 204, 204, 1);
} */


/*-- product_list --*/
.product_list .color_code {
    background-color: rgba(255, 255, 255, 1);
    padding: 4px 8px;
    margin-right: 2px;
}
.product_list .product-info {
    /* display: flex;
    justify-content: flex-start; */
}
.product_list .product-info .name {
    font-size: 1.0em;
}
.product_list .product-info .property {
    font-size: 0.8em;
    color: rgba(170, 170, 170, 1);
}
.product_list .orders-status {
    padding: 4px;
}



/*-- schedule_list --*/
.schedule_list a {
    text-decoration: underline;
}
.schedule_list .completed_button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: rgba(35, 134, 54, 1);
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-decoration: none;
}
.schedule_list .list_table tbody tr:hover td {
    background-color: rgba(255, 255, 255, 1);
    cursor: default;
}
.schedule_list .product_detail_info {
    display: flex;
    justify-content: flex-start;
    font-size: 0.7rem;
    color: rgba(127, 127, 127, 1);
}


/*-- product_detail_list --*/
.product_detail_list {
    /* width: 90%; */
    width: 100%;
}
.product_detail_list .list_table th,
.product_detail_list .list_table td {
    padding: 8px;
}
.product_detail_list .list_table .required {
    font-size: 10px;
    padding: 2px 4px;
}
.product_detail_list .add_button {
    margin-top: 8px;
}
.product_detail_list .add_button a {
    padding: 8px;
}
.product_detail_list .delete_button {
    /* margin-top: 8px; */
}
.product_detail_list .delete_button a {
    padding: 4px;
}
.product_detail_list .nodata_message {
    margin-top: 8px;
    margin-bottom: 8px;
}


/*-- application_list --*/
.application_list {
    /* display: block; */
}
.application_list .product_detail_info {
    display: flex;
    justify-content: flex-start;
    font-size: 0.7rem;
    color: rgba(127, 127, 127, 1);
}
.application_list .product_detail_info span {

}


/*-- reservation_list --*/
.reservation_list {

}
.reservation_list table {
    /* table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word; */
}
.reservation_list .list_table tbody td {
    word-wrap: break-word;
}
.reservation_list .list_table tbody tr:hover td {
    background-color: rgba(255, 255, 255, 1);
    cursor: default;
}
.reservation_list .product_info {
    font-size: 1.0rem;
    font-weight: bold;
    /* margin-top: 8px; */
}
.reservation_list .product_detail_info {
    display: flex;
    justify-content: flex-start;
    font-size: 0.7rem;
    color: rgba(127, 127, 127, 1);
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.reservation_list .product_detail_info a {
    border-radius: 2px;
    margin-right: 4px;
    width: 160px;
    font-size: 0.9rem;
    box-shadow: 4px 4px 4px rgba(204, 204, 204, 1);

}
.reservation_list .product_detail_info .card {
    display: block;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 4px;
}
.reservation_list .product_detail_info .card:hover {
    opacity: 70%;
    cursor: pointer;
}
.reservation_list .product_detail_info .card span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.reservation_list .product_detail_info .card .title {
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(127, 127, 127, 1);
    padding: 2px 4px;
    color: #FDFDFD;
}
.reservation_list .product_detail_info .card .content {
    font-size: 0.8rem;
    padding: 2px 4px;
}
.reservation_list .product_detail_info .card .completed {
    background-color: rgba(169, 169, 169, 1);
}
.reservation_list .product_detail_info .card .scheduled {
    background-color: rgba(255, 249, 223, 1);
}


/*-- application_detail_list --*/
.application_detail_list .list_table {
    width: 95%;
    /* width: 640px; */
}
.application_detail_list .list_table th,
.application_detail_list .list_table td {
    padding: 8px 4px;
    /* white-space: nowrap; */
    font-size: 0.8rem;
    vertical-align: middle;
}
/* scroll_standard */
.application_detail_list .scroll_standard {
    width: 372px;
}
.application_detail_list .scroll_standard th:nth-child(1) {
    width: 24px;
}
.application_detail_list .scroll_standard th:nth-child(2) {
    width: 120px;
}
.application_detail_list .scroll_standard th:nth-child(3) {
    width: 72px;
}
.application_detail_list .scroll_standard th:nth-child(4) {
    width: 72px;
}
.application_detail_list .scroll_standard th:nth-child(5) {
    width: 84px;
}
/* scroll_unit_experience */
.application_detail_list .scroll_unit_experience {
    width: 300px;
}
.application_detail_list .scroll_unit_experience th:nth-child(1) {
    width: 24px;
}
.application_detail_list .scroll_unit_experience th:nth-child(2) {
    width: 120px;
}
.application_detail_list .scroll_unit_experience th:nth-child(3) {
    width: 72px;
}
.application_detail_list .scroll_unit_experience th:nth-child(4) {
    width: 84px;
}
/* scroll_only_unit */
.application_detail_list .scroll_only_unit {
    width: 452px;
}
.application_detail_list .scroll_only_unit th:nth-child(1) {
    width: 24px;
}
.application_detail_list .scroll_only_unit th:nth-child(2) {
    width: 120px;
}
.application_detail_list .scroll_only_unit th:nth-child(3) {
    width: 72px;
}
.application_detail_list .scroll_only_unit th:nth-child(4) {
    width: 84px;
}
.application_detail_list .scroll_only_unit th:nth-child(5) {
    width: 80px;
}
.application_detail_list .scroll_only_unit th:nth-child(6) {
    width: 72px;
}

.application_detail_list .list_table tbody tr:hover td {
    background-color: rgba(255, 255, 255, 1);
    cursor: default;
}
.application_detail_list .rowspan_border {
    border-left: 1px solid rgba(241, 244, 251, 1);
}
.application_detail_list .product_name {
    font-size: 1.1rem;
}
.application_detail_list:nth-child(n+2) {
    margin-top: 24px;
}
.application_detail_list .list_table td.applicated {
    background-color: rgba(230, 243, 255, 1);
}
.application_detail_list .list_table tbody tr:hover td.applicated {
    background-color: rgba(230, 243, 255, 1);
    cursor: default;
}


/*-- receiver_setting_list --*/
.receiver_setting_list {
    /* width: 90%; */
    width: 100%;
}
.receiver_setting_list .list_table th,
.receiver_setting_list .list_table td {
    padding: 8px;
}
.receiver_setting_list .list_table .required {
    font-size: 10px;
    padding: 2px 4px;
}
.receiver_setting_list .add_button {
    margin-top: 8px;
}
.receiver_setting_list .add_button a {
    padding: 8px;
}
.receiver_setting_list .delete_button {
    /* margin-top: 8px; */
}
.receiver_setting_list .delete_button a {
    padding: 4px;
}
.receiver_setting_list .nodata_message {
    margin-top: 8px;
    margin-bottom: 8px;
}


/*-- list_header --*/
.list_header a {
    color: rgba(0, 112, 192, 1);
    border-bottom: solid 1px rgba(0, 112, 192, 1);
}
.list_header a .material-icons {
    font-size: 18px;
    margin-left: -4px;
}
.list_header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.list_header h3 {
    font-size: 1.1rem;
}
.list_header a {
    font-size: 0.8rem;
}

/*-- today_schedule_list --*/
.today_schedule_list {
    margin-bottom: 64px;
}
.today_schedule_list .list_ul .detail_flex div {
    margin-left: 0;
}
.today_schedule_list .list_ul li {
    padding: 0;
}
.today_schedule_list .list_ul .detail_flex_inner {
    padding: 0.8rem;
}
.card_cover_experience {
    /* background-color: rgba(238, 124, 54, 1); */
    /* background-color: rgba(236, 108, 94, 1); */
    background-color: rgba(224 ,87, 111, 1);
}
.card_cover_not_experience {
    background-color: rgba(79, 183, 207, 1);
}
.today_schedule_list .list_ul div {
    /* color: rgba(0, 0, 0, 1); */
    color: rgba(51, 51, 51, 1);
}
.today_schedule_list .time_shedule {
    width: 10%;
    min-width: 72px;
}
.today_schedule_list .time,
.today_schedule_list .experience {
    color: rgba(255, 255, 255, 1) !important;
    font-weight: bold;
}
.today_schedule_list .color_code {
    background-color: rgba(255, 255, 255, 1);
}

/*-- today_application_list --*/
.today_application_list {
    /* margin-bottom: 64px; */
}
.today_application_list .list_ul .detail_flex div {
    margin-left: 0;
}
.today_application_list .list_ul li {
    padding: 0;
}
.today_application_list .list_ul .detail_flex_inner {
    padding: 0.8rem;
}
.today_application_list .list_ul div {
    /* color: rgba(0, 0, 0, 1); */
    color: rgba(51, 51, 51, 1);
}
.today_application_list .regular_new {
    width: 10%;
    min-width: 72px;
}
.today_application_list .regular_new div {
    color: rgba(255, 255, 255, 1) !important;
    font-weight: bold;
}
.today_application_list .regular_label,
.today_application_list .new_label {
    text-align: left;
}

/*-- announcement --*/
.announcement {
    background-color: rgba(249, 249, 249, 1);
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* max-width: 600px; */
    margin: 0 auto;
    margin-bottom: 40px;
}

.announcement h3 {
    font-size: 1.2rem;
    margin-bottom: 16px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.announcement .board {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.announcement .sale-item {
    padding: 12px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.announcement .sale-item h4 {
    margin: 0 0 8px 0;
    font-size: 1.1rem;
}

.announcement .sale-item h4 span {
    margin-left: 2px;
    font-size: 0.8rem;
}

.announcement .sale-item p {
    margin: 4px 0;
    font-size: 0.9rem;
}
.announcement .sale-item p span:nth-child(2) {
    margin-left: 4px;
}

.announcement .sale-item.upcoming {
    background-color: rgba(212, 237, 218, 1);
    border-left: 4px solid rgba(40, 167, 69, 1);
}

.announcement .sale-item.ongoing {
    background-color: rgba(209, 236, 241, 1);
    border-left: 4px solid rgba(40, 69, 167, 1);
}

.announcement .sale-item.ending-soon {
    background-color: rgba(255, 238, 186, 1);
    border-left: 4px solid rgba(255, 202, 44, 1);
}

.announcement .sale-item.ended {
    background-color: rgba(248, 215, 218, 1);
    border-left: 4px solid rgba(220, 53, 69, 1);
}

.announcement .sale-item:hover {
    transform: scale(1.02);
}

/*-- onlineshop-sales-detail --*/
.contents_main.onlineshop-sales-detail {

}
.contents_main.onlineshop-sales-detail h3:nth-child(n+2) {
    margin-top: 40px;
}
.contents_main.onlineshop-sales-detail h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 2px solid rgba(214, 230, 204, 1);
    margin-bottom: 16px;
}
.contents_main.onlineshop-sales-detail .orders-status {
    width: 15%;
    min-width: 160px;
    padding: 8px;
}
.contents_main.onlineshop-sales-detail .change-orders-status-area {
    display: flex;
    flex-direction: column;
}
.contents_main.onlineshop-sales-detail .change-orders-status-area .column:nth-child(1) i {
    margin: 8px 0;
    margin-left: 8px;
}
.contents_main.onlineshop-sales-detail .change-orders-status-area .column:nth-child(2) {
    display: flex;
    justify-content: flex-start;
}
.contents_main.onlineshop-sales-detail .change-orders-status-area .column:nth-child(2) select {
    width: 20%;
    min-width: 160px;
    margin-right: 8px;
}
/* .contents_main.onlineshop-sales-detail .change-orders-status-area .column:nth-child(2) .particle {
    margin: auto 8px;
} */

/*-- .product-list.cart --*/
.product-list.cart {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 16px;
    max-width: 1200px;
    margin: 0 auto;
}
.product-list.cart .product-card {
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 16px;
    display: flex;
    /* flex-direction: column; */
    /* justify-content: space-between; */
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
}
.product-list.cart .product-card:nth-child(n+2) {
    /* margin-top: 4px; */
}
@media screen and (max-width: 959px) { /* device tablet */
    .product-list.cart .product-card {
        /* font-size: 14px; */
    }
}
@media screen and (max-width: 559px) { /* device smartphone */
    .product-list.cart .product-card {
        font-size: 12px;
    }
}
.product-list.cart .product-card:hover {
    /* transform: translateY(-8px); */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.product-list.cart .product-card-header {
    /* display: flex;
    align-items: center; */
    width: 30%;
    margin-bottom: 16px;
}
@media screen and (max-width: 959px) { /* device tablet */
    .product-list.cart .product-card-header {
        /* width: 30%; */
    }
}
@media screen and (max-width: 559px) { /* device smartphone */
    .product-list.cart .product-card-header {
        width: 50%;
    }
}
.product-list.cart .product-card-header img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-right: 16px;
}
.product-list.cart .product-card-header p.no-image {
    width: 100%;
    min-height: 80px;
    /* height: 100%; */
    border-radius: 8px;
    margin-right: 16px;
    background-color: rgba(255, 255, 255 ,1);
    color: #555;
    text-align: center;
    display: flex; /* 子要素をフレックスボックスとして扱う */
    justify-content: center; /* 横方向に中央揃え */
    align-items: center; /* 縦方向に中央揃え */
}
.product-list.cart .product-card-header p.no-image:before {
    content: '🚫';
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
}
.product-list.cart .product-card-info h3 {
    /* font-size: 20px; */
    font-size: 1.30em;
    color: #02234D;
    /* flex: 1; */
    /* margin: 8px 0; */
    margin: 0 0 8px;
}
.product-list.cart .product-card-info {
    padding-left: 16px;
    /* border-top: 1px solid #e1e1e1; */
    display: flex;
    flex-direction: column;
    width: 70%;
}
@media screen and (max-width: 959px) { /* device tablet */
    .product-list.cart .product-card-info {
        /* width: 70%; */
    }
}
@media screen and (max-width: 559px) { /* device smartphone */
    .product-list.cart .product-card-info {
        width: 50%;
    }
}
.product-list.cart .product-card-info .price {
    /* font-size: 18px; */
    font-size: 1.15em;
    color: rgba(2, 108, 230, 1);
    font-weight: bold;
}
.product-list.cart .product-card-info p {
    margin: 8px 0;
    color: #666;
}
.product-list.cart .product-card-info .cool-delivery {
    /* font-size: 14px; */
    font-size: 0.95rem;
    color: #E91E63;
}
.product-list.cart .product-card-info .weight {
    font-size: 0.95rem;
}
.product-list.cart .product-card-info .weight p {
    margin: 0;
}
form.onlineshop_form .product-list.cart {
    margin-top: 0;
    margin-bottom: 24px;
}
form.onlineshop_form .product-list.cart .form-container {
    margin-top: 32px;
    margin-bottom: 64px;
}
.product-list.cart .product-card-info .remove-link {
    align-self: flex-end;
    margin-top: 16px;
    margin-right: 16px;
    font-size: 0.95em;
    color: #777;
    text-decoration: underline;
    transition: color 0.3s ease;

}
.product-list.cart .product-card-info .remove-link:hover {
    color: #555;
    text-decoration: underline;
}
.product-list.cart .product-card-info .counter-container {
    max-width: 320px;
}

/*-- tabs --*/
.tabs {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(221, 221, 221, 1);
}
.tabs button {
    background: rgba(221, 221, 221, 1);
    border: none;
    border-radius: 10px 10px 0 0;
    padding: 8px 24px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    color: rgba(102, 102, 102, 1);
    position: relative;
    margin-right: 8px;
}
.tabs button::before {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: rgba(40, 167, 69, 1);
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    border-radius: 10px 10px 0 0;
}
.tabs button:hover {
    color: rgba(40, 167, 69, 1);
}
.tabs button.active {
    color: rgba(255, 255    , 255, 1);
    background: rgba(40, 167, 69, 1);
}
.tabs button.active::before {
    transform: scaleX(1);
}
.tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}
.tab-content.active {
    display: block;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*-- application_summary_product --*/
.application_summary_product .table {
    border: 1px solid #dee2e6;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
}
.application_summary_product .table th {
    background-color: rgba(214, 230, 204, 1);
    color: rgba(51, 51, 51, 1);
    text-align: center;
}
.application_summary_product .table td,
.application_summary_product .table th {
    text-align: center;
    vertical-align: middle;
}
.application_summary_product .table td,
.application_summary_product .table th {
    font-size: 14px;
    padding: 8px 16px;
}
.application_summary_product .table-bordered {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(222, 226, 230, 1);
}
.application_summary_product .table-bordered th,
.application_summary_product .table-bordered td {
    border: 1px solid rgba(222, 226, 230, 1);
}
.application_summary_product .table th {
    min-width: 100px;
}
.application_summary_product .table tr.subtotal td {
    border-top: 3px double rgba(51, 51, 51, 1);
}
.application_summary_product .card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 16px;
    width: 96%;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.application_summary_product .card h3 {
    margin: 0 0 8px;
    font-size: 1.2em;
    color: #333;
    padding: 8px 8px;
}
.application_summary_product .card-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.application_summary_product .card-item {
    background-color: #f0f0f0;
    padding: 8px;
    border-radius: 10px;
}
/* .application_summary_product .card-item h4 { */
.application_summary_product .card-content h4 {
    margin: 10px 0 0;
    font-size: 1.1em;
    color: #333;
}
.application_summary_product .card-item p {
    margin: 4px 0;
    font-size: 1em;
    color: #666;
}
.application_summary_product .card-item p strong {
    color: #333;
}
/* .application_summary_product .card-item.unsettle {
    background-color: rgba(254, 223, 229, 1);
}
.application_summary_product .card-item.invoiced {
    background-color: rgba(255, 240, 218, 1);
}
.application_summary_product .card-item.settled {
    background-color: rgba(207, 241, 240, 1);
} */
.application_summary_product .total {
    background-color: #e0e0e0;
}

/*-- application_summary_user --*/
.application_summary_user .table {
    border: 1px solid #dee2e6;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
}
.application_summary_user .table th {
    background-color: rgba(214, 230, 204, 1);
    color: rgba(51, 51, 51, 1);
    text-align: center;
}
.application_summary_user .table td,
.application_summary_user .table th {
    text-align: center;
    vertical-align: middle;
}
.application_summary_user .table td,
.application_summary_user .table th {
    font-size: 14px;
    padding: 8px 16px;
}
.application_summary_user .table-bordered {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(222, 226, 230, 1);
}
.application_summary_user .table-bordered th,
.application_summary_user .table-bordered td {
    border: 1px solid rgba(222, 226, 230, 1);
}
.application_summary_user .table th {
    min-width: 100px;
}
.application_summary_user .table tr.subtotal td {
    border-top: 3px double rgba(51, 51, 51, 1);
}
.application_summary_user .card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 16px;
    width: 96%;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.application_summary_user .card h3 {
    margin: 0 0 8px;
    font-size: 1.2em;
    color: #333;
    padding: 8px 8px;
}
.application_summary_user .card-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.application_summary_user .card-item {
    background-color: #f0f0f0;
    padding: 8px;
    border-radius: 10px;
}
.application_summary_user .card-item h4 {
    margin: 0 0 10px;
    font-size: 1.1em;
    color: #333;
}
.application_summary_user .card-item p {
    margin: 4px 0;
    font-size: 1em;
    color: #666;
}
.application_summary_user .card-item p strong {
    color: #333;
}
.application_summary_user .card-item-inner {
    background-color: rgba(220, 220, 220, 1);
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 8px;
}
.application_summary_user .card-item-inner:last-child {
    margin-bottom: 0;
}
.application_summary_user .card-item-inner h4 {
    margin: 0 0 10px;
    font-size: 1.1em;
    color: rgba(51, 51, 51, 1);
    padding: 8px 8px;
}
.application_summary_user .card-item-inner p {
    margin: 4px 0;
    font-size: 1em;
    color: #666;
}
.application_summary_user .card-item-inner p strong {
    color: #333;
}
/* .application_summary_user .card-item.unsettle {
    background-color: rgba(254, 223, 229, 1);
}
.application_summary_product .card-item.invoiced {
    background-color: rgba(255, 240, 218, 1);
}
.application_summary_user .card-item.settled {
    background-color: rgba(207, 241, 240, 1);
} */
.application_summary_user .total {
    background-color: #e0e0e0;
}

/*-- setting --*/
.setting_entry h3 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 2px solid rgba(214, 230, 204, 1);
    margin-bottom: 16px; /* 他の要素との間隔調整 */
}
.setting_entry h3:nth-child(n+2) {
    margin-top: 40px;
}

/*-- shipping_fee_list --*/
.shipping_fee_list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* スムーズスクロールを有効化 (iOS用) */
}

.shipping_fee_list .list_table {
    width: 100%; /* テーブルの幅を親要素に合わせる */
    min-width: 800px; /* テーブルの最小幅を設定 (必要に応じて調整) */
    border-collapse: collapse; /* テーブルの罫線を結合 */
}

.shipping_fee_list .list_table th, 
.shipping_fee_list .list_table td {
    width: auto; /* 自動幅調整を許可 */
    min-width: 80px; /* 各列の最小幅を設定 */
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
    white-space: nowrap; /* テキストが折り返されないように設定 */
}
.shipping_fee_list .list_table th .prefecture {
}
.shipping_fee_list .list_table th .prefecture span {
    display: block;
    font-size: 0.9em;
    color: rgba(127, 127, 127, 1);
}
.shipping_fee_list .list_table th.fee_column {
    background-color: rgb(172, 206, 151);
}
.shipping_fee_list .list_table td.row_header {
    vertical-align: middle;
}
.shipping_fee_list .list_table td.row_header .weight {
    font-size: 0.85em;
    color: rgba(127, 127, 127, 1);
}


/*-- file-input --*/
.image-file {
    width: 90%;
}
.image-file .custom-file-input {
    position: relative;
    overflow: hidden;
    display: inline-block;
    /* width: 30%; */
}
.image-file .custom-file-input input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.image-file .custom-file-input label {
    display: block;
    padding: 12px;
    background-color: rgba(143, 195, 41, 1);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    /* transition: background-color 0.3s, transform 0.3s; */
}
.image-file .custom-file-input label:hover {
    background-color: rgba(143, 195, 41, 0.75);
}
.image-file .image-preview {
    margin-top: 8px;
    padding: 12px;
    border: 1px solid rgba(170, 170, 170, 1);
    border-radius: 5px;
    text-align: center;
    min-height: 150px; /* 最小の高さを設定 */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}
.image-file .image-preview img {
    max-width: 100%;
    height: auto;
}
.image-file-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .image-file-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 640px) {
    .image-file-grid {
        grid-template-columns: 1fr;
    }
}
.image-file-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-file .image-preview {
    position: relative;
    /* 既存のスタイル */
}
.image-file .image-preview  .delete-image-button {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: rgba(236, 99, 92, 1);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
.image-file .image-preview  .delete-image-button:hover {
    background-color: rgba(192, 0, 0, 1);
}

/*-- invoice_download_message --*/
.invoice_download_message {
    margin: 24px auto;
    border: top;
}
.copyable {
    display: flex;
    align-items: flex-start;
    border: 1px solid #4277bc;
    border-radius: 6px;
    padding: 12px;
    background-color: #f8f9fa;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
    user-select: none;
    margin-top: 12px;
}
.copyable:hover {
    background-color: #e3f2fd;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}
.copyable .material-icons {
    font-size: 20px;
    margin-right: 10px;
    color: #4277bc;
    flex-shrink: 0;
    margin-top: 2px;
}
.copy-text {
    font-family: monospace;
    background: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    display: inline-block;
    max-width: 100%;
    overflow-wrap: break-word;
}


/*-- two_column --*/
.two_column_home {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.two_column_home > div {
    width: 48%;
}

/*-- date_from_to --*/
.date_from_to {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.date_from_to span {
    padding: 4px;
}

/*-- weight_unit --*/
.weight_unit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.weight_unit input[type=text] {
    width: 45%;
}
.weight_unit select {
    width: 40%;
    margin-left: 8px;
}

/*-- u_width --*/
.u_width_full {
    width: 100% !important;
}
.u_width_70per {
    width: 70% !important;
}
.u_width_60per {
    width: 60% !important;
}
.u_width_50per {
    width: 50% !important;
}
.u_width_40per {
    width: 40% !important;
}
.u_width_30per {
    width: 30% !important;
}
.u_width_25per {
    width: 25% !important;
}
.u_width_20per {
    width: 20% !important;
}
.u_width_15per {
    width: 15% !important;
}
.u_width_400px {
    width: 400px !important;
}
.u_width_320px {
    width: 320px !important;
}
.u_width_240px {
    width: 240px !important;
}
.u_width_160px {
    width: 160px !important;
}
.u_width_140px {
    width: 140px !important;
}
.u_width_130px {
    width: 130px !important;
}
.u_width_120px {
    width: 120px !important;
}
.u_width_100px {
    width: 100px !important;
}
.u_width_80px {
    width: 80px !important;
}
.u_width_60px {
    width: 60px !important;
}
.u_width_40px {
    width: 40px !important;
}
.u_width_24px {
    width: 24px !important;
}
.u_max_width_140px {
    max-width: 140px !important;
}
.u_min_width_160px {
    min-width: 160px !important;
}
.u_min_width_140px {
    min-width: 140px !important;
}
.u_min_width_120px {
    min-width: 120px !important;
}
.u_min_width_96px {
    min-width: 96px !important;
}
.u_min_width_80px {
    min-width: 80px !important;
}
.u_min_width_100px {
    min-width: 100px !important;
}
.u_min_width_60px {
    min-width: 60px !important;
}
.u_min_width_40px {
    min-width: 40px !important;
}

/*-- u_justify-content --*/
.u_justify_content_center {
    display: flex !important;
    justify-content: center !important;
}
.u_justify_content_start {
    display: flex !important;
    justify-content: flex-start !important;
}
.u_justify_content_start_bottom {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-end;
}
.u_justify_content_end {
    display: flex !important;
    justify-content: flex-end !important;
}
.u_justify_content_around {
    display: flex !important;
    justify-content: space-around !important;
}
.u_justify_content_between {
    display: flex !important;
    justify-content: space-between !important;
}

/*-- u_margin --*/
.u_margin_vertical_48px {
    margin: 48px auto !important;
}
.u_margin_vertical_8px {
    margin: 8px auto !important;
}
.u_margin_vertical_0px {
    margin: 0 auto !important;
}
.u_margin_top_2px {
    margin: 2px auto 0 !important;
}
.u_margin_top_4px {
    margin: 4px auto 0 !important;
}
.u_margin_top_8px {
    margin: 8px auto 0 !important;
}
.u_margin_top_16px {
    margin: 16px auto 0 !important;
}
.u_margin_top_24px {
    margin: 24px auto 0 !important;
}
.u_margin_bottom_8px {
    margin: 0 auto 8px !important;
}
.u_margin_bottom_16px {
    margin: 0 auto 16px !important;
}
.u_margin_bottom_24px {
    margin: 0 auto 24px !important;
}
.u_margin_right_16px {
    margin-right: 16px !important;
}
.u_margin_right_8px {
    margin-right: 8px !important;
}
.u_margin_left_16px {
    margin-left: 16px !important;
}

/*-- u_padding --*/
.u_padding_top_12px {
    padding-top: 12px !important;
}
.u_padding_top_18px {
    padding-top: 18px !important;
}

/*-- u_font --*/
.u_font_weight_bold {
    font-weight: bold !important;
}
.u_font_size_18px {
    font-size: 18px !important;
}
.u_font_size_16px {
    font-size: 16px !important;
}
.u_font_size_14px {
    font-size: 14px !important;
}
.u_font_size_12px {
    font-size: 12px !important;
}
.u_font_size_11px {
    font-size: 11px !important;
}
.u_font_size_10px {
    font-size: 10px !important;
}
.u_font_color_black {
    /* color: rgba(0, 0, 0, 1) !important; */
    color: rgba(51, 51, 51, 1) !important;
}
.u_font_color_gray {
    color: rgba(127, 127, 127, 1) !important;
}
.u_font_size_12rem {
    font-size: 1.2rem !important;
}
.u_font_size_08rem {
    font-size: 0.8rem !important;
}
.u_font_size_07rem {
    font-size: 0.7rem !important;
}
.u_font_size_06rem {
    font-size: 0.6rem !important;
}

/*-- u_bg_color --*/
/* .u_bg_color_experience {
    background-color: rgba(224 ,87, 111, 1);
}
.u_bg_color_not_experience {
    background-color: rgba(79, 183, 207, 1);
} */

/*-- u_border --*/
.u_border_top_gray {
    border-top: 1px solid rgba(127, 127, 127, 1);
}
.u_border_bottom_gray {
    border-bottom: 1px solid rgba(127, 127, 127, 1);
}

/*-- u_display --*/
.u_display_flex_start_responsive {
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
}

/*-- u_text_align --*/
.u_text_align_center {
    text-align: center !important;
}
.u_text_align_left {
    text-align: left !important;
}

/*-- u_vertical_align --*/
.u_vertical_align_middle {
    vertical-align: middle !important;
}
.u_vertical_align_top {
    vertical-align: top !important;
}

/*-- clear --*/
.margin_clear_top {
    margin-top: 0;
}
.margin_clear_bottom {
    margin-bottom: 0;
}
.margin_clear_side_auto {
    margin: 0 auto;
}

