@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;800&display=swap");

/* リセットCSS */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
* {
    margin: 0;
}
html,
body {
    height: 100%;
}
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}
input,
button,
textarea,
select {
    font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}
#root,
#__next {
    isolation: isolate;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
}
ul {
    padding-left: 0;
}
li {
    list-style: none;
}
ol {
    list-style-type: none;
    padding-inline-start: 0;
}
input::-webkit-credentials-auto-fill-button {
    margin: 0;
    width: 0;
    background-color: transparent;
}
/* リセットCSS */

/* common */
html {
    font-size: 62.5%;
}
body {
    font: 1.6rem/1.6 "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #0f0f0f;
    background-color: #ffecd1;
    background-image: url(../images/soilBg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: contain;
}
body.no-scroll {
    overflow: hidden;
}

#wrapper {
    width: 450px;
    text-align: center;
    margin: auto;
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.1);
    padding-bottom: 100px;
}
/* #wrapper02 { width: 450px; text-align: center; margin: auto; position: relative; padding-bottom: 40px; } */
footer {
    width: 100%;
    max-width: 450px;
    margin: 70px auto 0;
    text-align: center;
    font-size: 1.2rem;
    padding: 4px 0 6px 0;
    color: #fff;
    background-color: #8d5e40;
    position: absolute;
    bottom: 0;
}
footer p {
    margin-bottom: 0px;
}

.container {
    width: 90%;
    margin: 0 auto;
}

h1 {
    font-size: 2.6rem;
    font-weight: 800;
    margin: 0 auto 40px;
    padding-top: 40px;
    text-align: center;
    position: relative;
}
h1::after {
    content: "";
    display: block;
    margin: 4px auto 0;
    width: 14px;
    height: 16px;
    background-image: url(../images/dripIcon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
h2 {
    text-align: center;
    font-size: 1.8rem;
    margin: 40px 0 10px;
    color: #008334;
}
h2::before,
h2::after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #008334;
    border-radius: 50%;
    margin: 0 5px;
    margin-bottom: 4px;
}
.table01,
.table02,
tbody {
    width: 100%;
    display: block;
}
.table01 tr {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.table01 th {
    font-size: 1.6rem;
    text-align: left;
    padding-bottom: 8px;
}
.table01 td {
    width: 100%;
    text-align: left;
}

.table01 th.hissu::after {
    content: "【必須】";
    color: #c12416;
}

/* .table02 tr { width: 100%; margin-bottom: 12px; padding-bottom: 16px; border-bottom: 1px solid #dbdbdb; display: flex; flex-wrap: wrap; justify-content: left;}
.table02 th { font-size: 14px; font-weight: 500; color: #999; text-align: left;}
.table02 td { width: 100%; text-align: left;} */

.table03 {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}
.table03 tr,
.historyBox ul li {
    display: flex;
    font-size: 1.6rem;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}
.table03 tr:nth-child(even) {
    background: #fff7e8;
}
.table03 th {
    width: 55%;
    padding: 19px 5px 19px 20px;
    font-weight: 500;
    text-decoration: underline;
}
.table03 td {
    display: flex;
    width: 45%;
    padding: 19px 20px 19px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    justify-content: flex-end;
}

dl {
    font-size: 1.4rem;
    color: #666;
    text-align: left;
    margin-bottom: 10px;
}
dl:last-child,
dd:last-child {
    margin-bottom: 0px;
}
dd {
    color: #0f0f0f;
    margin-bottom: 10px;
}

input[type="number"],
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    width: 100%;
    font-size: 1.6rem;
    padding: 17px 10px 17px 10px;
    background: #f2f2f2;
    border: none;
    border-radius: 3px;
}
input[type="text"].dateSelect,
.select01 {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 17px 10px 17px 10px;
    font-size: 1.6rem;
    color: #0f0f0f;
    background: url(../images/arrowDownBlk.svg) no-repeat 95% center #fff;
    border: 1px solid #999999;
    border-radius: 6px;
}
input[type="text"].dateSelect {
    background: none;
}
.marker{
    font-weight: 700;
    background: linear-gradient(transparent 70%,  rgba(0, 131, 52, 0.3) 70%);
}
.checkBox {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.checkBoxInput {
    margin: 0;
    width: 0;
    opacity: 0;
}
.checkBoxInput:checked + .checkBoxInput2 {
    background: #008334;
}
.checkBoxInput:checked + .checkBoxInput2::before {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    left: 65%;
    width: 50%;
    height: 3px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-135deg);
    transform-origin: 2px 2px;
    background: #ffffff;
}
.checkBoxInput:checked + .checkBoxInput2::after {
    content: "";
    display: block;
    position: absolute;
    top: 26%;
    left: 70%;
    width: 80%;
    height: 3px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-45deg);
    transform-origin: 2px 2px;
    background: #ffffff;
}
.checkBoxInput2 {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 19px;
    height: 19px;
    border: solid 2px #008334;
    background: #fff;
    border-radius: 2px;
}
.checkboxFieldText {
    font-size: 1.6rem;
    display: block;
    margin-left: 8px;
    padding-bottom: 2px;
}

