@charset "utf-8";

html {
scroll-behavior: smooth;
}
body{
position: relative;
font-family: AkkuratLLWeb-Regular, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

/** -------------------------------------------------
* login-box
---------------------------------------------------- **/


.login-box {
width:720px;
margin: 0 auto 0;
box-sizing: border-box;
}
@media screen and (max-width: 1920px) {
.login-box {
width: 40vw;
margin: 0 auto 0;
box-sizing: border-box;
}
}
@media screen and (max-width: 599px) {
.login-box {
width: 100%;
}
}
.login-title {
margin-top: 20px;
font-size: 1.3rem;
font-weight: bold;
}

.login-lead {
margin-top: 20px;
line-height: 1.85;
font-size: 1.3rem;
font-weight: bold;
}

.login-input {
width: 100%;
margin-top: 10px;
}

a.mailto:link { color: #333333; }
a.mailto:visited { color: #666666; }
a.mailto:hover { color: #ff0000; }
a.mailto:active { color: #ff8000; }

div.guidebox  {
margin:0 auto;
padding:10px 0;
background: #199B83;
border: 1px solid  #199B83;
font-weight:bold;
color: #FFF;
/*width: 720px;*/
text-align: center;
line-height: 1.65;
}

div.guidebox span{
font-weight:normal;
font-size: 1.3rem;
}
div.guidebox2 {
margin:10px; padding:10px;
background: #FFFFFF;
border: 3px solid  #D8D8D8;

font-weight:bold;
color: #000;
}


/** -------------------------------------------------
* table
---------------------------------------------------- **/
.table {
width: 100%;
box-sizing: border-box;
border: solid 3px #ccc;
border-collapse:collapse;
}

.table-title {
width: 320px;
padding: 30px 20px;
box-sizing: border-box;
background: #f2f2f2;
border-bottom: solid 1px #ccc;
text-align: left;
}

.table-content {
padding: 20px;
border-bottom: solid 1px #ccc;
}

.table-content span.prefix-m {
font-size: 20px;
font-weight: bold;
}

.table-content span.multi-place {
margin-left: 40px;
}

tr:last-child .table-title,
tr:last-child .table-content {
border-bottom: none;
}

.table-corporation .table-title {
width: 230px;
}


.payment-table{
width: 100%;
box-sizing: border-box;
border: solid 1px #ccc;
border-collapse:collapse;
font-size:12px;
}
.payment-table th,.payment-table td{
border-right: solid 1px #ccc;
border-bottom: solid 1px #ccc;
padding:5px;

}
.payment-table th:last-child,.payment-table td:last-child{
border-right:none;
}
.payment-table tr:last-child th,.payment-table tr:last-child td{
border-bottom:none;
}
.w25p{
width:25%;
}
/** -------------------------------------------------
* form
---------------------------------------------------- **/
input,
select {
display: inline-block;
}

/* icon-required */
.icon-required {
display: inline-block;
width: 50px;
margin-left: 15px;
text-align: center;
background: #e00;
font-size: 14px;
color: #fff;
}

.icon-required.no-space {
margin-left: 0;
}

.input-long { width: 545px;}

.input-middle { width: 420px; }

.input-short {
width: 240px;
margin-right: 19px;
}
.input-number {
width: 100px;
margin-right: 10px;
}

/* text */
input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
box-sizing: border-box;
padding: 6px;
border: 1px solid #ccc;
background-color: #f7f8f8;
margin: 4px 0;
}

/* select */
select {
padding: 6px;
border: 1px solid #ccc;
margin: 4px 0;
}

/* radio
input[type=radio] {
display: none;
margin: 0;
}

input[type=radio] + label {
position: relative;
display: inline-block;
padding: 0 25px 0 42px;
cursor: pointer;
}
/*
input[type=radio] + label::before {
position: absolute;
top: 50%;
left: 0;
display: block;
width: 32px;
height: 32px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
box-sizing: border-box;
content: '';
border: 1px solid #cdcdcd;
border-radius: 32px;
background: #fff;
}

input[type=radio]:checked + label::after {
position: absolute;
top: 50%;
left: 8px;
display: block;
box-sizing: border-box;
width: 16px;
height: 16px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
content: '';
border-radius: 16px;
background: #199B83;
}
*/
/* checkbox
input[type=checkbox] {
display: none;
margin: 0;
}

input[type=checkbox] + label {
position: relative;
display: inline-block;
cursor: pointer;
}

input[type=checkbox] + label::before {
position: absolute;
top: 50%;
left: 0;
display: block;
width: 32px;
height: 32px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
box-sizing: border-box;
content: '';
border: 1px solid #cdcdcd;
background: #fff;
}

input[type=checkbox]:checked + label::after {
position: absolute;
top: 50%;
left: 10px;
display: block;
width: 8px;
height: 16px;
margin-top: -13px;
border-right: 5px solid #199B83;
border-bottom: 5px solid #199B83;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: '';
}
*/
/* textarea */
textarea,select{
width: 100%;
padding: 6px;
box-sizing: border-box;
border: 1px solid #ccc;
overflow-y: auto;
resize: vertical;
-webkit-overflow-scrolling: touch;
background-color: #f7f8f8;
}
textarea::-webkit-scrollbar{width:15px;}
textarea::-webkit-scrollbar-button:start{width:15px; height:15px; background:url(../images/up_default.png)}
textarea::-webkit-scrollbar-button:start:hover{background:url(../images/up_hover.png)}
textarea::-webkit-scrollbar-button:end{width:15px; height:15px; background:url(../images/down_default.png)}
textarea::-webkit-scrollbar-button:end:hover{background:url(../images/down_hover.png)}
textarea::-webkit-scrollbar-track{background:#f2f2f2;}
textarea::-webkit-scrollbar-thumb{background:#199B83;}

/* terms */
.terms {
height: 300px;
padding: 20px;
box-sizing: border-box;
overflow-y: auto;
border: 1px solid #ccc;
-webkit-overflow-scrolling: touch;
}


.terms::-webkit-scrollbar{width:15px;}
.terms::-webkit-scrollbar-button:start{background:url(../images/up_default.png)}
.terms::-webkit-scrollbar-button:start:hover{background:url(../images/up_hover.png)}
.terms::-webkit-scrollbar-button:end{background:url(../images/down_default.png)}
.terms::-webkit-scrollbar-button:end:hover{background:url(../images/down_hover.png)}
.terms::-webkit-scrollbar-track{background:#f2f2f2;}
.terms::-webkit-scrollbar-thumb{background:#199B83;}

.terms-dl{
font-size: 14px;
}
.terms-title {
margin-top: 22px;
}

.terms-title:first-child {
margin-top: 0;
}

.terms-contents {
margin-left: 0;
}

/* form-error-content */
.form-error-content {
display: block;
margin-top: 12px;
font-size: 14px;
color: #e00;
font-weight: bold;
}

.form-error-content + .form-error-content {
margin-top: 4px;
}

/** -------------------------------------------------
* misc (ADD 2018.05.23)
---------------------------------------------------- **/
.float-box {
text-align: right;
height:24px;
font-size: 14px;
margin:0;
line-height:1.5;
}

.info-box-green {
display:inline-block;
padding: 6px;
background-color:#92D050;
font-style:bold;
color: #ffffff;
border-radius: 4px;
}

.info-box-green a {
color: #ffffff;
text-decoration: none;
}

.info-box-green a:hover {
text-decoration: underline;
}


.categories {
margin: 3rem 0 0 0;
padding: 0 2vw;
}
.categories ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.categories ul li {
border: 3px solid #000000;
margin-bottom: 2.2666666667vw;
width: 40vw;
}
@media screen and (max-width: 1024px) {
.categories ul li {
width: 100%;
}
}
.categories ul li a {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
/*height: 5.3333333333vw;*/
padding: 2.0rem 0;
font-weight: bold;
font-size: 1.74rem;
text-align: center;
background-color: #fff;
text-decoration: none;
color: #000;
}
.categories ul li a:after {
position: absolute;
top: 50%;
width: 10px;
height: 10px;
margin-top: -5px;
content: '';
}
.categories ul li:hover {
border: 3px solid #199B83;
}
.categories ul li a:hover {
color: #199B83;
}


.arrowMenu::after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: 20px;
border-top: solid 3px #000;
border-right: solid 3px #000;
}
.arrowMenu:hover::after {
border-top: solid 3px #199B83;
border-right: solid 3px #199B83;
}

.flow {
margin: 3rem 0 0 0;
padding: 0 2vw;
}
.flow_detail{
margin: 0 auto;
text-align: left;
padding: 0;
clear: both;
width: 100%;
}
.flow_detail .flow_ph{
margin: 0 auto;
text-align: center;
padding: 0 2% 0 0;
display: inline-block;
width: 38%;
vertical-align: top;
}
.flow_detail .flow_pt{
margin: 0 auto;
text-align: left;
padding: 0 0 0 0;
display: inline-block;
width: 58%;
vertical-align: top;
}
.flow_detail .flow_pt p{
width: 100%;
height: auto;
margin: 1.5rem 0;
}
.flow_detail .flow_ph img{
width: 100%;
height: auto;
margin: 1.5rem 0;
}

@media screen and (max-width: 1024px) {
.flow_detail .flow_ph{
margin: 0 auto;
text-align: center;
padding: 0;
display: block;
width: 100%;
}
.flow_detail .flow_pt{
margin: 0 auto;
text-align: left;
padding: 0;
display: block;
width: 100%;
}

.flow_detail .flow_pt p{
width: 100%;
height: auto;
margin: 0.5rem 0;
display:block;
}
.flow_detail .flow_ph img{
width: 80%;
height: auto;
margin: 2.5rem auto;
display:block;
}
}

.flow_arrow{
margin: 0 auto;
text-align: center;
padding: 2vw;
}
.flow_arrow img{
width: 40px;
height: auto;
}
.flow_arrow p{
padding: 1vw 0;
font-weight: bold;
font-size: 1.74rem;
}
.tl{
border-bottom: solid 6px #199B83;
color: #199B83;
text-align: left;
padding: 0 0 0.5vw 0;
font-size: 1.65em;
font-feature-settings: "palt";
font-weight: 590;
}
@media screen and (max-width: 1024px) {
.tl{
text-align: center;
}
}
.fin{
color: rgb(238, 0, 74);
text-align: center;
padding: 0 0 0.5vw 0;
font-size: 1.35em;
font-weight: 590;
font-feature-settings: "palt";
}
.flow p{
line-height: 1.75;
}
.flow p span{
font-weight: bold;
}

.flow_waku1{
border: 3px solid #199B83;
margin: 1rem 0;
padding: 0;
border-radius: 4px;
}
.flow_waku1 h3{
background-color: #199B83;
color: #ffffff;
font-size: 1.40rem;
margin: 0;
padding: 0.5vw;
}
.flow_waku2{
border: 3px solid rgb(238, 0, 74);
margin: 1.5rem 0;
padding: 0;
border-radius: 4px;
}
.flow_waku2 h3{
background-color: rgb(238, 0, 74);
color: #ffffff;
font-size: 1.40rem;
margin: 0;
padding: 0.5vw;
}
.flow_waku1 p,
.flow_waku2 p{
padding: 0.85vw !important;
}
.kit{
width: 100%;
vertical-align: top;
margin: 0 auto;
text-align: center;
padding: 0.5rem 0;
}
.kit img{
width: 32%;
height: auto;
margin: 0.5rem 0;
display: inline-block;
vertical-align: top;
}
@media screen and (max-width: 1024px) {
.kit{
margin: 2.0rem auto;
}
.kit img{
width: 80%;
height: auto;
margin: 0.5rem auto;
display: block;
}
}

.flow_waku3{
border: 3px solid #199B83;
margin: 1rem 0;
padding: 0;
border-radius: 4px;
}
.flow_waku3 h3{
background-color: #199B83;
color: #ffffff;
font-size: 1.40rem;
margin: 0;
padding: 0.5vw;
}
.flow_waku3 dl{
padding: 0.85vw;
line-height: 1.55;
margin: 0;
}
.flow_waku3 dl dt{
font-weight: bold;
font-size: 1.50rem;
font-feature-settings: "palt";
}

.flow_waku3 dl dd{
margin: 0 0 1.5rem 1.5rem;
}
.flow_waku4{
border: 3px solid #199B83;
margin: 1rem 0;
padding: 0;
border-radius: 4px;
}
.flow_waku4 h3{
background-color: #199B83;
color: #ffffff;
font-size: 1.40rem;
margin: 0;
padding: 0.5vw;
}
.flow_waku4 .icon_tel{
background-image: url(../images/icon_tel.png);
background-repeat: no-repeat;
background-size: 70px auto;
padding: 0 0 0 60px;
}

.flow_waku4 p{
padding: 0.85vw;
margin: 0 !important;
}
.flow_waku4 .tel{
color: #000000;
font-size: 2.60rem;
margin: 0;
font-weight: 600;
padding: 0;
}
.corp {
margin: 3rem 0 0 0;
padding: 1rem 1rem 3rem 1rem;
background-color: rgb(238, 238, 238);
border-radius: 4px;
}
.icon_mail{
background-image: url(../images/icon_mail.png);
background-repeat: no-repeat;
background-size: 30px auto;
background-position: left bottom;
padding: 5px 0 0 35px;
height: 30px;
margin: 0;
font-size: 1.60rem;
}
.icon_pdf{
background-image: url(../images/icon_pdf.png);
background-repeat: no-repeat;
background-size: 35px auto;
padding: 5px 0 0 40px;
height: 35px;
margin: 0 0 0.5rem 1.0rem;
}
.icon_xls{
background-image: url(../images/icon_xls.png);
background-repeat: no-repeat;
background-size: 35px auto;
padding: 5px 0 0 40px;
height: 35px;
margin: 0 0 0.5rem 1.0rem;
}
.icon_other{
background-image: url(../images/icon_other.png);
background-repeat: no-repeat;
background-size: 30px auto;
padding: 5px 0 0 35px;
height: 40px;
margin: 0 0 0.5rem 0;
}

.corp h3{
font-weight: bold;
font-size: 1.74rem;
}
.corp table{
width: 100%;
border-top: 1px solid rgb(135, 142, 150);
border-collapse:  collapse;
}
.corp table th{
align-items: center;
padding: 10px;
text-align: left;
border-bottom: 1px solid rgb(135, 142, 150);
border-right: 1px dotted rgb(135, 142, 150);
white-space: nowrap
}
.corp table td{
align-items: center;
padding: 10px;
text-align: left;
border-bottom: 1px solid rgb(135, 142, 150);
}

.formarea{
margin: 3rem 0 0 0;
padding: 0;
}
.formarea .formcat{
padding: 0 0 4.0rem 0;
}
.formarea .tl{
border-left: solid 5px #199B83;
border-bottom: none;
color: #199B83;
text-align: left;
padding: 0 0 0 0.5vw;
font-size: 1.35em;
}

.formarea p{
padding: 1vw 0;
line-height: 1.65;
font-size: 1.35rem;
}

.formarea dl{
width: 100%;
text-align: left;
}

.formarea dl dt.thin{
font-weight: normal;
}

.formarea dl dt{
width: 100%;
text-align: left;
font-size: 1.35rem;
font-weight: bold;
margin-top: 0.5rem;
}
.formarea dl dd{
width: 100%;
text-align: left;
margin-inline-start: 0;
position: relative;
}


.formarea dl dd.keep{
box-sizing: border-box;
padding: 10px;
border: 1px solid #ccc;
background-color: #f7f8f8;
color: #888;
}
.formarea .required{
align-items: center;
display: inline-flex;
height: 100%;
max-width: 100%;
background-color: #d32f2f;
border-color: #d32f2f;
color: #fff;
padding: 2px 4px;
font-size: 1.1rem;
margin-left: 0.65rem;
}
.Ksp{
padding: 0 0.35rem;
}
.entry-input {
width: 100%;
margin-top: 10px;
}
.entry-input_m {
width: 75%;
margin-top: 10px;
}
.entry-input_s {
width: 15%;
margin-top: 10px;
}
.check_kiyaku{
position: relative;
}
.check_kiyaku span{
padding-left: 30px;
}

.check_kiyaku [type="checkbox"],
.formcat .chec [type="checkbox"]{
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
width: 24px;
height: 24px;
border: 1px solid #cdcdcd;
position: absolute;
left: 0;
background-color: #f7f8f8;
}

.formcat .yoko,
.formcat .chec{
display: inline-block;
position: relative;
padding: 24px 24px 24px 0;
}
.formcat .yoko span{
padding-left: 24px;
}
.formcat .chec span{
padding-left: 34px;
}
.formcat input[type=radio] {
position: absolute;
display: block;
width: 20px;
height: 20px;
box-sizing: border-box;
border: 1px solid #cdcdcd;
left: 0;
background-color: #f7f8f8;
}

.acd-check{
display: none;
}
.acd-label{
background: #0068b7;
color: #fff;
display: block;
margin-bottom: 0px;
padding: 13px 10px;
position: relative;
margin-bottom: 1rem;
}
.acd-label:after{
content: '開く';
display: block;
height: 52px;
padding: 10px 20px;
position: absolute;
right: 0;
top: 0px;
}
.acd-content{
border: 1px solid #0068b7;
display: block;
height: 0;
opacity: 0;
padding: 0 10px;
transition: .5s;
visibility: hidden;
}
.acd-check:checked + .acd-label:after{
content: '閉じる';
}
.acd-check:checked + .acd-label + .acd-content{
height: 250px;
opacity: 1;
padding: 10px;
visibility: visible;
background-color: rgb(250, 251, 252);
}

.maker{
margin: 1rem 0 0 0;
padding: 1rem 1rem 3rem 1rem;
background-color: rgb(238, 238, 238);
border-radius: 4px;
}

.maker h3{
font-weight: bold;
font-size: 1.74rem;
}
.maker select{
width: 100%;
font-size: 1.52rem;
border-radius: 2px;
padding: 0.5rem;
}

.pricelist{
margin: 0;
padding: 0;
}
.table_box{
overflow-y: auto;
height: 200px;
width:400px;
-webkit-overflow-scrolling: touch;
}
.pricelist table{
margin-top: 1.0rem;
width: 100%;
border-top: 1px solid rgb(135, 142, 150);
border-collapse:  collapse;
}
.pricelist table th{
align-items: center;
padding: 10px;
text-align: center;
border: 1px solid rgb(135, 142, 150);
white-space: nowrap;
background: rgb(238, 238, 238);
}
.pricelist table td{
align-items: center;
padding: 10px 5px;
text-align: left;
border: 1px solid rgb(135, 142, 150);
}
.pricelist table td.price{
text-align: right;
white-space: nowrap;
}
.pricelist table th.rank,
.pricelist table th.vol{
width: 15%;
}
.pricelist table th span{
font-weight: normal;
font-size: 1.35rem;
line-height: 1.65;
}
.pricelist table th.prod{
width: 25%;
}

.sticky {
position: sticky;
top: 0;
left: 0;
border-top: none;
}


.error{
color: red;
display: block;
}

.logout {
position: absolute;
top: 17px;
right: 0;
font-size: 12px;
text-align: right;
font-weight: bold;
background-image: url(../images/icon_out.png);
background-repeat: no-repeat;
background-size: 30px auto;
padding: 5px 0 0 35px;
height: 40px;
margin: 0 0 0.5rem 0;
}

.logout a {
color: #199B83;
}

#auction-form section{}
#auction-form .KForm{

}
#auction-form section dl{
width: 100%;
display: flex;
}
#auction-form section dt {
width: 30%;
padding: 20px;
margin-bottom: 1px;
background-color: #DADADA;
}

#auction-form section dd {
width: 70%;
padding: 20px;
background-color: #F3F3F3;
margin-bottom: 1px;
}
#auction-form h3{
color: #000;
font-size: 2.60rem;
margin: 0;
padding: 2rem 0;
text-align: center;
}

/* table */
#auction-form table {
border-collapse: collapse;
border-spacing: 0;
}
#auction-form table.form {
width: 100%;
border: 2px solid #CCC;
margin-bottom: 6rem;
font-size: 1.0em;
background-color: #fff;
}
#auction-form table.form th{
white-space: nowrap;
}
#auction-form table.form th,
#auction-form table.form td {
padding: 10px;
text-align: left;
line-height: 1.4;
}
#auction-form table.form th {
width: 40%;
background: #eeeeee;
border-bottom: 1px solid #fff;
vertical-align: top;
font-weight: bold;
}
#auction-form table.form td {
text-align: left;
line-height: 1.4;
vertical-align: middle;
border-bottom: 1px dotted #CCC;
}

