.w10{width:10px !important;}
.w20{width:20px !important;}
.w25{width:25px !important;}
.w40{width:40px !important;}
.w50{width:50px !important;}
.w55{width:55px !important;}
.w60{width:60px !important;}
.w70{width:70px !important;}
.w75{width:75px !important;}
.w80{width:80px !important;}
.w90{width:90px !important;}
.w100{width:100px !important;}
.w110{width:110px !important;}
.w120{width:120px !important;}
.w130{width:130px !important;}
.w135{width:135px !important;}
.w140{width:140px !important;}
.w150{width:150px !important;}
.w160{width:160px !important;}
.w170{width:170px !important;}
.w175{width:175px !important;}
.w180{width:180px !important;}
.w190{width:190px !important;}
.w200{width:200px !important;}
.w240{width:240px !important;}
.w250{width:250px !important;}
.w260{width:260px !important;}
.w270{width:270px !important;}
.w300{width:300px !important;}
.w310{width:310px !important;}
.w330{width:330px !important;}
.w350{width:350px !important;}
.w380{width:380px !important;}
.w400{width:400px !important;}
.w420{width:420px !important;}
.w430{width:430px !important;}
.w440{width:440px !important;}
.w450{width:450px !important;}
.p10{padding:10px !important;}
.p20{padding:20px !important;}
.p30{padding:30px !important;}
.pr10{padding-right:10px !important;}
.pr20{padding-right:20px !important;}
.pr30{padding-right:30px !important;}

.ctr{
    text-align: center;
}
.rgt{
    text-align: right;
}
.frgt{
    float: right;
}

/* 表示用フォーム(readonly)*/
form.readonly input:not([type="submit"]):not([type="button"]) ,
form.readonly textarea,
form.readonly select,
form.readonly radio,
form.readonly label {
  pointer-events: none;
  background-color: #f8f8f8;
  color: #555;
}


.created{
    color: #a8a8a8;
    font-size: 90%;
}

#modal-overlay{
	z-index:1;
	transform:translate3d(0,0,1);
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.6);
}

/* 区切り線 */
.divider{
    border: 1px solid #8AB130;
}

/* 見えないテキストボックス */
.hidden-textbox {
    background-color: white !important;
    border: 1px solid white !important;
    color: white !important;
    outline: none !important;
    box-shadow: none !important;
    display:inline-block !important;
    width:0px !important;
}

/* ツリー構造 */
/* 階層毎の背景色 */
.depth-1 .dd-handle-org { background-color: #77b6e5; !important }
.depth-2 .dd-handle-org { background-color: #a8c8e4; !important }
.depth-3 .dd-handle-org { background-color: #d8e6ef; !important }
.depth-4 .dd-handle-org { background-color: #f4f4f4; !important }
.depth-5 .dd-handle-org { background-color: #eaeaea; !important }

.depth-1 .dd-handle-org { background-color: #DCEBB3 !important; }
.depth-2 .dd-handle-org { background-color: #C9D6FF !important; }
.depth-3 .dd-handle-org { background-color: #F7C6CC !important; }
.depth-4 .dd-handle-org { background-color: #F9DEB5 !important; }
.depth-5 .dd-handle-org { background-color: #E2CFF5 !important; }

.dd-handle-org{
    height: 32px !important ;
    font-size:16px !important ;
}
/* チェックボックスで移動の画面 */
.dd-handle_not_drag {
    display: block;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius: 3px;
    box-sizing: border-box;
}
.dd-handle_not_drag:hover{
    color: #2ea8e5 !important;
    background: #fff;
}
.dd-handle_not_drag input[type="checkbox"] {
  width: 18px;
  height: 18px;
}


/* リストの開閉は非表示 */
.dd-item > button {
    display: none !important;
}
/* 移動先 */
.dd-placeholder {
    border: 2px dashed #ff6600 !important;
    background: rgba(255, 102, 0, 0.1) !important;
    min-height: 30px !important;
    margin: 5px 0 !important;
}

/* 一覧の３点リーダー */
.td-wrapper {
    display: inline-block;
    align-items: center;
}
.dropdown {
    position: relative;
    flex-shrink: 0;
}
.dropdown-link {
    background-color:#fff !important;
    border: 1px solid #8AB130;
    color: #8AB130 !important;
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 20%;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    list-style: none;
    padding: 10px 5px 5px 5px;
    margin: 0;
    width: 120px;
    z-index: 999;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu li {
    padding: 0px;
}
.dropdown-menu li a {
    text-decoration: none;
    color: #333;
    width:100px;
}
.dropdown-menu li:hover {
    background-color: #f0f0f0;
}

/* form-table の各丸設定 */
.form-table{
	border:1px solid #D3D3D3;
	border-radius:10px !important;
	border-collapse: separate;
}
.form-table tr:first-child th:first-child{
	border-radius:10px 0 0 0;
}
.form-table tr:first-child th:last-child{
	border-radius:0 10px 0 0;
}
.form-table tr:last-child th:first-child{
	border-radius:0 0 0 10px;
}
.form-table tr:last-child td:first-child{
	border-radius:0 0 0 10px;
}
.form-table tr:last-child th:last-child{
	border-radius:0 0 0 10px;
}
.form-table tr:last-child td:last-child{
	border-radius:0 0 10px 0;
}
.form-table tr:last-child td:first-child:last-child{
	border-radius:0 0 10px 10px;
}
.form-table tr:first-child:last-child th:first-child{
	border-radius:10px 0 0 10px;
}
.form-table tr:first-child:last-child td:last-child{
	border-radius: 0 10px 10px 0;
}

/* info-table の各丸設定 */
.info-table{
	border:1px solid #D3D3D3;
	border-radius:10px !important;
	border-collapse: separate;
}
.info-table tr:first-child th:first-child{
	border-radius:10px 0 0 0; 
}
.info-table tr:first-child th:last-child{
	border-radius:0 10px 0 0; 
}
.info-table tr:last-child th:first-child{
	border-radius:0 0 0 10px; 
}
.info-table tr:last-child td:first-child{
	border-radius:0 0 0 10px; 
}
.info-table tr:last-child th:last-child{
	border-radius:0 0 0 10px; 
}
.info-table tr:last-child td:last-child{
	border-radius:0 0 10px 0;
}

.deleteBtn {
    background-color: #333;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
}

/* ラインなしテーブル */
table.none{
    border: none;
    margin: 0;
}
table.none td , table.none th{
    padding: 2px;
    border-bottom: none !important;
}

/* クリアボタン */
#clearCustomer{
    font-size: 20px !important;
    vertical-align: middle;
    margin: auto 10px;
}

#clearDestination{
    font-size: 20px !important;
    vertical-align: middle;
    margin: auto 10px;
}

/* ダッシュボードのデザイン **************/

.dashboard-card{
    margin: 5px;
    padding: 10px;
    border: 1px solid #285208;
    border-radius: 4px;
    background-color: #f6ffff;
}
.dashboard-card a{
    font-size: 110%;
}
.dashboard-card .customer{
    font-size: 120%;
    font-weight: bold;
    color: #e3b11e;
}
.dashboard-card .id{
    font-size: 80%;
    font-weight: normal;
    color: #333;
    margin-left: 20px;
}
.dashboard-card .destination{
    display: inline-block;
    width: 550px;
    margin: 5px;
    margin-left: 10px;
}
.dashboard-card .alert_count{
    display: inline-block;
    width: 100px;
    color: #5d7425;
}
.dashboard-card .alert_count i{
    margin-right: 5px;
    text-align: right;

}
.dashboard-card .count{
    display: inline-block;
    width: 100px;
    text-align: right;
}
.dashboard-card .actions{
    display: inline-block;
    width: 200px;
    text-align: right;
}

/****
 *
 * Dashboardのメニュー説明
 *
 ****/
.dashboard-menu {
    margin: 20px 0;
}
.dashboard-menu .dashboard-lead {}
.dashboard-menu .menu-grid {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.dashboard-menu .menu-card {
    flex: 1 1 220px;           /* 最小幅 220px で、横に並べる */
    max-width: 220px;          /* 広がりすぎ防止（お好みで調整） */
    min-height: 180px;          /* 広がりすぎ防止（お好みで調整） */
    border-radius: 8px;
    padding: 16px 14px;
    background: #fafafa;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
    display: flex;
    flex-direction: column;
    gap: 8px;

    position: relative;
    overflow: hidden; /* ← これが重要（はみ出し防止） */
}

/* メインメニュー */
.dashboard-menu .menu-card i{
    margin: auto;
    font-size: 90px;
    margin-bottom: 4px;
}

/* 親子メニューの親 */
.dashboard-menu .menu-card i.parent{
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 25px;
    margin-bottom: 4px;
}

/* 親子メニューの子 */
.dashboard-menu .menu-card i.child{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    font-size: 70px;
    margin-bottom: 4px;
}

.dashboard-menu .menu-card h2{
    z-index: 2;
    font-size: 12px;
    font-weight: 700;
    color: #666;
    background: #eee;
    border-radius: 10px;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 6px;
    margin-left: 42px;
}
.dashboard-menu .menu-card h3{
    margin-top: auto;
    z-index: 2;
    text-align: center;      /* ← 文字も中央 */
    font-size: 18px;
    font-weight: 700;
}
.dashboard-menu .menu-card:hover {
    background: #f0f4fa;
}
.dashboard-menu .menu-card:hover i{
    opacity: 0.7;
}


/* メールの宛先情報 ********************/
.contactlist p{
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 20px;
    color: #8ab130;
    font-size: 17px !important;
    font-weight: bold !important;
}
.contactlist p.label{
    margin-left: 2px;
    background-color: #8ab130;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}
.contactlist p.error , .contactlist p.error a{
    color: #da1c1c;
    font-size: 14px !important;
}

/* 賞味期限アラートのダミー入力欄だったが使わなくなった
.dummy-input{
    max-width: 500px;-webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear,background 0.15s linear;
    -ms-transition: border-color 0.15s linear,background 0.15s linear;
    -o-transition: border-color 0.15s linear,background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
} */

/* メールログの表示 ********************/
.ellipsis {
  position: relative;
  cursor: default;
}

.ellipsis[data-full]:hover::after {
  content: attr(data-full);
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 100;
}

/* メールの移動 */
.move-maillog{
    display: inline-block;
    margin: 10px;
    padding: 10px;
    background: #8AB130;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
}
/* リンクが無効な場合 */
div.move-maillog{
    background: #536c18;
}

/* TOPへ戻るボタン *********************/
.back-to-top{
    position: fixed;
    right: 20px;
    bottom: 28px;

    width: 96px;
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    background: #8AB130;
    color: #ffffff;
    text-decoration: none;

    border-radius: 14px;
    font-weight: 700;
    font-size: 16px;

    box-shadow: 0 10px 24px rgba(0,0,0,.2);

    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;

    z-index: 9999;
}

.back-to-top.is-visible{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.back-to-top:hover{
    filter: brightness(0.95);
}

.back-to-top{
  color: #ffffff;
}

.back-to-top:link,
.back-to-top:visited,
.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus{
  color: #ffffff;
}

/* 登録ボタンへ */
#go-submit {
    position: fixed;
    bottom: 28px;
    right: 130px;
    padding: 15px 15px;
    background: #af9b35;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none;
    z-index: 1000;
}

/* 顧客のアラート情報 */
.alert-info{
    display: inline;
    margin: auto 30px;
    font-weight: normal;
    font-size: 90%;
    color: #8AB130;
}
.alert-info i{
    margin-right: 5px;
    font-style: italic;
}

body {
    color: #212121;
}

body,
h1,h2,h3,h4,h5,h6,
input,
button,
.button,
#actions-sidebar,
#actions-sidebar li,
.top-bar-section ul li>a {
    font-family: '游ゴシック','YuGothic','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
}

button,
.button,
.form button:hover,
.form button:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #8AB130;
    font-weight: bold;
}

.copy-button{
    background-color: #2d499d;
    font-weight: bold;
}
.copy-button:hover , .copy-button:focus{
    background-color: #3d61cb;
}

.form button:hover,
.form button:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
    opacity: 0.8;
}

a,
legend,
table tr th {
    color: #8AB130;
}
table thead tr,
table tr th,
fieldset legend {
    border-color: #8AB130;
}

a:hover, a:focus {
    color: #A4CC46;
}

.index table {
    margin-top: 0rem;
    border: 0;
    width: 100%;
    table-layout: fixed;
}

fieldset {
    border: none;
    margin: 1.125rem 0;
    padding: 0;
}


table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%;
}
table thead {
    background: none;
}
table td {
    vertical-align: middle;
}
table th.userid {
    width: 4em;
}
table tr {
    border-bottom: 1px solid #ebebec;
}
table thead tr {
    border-bottom: 1px solid #8AB130;
}
table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #8AB130;
    text-align: left;
    border-bottom: 2px solid #8AB130;
}
table tr:nth-of-type(even) {
    background: none;
}

/* ---------- container ---------- */
.container {
    overflow: hidden;
    min-height: 92%;
}

#opening {
    display: none;
    margin-top: -15px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff4f4;
    border: 1px solid #cf2f2f;
    border-radius: 6px;
    color: #cf2f2f;
}
#opening #closeOpening {
    cursor: pointer;
    float: right;
    font-weight: 800;
    font-size: 120%;
}
#opening .inner {
    font-size: 120%;
}
#opening h2 {
    display: inline-block;
    margin-top: 5px;
    width: 450px;
    color: #cf2f2f;
    font-size: 90%;
}
#opening .info {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: -10px;
}
#opening .button {
    margin: 8px 50px;
    padding: 5px;
    width: 180px;
    float: right;
}
#opening .button a {
    display: inline-block;
    width: 100%;
    color: white;
    font-size: 85%;
}

