.modal-content{
  width:50vw;
  margin:1.5em auto 0;
  padding:10px 20px;
  border:2px solid #aaa;
  background:#fff;
  z-index:2;
  position:fixed;
  display: none;
}

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

.main.container {
  margin-top: 50px;
}

.ui.fluid.container.layout_detail {
    background-color: #f5f5f5;
}
.ui.fluid.container.layout_detail .seisaku_main {
    max-width: 1100px!important;
}

.ui.table {
    width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid rgba(34,36,38,.15);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: .28571429rem;
    text-align: left;
    color: rgba(0,0,0,.87);
    border-collapse: separate;
    border-spacing: 0;
}
.ui.table td.strong {
    font-weight: 700;
    background: #f9fafb;
}

.ui.table tr:first-child td {
    border-top: none;
}
.ui.table tr td {
    border-top: 1px solid rgba(34,36,38,.1);
}
.ui.table td, .ui.table thead th {
    padding: 5px 7px;
}
.ui.table td{
    background: #fff;
}

body {
    margin: 0;
    overflow-x: hidden;
    min-width: 320px;
    background: #fff;
    font-size: 14px;
    line-height: 1.4285em;
    font-smoothing: antialiased;
    color: rgba(0,0,0,1);
}

.ui.table,
.ui.form .field>label,
.ui.accordion .title:not(.ui) {
}
.ui.table .tb_btn_area {
  text-align:center;
  width: 120px;
}
.ui.table .tb_btn_area .button{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom:5px;
}

.seisaku_main {
    width: 1080px;
    padding: 25px 20px 100px 30px;
    margin: 0 auto;
}

.seisaku_main .table .strong{
  font-weight:bold;
  width:150px;
}
.seisaku_main .main_btn_area{
  width:100%;
  text-align: center;
}

.flt_right {
  float:right;
}
.mt0 {
  margin-top:0px!important;
}
.mb0 {
  margin-bottom:0px!important;
}

.seisaku_main .dashin_area {
  padding-top:10px;
}

.seisaku_main .dashin_area .ui.secondary.menu{
  margin-bottom:-10px;
}
.seisaku_main .dashin_area .ui.secondary.menu .item{
  padding:0px;
  margin:0px;
}

.seisaku_main .dashin_area .ui.message {
  background: #fff;
}
.seisaku_main .dashin_area .ui.message .header{
  font-size: 14px;
}

.seisaku_main .dashin_area .ui.message span{
  font-weight:normal;
  font-size: 12px;
}

.uketuke_floatarea{
  position: fixed;
  bottom: 0;
  width:100%;
  padding:10px;
  background-color: rgba(10,10,10,0.6);
  text-align: center;
}

.ui.form .field_form_10keta {
  width: 180px!important;
}

.ui.form .field_form_date42 {
  width: 240px!important;
}

.ui.form .field_form_smalltext {
  width: 320px!important;
}

.ui.form .field_form_text {
  width: 420px!important;
}

.ui.table.celled.form th{
  font-size: .92857143em;
}
.ui.table.celled.form select{
  padding-left: 0.3em;
}

.ui.table.celled.form .collapsing{
  padding-top:11px;
}




/* 清島追記 */
.ui.compact.menu.scroll-menu {
  margin:10px 0;
}
.l-sec .ui.table,
.l-sec .ui.table td,
.l-sec .ui.table td.strong {
  background: #FDFDFF;
}
.l-sec .ui.table {
  margin-bottom: 30px;
}
.l-sec .ui.message p {
  margin-bottom: 20px;
  font-weight: normal;
  word-break: break-all;
}
.l-sec .ui.message .c-label {
  margin-right: 8px;
}
.l-sec .ui.message .message__datetext {
  margin-left: 8px;
}
.l-sec .ui.compact.table td {
  padding: .5em .7em .5em 0;
}
.l-sec .ui.compact.table td:last-child {
  padding: .5em 0;
}
.l-sec .ui.table:last-child {
  margin-bottom: 0;
}
.l-sec {
  margin: 5px 0 20px;
  padding: 18px 20px;
  background: #FDFDFF;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
}