.Btn01,
.Btn02,
.tab,
.tab.active {
    width: 80%;
    margin: 20px auto 0;
    border: none;
    border-radius: 100px;
    border: 2px solid #008334;
    background-color: #008334;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    padding: 16px 0;
    cursor: pointer;
}
.Btn02,
.tab {
    border: 2px solid #008334;
    background-color: #fff;
    color: #008334;
}
@media (hover: hover) {
    .Btn01:hover,
    .Btn02:hover,
    .tab:hover,
    .completionBtn:hover,
    .orderBtn:hover,
    .historyBtn:hover,
    .menuBtn li a:hover,
    .smallBtn:hover {
        opacity: 0.8;
    }
}

.textLink {
    margin-bottom: 5px;
}
.textLink a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #008334;
    padding-bottom: 3px;
}
.textLink a::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/arrowRightGrn.svg) center left 5px no-repeat;
    background-size: contain;
    position: relative;
    top: 2px;
}
p {
    margin-bottom: 20px;
}
.errorMessage {
    font-size: 1.4rem;
    color: #c12416;
    text-align: left;
}
.komeText,
Ul.komeList li {
    font-size: 1.4rem;
    color: #666;
}
.komeText::before,
Ul.komeList li::before {
    content: "※";
}
Ul.komeList {
    text-align: left;
    display: flex;
    gap: 5px;
    flex-direction: column;
    margin: 20px auto;
}
ul.komeList li {
    display: block;
    margin-left: 1em;
    text-indent: -1em;
}

/* 利用規約用のリストスタイル */
ul.termsList {
    text-align: left;
    margin: 20px auto;
}
ul.termsList li {
    display: list-item;
    list-style: disc;
    margin-left: 1em;
    margin-bottom: 8px;
}



.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb80 {
    margin-bottom: 80px;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}
.textC {
    text-align: center !important;
}
.textR {
    text-align: right !important;
}
.textL {
    text-align: left !important;
}
/* common */

/* header */
.pcLogoT {
    max-width: 260px;
    width: 100%;
    right: calc(75% - 10px);
    position: fixed;
    top: 42%;
    transform: translateX(0) translateY(-50%);
}
/* header */

/* ログイン画面 */
.mdiEye:before {
    /*パスワードの非表示*/
    background: url(../images/visibility.svg);
    background-size: contain;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 17px;
    right: 15px;
}
.mdiEyeOff:before {
    /*パスワードの表示*/
    background: url(../images/visibility_off.svg);
    background-size: contain;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 15px;
}
.fieldIcon {
    position: absolute;
}
/* ログイン画面 */