#auction-form table.form td.nm label{
font-weight: normal;
padding-right: 1.5rem;
}

#auction-form table.form th.col{
background: #ffffff;
border-bottom: 2px solid #eeeeee;
}

@media (max-width: 768px) {
#auction-form table.form th,
#auction-form table.form td {
        display: block;
        width: 100%;
    }
}

h4 legend{
margin-top: 2rem;
}

h4 legend span{
font-weight: bold;
font-size: 0.75em;
padding-left: 15px;
}
h4 legend span.anlink{
font-weight: normal;
font-size: 0.75em;
padding-left: 15px;
}

h4 legend span.anlink::before {
content: '>';
margin-right: 5px;
color: #337ab7;
}

.Quest{
padding: 2rem 0;
}
.Quest h4{
font-size: 1.25em;
padding: 1rem 0;
}
.Quest legend{
padding: 1rem 0 0 0;
font-size: 1.1em;
font-weight: bold;
border-bottom:1px solid #000;
}
.Quest legend span{
font-weight: bold;
font-size: 1.1em;
padding-right: 15px;
}
.Quest label{
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: normal;
font-size: 1.0em;
}

.Quest p {
max-width: 100%;
margin-bottom: 5px;
font-weight: normal;
font-size: 1.0em;
}
.Quest ul.link {
padding: 1rem 0;
font-size: 0.9em;
}
.Quest ul.link li{
display: inline-block;
padding-left: 2em;
}
.Quest ul.link li a{
text-decoration: underline;
}