/* ---------- header ---------- */
/* logo-block */
.logo-block {
    float: left;
    margin: 8px 15px;
}
.logo-block h1 {
    margin: 0;
    font-size: 0;
}
.logo-block a img {
    display: inline-block;
    vertical-align: middle;
}
.logo-block a span {
    display: inline-block;
    padding: 0;
    color: #212121;
    font-size: 27px;
    font-weight: 500;
    line-height: 160%;
    vertical-align: middle;
}

/* top-bar */
.top-bar.expanded,
.top-bar {
    background-color: inherit;
}
.top-bar {
    border-bottom: solid 1px #d3d3d3;
}
.top-bar-section ul {
    margin-right: 15px;
}
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover {
    margin: 0 5px;
    background-color: #8AB130;
    font-weight: bold;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
    opacity: 0.7;
}
.top-bar-section li a {
    line-height: 32px !important;
    padding: 0 12px !important;
}

.top-bar-section li.logininfo{
    margin: 5px;
    background-color: transparent;
    font-weight: normal;
    font-size: 90%;
}

/* open-button */
.open-button {
    display: none;
}

/* ---------- footer ---------- */
.footer {
    float: right;
    width: 83.33333%;
    text-align: center;
    margin-top: -2em;
}

/* ---------- sidebar ---------- */
#actions-sidebar {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    background-color: #fafafa;
    border-right: solid 1px #e0e0e0;
}
#actions-sidebar li {
    border-bottom: solid 1px #e0e0e0;
    margin: 0;
}
#actions-sidebar li a {
    padding: 15px 15px;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
}
#actions-sidebar li a svg,
#actions-sidebar li a i {
    width: 1.2em;
    color: #8AB130;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
}
#actions-sidebar li a span {
    padding-left: 8px;
}

#actions-sidebar li.other{
    background-color: #285208;
}
#actions-sidebar li.other:hover{
    background-color: #92ab7f;
}
#actions-sidebar li.other a{
    color: #fff;
}
#actions-sidebar li.other a i {
    color: #fff;
}


#actions-sidebar .side-nav {
    padding: 0;
}




.sp-open-menu {
    display: none;
}

/* ---------- content ---------- */
.content {
    position: relative;
    padding: 40px;
}

.content h2 {
    margin: 0;
    padding-bottom: 18px;
    color: #212121;
    font-size: 25px;
}
.content h3 {
    margin: 0;
    padding-bottom: 15px;
    color: #212121;
    font-size: 21px;
}
.content p {
    font-size: 14px;
    font-weight: 500;
}

.content input[type="text"],
.content input[type="tel"],
.content input[type="email"],
.content input[type="password"] {
    max-width: 500px;
}

/* fieldset */
.content fieldset legend {
    margin-bottom: 18px;
    padding: 0 0 6px;
    font-size: 17px;
}

/* button */
.content button,
.content .button{
    padding: 12px 22px;
    font-size: 15px;
}

.content button.small, 
.content .button.small {
    padding: 8px 14px;
    font-size: 13px;
}