/* ローディング */
#loading {
    display: block; /* 初期状態で表示 */
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #ffecd1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
#loading.active {
    display: block;
}
.loadingLogo {
    width: auto;
    height: 250px;
    margin: 0 auto;
    max-width: 220px;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
}
.loadingFixed {
    display: none;
}
.loadingFixedPc {
    display: block;
    position: fixed;
    bottom: 0;
}
.loadingDrop img {
    position: absolute;
    top: calc(15% + 250px + 30px);
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 22px;
}
.loadingDrop::before,
.loadingDrop::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/dripIcon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 22px;
    opacity: 0;
}
.loadingDrop::before {
    top: calc(15% + 250px + 30px + 32px);
    animation: showDrop 2s steps(1) 1 forwards;
}
.loadingDrop::after {
    top: calc(15% + 250px + 30px + 64px);
    animation: showDrop 2s steps(1) 1 1s forwards;
}
@keyframes showDrop {
    0%,
    33% {
        opacity: 0;
    }
    34%,
    100% {
        opacity: 1;
    }
}
/* ローディング */

/* トップ */
h1.topLogo {
    padding-top: 40px;
    display: block;
}
h1.topLogo img {
    width: 70%;
    margin: 0 auto;
}
h1.topLogo::after {
    display: none;
}
.welcomeText {
    display: inline-block;
    margin: 0 auto 20px;
    font-size: 1.2rem;
    color: #999;
    padding-bottom: 4px;
    border-bottom: 1px solid #999;
}
.mainBtnWrap,
ul.smallBtn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
a.orderBtn,
a.historyBtn {
    width: 47%;
    padding: 16px;
    border-radius: 20px;
    background-color: #008334;
    display: block;
    cursor: pointer;
    text-decoration: none;
}
a.historyBtn {
    background-color: #009adc;
}
.orderBtn img,
.historyBtn img {
    width: 100%;
    height: auto;
    max-width: 103px;
    margin: 0 auto 20px;
}
.orderBtnText,
.historyBtnText {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 6px 3px 8px 3px;
    border-radius: 100px;
    background: #fff;
    margin: 14px auto 0px;
    color: #008334;
}
.historyBtnText {
    color: #009adc;
}
.menuBtn {
    display: flex;
    width: 80%;
    margin: 0 auto 20px;
    gap: 10px;
    flex-direction: column;
}
.menuBtn a {
    display: block;
    border-radius: 100px;
    border: 2px solid #c9e8b0;
    background: #f1ffe5;
    color: #008334;
    padding: 14px 40px 16px 40px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}