.ind01{
/*margin-left: 20px;*/
padding: 1em 0;
}
/* table */
.Quest table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 3px solid #CCC;
margin-bottom: 20px;
font-size: 1.1em;
background-color: #fff;
}
.Quest table td{
padding: 10px;
text-align: left;
line-height: 1.4;
font-size: 0.91em;
}
.Quest table td.dot {
border-top: 1px dotted #CCC;;
}

.Quest table.ko {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 1px solid #CCC;
margin: 10px 0;
font-size: 1em;
background-color: #fff;
}
.Quest table.ko td{
padding: 10px;
text-align: left;
line-height: 1.4;
}
.Quest table.ko td.dot {
border-top: 1px dotted #CCC;;
}

.Quest table.ko td label{
padding-right: 1.5rem;
word-break: keep-all;
white-space: nowrap;

}

.notice{
font-size: 0.75em;
}
.notes{
background-color: #ff2c74;
color:#ffffff;
font-size: 0.65em;
padding: 2px 5px;
font-weight: normal;
margin-left: 10px;
}
.ko_md{
padding-top: 20px;
}

.error-field {
border: 2px solid #e74c3c !important;
background-color: #fef0ef !important;
}
.error-message {
color: red;
font-size: 0.9em;
margin-top: 4px;
}
.radio-group.error-field {
border: 2px solid #e74c3c;
padding: 8px;
background-color: #fef0ef;
border-radius: 4px;
}
.file-upload {
display: inline-block;
padding: 10px 20px;
background-color: #009c84;
color: white;
cursor: pointer;
border-radius: 4px;
}
.file-upload:hover {
background-color: #00836f;
}
input[type="file"] {
display: none;
}
.file-name-display {
margin-left: 10px;
font-style: italic;
color: #333;
}

label {
white-space: normal;
}