/* login-block */
.login-wrapper {
    overflow: hidden;
    min-height: 92%;
    background-color: #fafafa;
}
.login-block {
    overflow: hidden;
    box-sizing: border-box;
    width: 350px;
    margin: 60px auto 30px;
    padding: 40px;
    border: solid 1px #d3d3d3;
    background-color: #fff;
}
.login-block fieldset {
    margin: 0;
}
.login-block fieldset legend {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: solid 2px;
    font-size: 20px;
}
.login-block .left {
    float: left;
    width: 350px;
}
.login-block .right {
    float: right;
    width: 350px;
}
.login-block .reissue-link {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}
.login-block .submit {
    margin: 0;
}
.login-block button {
    width: 260px;
}

.login-block .btn-block {
    margin-bottom: 20px;
}
.login-block .btn-block a {
    margin: 5px;
}


/* breadcrumb */
.breadcrumb {
    padding-bottom: 35px;
}
.breadcrumb ul {
    margin: 0;
    font-size: 0;
}
.breadcrumb ul li {
    display: inline-block;
    list-style: none;
}
.breadcrumb ul li a {
    margin-right: 6px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.breadcrumb ul li i {
    font-size: 13px;
    margin-right: 6px;
}

/* complete-title */
.complete-title {
    padding-bottom: 25px;
}

/* top-block */
.top-block {
    overflow: hidden;
    padding-bottom: 40px;
}
.top-block h3 {
    padding: 0;
    margin: 0 0 10px;
    font-size: 24px;
}

/* index-block */
.index-block {
    overflow: hidden;
    padding-bottom: 20px;
}
.index-block h2 {
    float: left;
    padding: 0;
    margin: 0;
}
.index-block .add-button {
    float: right;
    margin: 0;
    margin-left: 6px;
}
.index-block .add-button a {
    margin: 0;
}

/* select-report */
.select-report {
    display: none;
    position: absolute;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
}
.select-report li {
    padding: 7px 22px;
    background-color: white;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #8AB130;
}
.select-report li:nth-of-type(2) {
    margin-top: -2px;
}
.select-trigger a.button {
    margin-bottom: 0;
}
.select-trigger:hover .select-report {
    display: block;
}
.select-trigger .button:hover {
    opacity: 1;
}

/* 拠点間移動 */
.select-transfers li{
    border-width: 1px;
    margin-left: -180px;
    width: 300px;
}
.select-transfers li:first-child {
    margin-top: 1px;
}
.select-transfers li:not(:first-of-type) {
    margin-top: -2px;
}
.select-transfers li a{
    display: block;;
    width: 100%;
}
.select-transfers li a:hover , .select-transfers li a:active{
    text-decoration: underline;
}
.transfer-table th{
    vertical-align:bottom !important;
    padding-bottom:10px !important;
}
.transfer-table .th_first{
    border-bottom:none;
    padding-bottom:5px !important;
    padding-top:10px;
}
.transfer-table .th_first span{
    display:inline-block;
    width:100%;
    text-align:center;
    border-bottom: 2px solid #0072BC;
    color:#0072BC;
}
.transfer-table .th_first2 span{
    border-bottom: 2px solid #FF3C1A;
    color:#FF3C1A;
}
.transfer-table .th_second{
    padding-top:0px;
}

.transfer-table .after_quantity span,
.transfer-table .after_inventory_quantity span,
.transfer-table .after_src_quantity span,
.transfer-table .after_src_inventory_quantity span{
}
.transfer-table .after_dst_quantity span,
.transfer-table .after_dst_inventory_quantity span{
}
.transfer-table .after_quantity,
.transfer-table .after_inventory_quantity,
.transfer-table .after_src_quantity,
.transfer-table .after_src_inventory_quantity{
}
.transfer-table .after_dst_quantity,
.transfer-table .after_dst_inventory_quantity{
}

/* mypage-block */
.mypage-block {
    overflow: hidden;
    padding-bottom: 40px;
}
.mypage-block h3 {
    padding: 0;
    margin: 0 0 10px;
    font-size: 26px;
}

.content .admin-right-button {
    float: right;
    margin-top: -70px;
    margin-bottom: 20px;
}
.content .admin-right-button a {
    font-size: 15px;
}

/* search-block */
.search-block {
    margin: 10px 10px 10px 0;
}
.search-block .form-block,
.search-block input,
.search-block .button-block,
.search-block .button {
    display: inline-block;
}
.search-block select {
    width: 115px;
}
.search-block .search {
    width: 200px;
    display: inline-block;
    margin-right: 5px;
}
.search-block .datepicker {
    width: 120px;
    display: inline-block;
    margin-right: 5px;
}
.search-block .name {
    font-size: 13px;
}
.search-block input[type="checkbox"] {
    width: 25px;
    margin: 0;
}
.search-block .form-block label{
    display: inline-block;
    border: 1px solid #5d7a1a;
    background-color: #f4fde0;
    padding: 6px 8px;
    margin: 2px;
    border-radius: 6px;
}


.dashboard .search-block{
    margin: -10px auto 30px auto;
    padding: 20px 20px 10px 20px;
    border: solid 1px #bdbdbd;
    border-radius: 6px;
}

/* 顧客・備蓄品検索　検索枠を囲うスタイル */
.search-frame {
    position: relative;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    padding: 28px 20px 20px 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.search-title {
    position: absolute;
    top: -10px;
    left: 16px;
    background: #ffffff;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

/* view-block */
.view-block {
    padding-top: 10px;
    padding-bottom: 10px;
}
.view-block .title {
    font-size: 26px;
    padding-bottom: 0;
}

/* remark-block */
.remark-block {
    margin-bottom: 80px;
}


/* entry-header */
.entry-header {
    margin-bottom: 20px;
}
.entry-header h2 {
    padding-bottom: 10px;
}

/* entry-block */
.entry-block {
    margin-bottom: 60px;
}
.entry-block h3 {
    margin-bottom: 15px;
    padding: 3px 0 6px 10px;
    border-left: solid 3px #8AB130;
    border-bottom: 1px solid #bdbdbd;
    font-size: 18px;
    font-weight: bold;
}


/* ---------- search-table ---------- */
.top-search-block {
    margin-bottom: 15px;
    padding: 15px;
    border: solid 1px #bdbdbd;
}
.top-search-block .submit-block {
    margin: 10px 0 0;
}
.top-search-block .submit a,
.top-search-block .submit input {
    line-height: 46px;
    font-size: 15px;
}

.search-table {
    margin: 0 0 10px;
}
.search-table tr th {
    width: 20%;
    border-bottom: none;
}
.search-table tr td {
    width: 80%;
}
.search-table input,
.search-table select {
    margin: 0;
}
.search-table select {
    width: 180px;
}
.search-table input.id {
    width: 200px;
}
.search-table input.datepicker {
    display: inline-block;
    width: 160px;
}
.top-search-block .check-managed {
    text-align: center;
    font-weight: 500;
}
.top-search-block input {
    margin-right: 5px;
}

.top-block {
    margin-top: 40px;
}

/* ---------- list-table ---------- */
.list-table {
    width: 100%;
}
.list-table th,
.list-table td {
    line-height: 140%;
    vertical-align: top;
    word-break: break-all;
}
.list-table th {
    color: #7d993a;
    padding: 10px 0;
    font-size: 15px;
}
.list-table th a {
    color: #8AB130;
    font-size: 15px;
}
.list-table th a:after {
    content: "\f0dd";
    display: inline-block;
    padding-left: 6px;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
}
.list-table th a.asc:after {
    content: "\f0de";
}
.list-table td {
    padding: 14px 6px 14px 0;
    font-size: 14px;
}
.list-table tbody td:first-child {
    font-weight: bold;
    padding-left: 6px;
}
.list-table tbody td:last-child {
    padding-right: 0;
}

/* 無効拠点の色設定 */
.list-table tbody tr.disabled{
    background-color: #b5aeac;
}

/* エラー行の色設定 */
.list-table tbody tr.error td{
    color: #f33b3b;
    font-weight: bold;
}


/* マウスオーバー行の色設定 */
.list-table tbody tr:hover{
  background-color:mistyrose;
}



/* 賞味期限アラート範囲の日付 */
.list-table .deadline{
    color: #df3838;
    font-weight: bold;
}
.list-table .deadline-soon{
    color: #dfa212;
    font-weight: bold;
}



/* actions */
.content td.actions {
    font-size: 0;
    padding-top: 8px;
    padding-bottom: 1px;
    vertical-align: top;
}
.content .actions a {
    display: inline-block;
    background-color: #8AB130;
    padding: 8px 12px;
    margin-right: 4px;
    margin-bottom: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 120%;
}
.content .actions a:hover {
    opacity: 0.7;
}
.content .actions a.delete,
.content .actions a.cancel {
    background-color: #CF2F2F;
}
.content .actions a.notManaged {
    background-color: #CF2F2F;
}
.content .actions a.Managed {
    background-color: #4860e1;
}
.content .actions a.updateInventoryQuantity{
    background-color: #3c5dbf;
    margin: auto 4px;
    border-radius: 4px;
}
.content .actions a.closeInventoryQuantity{
    display: inline-block;
    padding: 8px 12px;
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: bold;
    line-height: 120%;
    color: #3c5dbf;
    background-color: transparent;
}

.has-cleardate{
    display: inline-block;
    width:400px;
    margin: 2px;
    padding: 4px 10px;
    border: #cecece 1px solid;
    border-radius: 4px;
}

.content .actions a.cleardate{
    background-color: #a7af97;
    margin: auto 4px;
    border-radius: 4px;
}

/* テーブル幅調整 */
.customer-table th.id {
    width: 100px;
}
.customer-table.alert th.id{
    width: 200px;
}
.customer-table th.name {}
.customer-table th.actions {
    width: 375px;
}

.destination-table th.name {
    width: 35%;
}
.destination-table th.address {
}
.destination-table th.actions {
    width: 290px;
}
/* 拠点の親子関係 */
.destination-table .level1{
	color: #8AB130;
	font-weight: 700;
    margin: auto 10px auto 10px;
}
.destination-table .level2{
	color: #2f4bb5;
	font-weight: 700;
    margin: auto 10px auto 50px;
}
.destination-table .level3{
	color: #c93246;
	font-weight: 700;
    margin: auto 10px auto 90px;
}
.destination-table .level4{
	color: #e08e1a;
	font-weight: 700;
    margin: auto 10px auto 100px;
}
.destination-table .level5{
	color: #7d3fb2;
	font-weight: 700;
    margin: auto 10px auto 110px;
}

.destination-info{
    font-size: 20px;
}


#destination-modal-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  z-index: 9990;
  display: none;
}


#destination-info-block{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(700px, calc(100% - 40px));
  max-height: calc(100% - 80px);
  overflow: auto;
  background: #fff;
  border-radius: 8px;
  z-index: 9991;
  padding: 16px;
}

#destination-info-block .modal-close{
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

/* 顧客変更用ボタン */
#transfer-off{
    display: block;
}
#transfer-on{
    display: none;
}
#transferCustomer , #cancelTransfer{
    display: inline-block;
    position: relative;
    background-color: #8AB130;
    padding: 12px 12px;
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
#transferCustomer:hover , #transferCustomer:active ,
#cancelTransfer:hover , #cancelTransfer:active {
    opacity: 0.8;
}