.smallBtn li {
    width: 47%;
}
.smallBtn li a {
    display: flex;
    padding: 8px;
    border-radius: 100px;
    font-weight: 700;
    line-height: 1;
    color: #0f0f0f;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #999;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 100%;
    width: 100%;
}
.smallBtn li a.snsLine::before {
    display: inline-block;
    position: relative;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(../images/lineIcon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.smallBtn li a img {
    width: 100%;
    height: auto;
    max-width: 100px;
}
/* トップ */

/* 完了画面 */
img.leafImg {
    width: 84px;
    height: auto;
    margin: 0 auto 40px;
}
/* 完了画面 */

/* 発注画面 */
td.hojoSelect {
    margin-bottom: 20px;
}
td.hojoSelect:last-child {
    margin-bottom: 0px;
}
.sliderWrap {
    width: 100%;
}
ul.slider.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
div.slickImg img {
    width: 100%;
}
ul.slider .slick-dots li button:before {
    font-size: 1rem;
    color: #666;
}
ul.slider .slick-dots li.slick-active button:before {
    color: #fff;
}
ul.checkBoxList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.checkBoxList li {
    display: flex;
    width: calc(50% - 10px);
}
.confirmArea,
.historyArea {
    background-color: #effaff;
    border-radius: 3px;
    padding: 15px;
    text-align: left;
    margin: 0 auto 20px;
}
.confirmArea dd {
    font-size: 1.6rem;
    font-weight: 700;
}
.historyArea {
    background-color: #f2f2f2;
    margin: 40px auto;
}
.historyArea p {
    margin-bottom: 10px;
    color: #666;
}
.supportText {
    position: relative;
    text-align: left;
    color: #666;
    padding-top: 20px;
    border-top: 1px solid #999;
    margin-top: 40px;
    padding-left: 1.5em;
    text-indent: 0;
}
.attentionText {
    text-align: left;
    color: #666;
    padding-top: 20px;
    border-top: 1px solid #999;
    margin-top: 40px;
    padding-left: 1.5em;
    position: relative;
    line-height: 1.6;
}

.attentionText::before {
    content: "※ ";
    position: absolute;
    left: 0;
    color: inherit;
}

.scheduleList li {
    margin-bottom: 20px;
}
.scheduleList li input[type="radio"] {
    display: none;
}
.customRadio,
.rotationConfirm {
    display: block;
    padding: 15px 15px 10px 15px;
    border-radius: 3px;
    outline: 1px solid #999;
}
.customRadio p,
.rotationConfirm p {
    text-align: left;
    font-weight: 700;
    padding-bottom: 15px;
    line-height: 120%;
    margin-bottom: 10px;
    border-bottom: 1px solid #008334;
    position: relative;
    padding-left: 30px;
}
.rotationConfirm p {
    padding-left: 0px;
}
.customRadio p.noBorder,
.rotationConfirm p.noBorder {
    padding-bottom: 0;
    border-bottom: none;
}
.customRadio p::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #008334;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
    background-color: transparent;
    transition: background-color 0.3s ease;
}
.customRadio dl dt,
.rotationConfirm dl dt {
    color: #008334;
}
input[type="radio"]:checked + .customRadio,
.rotationConfirm {
    outline: 2px solid #008334;
}
input[type="radio"]:checked + .customRadio p::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #008334;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 2px;
    transition: background-color 0.3s ease;
}
.panel {
    display: none;
}
.panel.active {
    display: block;
    animation: panel-show 0.9s ease-in-out forwards;
}
@keyframes panel-show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.rotationConfirm {
    margin-bottom: 20px;
}
.jcFs {
    justify-content: flex-start;
}
.confirmArea dl.confirmText {
    font-size: 1.6rem;
    padding-top: 13px;
    border-top: 1px solid #999;
    display: flex;
    justify-content: space-between;
}
.confirmDetail {
    margin-bottom: 40px;
}
.confirmDetail dl dd {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
    font-weight: 700;
}

.confirmDetail dl dd span {
    display: block;
}

