body{
  padding-top: 52px;
}

main{
  margin: 1.5rem 1.0rem !important;
}

main .container{
	margin: 1.5rem 0.1rem
}

/*
.wrapper{
  height: 100vh !important;
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch !important;;
}
*/

/* スマホは中央寄せ */
/* @media (max-width:1408px) {
  div.navbar_title{
    display:flex;
    justify-content: center;
  }
} */

h1 {
  font-size: 15pt
}

/*card*/
.card {
  border: 1px solid rgba(210, 205, 176, 0.3);
  background-color: white;
  /*box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);*/
  box-shadow: none;
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

.card-header {
	background-color: #f5f4ee;
	align-items: stretch;
	box-shadow: none;
  display: flex;
}

.card-header-title{
  font-weight: normal;
}

.card-content{
	padding: 1.5rem 0.8rem;
	.column;
	&:not(:last-child);
	padding-bottom: 1.25rem;
}

/* ログイン画面(スマホ) */
.card-login {
  border: 1px solid rgba(210, 205, 176, 0.3);
  background-color: white;
  /*box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);*/
  box-shadow: none;
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

.card-header-login {
  /* background-color: #f5f4ee; */
	align-items: stretch;
	box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-top-left-radius: 5px !important; */
  /* border-top-right-radius: 5px !important; */
  background-color: #007700;
  height: 60px;
}

.card-header-title-login {
  color: #FFF ;
  font-weight: bold ;
}

.card-content-login{
	padding: 0.5rem 1.5rem;
	.column;
	&:not(:last-child);
  padding-bottom: 1.25rem;
  /* background-color: #f5f4ee; */
  background-color: #fff !important; 
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  /* border-bottom-left-radius: 5px !important; */
  /* border-bottom-right-radius: 5px !important; */
}

.card-content-mlogin{
  padding: 1.5rem 5.0rem;
	.column;
	&:not(:last-child);
  padding-bottom: 1.25rem;
}

/*card-content 塗りつぶし*/
.card-content-g{
	padding: 0.3rem 0.8rem;
	.column;
	&:not(:last-child);
  padding-bottom: 0.6rem;
  background-color: #f5f4ee;
}

/*card-content 塗りつぶし 清掃画面用*/
.card-content-seiso{
	padding: 1.5rem 0.8rem;
  .column;
	&:not(:last-child);
	padding-bottom: 1.25rem;
  background-color: #CCFFCC;
  color: green;
}

/*card-content 特記事項画面用*/
.card-content-sprep{
	padding: 1.5rem 0.8rem;
  .column;
	&:not(:last-child);
  padding-bottom: 1.25rem;
}

/*card-content タイトル用*/
.card-content-title{
	padding: 1.5rem 0.1rem;
	.column;
	&:not(:last-child);
  padding-bottom: 0.1rem;
  color: #808080;
}

/*card-content インポート説明用画面*/
.card-content-manual{
	padding: 1.5rem 0.8rem;
  .column;
	&:not(:last-child);
  padding-bottom: 1.25rem;
  font-weight: bold;
  background-color: #CCFFCC;
}

/*box*/
.box {
  border: 1px solid rgba(210, 205, 176, 0.3);
  background-color: white;
  border-radius: 6px;
  box-shadow: none;
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}

/* select */
select.x-short{
	width: 50px
}

select.m-short{
	width: 100px
}

select.short{
	width: 120px
}

select.medium{
	width: 200px
}

select.long{
	width: 320px
}

select.full{
	width: 1344px
}

select.datepicker{
	width: 150px
}

select.table-m{
  width: 150px;
}

select.w250{
	width: 250px
}


/*
select.table-s{
  width: 100px;
  font-size: 14px;
}
*/

select.input{
  font-size:16px;
  padding: 3px 10px;
  height: 30px;
}

select.sform{
  font-size:15px;
  padding: 3px 10px;
  height: 30px;
}

select.sfrmodr{
  font-size:15px;
  padding: 3px 10px;
  height: 30px;
  width: 170px;
}

/* select option:first-child { color: #808080; } */
/* select option:first-child { color: gray; } */
/* select.placefolder{ */
   /* color: gray; */
/* } */

label.size15{
  font-size:15px !important;
}

label.size16{
  font-size:16px !important;
}


/* underline */
.underline {
  /*border-bottom: solid 3px #87CEFA;*/
  border-bottom: solid 3px #00d1b2;
}

/* 赤色 */
div.subtitlered{
  /* background-color: #F78181; */
  background-color: #F4A6A6 !important;
  padding: 0.5rem;
  font-size: 1.0rem;
  color: #fff;
  margin-bottom: 15px !important;
}


/* 追加ボタン */
.button.is-lightbule {
  background-color: #5faee3;
  border-color: transparent;
  color: #fff;
}

.button.is-lightbule:hover, .button.is-lightbule.is-hovered {
  background-color: #48A2DE;
  border-color: transparent;
  color: #fff;
}

.button.is-lightgray {
  background-color: #dcdcdc;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-lightgray:hover, .button.is-lightgray.is-hovered {
  background-color: #d3d3d3;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-gray {
  background-color: #a9a9a9;
  border-color: transparent;
  color: #fff;
}

.button.is-gray:hover, .button.is-gray.is-hovered {
  background-color: #9B9B9B;
  border-color: transparent;
  color: #fff;
}

/* is-white 単位用 ホバーに色はつけない */
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: white;
  border-color: transparent;
}

/* オレンジ */
.button.is-orange {
  background-color: darkorange;
  border-color: transparent;
  color: #fff;
}

.button.is-orange:hover, .button.is-orange.is-hovered {
  background-color: #F28100;
  border-color: transparent;
  color: #fff;
}

/* 緑 */
.button.is-green {
  background-color: green;
  border-color: transparent;
  color: #fff;
}

.button.is-green:hover, .button.is-green.is-hovered {
  background-color: #007700;
  border-color: transparent;
  color: #fff;
}

/* ボタン内テキスト左寄せ */
button.is-left{
  display: block !important; 
  text-align: left;
}

button.is-fleft{
  display: block !important; 
  float: left;
}

button.is-right{
  display: block !important; 
  text-align: right;
}

button.unit{
  padding-left: 0px;
  cursor: default;
}

/* hr */
hr {
  height: 1.0px;
  margin: 1.0rem 0
}

hr.gray {
  height: 1.0px;
  margin: 1.0rem 0;
  background-color: #808080;
}

hr.lightgray {
  height: 1.0px;
  margin: 1.0rem 0;
  background-color: #dcdcdc;
}

hr.darkgray {
  height: 3.0px;
  margin: 1.0rem 0;
  background-color:darkgray;
}

.z-index-zero {
  /*top以外にあるnavbar用 0にしないとTOPと重なる*/
  z-index: 0; 
}

/* div */
div.head{
  margin: 0.3rem 0.5rem;
}

div.center{
  text-align:center;
}

div.right{
  text-align:right;
}

div.fleft{
  display: block !important; 
  float: left;
}

div.fcenter{
  display: block !important; 
  float: center;
}

ul.right{
  text-align:right;
}


/*
p.space{
  padding: 4.0px;
}
*/

/* button */
button.fix-size{
  width: 150px;
  height: 50px;
}

/* button */
button.fix-size300{
  width: 305px;
  height: 50px;
}

/* input */
input.w100{
  width: 100px;
}

input.w150{
  width: 150px;
}

input.w200{
  width: 200px;
}

input.w250{
  width: 250px;
}

input.w300{
  width: 300px;
}

input.w320{
  width: 320px;
}

input.w500{
  width: 500px;
}

input.is-fleft{
  display: block !important; 
  float: left;
}

input.table-m{
  height: 30px;
}

input.table-s{
  height: 30px;
  width: 200px;
}


/* p */
/* タブレット以上のサイズでは非表示にする */
/* 画面width = 679以下なら適用 */
@media screen and (max-width: 679px) {
  p.space{
    padding: 4.0px;
  }
}
/* 画面width = 680以上なら適用 */
@media screen and (min-width: 680px) {
  p.space{
    display: none;
  }
}
p.space1{
  padding: 1.0px;
}

p.space2{
  padding: 2.0px;
}

p.space3{
  padding: 3.0px;
}

p.space4{
  padding: 4.0px;
}

p.space5{
  padding: 5.0px;
}

p.space6{
  padding: 6.0px;
}

p.space9{
  padding: 9.0px;
}


p.space10{
  padding: 10.0px;
}

p.space11{
  padding: 11.0px;
}

p.newline{
  margin-top:-20px;
}

p.left{
  text-align: left;
}

p.fleft{
  float: left;
}

p.right{
  text-align: right;
}

/*  ボタン型左矢印 */
.bfarrow{
  position: relative;
  display:inline-block;
  margin-left: 20px;
  padding: 0 10px 0 5px;
  /* background: #666; */
  background: #ababab;
  border: none;
  /* border-top-right-radius: 3px; */
  /* border-bottom-right-radius: 3px; */
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.bfarrow::before{
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  /* border-right: 14px solid #666; */
  border-right: 14px solid #ababab;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform-origin: right top;
  transform: scaleX(.7);
}

/*  ボタン型右矢印 */
.afarrow{
  position: relative;
  display:inline-block;
  margin-right: 20px;
  padding: 0 10px 0 5px;
  background: #666;
  border: none;
  /* border-top-right-radius: 3px; */
  /* border-bottom-right-radius: 3px; */
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.afarrow::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  border-right: 14px solid #666;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform-origin: right top;
  transform: scaleX(-0.7);
}

/* スマホ用ログイン */
.login{
  width:20.0rem;
  margin:3.0rem auto 0;
}

.login .card .card-content{
  padding:1.5rem;
  background-color: #f5f4ee;  
}

.login .card-header{
  text-align: center;
}

.login p.card-header-title{
  display: block;
  color: gray;
}

a.forget{
  text-align: center;
  color: gray;
}

/* 管理者画面用ログイン */
/*
.mlogin{
  width:25%;
  margin:4.0rem auto 0;
}

.mlogin .card .card-content{
  padding:1.5rem;
  background-color: #fff;
}

.mlogin .card-header{
  text-align: center;
}

.mlogin p.card-header-title{
  display: block;
  color: #fff;
  background-color: green; 
}

.mlogin .card .card-content{
  padding:1.5rem;
  background-color: #fff;
}
*/

/*textarea*/
textarea.regular{
  min-height:70px !important;
}
textarea.w320{
  width: 320px;
}


label.content{
  /* margin-left:0px !important; */
  margin-right:0px !important;
}

label.content.chkbox{
  margin-left:3px !important;
  padding-right:0px !important;
  padding-left:30px !important;
}

div.field input {
  display: block;
  float: left;
}
 
div.field label {
  display: block !important;
  overflow: hidden !important; /* モダンブラウザ用 */
  /* padding: 0 30px !important; */
  padding-top: 0px !important;  
  padding-left: 30px !important;  
  padding-right: 0px !important;  
  zoom: 1; /* IE6?p */
}


/*table*/
table.lst th{
  background-color: #f5f5f5;
  vertical-align: middle !important;
}


table.lst td{
  vertical-align: middle !important;
}

table.manual{
  /* 固定 */
  table-layout: fixed !important;
}

table.manual th{
  background-color: #f5f5f5;
}

table.manual td{
  vertical-align: middle !important;
}

table.detail th{
  background-color: #fff !important;
  vertical-align: middle !important;
  color: green;
}

table.detail td{
  vertical-align: middle !important;
}


th.is-center{
  text-align: center !important;
}

th.is-right{
  text-align: right !important;
}

td.is-center{
  text-align: center !important;
}

td.is-right{
  text-align: right !important;
}

table.form th{
  color:green;
  background-color: white;
  /* border-left-color: blue; */
  border-left: 3px solid green !important;
  vertical-align: middle !important;
}

/* 必須エラー用のアスタリスク */
span.required-smp:before {
  font-size: 11pt;
  font-weight: bold;
  color: #FF3399;
  content:"*";
}

/* 色 */
span.is-danger{
  color: hsl(348, 100%, 61%);
}

/*検索画面(modal)用*/
table.searchform input{
   display: block !important;
}
table.searchform th{
  font-size: 11pt;
}
table.searchform td{
  vertical-align: middle !important;
}


/*modal 管理画面用*/
div .modal-card-head.manage{
  background-color: green;
}

div .modal-card-title.manage{
  color: #fff;
}

div .modal-content.manage{
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

div .modal-card-foot.manage{
  background-color: #fff;
}

/* modal copy画面 */
div.modal-card.copy{
  width: 500px; 
}

/* 必須エラー用のアスタリスク */
th.required:after {
  font-size: 14pt;
  font-weight: bold;
  color: #FF3399;
  content: "\0020*"
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
}

/* 新 ハンバーガー */
.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  /* メニュー背景色 */
  /* background-color: #fff;  */
  background-color: #48c774; 
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

/* サイドモーダル メニュー部分 */
.sidemenu_list{
  background-color: white; 
  height:90vh;  
  z-index: 400;
}

.hamburger {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}

/*
.sidemenu_title {
  position: absolute;
  right: -100px;
  top: 10px;
  cursor: pointer;
  z-index: 200;
  visibility: hidden;
}
*/

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  padding: 15px 0; /* 行間隔*/
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}

.global-nav__item a:hover {
  background-color: #eee;
}

.global-nav__item a.logout {
  display: block;
  padding: 8px 0;
  /* border-top: 1px solid; */
  /* border-bottom: 1px solid; */
  border: 1px solid #48c774;
  border-radius:5px;
  background-color: #48c774; 
  text-decoration: none;
  color: #fff;
}

.global-nav__item button.logout {
  display: block;
  padding: 8px 0;
  /* border-top: 1px solid; */
  /* border-bottom: 1px solid; */
  border: 1px solid #48c774;
  border-radius:5px;
  background-color: #48c774; 
  text-decoration: none;
  color: #fff;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 23px;
  height: 3px; /*20201105 shimamine 3本ライン太さ調整*/
  /*ハンバーガーマーク色 */
  /* background-color: #111; */
  background-color: white;
  
  transition: all .6s;
}
.hamburger__line--1 {
  top: 12px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 28px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
/* .nav-open .sidemenu_title { */
  /* right: 110px; */
  /* visibility: visible; */
/* } */

.hamburger__oshirase_dot {
	position: absolute;
	width: 10px;
	height: 10px;
	background: red;
	border-radius: 5px;
}

/* ナビバー */
.container_opt
{
  margin-top:40px !important;
}

/* ナビバー */
.title_hero
{
    height:24px; 
    position: fixed;
    width: 100%;
    z-index: 29;
    border-top: solid;
    border-width: 1px;
}

/* ナビバー下のバー */
.title_div
{
    height:24px;
    padding: 0px 0px;
    padding-left: 15px;
    font-size: 16px;
}

/* 見出し */
h1.subtitle {
  padding: 0.1em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #48c774;/*左線*/
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid #48c774;
  border-bottom-width: 1px;
  margin-bottom:10px !important;
}

/* パンくず */
.pankz{
  font-size: 15px;
} 

.card-class{
  border:solid !important;
  border-width: 1px !important;
}

/*見出し*/
div.input_group{
  /* margin-top: 5px; */
  /* margin-bottom: 25px; */
  width:660px; 
  margin:5px 5px;
  margin-bottom:25px;
}

/*見出し*/
@media (max-width:1407px) {
  div.input_group_none{
    /* margin-top: 5px; */
    /* margin-bottom: 25px; */
    width:660px; 
    margin:5px 5px;
  }
}

@media (min-width:1408px) {
  div.input_group_none{
    /* margin-top: 5px; */
    /* margin-bottom: 25px; */
    width:1320px; 
    margin:5px 5px;
  }
}


div.input_subject{
  /* padding: 0.1rem 0.6rem; */
  padding: 0.2em;/*文字周りの余白*/
  padding-left: 10px;
  background-color: #E3E3E3;
  /* color: white; */
  border-radius:5px;
  /* vertical-align: middle !important; */
  margin-bottom: 15px;
}

div.input_subject_pare{
  padding: 0.2em;/*文字周りの余白*/
  padding-left: 10px;
  background-color: gray;
  color:white;
  border-radius:5px;
  margin-bottom: 15px;
}

div.input_subject_pare_only{
  padding: 0.2em;/*文字周りの余白*/
  padding-left: 10px;
  background-color: gray;
  color:white;
  border-radius:5px;
}


/* フッター */
hr.copyright{
  background-color:lightgray;
}
footer.copyright{
  text-align:center; 
  font-size:12px;
}

/*日誌一覧 card*/
.card_crop {
  /* border: 1px solid rgba(210, 205, 176, 0.3); */
  border: 1px solid darkgray !important;
  background-color: white;
  /*box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);*/
  box-shadow: none;
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
  border-radius: 5px !important;
  width:660px;
  margin:3px 4px;
  margin-bottom:15px
}

.card-header_crop {
	background-color: #f5f4ee;
  align-items: stretch;
	box-shadow: none;
  display: flex;
  justify-content:space-between;
  align-items: center;
  padding: 0.9rem 0.8rem;
  border-bottom: 1px solid darkgray !important;
  height:40px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.card-header-title_crop {
  /* color: #FFF ; */
  /* font-weight: bold ; */
  /* display: flex; */
  /* justify-content:space-between; */
}

/*card-content 塗りつぶし*/
.card-content_crop-g{
	padding: 0.9rem 0.8rem;
	.column;
	&:not(:last-child);
  /* padding-bottom: 0.6rem; */
  height:70px;
  /* background-color: #f5f4ee; */
  background-color: #FFF;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  vertical-align: middle !important;
}

.card_oshirase {
  /* border: 1px solid rgba(210, 205, 176, 0.3); */
  border: 1px solid darkgray !important;
  background-color: white;
  box-shadow: none;
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
  border-radius: 5px !important;
  width:660px;
  margin:3px 4px;
  margin-bottom:15px
  }

.card-header_oshirase {
  background-color: #f5f4ee;
  align-items: stretch;
  box-shadow: none;
  display: flex;
  justify-content:space-between;
  align-items: center;
  padding: 0.9rem 0.8rem;
  border-bottom: 1px solid darkgray !important;
  height:40px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}


.card-content_oshirase-g{
  padding: 0.9rem 0.8rem;
  background-color: #FFF;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  vertical-align: middle !important;
}
/*btn*/
.btn-medium
{
  padding:7px 5px !important;
}

/*btn 2行用*/
.btn-twoline
{
  padding:0px 5px !important;
}

/*レスポンシブ PC画面 2列 スマホ1列*/
/* 1407px以下で、１列に並ぶため中央に寄せる */
@media (max-width:1407px) {
  div.adjuster
  {
      display: flex;
      justify-content:center;
      flex-wrap: wrap;
  }
}

@media (min-width:1408px) {
  div.adjuster
  {
      display: flex;
      justify-content:space-between;
      flex-wrap: wrap;
  }
}

/*Loading 画面*/
/* 1407px以下で、１列に並ぶため中央に寄せる */
@media (max-width:1407px) {
  div.loading
  {
      display: none;
      justify-content:center;
      flex-wrap: wrap;
      font-size: 20px;
      /* 点滅 */
      -webkit-animation:blink 1.5s ease-in-out infinite alternate;
      -moz-animation:blink 1.5s ease-in-out infinite alternate;
      animation:blink 1.5s ease-in-out infinite alternate;

  }
}

@media (min-width:1408px) {
  div.loading
  {
      display: none;
      justify-content:center;
      flex-wrap: wrap;
      font-size: 20px;
      /* 点滅 */
      -webkit-animation:blink 1.5s ease-in-out infinite alternate;
      -moz-animation:blink 1.5s ease-in-out infinite alternate;
      animation:blink 1.5s ease-in-out infinite alternate;
  }
}

/* 点滅 */
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.btn-bottom
{
  height:50px;
  margin:5px 3px;
}

@media (max-width:1080px) {
  div.btngrp-bottom {
    display: none;
  }
 
  /* 下部固定帯 */
  .btm_btnbar {
    width: 100%;
    /* background-color: rgba(76, 76, 76, 0.7); */
    background-color: rgba(10, 10, 10, 0.7);
    position: fixed;
    bottom: 0;
    z-index:29;
    border: 0;
    display: flex;
    list-style: none;
    padding: 8px 8px;
  }

  /* 下部ボタン */
  .footbtn {
    height: 55px;
  }
  
  /* 下部ボタン　ダミー用 透明 */
  .dummy_btn{
    background-color: Transparent;
    border-color: Transparent;
  }

  /* カメラボタン */
  div.input_camera_btn
  {
    display: block;
    /* justify-content: space-around;  */
  }

  div.input_camera
  {
    display: none;
  }

}

@media (min-width:1081px) {
  div.btngrp-bottom
  {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    padding:10px 3px;
  }

  /* 下部固定帯 */
  .btm_btnbar {
    display: none;
  }

  /* 下部ボタン */
  .footbtn {
    height: 50px;
  }

  /* カメラボタン */
  div.input_camera_btn
  {
    display: none;
  }

  div.input_camera
  {
    display: block;
  }

}

.smp_menubtn{
  width:660px;
  margin:5px 3px;
  margin-bottom:15px;
  padding:9px 1px;
}

.smp_menucolor{
  color: white !important;
  /* background-color: #f14668 !important; */
  background-color: #00B050 !important;
}

.menu_mseisu{
  font-size: 0.9em;
}

/*
@media (max-width:767px) {
  .smp_detailbtn{
    margin:10px 10px;
    display:flex;
    justify-content:center;
  }
}

@media (min-width:768px) {
  .smp_detailbtn{
    margin:10px 10px;
    display:flex;
  }
}
*/
.smp_detailbtn{
  margin:10px 10px;
  display:flex;
  justify-content:center;
}

.labeltext{
  padding-right:1px !important;
}

.unitred{
  color:red !important;
}

a.tlink {
  color:white;
  font-weight:bold;
}

a.tlink:visited {
  color:white;
  font-weight:bold;
}

/* 画面上部メッセージ */
div.headmsg
{
    display: flex;
    justify-content:center;
    align-items: center; 
    flex-wrap: wrap;
    font-size: 15px;
    padding:5px 5px;
    margin-bottom:10px;
    color: white;
    background-color: #FF7366;
    border: solid;
    border-radius: 8px;
}

/* 画面下部メッセージ */
div.bottommsg
{
    justify-content:center;
    align-items: center; 
    /* flex-wrap: wrap; */
    font-size: 15px;
    padding:5px 5px;
    margin-bottom:10px;
    color: white;
    background-color: #068D9D;
    border: solid;
    border-radius: 8px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* 農薬・肥料 ロード開始時 */
div.disp
{
    /* display: none; */
    /* display: flex; */
}

/* 警告メッセージ */
div.alertmsg
{
    display: flex;
    justify-content:center;
    align-items: center; 
    flex-wrap: wrap;
    font-size: 15px;
    padding:5px 5px;
    margin-bottom:10px;
    color: white;
    background-color: #f14668;
    border: solid;
    border-radius: 8px;
    width:100%;
}

/* メニューお知らせ */
div.menumsg
{
    display: flex;
    justify-content:center;
    align-items: center; 
    /* flex-wrap: wrap; */
    /* font-size: 15px; */
    padding:5px 5px;
    margin-top:-5px;
    margin-bottom:10px;
    /* color: white; */
    background-color: lightyellow;
    /* border: solid; */
    border-radius: 8px;
    width:100%;
}

span.square{
    color:#00B050;
}

/* 完了警告メッセージ */
div.compmsg
{
    display: flex;
    justify-content:center;
    align-items: center; 
    flex-wrap: wrap;
    font-size: 15px;
    padding:5px 5px;
    margin-bottom:10px;
    color: white;
    background-color: darkorange;
    border: solid;
    border-radius: 8px;
    width:100%;
}

/* モーダル絞り込み検索 */
div.modalsch-td-parent
{
    display:flex;
    justify-content:space-between;
}

div.modalsch-link
{
  color: hsl(217, 71%, 53%);
}

div.modalsch-choice
{
  color: blue;
  font-weight: bold;
}

span.baimintani
{
  font-size:0.8em;
}

/* 薬剤・肥料 カメラ機能 */
div.camera
{
  display: inline-block;
  text-decoration: none;
  background: black;
  color: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px black;
  transition: .4s;
}

button.cameracmt
{
  margin:10px 12px;
  font-size: 12px;
  max-width: 80%;
}

.camera_canvas
{
  max-width:100%;
  padding:10px 5px;
  display: none;
}

.camera_img
{
  max-width:100%;
  padding:10px 10px;
  /* margin-left: 10px; */
}

.crop_prt_btn
{
  padding-left:8px;
  padding-right:8px;
}

.crop_head_hosoku
{
  font-size:15px;
}

/* 作付面積と圃場数の合計 */
div.crop_sum
{
  display: flex;
  justify-content:center;
  align-items: center; 
  flex-wrap: wrap;
  font-size: 15px;
  padding:5px 5px;
  margin-bottom:10px;
  margin-left:4px;
  margin-right:4px;  
  color: #000;
  /* background-color: #f5f4ee ; */
  background-color: #F5F5F5;
  border: 1px solid;
  border-color: darkgray ;
  border-radius: 5px;
  width:100%;
}


/* 未読お知らせ合計 */
div.oshirase_lst_sum
{
  display: flex;
  justify-content:center;
  align-items: center; 
  flex-wrap: wrap;
  font-size: 15px;
  padding:5px 5px;
  margin-bottom:10px;
  margin-left:4px;
  margin-right:4px;  
  color: #000;
  background-color: #f5f4ee ;
  border: 1px solid;
  border-color: darkgray ;
  border-radius: 5px;
  width:100%;
}



/* 自己点検 */
div.self_kbn
{
  padding-top:2px;
  padding-bottom:10px;
}


div.self_naiyo
{
  padding-top:2px;
  padding-bottom:10px;
}

.self_radio_head
{
  /* margin-right:0px !important; */
}

div.self_radio
{
  padding-top:5px !important;
  /* padding-bottom:2px !important; */
  margin-right:0px !important;
  display:flex;
}

/*
.self_radio_lbl
{
  font-size:14px !important;
  padding-right:0px !important;
  margin-right:7px !important;
  margin-left:7px !important;
  margin-bottom:-7px !important;
}
*/

div.selfstitle {
  padding: 0 0;
  padding-top: 3px;
  margin-bottom: 10px;
  font-weight:bold;
  border-bottom: solid 3px darkgray;
}

span.selftitle{
  padding: 0.05em 0.6em;
  padding-bottom: 0.2em;
  font-size:15px;
  /* background-color: #E3E3E3; */
  /* border-top: solid 3px darkgray; */
  border-left: solid 5px darkgray;
  /* border-right: solid 3px darkgray; */

  /* border-radius:0.5em; */
}

/* 農薬検索 第1条件 */
button.pestisch-cond1-btn{
  margin:10px 5px;
  justify-content: center;

  height:130px;
  font-size:16px;
  box-shadow: -2px -2px 4px 0.5px gray inset
}

/* 農薬検索 第1条件 作物*/
/*
button.pestisch-crop-btn{
  margin:10px 5px;
  justify-content: space-between;

  height:130px;
  font-size:17px;
}
*/

/* 農薬検索 第1条件 作物*/
/*
button.pestisch-crop-btn:before{
  font-family: "Font Awesome 5 Free";
  content: '\f485';
  font-weight: 900;
  font-size: 2.5em;
}
*/

/* 農薬検索 第2条件 タイトル */
div.pestisch-subject1{
  padding: 0.2em;/*文字周りの余白*/
  padding-left: 10px;
  background-color: gray;
  color:white;
  border-radius:5px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}


/* 農薬検索 第2条件 タイトル */
div.pestisch-subject3{
  padding: 0.5em;/*文字周りの余白*/
  padding-left: 10px;
  background-color: #48c774;
  color:white;
  border-radius:5px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

/* 農薬検索 第2条件 タイトル */
div.pestisch-subject_pare{
  /* margin-top: 5px; */
  /* margin-bottom: 25px; */
  margin:5px 5px;
}

/* 農薬検索 第2条件 タイトル */
div.pestisch-subject2_pare{
  margin:5px 5px;
}

/* 農薬検索 検索結果 タイトル */
div.pestisch-subject3_pare{
  margin:5px 5px;
}

/* 農薬検索 第2条件 サブタイトル */
div.pestisch-subject2{
  /* margin-top: 5px; */
  /* margin-bottom: 25px; */
  /* width:660px;  */
  margin:5px 5px;
  margin-bottom:25px;
}

div.pestisch_input_subject{
  padding: 0.2em;/*文字周りの余白*/
  padding-left: 10px;
  background-color: #E3E3E3;
  border-radius:5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.pestisch_underbar
{
  width: 640px;
  /* background-color: rgba(76, 76, 76, 0.7); */
  background-color: rgba(10, 10, 10, 0.7);
  position: fixed;
  z-index:29;
  bottom:70px;
  display: flex;
  list-style: none;
  padding: 8px 8px;
}

/* 農薬検索モーダル 詳細情報*/
/* span.pestisch{ */
  /* padding-left: 10px;文字周りの余白 */
/* } */

div.pestisearch{
  padding-left: 10px;/*文字周りの余白*/
}



/* 農薬検索モーダル タイトル */
.modal-card-title-pestsrh{
  display:flex;
  justify-content: center;
  align-items: center;
}

/* 農薬検索モーダル 前画面ボタン */
.pestsrh-befbtn{
  position: absolute; 
  left:5px;
}

/* 農薬検索モーダル 削除ボタン */
.pestsrh-aftbtn{
  position: absolute; 
  right:10px;
}

/* 農薬検索モーダル 削除ボタン */
.pestsrh-btnhhalf{
  width:48%;
}

/* 農薬検索モーダル 詳細情報 */
div.detail_head
{
  margin-bottom:10px;
}
/* ログインTOP ヘッダー */
div.welcome
{
  display:flex; 
  justify-content: center;
}

.field-icon {
  color: #555;
  float: right;
  position: relative;
  z-index: 2;
}

/* 農薬 散布日 基準日*/
div.pesti_basedate
{
  font-size:13px;
  /* color:#f14668 */
}

/* 肥料 施肥日 基準日*/
div.ferti_basedate
{
  font-size:13px;
  /* color:#f14668 */
}