.stockpiles-table th.date {
}
.stockpiles-table th.actions {
    width: 260px;
}

.stockpiledata-table th , .stockpiledata-search-table th{
    vertical-align: bottom !important;
}
.stockpiledata-table th.name {
}
.stockpiledata-table th.date {
    width: 120px;
}
.stockpiledata-table th.quantity {
    width: 120px;
}
.stockpiledata-table th.bundle {
    width: 150px;
}
.stockpiledata-table th.check {
    width: 30px;
}
.stockpiledata-table th.actions{
    width: 150px;
}


.stockpiledata-search-table th.customer_name {
    width: 20%;
}
.stockpiledata-search-table th.destination_name {
}
.stockpiledata-search-table th.item_name {
}
.stockpiledata-search-table th.date {
    width: 120px;
}
.stockpiledata-search-table th.quantity {
    width: 110px;
}
.stockpiledata-search-table th.check {
    width: 30px;
}
.stockpiledata-search-table th.actions , .stockpiledata-search-table td.actions {
    white-space: nowrap;
}

/* アラート削除済みアイコン */
.stockpiledata-search-table i , .stockpiledata-table i{
    margin: auto 4px;
    color: #3c70b3;
}
/* 消込済みアイコン */
.stockpiledata-search-table i.erased_customer , .stockpiledata-table i.erased_customer{
    margin: auto 4px;
    color: #e9ad3c;
}


.stockpiledata-search-table i.fa-share , .stockpiledata-table i.fa-share{
    color: #fff;
}

.alert-list th.name{
    width: 30%;
}
.alert-list th.count{
    width: 150px;
}
.alert-list th.info{
}
.alert-list th.status{
    width: 200px;
}
.alert-list th.actions{
    width: 20%;
}

.alert-list td div.status{
    width: 170px;
    padding: 4px;
    text-align: center;
    border-radius: 4px;
}

/* 賞味期限アラートのテーブル */
.expiration-alert-table th.name{
    width: 400px;
}
.expiration-alert-table th.date{
    width: 150px;
}

.expiration-alert-table tr.additionaldata td{
    background-color: #fce4ff;
}
.content .actions a.deleteFromAdditionaldata{
    background-color: #2d499d;
}

/* カテゴリーのテーブル */
.category-table th.id{
    width: 200px;
}
.category-table th.name{
    width: 700px;
}

/* カテゴリーのテーブル */
.announcement-table th.id{
    width: 150px;
}
.announcement-table th.title{
    width: 300px;
}
.announcement-table th.category{
    width: 150px;
}
.announcement-table th.starttime , .announcement-table th.endtime{
    width: 150px;
}
.announcement-table th.status{
    width: 100px;
}

/* paginator */
.content .paginator {
    margin-top: 20px;
}
.content .paginator p {
    margin-bottom: 4px;
    color: #999;
    font-size: 13px;
    font-weight: bold;
}

.content .pagination li.active a {
    background-color: #8AB130;
    color: #fff;
}
.content .pagination li.disabled {
    display: none;
}
.content .pagination li a,
.content .pagination li button {
    border: solid 1px;
    border-radius: 0;
    color: #8AB130;
    font-weight: bold;
}
.content .pagination li a:hover,
.content .pagination li button:hover {
    background-color: #8AB130;
    color: #fff;
}


/* ---------- form-table ---------- */
.form-table {
    width: 100%;
    border-top: 1px solid #bdbdbd;
}
.form-table th,
.form-table td {
    box-sizing: border-box;
    padding: 10px 10px 10px 16px;
    border-bottom: 1px solid #bdbdbd;
    font-size: 14px;
    line-height: 140%;
}
.form-table th {
    width: 27%;
    padding-top: 20px;
    padding-bottom: 18px;
    background-color: #fafafa;
    color: #212121;
    font-weight: bold;
    vertical-align: top;
}
.form-table td {
    vertical-align: middle;
    word-break: break-word;
}
.form-table td.top {
    vertical-align: top;
    padding-top: 20px;
}
.form-table td.top input {
    margin-top: -8px !important;
}

/* ---------- info-table ---------- */
.info-table {
    width: 100%;
    border-top: 1px solid #bdbdbd;
}
.info-table th,
.info-table td {
    box-sizing: border-box;
    padding: 5px 105 5px 16px;
    border-bottom: 1px solid #bdbdbd;
    font-size: 14px;
    line-height: 120%;
}
.info-table th {
    width: 27%;
    padding-top: 10px;
    padding-bottom: 9px;
    background-color: #fafafa;
    color: #212121;
    font-weight: bold;
    vertical-align: top;
}
.info-table td {
    vertical-align: middle;
    word-break: break-word;
}
.info-table td.top {
    vertical-align: top;
    padding-top: 10px;
}
.info-table td.top input {
    margin-top: -8px !important;
}

.info-table .link-field{
    padding: 2px 0 2px !important;
}

/* icon */
.form-table th.icon {
    width: 55px;
    padding-left: 0;
    padding-right: 16px;
    text-align: right;
}
.icon .required {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 2px;
    line-height: 16px;
    background-color: #CF2F2F;
}
.icon .optional {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 2px;
    line-height: 16px;
    background-color: #bbb;
}

/* unit */
.form-table span.unit {
    padding: 0 7px;
}

/* name */
.form-table span.name {
    padding-right: 7px;
}

/* note */
.form-table .note {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 160%;
}
.form-table .note:first-child {
    margin-bottom: 8px;
}