.confirmDetail dl dd span.attention {
    color: #c12416;
}
.total {
    text-align: right;
    font-weight: 700;
}
dl.subtotal {
    font-size: 1.4rem;
    color: #666;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.subtotal dt,
.subtotal dd {
    width: 50%;
}
.subtotal dd {
    color: #666;
    font-weight: 500;
    text-align: right;
    margin-bottom: 0;
}
.confirmText dd {
    font-size: 1.6rem;
    font-weight: 700;
}
/* 発注画面 */

/* 発注履歴画面 */
.executionArea {
    background-color: #effaff;
    border-radius: 3px;
    padding: 15px;
    text-align: left;
    margin: 0 auto;
}
.executionArea h2 {
    margin: 0px 0px 20px;
    color: #009adc;
}
.executionArea h2::before,
.executionArea h2::after {
    background-color: #009adc;
}
.executionArea ul li {
    list-style: disc;
    margin-left: 20px;
    text-decoration: underline;
    margin-bottom: 8px;
}
.historyBox {
    margin-bottom: 40px;
}
.historyBox ul li {
    padding: 19px 20px 19px 20px;
    text-decoration: underline;
}
.historyBox ul li:nth-child(even) {
    background: #f2f2f2;
}
.completionBtn,
.stopBtn,
.startBtn,
.doneBtn,
.suspendBtn {
    display: flex;
    width: 90px;
    height: 36px;
    padding: 6px 5px 7px 5px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    border: 2px solid #c9e8b0;
    background: #f1ffe5;
    font-size: 1.3rem;
    font-weight: 700;
    color: #008334;
    cursor: pointer;
    line-height: 1;
}
/* 発注履歴画面 */

/* 作業予定画面 */
.stopBtn {
    background-color: #009adc;
    color: #fff;
    border: none;
}
.stopBtn::before {
    content: url(../images/stop.svg);
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}
.startBtn {
    background-color: #008334;
    color: #fff;
    border: none;
}
.startBtn::before {
    content: url(../images/start.svg);
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}
.doneBtn {
    background-color: #999;
    color: #fff;
    border: none;
}
.suspendBtn {
    background-color: #ff6b35;
    color: #fff;
    border: none;
}
.suspendBtn::before {
    content: url(../images/suspend.svg);
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

/* 作業中ステータスで表示される完了と中断ボタンのみ小さくする */
.stopBtn,
.suspendBtn {
    width: 70px;
    font-size: 1.2rem;
}
/* 作業予定画面 */
/* 空散登録薬剤一覧 */
.makuPanelWrap {
    margin-bottom: 20px;
}
.makuPanelWrap .supportText {
    width: 90%;
    margin: 40px auto 20px;
}
.makuList {
    width: 100%;
    text-align: left;
    text-decoration: underline;
}
.makuList li {
    padding: 20px;
    position: relative;
    cursor: pointer;
}
.makuList li:nth-child(even) {
    background: #fff7e8;
}
.modal {
    display: none;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.modal.open {
    display: block;
}
.modalContent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 380px;
}
.modal dl {
    width: 100%;
    padding: 20px;
    height: auto;
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
}
.modal dl dd {
    font-size: 1.6rem;
    font-weight: 700;
}
.modal dl dd a {
    display: inline-block;
    color: #008334;
    word-break: break-all;
}
.closeBtn {
    display: block;
    position: absolute;
    top: 0%;
    right: 0%;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    background-color: #008334;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.closeBtn::before,
.closeBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 18px;
    background: #fff;
    border-radius: 10px;
}
.closeBtn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.closeBtn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
/* 空散登録薬剤一覧 */
/* 散布予定一覧 */
.scheduleItem {
    display: block;
    padding: 15px;
    border-radius: 3px;
    outline: 1px solid #999;
    margin-bottom: 15px;
}

.scheduleItem p {
    text-align: left;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
    position: relative;
}
/* 散布予定一覧 */
/* レスポンシブ */
@media only screen and (max-width: 1081px) {
    .pcLogoT {
        display: none;
    }
    .loadingFixedPc {
        max-width: none;
        width: 160%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 449px) {
    #wrapper,
    #wrapper02 {
        width: 100%;
        margin: 0 auto;
    }
    .container {
        width: 90%;
        margin: 0 auto;
    }
    .spOnly {
        display: block;
    }
    .pcOnly {
        display: none;
    }
    .loadingLogo {
        height: 200px;
    }
    .loadingLogo {
        top: 10%;
    }
    .loadingDrop img {
        top: calc(10% + 200px + 30px);
    }
    .loadingDrop::before {
        top: calc(10% + 200px + 30px + 32px);
    }
    .loadingDrop::after {
        top: calc(10% + 200px + 30px + 64px);
    }

    .loadingFixed {
        display: block;
        position: fixed;
        bottom: 0;
    }
    .loadingFixedPc {
        display: none;
    }
}
/* レスポンシブ */

/* 固定伝達事項・備考セクション */
.fixed-messages-section {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
    padding: 16px 10vw 16px 10vw;
    max-height: 300px;
    overflow-y: auto;
    border-top: 2px solid #007bff;
}

/* 固定セクションがある場合のbody余白調整 */
body.has-fixed-messages {
    padding-bottom: 320px;
}

/* 固定セクションがある場合のコンテナ余白調整 */
.container-fluid.has-fixed-messages {
    padding-bottom: 320px;
}

/* 圃場変更フォーム用のスタイル */
.current-area-info {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.current-area-info h2 {
    margin-bottom: 15px;
    color: #333;
}

.area-selection {
    margin-bottom: 30px;
}

.area-selection h2 {
    margin-bottom: 15px;
    color: #333;
}

.change-note {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.button-group {
    display: flex;
    gap: 15px;
    justify-content: center;
}