.m-ttl-wrap {
  margin: 0 0 5px;
  padding: 0 0 8px;
  border-bottom: 1px solid #DEDEDF;
}
.m-ttl-wrap.m-ttl-wrap--nol {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.m-ttl-wrap.m-ttl-wrap--nol .c-ttl-lv4 {
  margin: 0 0 5px;
}

.c-ttl {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  font-weight: bold;
}
.c-ttl.c-ttl-lv1 {
  font-size: 32px;
}
.c-ttl.c-ttl-lv2 {
  font-size: 28px;
}
.c-ttl.c-ttl-lv3 {
  margin: 0;
  font-size: 20px;
  border-bottom: none;
}
.c-ttl.c-ttl-lv4 {
  margin: 0 0 5px;
  font-size: 18px;
  border-bottom: none;
}
.c-ttl.c-ttl-lv1::before {
  content: "";
  display: block;
  margin: 0 8px 0 0;
  width: 8px;
  height: 1em;
  background: #000;
}
.c-label {
  display: inline-block;
  line-height: 1;
  margin: 0;
  background: #E8E8E8;
  padding: 4px 8px;
  color: #5A5A5A;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid transparent;
}
.c-label.c-label--require {
  margin-left: 16px;
  color: red;
  padding: 0;
  background: none;
  border: 1px solid transparent;
}

.required-for-up-pdf {
  margin-left: 16px;
  color: red;
  padding: 0;
  background: none;
  border: 1px solid transparent;
}


.c-txt-link {
  display: inline-block;
  margin: 0 0 0 auto;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #767676;
  text-align: center;
  background: #E0E1E2;
  border: 1px solid #E0E1E2;
  border-radius: 4px;
}
.c-txt-link:hover {
  color: #505151;
  background: #cacbcd;
  border: 1px solid #cacbcd;
}
.c-txt-link::before {
  margin-right: 4px;
  content: "\f28d";
  font-family: Icons;
}

.c-btn {
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #767676;
  text-align: center;
  background: #E0E1E2;
  border: 1px solid #767676;
  border-radius: 4px;
}
.c-btn:hover {
  color: #505151;
  background: #cacbcd;
  border: 1px solid #767676;
}
.c-btn:last-child {
  margin: 0;
}
.c-btn.c-btn-lv1 {
  min-width: 180px;
  color: #fff;
  padding: 12px 32px;
  background: #2185D0;
  border: 1px solid #2185D0;
}
.c-btn.c-btn-lv1:hover {
  background: #1a6298;
  border: 1px solid #1a6298;
}
.c-btn.c-btn-lv2 {
  min-width: 140px;
  color: #2185D0;
  padding: 12px 32px;
  background: #fff;
  border: 1px solid #2185D0;
}
.c-btn.c-btn-lv2:hover {
  color: #1a6298;
  background: #FDFDFF;
  border: 1px solid #1a6298;
}
.m-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 16px 0 0;
}
.m-btn-wrap.m-btn-wrap--center {
  justify-content: center;
}
.m-btn-wrap.m-btn-wrap--main {
  padding: 30px 0;
  border-top: 1px solid #E8E8E8;
}


.l-sec .ui.input,
.l-sec .ui.dropdown,
.l-sec .ui.selection.dropdown {
  width: 100%;
  min-width: 220px;
}
.l-sec .ui.input.medium,
.l-sec .ui.dropdown.medium,
.l-sec .ui.selection.dropdown.medium {
  width: 100%;
  min-width: 180px;
}