/* input */
.form-table input,
.form-table textarea {
    margin-bottom: 0;
    padding: 10px 8px;
    line-height: 140%;
    background-color: #f3f3f3;
    border-color: #eee;
    font-size: 14px;
    line-height: 160%;
}
.form-table input::-webkit-input-placeholder {
    color: #ccc;
}
.form-table input::placeholder {
    color: #ccc;
}
.form-table input:-ms-input-placeholder {
    color: #ccc;
}
.form-table textarea::-webkit-input-placeholder {
    color: #ccc;
}
.form-table textarea::placeholder {
    color: #ccc;
}
.form-table textarea:-ms-input-placeholder {
    color: #ccc;
}
.form-table input[type='text'],
.form-table input[type='email'],
.form-table input[type='tel'],
.form-table input[type='password'],
.form-table input[type='file'] {
    width: 100%;
}

.form-table input[type='file'] {
    padding: 6px;
}
.form-table input.name {
    margin-right: 24px;
    width: 140px;
}
.form-table input.address {
    width: 420px;
}
.form-table input.number {
    display: inline-block;
    width: 120px;
}
.form-table input.year {
    display: inline-block;
    width: 100px;
}
.form-table input.date {
    display: inline-block;
    width: 50px;
}
.form-table input.datepicker {
    width: 150px;
}


/* textarea */
.form-table textarea {
    width: 100%;
    height: 200px;
}
.form-table textarea.short {
    height: 100px;
}
.form-table textarea.long {
    height: 400px;
}
.form-table textarea[name='content'] {
    height: 500px;
}

/* label */
.form-table label {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
}
.form-table label span {
    display: inline-block;
    min-width: 50px;
}

.form-table label[for="check"] {
    font-weight: bold;
}

/* radio */
.form-table .radio {
    display: inline-block;
    padding: 6px 15px 6px 0;
}
.form-table .radio label{
    width: 150px;
    margin: 0px;
    padding: 6px 4px;
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    background-color: #f1f1f1;
}
.form-table .radio input {
    margin-right: 4px;
    margin-bottom: 0;
    vertical-align: middle;
}

/* checkbox */
.form-table .checkbox {
    display: inline-block;
    padding: 6px 15px 6px 0;
}
.form-table .checkbox input {
    margin-right: 4px;
    vertical-align: middle;
}
.form-table input[type='checkbox'] {
    margin-right: 4px;
    vertical-align: middle;
}

/* other-field */
.form-table .other-field {
    display: inline-block;
    display: none;
}
.form-table .other-field span.unit {
    padding-left: 0;
}
.form-table .other-field .input.error {
    display: inline;
}
.form-table input.other {
    width: 180px;
    margin-top: 10px;
}

/* select */
.form-table .select {
    margin-bottom: 10px;
}
.form-table select {
    margin: 0;
    padding: 5px 10px 5px 4px;
}
.form-table option {
    padding: 2px 3px;
}

/* group-table-wrapper */
.group-table-wrapper {
    display: none;
}
.group-table-wrapper.open {
    display: block;
}
.group-table-wrapper .form-table th {
    width: 20%;
}
.group-table-wrapper .form-table tr:first-child th:first-child {
    width: 5%;
    padding: 12px 0 12px 15px;
    background-color: #d2e0e1;
}

/* zip-field */
.zip-field {
    margin-bottom: 10px;
}
.zip-field input.zip {
    display: inline-block;
    width: 150px;
}
.zip-field .zip-button {
    margin-left: 4px;
    padding: 7px 12px;
    cursor: pointer;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color  0.2s ease;
    border: solid 1px #d4d4d4;
    background-color: #fafafa;
    font-size: 13px;
    font-weight: 500;
}
.zip-field .zip-button:hover {
    border-color: #333;
}


/* address-field */
.address-field {
    margin-bottom: 10px;
}
.address-field input,
.address-field select {
    display: inline-block;
    width: 150px;
}


/* item-field */
.form-table .item-fields {
    margin-top: 8px;
}
.form-table .item-fields label {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 160%;
}
.form-table .item-field {
    display: none;
    margin-top: 2px;
    margin-bottom: 28px;
    margin-left: 17px;
}
.form-table .item-field .note {
    margin-bottom: 4px;
    font-size: 13px;
}

.form-table .item-confirm {
    margin-top: 8px;
    margin-bottom: 22px;
}
.form-table .item-confirm:last-child {
    margin-bottom: 12px;
}
.form-table .item-confirm label {
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 160%;
}

/* deadline-field */
.form-table .deadline-field {
    display: none;
    margin-top: 10px;
}
.form-table .date-select {
    display: inline-block;
    margin-right: 8px;
}
.form-table .date-select select {
    display: inline-block;
    width: 45px;
}
.form-table .date-select.year select {
    width: 60px;
}

/* size-field */
.form-table .size-field .size {
    margin-bottom: 10px;
}
.form-table .size-field .size:last-child {
    margin-bottom: 0;
}

/* box-field */
.form-table .box-field .box {
    margin-bottom: 10px;
}
.form-table .box-field .box:first-child {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #bdbdbd;
}
.form-table .box-field .box:last-child {
    margin-bottom: 0;
}
.form-table .box-field .box-number {
    display: inline-block;
    width: 150px;
}

.form-table .continue-button {
    margin-top: 10px;
    padding: 12px 0;
    border: solid 2px #8AB130;
    cursor: pointer;
    text-align: center;
}
/* .form-table .continue-button span::before {
    content: "\f106";
    display: inline-block;
    padding-right: 4px;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    line-height: 140%;
}
.form-table .continue-button.open span::before {
    content: "\f0dd";
} */
.form-table .continue-button span::after {
    content: '続きを非表示にする';
    display: inline;
    color: #8AB130;
    font-size: 15px;
    font-weight: bold;
    line-height: 140%;
    letter-spacing: 0.08em;
}
.form-table .continue-button.open span::after {
    content: '続きを表示する';
}

/* submit-block */
.submit-block {
    margin: 40px auto 60px;
    text-align: center;
}
.draft-block + .submit-block {
    margin-bottom: 110px;
}
.submit-block .delete-block{
    float: left;
}
.delete-block #deleteStockpile,
.delete-block #deleteTransfer{
    width: 180px;
    background-color: #CF2F2F;
    font-size: 16px;
    margin: 5px 5px;
}

/* submit button */
.submit {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity  0.3s ease;
    margin: 5px 5px;
    text-align: center;
}
.submit:hover {
    opacity: 0.7;
}

.submit input {
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.submit a,
.submit input {
    display: inline-block;
    width: 260px;
    line-height: 50px;
    background: #8AB130;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.submit a.back,
.submit input.back {
    width: 240px;
    line-height: 46px;
    border: none;
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
    font-size: 14px;
}
.submit a.delete,
.submit input.delete,
 {
    background-color: #CF2F2F;
}
.submit input.draft {
    line-height: 46px;
    background-color: #fff;
    border: solid 2px #8AB130;
    color: #8AB130;
}


/* draft-block */
.draft-block {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 0;
    background-color: #fff;
    border-top: solid 1px #d3d3d3;
    text-align: center;
    z-index: 10000;
}
.draft-block .submit input {
    background-color: #fff;
    border: solid 2px #8AB130;
    color: #8AB130;
}

/* tmp-field */
.tmp-field {
    padding: 0;
}
.tmp-field .remove {
    display: inline-block;
    padding: 5px 8px;
    background-color: #CF2F2F;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;

    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 120%;
}
.tmp-field .remove i {
    padding-right: 4px;
}
.tmp-field .remove:hover {
    opacity: 0.8;
}

.link-field {
    padding: 8px 0 8px;
}
.link-field i {
    padding-right: 5px;
    font-size: 16px;
}
.link-field a {
    font-weight: bold;
}

/* period-field */
.period-field {
    margin-top: 5px;
    margin-bottom: 10px;
}
.period-field:last-child {
    margin-bottom: 5px;
}

.file-field {
    display: none;
}

/* mail-body */
.mail-body {
    padding: 20px;
    border: solid 1px;
}

/* sending-block メール配信中画面 */
.sending-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
}
.sending-block.open {
    display: block !important;
}
.sending-block p {
    position: fixed;
    top: 40%;
    bottom: 0;
    width: 100%;
    background: url(../image/loading.gif) no-repeat top center;
    margin: 0;
    padding-top: 40px;
    font-size: 22px;
    font-weight: bold;
    line-height: 180%;
    text-align: center;
}


/* 画像アップロード */
.preview-wrapper {
    position: relative;
    display: inline-block;
}
.preview-wrapper .remove {
    position: absolute;
    top: 3px;
    left: 3px;
    display: inline-block;
    padding: 5px 8px;
    background-color: #CF2F2F;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;
}
.preview-wrapper .remove span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 120%;
}
.preview-wrapper .remove span i {
    padding-right: 4px;
}
.preview-wrapper .remove:hover {
    opacity: 0.8;
}

/* error-block */
.error-block {}
.error-block .error-content {
    margin-bottom: 30px;
}
.error-block .message {
    display: inline-block;
    width: auto;
    padding: 0;
    border: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: 0.08em;
    text-align: center;
}


/* contact-block */
.contact-block {
    display: inline-block;
    margin-top: 60px;
    padding: 30px;
    background-color: #fafafa;
    border: solid 1px #e0e0e0;
}
.contact-block p {
    margin-bottom: 0;
    font-size: 15px;
}


/* error-message */
.error-message {
    color: #da1c1c;
    font-weight: bold;
}
.message {
    width: 100%;
    padding: 15px 5px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.08em;
}
.success.message {
    color: #3639c3;
    font-weight: bold;
}
.error.message {
    color: #da1c1c;
    font-weight: bold;
}

.form-table .error-message {
    padding-top: 10px;
    color: #da1c1c;
    font-weight: bold;
    font-size: 14px;
}
.form-table .error-message ul {
    margin-bottom: 0;
}
.form-table .error-message li {
    font-size: 14px;
}



/* ---------- sweet aleart ---------- */
.swal-button-container .swal-button {
    opacity: 1;
}

/* okボタン */
.swal-button {
    background-color: hsl(116, 43%, 48%);
}
.swal-button:hover {
    background-color: #8AB130;
    opacity: 0.7;
}
.swal-button:not([disabled]):hover {
    background-color: #8AB130
}
.swal-button:active {
    background-color: #8AB130
}
.swal-button:focus {
    outline: none;
    box-shadow: none;
}

/* cancelボタン */
.swal-modal .swal-button-container .swal-button.swal-button--cancel {
    background-color: #efefef;
}
.swal-modal .swal-button-container .swal-button.swal-button--cancel:not([disabled]):hover {
    color: #333;
    background-color: #efefef;
   
}

/* deleteボタン */
.delete .swal-button-container .swal-button{
    background-color: #CF2F2F;
}
.notManaged .swal-button-container .swal-button{
    background-color: #CF2F2F;
}
.Managed .swal-button-container .swal-button{
    background-color: #4860e1;
}

/* タイトル */
.swal-title {
    color: #333;
    font-weight: bold;
    display: block;
    padding: 5px;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}
.swal-title:not(:last-child) {
    margin-bottom: 6px;
}

/* テキスト */
.swal-text {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
}
.swal-text:first-child {
    margin-top: 35px;
}
.swal-left-align {
    text-align: left;
}

/* トリミングモーダル */
.swal-modal.crop {
    width: auto;
    width: 600px;
}
.swal-modal.crop .swal-content {
    padding: 0;
    margin: 40px;
}
.swal-modal.crop .swal-text {
    text-align: left;
}