.l-sec .ui.table td.strong {
  font-size: 14px;
  min-width: 11em;
}
.l-sec .ui.table td.medium {
  min-width: 7em;
}
.l-sec.l-sec--banner-mailtxt .ui.input,
.l-sec.l-sec--banner-mailtxt .ui.dropdown,
.l-sec.l-sec--banner-mailtxt .ui.selection.dropdown {
  min-width: inherit;
  margin: 0;
}
.l-sec.l-sec--option .ui.input,
.l-sec.l-sec--option .ui.dropdown,
.l-sec.l-sec--option .ui.selection.dropdown {
  min-width: inherit;
  width: 100%;
  margin: 0;
}
.l-sec.l-sec--option .ui.table td.strong {
  width: 24%;
}
.l-sec.l-sec--request .ui.dropdown.selection {
  width: 20%;
  min-width: inherit;
}
.l-sec.l-sec--table .ui.table td {
  min-width: inherit;
  font-size: 14px;
  line-height: 1.8;
}
.l-sec.l-sec--table .ui.table td.strong {
  min-width: 11em;
  background: #e4e7e9;
  background: #f1f4f6;
}
.l-sec.l-sec--table .ui.table tr th {
  min-width: 11em;
  font-size: 14px;
  padding: 5px 7px;
  border-top:1px solid #d0d3d5;
  border-right:1px solid #d0d3d5;
  background: #e4e7e9;
}
.l-sec.l-sec--table .ui.table {
  border-top:1px solid #d0d3d5;
}
.l-sec.l-sec--table .ui.table {
  border-left:1px solid #d0d3d5;
}
.l-sec.l-sec--table .ui.table tr:first-child th {
  border-top:none;
}
.l-sec.l-sec--table .ui.table tr:last-child td {
  border-bottom:1px solid #d0d3d5;
}
.l-sec.l-sec--table .ui.table tr td:last-child {
  border-right:1px solid #d0d3d5;
}
.l-sec.l-sec--table-mini .ui.table td {
  width: 8em;
  min-width: inherit;
}
.l-sec.l-sec--table-mini .ui.table td.strong {
  width: 6em;
  min-width: inherit;
}
.l-sec.l-sec--table-mini .ui.input,
.l-sec.l-sec--table-mini .ui.dropdown,
.l-sec.l-sec--table-mini .ui.selection.dropdown {
  min-width: inherit;
}
.l-sec.l-sec--search .ui.form .fields {
  flex-wrap: wrap;
}
.l-sec.l-sec--search .ui.input,
.l-sec.l-sec--search .ui.dropdown,
.l-sec.l-sec--search .ui.selection.dropdown,
.l-sec.l-sec--search input:not([type]),
.l-sec.l-sec--search input[type=text],
.l-sec.l-sec--search input[type=email],
.l-sec.l-sec--search input[type=search],
.l-sec.l-sec--search input[type=password],
.l-sec.l-sec--search input[type=date],
.l-sec.l-sec--search input[type=datetime-local],
.l-sec.l-sec--search input[type=tel],
.l-sec.l-sec--search input[type=time],
.l-sec.l-sec--search input[type=file],
.l-sec.l-sec--search input[type=url],
.l-sec.l-sec--search input[type=number] {
  width: 15em;
  min-width: inherit;
}
.l-sec.l-sec--search .ui.form .fields>.field {
  padding: 0 .5em 0 0;
}
.l-sec.l-sec--search .ui.form .fields>.field:last-of-type {
  padding: 0;
}
.l-sec.l-sec--search .ui.form .field>label {
  width: 15em;
  font-size: 14px!important;
}
.l-sec.l-sec--list {
  margin: 5px 0 20px;
  padding: 0;
  background: none;
  border: none;
}
.l-sec.l-sec--list td,
.l-sec.l-sec--list .ui.table,
.l-sec.l-sec--list .ui.table td {
  font-size: 12px;
  background: none;
}
.l-sec.l-sec--list .ui.table thead th {
  font-size: 12px;
}
.l-sec.l-sec--list .ui.selection.dropdown {
  min-width: 10em;
}
.l-sec.l-sec--production-requests-list {
  margin: 5px 0 20px;
  padding: 0;
  background: none;
  border: none;
}
.l-sec.l-sec--production-requests-list td,
.l-sec.l-sec--production-requests-list .ui.table,
.l-sec.l-sec--production-requests-list .ui.table td {
  font-size: 12px;
  background: none;
}
.l-sec.l-sec--production-requests-list .ui.table thead th {
  font-size: 12px;
}
.l-sec.l-sec--production-requests-list .ui.selection.dropdown {
  min-width: 10em;
}
.l-sec.l-sec--option .ui.grid>[class*="three wide"].column {
  width: 19.5%!important;
  padding-left: .4em;
  padding-right:0;
}
.l-sec.l-sec--option .ui.grid>[class*="three wide"].column:first-child {
  width: 20%!important;
  padding-left: 1em;
}
.l-sec.l-sec--option .ui.grid>[class*="three wide"].column .ui.form input[type=text]{
  font-size: 12px;
}