@-webkit-keyframes showSweetAlert {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes showSweetAlert{
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* ---------- autocomplete ---------- */
.ui-autocomplete .ui-menu-item {
    font-size: 13px;
}

/* alert */
.alert-customer-view.index-block h2 {
    float: initial;
}
.contact-info{
    font-size: 90%;
}
.cotact-info table{
}
.contact-info td{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.contact-info th{
    width: 150px;
    border-right: 4px double #8AB130;
    border-bottom: 1px solid #8AB130;
    border-top: 1px solid #8AB130;
    border-left: 1px solid #8AB130;
    background-color: #f8ffe7;
}
.contact-info tr td:last-child{
    border-right: 1px solid #ddd;
}
.contact-info td.tel , .contact-info td.fax{
    width: 200px;
}

ul.destination-area {
    clear: both;
    margin-left: 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 5px 0 15px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
ul.destination-area li {
    margin-right: 8px;
    border: 1px solid #333;
    border-radius: 20px;
    list-style:none;
    margin-top: 10px;
}
ul.destination-area li a {
    padding: 2px 17px;
    border-radius: 20px;
    color: #212121;
}
ul.destination-area li.active {
    background-color: #8AB130;
}
ul.destination-area li.active a {
    color: white;
    cursor: auto;
    pointer-events: none;
}
.send-complete {
    border: 1px solid;
    width: fit-content;
    padding: 5px 40px;
    margin: 40px auto 0;
    display: block;
}
.table-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 40px;
}
.table-header p {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0;
}
.table-header a {
    display: inline-block;
    background-color: #8AB130;
    padding: 8px 12px;
    margin-right: 4px;
    margin-bottom: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 120%;
}
.table-header a:hover {
    opacity: 0.7;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.in {
    opacity: 1;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.modal-header {
    padding: 15px;
    text-align: center;
    margin-top: 25px;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 0 0 15px;
    text-align: center;
    margin-bottom: 20px;
}
.modal-footer .btn {
    width: 170px;
    margin: 5px 5px;
    padding: 1px;
    margin: 5px 5px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #212121;
    background: white;
    border: 1px solid #212121;
    border-radius: 5px;
}
.modal-footer .submit input {
    width: 170px;
    color: #212121;
    background: white;
    border: 1px solid #212121;
    border-radius: 5px;
}
.modal-dialog {
    position: fixed;
    width: auto;
    margin: 10px;
    width: 600px;
    height: 30%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

/* アカウント管理 */
#generatePassword,
#showPassword{
    padding: 8px 14px;
    font-size: 13px;
    margin-bottom:0px;
}
#generatePassword{
    margin-left:10px;
}

@media only screen and (max-width: 767px /*40.0625em*/) {

    /* ---------- header ---------- */
    /* logo-block */
    .logo-block {
        float: none;
        margin: 8px;
    }
    .logo-block h1 {
        margin: 0;
        padding: 0;
    }
    .logo-block a img {
        width: 180px;
    }
    .logo-block a span {
        padding: 12px 0 0 0;
        font-size: 14px;
        letter-spacing: 0.02em;
    }

    /* top-bar */
    .top-bar.expanded,
    .top-bar {
        background-color: #fff;
    }
    .top-bar {
        border-bottom: solid 1px #d3d3d3;
    }
    .top-bar-section ul {
        display: none;
    }

    /* open-button */
    .open-button {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 100%;
        font-size: 0;
        background-color: #8AB130;
        cursor: pointer;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
        z-index: 6000;
    }
    .open-button:focus {
        outline: none;
    }
    .open-button .text {
        display: block;
        position: absolute;
        bottom: 6px;
        left: 0;
        width: 100%;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.06em;
    }
    .open-button .bar {
        display: block;
        position: absolute;
        width: 30px;
        top: 16px;
        right: 15px;
        height: 2px;
        background: #fff;
        -webkit-transition: background-color 0s 0.3s;
        transition: background-color 0s 0.3s;
    }
    .open-button .bar:before,
    .open-button .bar:after {
        position: absolute;
        display: block;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #fff;
        content: "";
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0s;
        transition-delay: 0.3s, 0s;
    }
    .open-button .bar:before {
        top: -8px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }
    .open-button .bar:after {
        bottom: -8px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }
    .open.open-button .bar {
        background: none;
    }
    .open.open-button .bar:before,
    .open.open-button .bar:after {
        background: #fff;
        -webkit-transition-delay: 0s, 0.3s;
        transition-delay: 0s, 0.3s;
    }
    .open.open-button .bar:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .open.open-button .bar:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* ---------- sidebar ---------- */
    #actions-sidebar {
        display: none;
        margin-bottom: 0;
        padding-bottom: 0;
        background-color: #fafafa;
        border-bottom: solid 1px #e0e0e0;
        border-right: none;
    }
    #actions-sidebar li {
        border-bottom: solid 1px #e0e0e0;
        margin: 0;
    }
    #actions-sidebar li a {
        padding: 12px 12px;
        font-size: 14px;
    }
    #actions-sidebar li a svg,
    #actions-sidebar li a i {
        width: 1.2em;
        font-size: 20px;
    }
    #actions-sidebar li a span {
        padding-left: 10px;
    }
    #actions-sidebar .side-nav {
        padding: 0;
    }

    #actions-sidebar .sp-open-menu {
        display: block;
    }

    #actions-sidebar .sp-open-menu ul {
        overflow: hidden;
        margin: 16px 12px;
    }
    #actions-sidebar .sp-open-menu ul li {
        float: left;
        width: 49%;
        box-sizing: border-box;
        list-style: none;
    }
    #actions-sidebar .sp-open-menu ul li:first-child {
        margin-right: 2%;
    }
    #actions-sidebar .sp-open-menu ul li a {
        display: block;
        padding: 8px;
        background-color: #8AB130;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
    }


    /* ---------- content ---------- */
    .content {
        position: relative;
        padding: 8% 6% 10%;
        background-color: #fff;
    }

    .content h2 {
        padding-bottom: 14px;
        font-size: 20px;
        font-weight: bold;
    }
    .content h3 {
        padding-bottom: 12px;
        font-size: 18px;
        font-weight: bold;
    }
    .content p {
        font-size: 14px;
        font-weight: 500;
    }

    .content input[type="text"],
    .content input[type="email"],
    .content input[type="password"] {
        max-width: inherit;
    }

    /* fieldset */
    .content fieldset legend {
        margin-bottom: 12px;
        padding: 0 0 6px;
        font-size: 16px;
    }

    /* button */
    .content button,
    .content .button {
        padding: 12px 22px;
        font-size: 15px;
    }

    .content button.small, 
    .content .button.small {
        padding: 8px 14px;
        font-size: 13px;
    }


    /* login-block */
    .login-wrapper {
        min-height: auto;
    }
    .login-block {
        width: auto;
        margin: 6% 6% 10%;
        padding: 8% 6% 6%;
    }
    .login-block fieldset {
        font-size: 14px;
        font-weight: 500;
    }
    .login-block fieldset legend {
        width: 100%;
        margin-bottom: 16px;
        padding-bottom: 6px;
        border-bottom: solid 2px;
        font-size: 16px;
    }
    .login-block .left {
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }
    .login-block .right {
        float: none;
        width: 100%;
    }
    .login-block .right p {
        margin-bottom: 1rem;
    }
    .login-block .reissue-link {
        font-size: 13px;
        font-weight: 500;
        text-align: left;
    }
    .login-block .submit {
        display: block;
        margin-bottom: 12px;
    }
    .login-block .submit a {
        width: 100%;
    }
    .login-block button {
        width: 100%;
    }

    .login-block .btn-block {
        margin-bottom: 20px;
    }
    .login-block .btn-block a {
        margin: 5px;
    }

    /* complete-title */
    .complete-title {
        padding-bottom: 25px;
    }

    /* top-block */
    .top-block {
        overflow: hidden;
        padding-bottom: 40px;
    }
    .top-block h3 {
        padding: 0;
        margin: 0 0 10px;
        font-size: 24px;
    }

    /* index-block */
    .index-block {
        overflow: hidden;
        padding-bottom: 20px;
    }
    .index-block h2 {
        float: none;
        padding: 0;
        margin: 0 0 15px;
    }
    .index-block .add-button {
        float: left;
        margin: 0;
        margin: 0 6px 0 0;
    }
    .index-block .add-button a {
        margin: 0;
        padding: 8px 18px;
    }

    /* select-report */
    .select-report li {
        padding: 5px 0px;
    }

    /* mypage-block */
    .mypage-block {
        overflow: hidden;
        padding-bottom: 40px;
    }
    .mypage-block h3 {
        padding: 0;
        margin: 0 0 10px;
    }

    .content .admin-right-button {
        float: right;
        margin-top: -70px;
        margin-bottom: 20px;
    }
    .content .admin-right-button a {
        font-size: 15px;
    }

    /* search-block */
    .search-block {
        margin: 10px 10px 10px 0;
    }
    .search-block .form-block,
    .search-block .button-block {
        display: block;
    }
    .search-block input,
    .search-block select {
        margin-bottom: 8px;
    }
    .search-block select {
        width: 115px;
    }
    .search-block .search {
        width: 200px;
        display: inline-block;
        margin-right: 5px;
    }
    .search-block .datepicker {
        width: 120px;
        display: inline-block;
        margin-right: 5px;
    }

    /* view-block */
    .view-block {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .view-block .title {
        font-size: 26px;
        padding-bottom: 0;
    }

    /* remark-block */
    .remark-block {
        margin-bottom: 80px;
    }


    /* entry-header */
    .entry-header {
        margin-bottom: 30px;
    }
    .entry-header h2 {
        padding-bottom: 12px;
    }

    /* entry-block */
    .entry-block {
        margin-bottom: 50px;
    }
    .entry-block h3 {
        margin-bottom: 12px;
        padding: 3px 0 6px 8px;
        border-left: solid 3px #8AB130;
        border-bottom: 1px solid #bdbdbd;
        font-size: 16px;
    }

    /* ---------- list-table ---------- */
    .list-table {
        width: 100%;
    }
    .list-table th,
    .list-table td {
        font-size: 14px;
        line-height: 140%;
        vertical-align: top;
        word-break: break-all;
    }
    .list-table th {
        padding: 10px 0;
    }
    .list-table td {
        padding: 8px 0 8px;
    }


    .list-table .remark {
        margin-top: 2px;
        margin-bottom: 5px;
        font-size: 13px;
        line-height: 160%;
    }
    .list-table .remark strong {
        font-size: 14px;
    }

    .list-table {
        border-top: 2px solid #8AB130;
    }
    .list-table tr {
        display: block;
        padding: 14px 8px;
        border-bottom: 1px solid #e0e0e0;
    }
    .list-table th,
    .list-table td {
        display: block;
        width: 100%;
        padding: 0 0 2px;
        line-height: 160%;
    }
    .list-table thead {
        display: none;
    }
    .list-table tbody td:first-child {
        padding-bottom: 6px;
        font-size: 15px;
        font-weight: bold;
    }

    /* actions */
    .content td.actions {
        padding-top: 8px;
        padding-bottom: 0;
    }
    .content .actions a {
        padding: 9px 12px;
        margin-right: 4px;
        margin-bottom: 4px;
        font-size: 13px;
    }

    /* テーブル幅調整 */
    .customer-table td:nth-child(1)::before {
        content: "ID： ";
    }

    .customer-table.alert td:nth-child(1)::before {
        content: "顧客名： ";
    }
    .customer-table.alert td:nth-child(2)::before {
        content: "顧客数： ";
    }
    .customer-table.alert td:nth-child(3)::before {
        content: "商品件数： ";
    }

    .customer-table.alert-view td:nth-child(1)::before {
        content: "顧客名： ";
    }
    .customer-table.alert-view td:nth-child(2)::before {
        content: "商品件数： ";
    }

    .customer-table.alert-customer-view td:nth-child(1)::before {
        content: "対象商品： ";
    }
    .customer-table.alert-customer-view td:nth-child(2)::before {
        content: "賞味期限： ";
    }

    .customer-table.expiration-sent td:nth-child(1)::before {
        content: "送付日： ";
    }
    .customer-table.expiration-sent td:nth-child(2)::before {
        content: "商品件数： ";
    }

    .stockpiledata-table td:nth-child(2)::before {
        content: "数量： ";
    }
    .stockpiledata-table td:nth-child(3)::before {
        content: "賞味期限： ";
    }

    .product-table td:nth-child(1)::before {
        content: "ID： ";
    }
    .product-table td:nth-child(3)::before {
        content: "入数： ";
    }


    /* paginator */
    .content .paginator {
        margin-bottom: 50px;
    }
    .content .paginator p {
        font-size: 13px;
    }
    .content .pagination li {
        margin-left: 2px;
    }
    .content .pagination li.active a {
        background-color: #8AB130;
    }

    .content ul.pagination li a,
    .content ul.pagination li button {
        color: #666;
        font-weight: bold;
    }



    /* ---------- form-table ---------- */
    .form-table {
        width: 100%;
        border-top: none;
    }
    .form-table tr {
        border: none;
    }
    .form-table th,
    .form-table td {
        border-bottom: none;
        font-size: 14px;
        line-height: 140%;
    }
    .form-table th {
        display: inline-block;
        width: auto;
        background-color: inherit;
        padding: 12px 0 6px;
    }
    .form-table td {
        display: block;
        width: 100%;
        padding: 0 0 12px;
    }

    /* icon */
    .form-table th.icon {
        display: inline-block;
        width: auto;
        margin-left: 10px;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .icon .required {
        display: inline-block;
        font-size: 11px;
        padding: 2px 3px;
        border-radius: 2px;
        line-height: 14px;
    }
    .icon .optional {
        display: inline-block;
        font-size: 11px;
        padding: 2px 3px;
        border-radius: 2px;
        line-height: 14px;
    }

    /* unit */
    .form-table span.unit {
        padding: 0 6px;
    }

    /* name */
    .form-table span.name {
        padding-right: 6px;
    }

    /* note */
    .form-table .note {
        margin-top: 6px;
        margin-bottom: 0;
        font-size: 13px;
        line-height: 160%;
    }
    .form-table .note:first-child {
        margin-bottom: 6px;
    }


    /* input */
    .form-table input,
    .form-table textarea {
        margin-bottom: 0;
        padding: 10px 8px;
        font-size: 14px;
    }
    .form-table input[type='text'],
    .form-table input[type='email'],
    .form-table input[type='tel'],
    .form-table input[type='password'],
    .form-table input[type='file'] {
        width: 100%;
    }

    .form-table input[type='file'] {
        padding: 6px;
    }
    .form-table input.name {
        margin-right: 24px;
        width: 140px;
    }
    .form-table input.address {
        width: 420px;
    }
    .form-table input.number {
        display: inline-block;
        width: 120px;
    }
    .form-table input.year {
        display: inline-block;
        width: 100px;
    }
    .form-table input.date {
        display: inline-block;
        width: 50px;
    }


    /* textarea */
    .form-table textarea {
        width: 100%;
        height: 160px;
    }
    .form-table textarea.short {
        height: 80px;
    }
    .form-table textarea.long {
        height: 300px;
    }
    .form-table textarea[name='content'] {
        height: 400px;
    }

    /* label */
    .form-table label {
        color: #212121;
        font-size: 14px;
        font-weight: 500;
    }
    .form-table label span {
        display: inline-block;
        min-width: 50px;
    }

    .form-table label[for="check"] {
        font-weight: bold;
    }

    /* radio */
    .form-table .radio {
        display: inline-block;
        padding: 5px 15px 5px 0;
    }
    .form-table .radio input {
        margin-right: 4px;
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* checkbox */
    .form-table .checkbox {
        display: inline-block;
        padding: 5px 15px 5px 0;
    }
    .form-table .checkbox input {
        margin-right: 4px;
        vertical-align: middle;
    }
    .form-table input[type='checkbox'] {
        margin-right: 4px;
        vertical-align: middle;
    }

    /* other-field */
    .form-table .other-field {
        display: inline-block;
        display: none;
    }
    .form-table .other-field span.unit {
        padding-left: 0;
    }
    .form-table .other-field .input.error {
        display: inline;
    }
    .form-table input.other {
        width: 180px;
        margin-top: 10px;
    }

    /* select */
    .form-table .select {
        margin-bottom: 10px;
    }
    .form-table select {
        margin: 0;
        padding: 5px 10px 5px 4px;
    }
    .form-table option {
        padding: 2px 3px;
    }

    /* group-table-wrapper */
    .group-table-wrapper {
        display: none;
    }
    .group-table-wrapper.open {
        display: block;
    }
    .group-table-wrapper .form-table th {
        width: 20%;
    }
    .group-table-wrapper .form-table tr:first-child th:first-child {
        width: 5%;
        padding: 12px 0 12px 15px;
        background-color: #d2e0e1;
    }

    /* zip-field */
    .zip-field {
        margin-top: 6px;
        margin-bottom: 13px;
    }
    .zip-field input.zip {
        display: inline-block;
        width: 150px;
    }
    .zip-field .zip-button {
        margin-left: 4px;
        padding: 7px 10px;
        font-size: 13px;
        font-weight: 500;
    }
    .zip-field span.name {
        display: block;
        margin-bottom: 4px;
        font-size: 13px;
    }

    /* address-field */
    .address-field {
        margin-bottom: 8px;
    }
    .address-field input,
    .address-field select {
        display: inline-block;
        width: 150px;
    }
    .address-field span.name {
        display: block;
        margin-bottom: 4px;
        font-size: 13px;
    }

    /* item-field */
    .form-table .item-fields {
        margin-top: 8px;
    }
    .form-table .item-fields label {
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
        line-height: 160%;
    }
    .form-table .item-field {
        display: none;
        margin-top: 2px;
        margin-bottom: 28px;
        margin-left: 17px;
    }
    .form-table .item-field .note {
        margin-bottom: 4px;
        font-size: 13px;
    }

    .form-table .item-confirm {
        margin-top: 8px;
        margin-bottom: 22px;
    }
    .form-table .item-confirm:last-child {
        margin-bottom: 12px;
    }
    .form-table .item-confirm label {
        padding-bottom: 4px;
        font-size: 14px;
        font-weight: bold;
        line-height: 160%;
    }

    /* deadline-field */
    .form-table .deadline-field {
        display: none;
        margin-top: 10px;
    }
    .form-table .date-select {
        display: inline-block;
        margin-right: 8px;
    }
    .form-table .date-select select {
        display: inline-block;
        width: 45px;
    }
    .form-table .date-select.year select {
        width: 60px;
    }

    /* submit-block */
    .submit-block {
        margin: 40px auto 40px;
        text-align: center;
    }
    .draft-block + .submit-block {
        margin-bottom: 110px;
    }

    /* submit button */
    .submit {
        display: block;
        margin: 10px 0 10px;
    }
    .submit a,
    .submit input {
        display: block;
        width: 100%;
        line-height: 46px;
        font-size: 15px;
    }
    .submit a.back,
    .submit input.back {
        width: 74%;
        margin: 0 13%;
        line-height: 42px;
        font-size: 13px;
    }
    .submit input.draft {
        line-height: 42px;
    }


    /* draft-block */
    .draft-block {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 12px 6%;
    }
    .draft-block .submit input {
        background-color: #fff;
    }

    /* tmp-field */
    .tmp-field {
        padding: 0;
    }
    .tmp-field .remove {
        padding: 4px 6px;
        font-size: 13px;
    }
    .tmp-field .remove i {
        padding-right: 4px;
    }

    .link-field {
        padding: 6px 0 6px;
    }
    .link-field i {
        padding-right: 5px;
        font-size: 16px;
    }

    /* period-field */
    .period-field {
        margin-top: 4px;
        margin-bottom: 8px;
        font-size: 13px;
    }
    .period-field:last-child {
        margin-bottom: 4px;
    }
    .period-field span.name {
        padding-right: 4px;
        font-size: 13px;
    }

    /* mail-body */
    .mail-body {
        padding: 20px;
        border: solid 1px;
    }

    /* sending-block メール配信中画面 */
    .sending-block {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .sending-block.open {
        display: block !important;
    }
    .sending-block p {
        position: fixed;
        top: 40%;
        bottom: 0;
        width: 100%;
        background: url(../img/loading.gif) no-repeat top center;
        margin: 0;
        padding-top: 40px;
        font-size: 22px;
        font-weight: bold;
        line-height: 180%;
        text-align: center;
    }


    /* error-block */
    .error-block {}
    .error-block .error-content {
        margin-bottom: 30px;
    }
    .error-block .message {
        display: inline-block;
        width: auto;
        padding: 0;
        border: none;
        color: #000;
        font-size: 15px;
        font-weight: bold;
        line-height: 160%;
        letter-spacing: 0.08em;
        text-align: center;
    }


    /* contact-block */
    .contact-block {
        display: inline-block;
        margin-top: 60px;
        padding: 30px;
        background-color: #fafafa;
        border: solid 1px #e0e0e0;
    }
    .contact-block p {
        margin-bottom: 0;
        font-size: 15px;
    }


    /* error-message */
    .message {
        padding: 15px 6%;
        font-size: 14px;
        font-weight: 500;
        line-height: 160%;
        text-align: left;
    }
    .form-table .error-message {
        padding-top: 8px;
        font-size: 13px;
    }


    /* ---------- sweet aleart ---------- */

    /* トリミングモーダル */
    .swal-modal.crop {
        width: 88%;
        margin: auto;
    }
    .swal-modal.crop .swal-content {
        padding: 0;
        margin: 6%;
    }
    .swal-modal.crop .swal-text {
        text-align: left;
    }

    /* alert */
    ul.destination-area li a {
        padding: 2px 10px;
    }
    .send-complete {
        margin: 20px auto 0;
    }
    .table-header {
        margin-top: 20px;
    }
    .modal-header {
        padding: 15px;
        text-align: center;
        margin-top: 25px;
    }
    .modal-body {
        position: relative;
        padding: 15px;
    }
    .modal-footer {
        padding: 0 0 15px;
        text-align: center;
        margin-bottom: 20px;
    }
    .modal-footer .btn {
        width: 140px;
        font-size: 15px;
        margin: 0;
        line-height: 46px;
    }
    .modal-footer .submit {
        display: inline-block;
        margin: 0;
    }
    .modal-footer .submit input {
        width: 140px;
    }

    .modal-dialog {
        width: 330px;
        height: 300px;
    }

}