.l-sec .ui.form textarea:not([rows]) {
  min-height: inherit;
}

.select_business.modal .ui.button.select_business_set_button {
  word-break: keep-all;
}

.ui.dimmer.modals {
  overflow-y:auto;
}
.ui.compact.table th,
.ui.compact.table td{
  border:none!important;
}


/* utilty */
.u-borderless {
  border:none!important;
}
.u-bg-less{
  background: transparent!important;
}

fieldset{
  border:none!important;
  padding: 0px!important;
}
fieldset input{
  opacity: 1 !important;
}

fieldset .calendar.icon,
fieldset .dropdown.icon {
  display: none;
}
.is-disabled {
  pointer-events: none !important;
  opacity: 0.7 ;
}
.disabled input,
.disabled textarea,
.disabled select,
.disabled .ui.selection.dropdown {
  pointer-events: none !important;
  border: none!important  ;
  background-color: none!important;
}
.disabled .ui.checkbox label:before{
  opacity: 0.5 !important;
}

.js-more {
  display: none;
}
.js-more.is-open {
  display: table-row;
}

.ryoma_pager {
  list-style-type:none;
}

.ryoma_pager li {
  display: inline-block;
}

.ryoma_pager li span{
  color: #000;
}

.issue_number_separator {
  padding: 0 0.5em;
}


/* ファイルアップロード */
.c-upload-wrap {
  display:flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 10px;
  background:white;
  border:1px solid #dededf;
  border-radius:4px;
}
.c-upload-wrap .ui.item{
  display:flex; margin:0 0 0 1em
}

.invisible-textarea {
  opacity: 0;
  width: 0;
  height: 0;
}

.status-bar {
  display: inline-flex;
  float: right;
}

.y-center {
  margin: auto;
  padding: 5px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
/* line 17, app/assets/stylesheets/application.css.scss */
.input-error {
  color: #f00;
  font-size: 1rem;
}

/* line 22, app/assets/stylesheets/application.css.scss */
.flex-container {
  display: flex;
}

/* line 26, app/assets/stylesheets/application.css.scss */
.date-select-str {
  align-items: center;
}

/* line 30, app/assets/stylesheets/application.css.scss */
.small-label-notes {
  color: red;
  padding: 0;
  background: none;
  border: 1px solid transparent;
  font-weight: bold;
  font-size: 12px;
}

/* line 39, app/assets/stylesheets/application.css.scss */
.float-right {
  float: right;
}

/* line 43, app/assets/stylesheets/application.css.scss */
.mr-10 {
  margin-right: 10%;
}

/* line 50, app/assets/stylesheets/application.css.scss */
.button.danger {
  background-color: #FF9C9E;
}

/*# sourceMappingURL=application.css-30eaa3df617ab6d559a88566614a5febefd136110eb411f82608732e255cd6a6.map */
