@charset "UTF-8";
:root {
  font-family: -apple-system, BlinkMacSystemFont, Verdana, Roboto, arial,
    "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "BIZ UDGothic", Meiryo, sans-serif;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Verdana, Roboto, arial,
    "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "BIZ UDGothic", Meiryo, sans-serif;
  background-color: #37474f;
  color: #1d1d1f;
}
ul,
li,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* placeholder */
input::placeholder,
textarea::placeholder {
-webkit-text-fill-color: #bcbcbc;
}

.custom-file-label::after {
content: "参照";
}


.material-icons {
  line-height: 1em;
  display: inline-flex;
}

.material-icons.r90 {
  transform: rotate(90deg);
}

/* HEADER/FOOTER */
header {
  background-color: #cfd8dc;
}

header .hd-nav {
  display: flex;
  align-items: center;
  min-height: 2.5rem;
}

header .hd-nav span {
  margin-right: 1rem;
  font-weight: bold;
}

header .hd-nav a {
  display: flex;
  align-items: center;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  width: 100%;
}

#sidebar {
  width: 16rem;
/*
  position: fixed;
  top: 0;
  left: 0;
*/
  min-height: 100vh;
  z-index: 999;
  background: #37474f;
  color: #fff;
  transition: all 0.3s;
}

#sidebar.active {
  margin-left: -16rem;
}

#sidebar .sidebar-header {
  padding: 1.25rem;
  background: #263238;
}

#sidebar .sidebar-header h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f7bd00;
}

#sidebar dl {
  margin-bottom: 1rem;
}

#sidebar dt {
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
  opacity: 0.5;
}

#sidebar dd a {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
}

#sidebar dd a:hover {
  background-color: rgba(255, 255, 255, 0.125);
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: calc(100% - 16rem);
  min-height: calc(100vh);
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
	background-color: #FAFAFA;
}

#content.active {
  width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
    margin-left: -16rem;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #content {
    width: 100%;
  }
  #content.active {
    width: calc(100% - 16rem);
  }
  #sidebarCollapse span {
    display: none;
  }
}

/* Content */
.title h1 {
  font-size: 2.5rem;
  line-height: 1;
  padding: 2rem 0 1rem 0;
  border-bottom: 1px solid #cfd8dc;
  margin: 0;
}

.tbl-btn {
  padding: 1rem 0;
  background-color: rgba(255, 255, 255, 0.875);
  display: flex;
}

.tbl-btn div {
  display: flex;
  align-items: center;
}

.tbl-btn div a {
  display: flex;
  align-items: center;
}

.t-min{
 width:1px;
}

.t-left{
 text-align: left;
}

.btn {
  display: inline-flex;
  align-items: center;
}

.btn .material-icons {
  font-size: 1.25rem;
  margin-right: 0.5rem;
  line-height: 1em;
}

.btn span {
  font-size: 0.875rem;
}

#filedrop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 16rem);
}

#filedrop.active {
  width: 100%;
}

#filedrop p {
  margin: 0;
  padding: 2rem 0 1rem 0;
}

.no-active {
  display: none;
}
.drop-zone {
  position: relative;
  margin: 0 auto;
  background-color: #cfd8dc;
  font-size: 1.25rem;
  text-align: center;
}

.drop-zone-text {
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0.75;
  z-index: 100;
}

.overlay-text {
  display: block;
  position: absolute;
  top: 3rem;
  left: 33.333333%;
  color: #f7f7f7;
}

.drop-zone input {
  display: none;
}

.select-file {
  display: inline-block;
  margin: 1rem auto 2rem auto;
  padding: 1rem;
  width: auto;
  background-color: #5a95f5;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}

.select-file::hover {
  background-color: #136eb6;
}

.main-tbl {
  padding-bottom: 14rem;
}

.main-tbl table {
  font-size: 0.875rem;
}

.main-tbl table th,
.main-tbl table td {
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  font-size: 0.875rem;
}

.main-tbl table input,
.main-tbl table textarea {
  font-size: 0.875rem;
}

.main-tbl button {
  white-space: nowrap;
}

.main-tbl table th {
  background-color: #607d8b;
  color: #fff;
  white-space: nowrap;
}

.main-tbl td {
  position: relative;
}

.fmbtns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.fmbtns a {
  margin: 0 0.25rem !important;
  border: none;
  padding: 0;
  background-color: transparent;
}

.fmbtns a:hover {
  opacity: 0.75;
}

.fmbtns a i {
  padding: 0.25rem;
  background: #4285f4;
  color: #fff;
  font-size: 1rem;
  border-radius: 1rem;
}

.fmbtns.danger a i {
  background: #ff3547;
}

.main-tbl input.form-control,
.main-tbl textarea.form-control {
  color: #212529 !important;
}

.main-tbl img {
  height: 6rem;
}

.main-tbl textarea {
  min-width: 16rem;
  min-height: 4rem;
}

.main-tbl input[type="text"],.main-tbl select{
  width: 100%;
  min-width: 12rem;
  box-sizing: border-box;
}

.main-tbl input[type="text"][disabled] ,.main-tbl select[disabled] {
  width: 100%;
  min-width: 12rem;
  box-sizing: border-box;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
}

input,textarea,select {
  -webkit-text-fill-color: #212529;
  opacity: 1;
}

input[type="text"][disabled],
input[type="checkbox"][disabled],
select[disabled],
textarea[disabled] {
  background: transparent;
  cursor: not-allowed;
  border: none;
  color: #212529;
  opacity: 1;
}

.main-tbl input[type="checkbox"].form-control {
  width: auto;
  display: inline;
}

/* SignIn*/
#signin {
 background-color: #FAFAFA;
}

#signin .wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#signin h1 {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.25rem;
}

#signin .wrapper .btn {
  display: flex;
  justify-content: center;
}

.single-form {
  padding: 4rem 0;
}

.fm-act .btn {
  min-width: 12rem;
  display: inline-flex;
  justify-content: center;
  margin: 2rem 1rem;
}

.edit-only {
  display: none;
}

.edit-img.editable {
  cursor: pointer;
}

.btn-contol button {
	display: inline-flex;
	background-color: aqua;
}

.btn-contol button {
	display: inline-flex;
}

#Br30 input {
	margin-bottom: 0.5rem;
}

.btn-h {
	display: flex;
}

.btn-h .btn {
	padding: 0.5rem;
	display: flex;
	justify-content: center;
	align-content: center;
	border-radius: 1.5rem;
}

.btn-h .btn i{
	margin: 0;
}

.tbl-sts {
	font-size: 0.875rem;
	margin: 4rem 0;
}

.tbl-sts td {
text-align: center;
}

.tbl-sts td span {
	font-size: 0.75rem;
	display: block;
}


.tbl-sts .table{
	position: relative;
}

.tbl-sts .table tr, .tbl-sts .table th, .tbl-sts .table td {
	border: none;
}

.tbl-sts .table tr:first-of-type{
	background-color: #546E7A;
	color: #FFF;
}

.tbl-sts .table tr:first-of-type th{
	background-color: #546E7A;
}



.tbl-sts .table th, .tbl-sts .table td {
	padding: 0 0.75rem;
	border-right: 1px dotted #CCC;
	border-bottom: 1px solid #90A4AE;
}

.tbl-sts .table td {
	vertical-align: middle;
	text-align: center;
}

.tbl-sts th{
	background-color: #CFD8DC;
	min-width: 16rem;
	height: 4rem;
	display: flex;
	align-items: center;
}

.tbl-sts td{
	min-width: 5rem;
	height: 4rem;
}

span.ip {
 font-size: 0.75rem;
 display: block;
 color: #999;
}

/*
.tbl-sts tr td:first-of-type{
	min-width: 16rem;
	border: none;
}
*/

.c-sts-01 {
	background-color: #F8BBD0;
	color: #880E4F;
}

.c-sts-02 {
	background-color: #FFECB3;
	color: #FF6F00;
}

.c-sts-03 {
	background-color: #B2EBF2;
	color: #006064;
}

.c-sts-04 {
	background-color: #DCEDC8;
	color: #33691E;
}

.rayout {
	margin: 1rem 0;
	display: flex;
}

.rayout input{
	text-align: center;
	margin: 1rem 0;
	-webkit-text-fill-color: #FFF;
	color: #FFF;
	padding: 3rem 0;
}

.rayout input:not(:placeholder-shown) {
	background-color: #263238;
}


body#PrintQR {
	background-color: transparent;
	color: #000;
}

#PrintQR .page{
	break-after: page;
}

#PrintQR figure{
	text-align: center;
} 

#PrintQR figure img{
	padding: 2rem;
	border: 1px solid #CCC;
} 

/* アコーディオン */
.accordion_inner {
  display: none;
  width: 100%; }

.accordion {
  width: 100%;
  background: #898989; }
  .accordion p {
    font-size: 1.0rem;
    color: #fff;
    margin-bottom: 2px;
    position: relative;
    padding: 6px 15px;
    cursor: pointer; }
  .accordion p.open_p {
    background: #000; }
  .accordion .a_arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0px 8px;
    border-color: #fff transparent transparent transparent; }
  .accordion .a_arrow.open {
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #fff transparent; }
  .accordion li {
    background: #000;
    border-bottom: solid 1px #fff;
    overflow: hidden; }
  .accordion .accordion_th, .accordion .accordion_td {
    color: #fff;
    text-align: left;
    float: left; }
  .accordion .accordion_th {
    width: 14%;
    padding: 10px 10px 10px 30px; }
  .accordion .accordion_td {
    width: 86%;
    padding: 10px 15px 10px 10px; }

.accordion .memo_wrap div,
.accordion .memo_wrap div li {
  background: #000; }

.accordion .memo_wrap div li {
  border-bottom: 0;
  color: #fff; }

.accordion .memo_wrap div .memo_inner li {
  padding: 5px 0; }

.memo_wrap .memo_title {
  color: #fff;
  position: relative;
  padding-left: 48px;
  padding-bottom: 5px; }
  .memo_wrap .memo_title span {
    padding-right: 10px; }
.memo_wrap .memo_title:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%); }
.memo_wrap .memo_inner {
  padding: 0 15px 10px 48px; }
  .memo_wrap .memo_inner li:before {
    content: "・"; }

/* アコーディオンここまで */

/* LINE風吹き出し表示 */

/*以下、①背景色など*/
.talk-container {
  padding: 20px 10px;
/*  max-width: 450px;*/
/*  margin: 15px auto;*/
  margin: 0;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;

}

/* 4 スタンプ：画像最大幅 */
.talk-container .stamp img {
  max-width:120px;
}

/*-----------------------*/

/*以下、②左側のコメント*/
/* 5 相手の */
.ltalk {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  text-align: left;
}

/* 6 相手のアイコン画像 */
.ltalk .faceicon {
  float: left;
  margin-right: -50px;
  width: 40px;
}

/* 7 相手の正方形を用意 */
.ltalk .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}

/* 9 相手の名前 */
.ltalk .name {
  font-size: 80%;
  color: #ffffff;
  margin: 0 0 0 50px;/* 50px 左faceicon用オフセット*/
}

/* 8 相手のトーク */
.ltalk .chatting {
  width: 100%;
  text-align: left;
  margin: 0 0 0 50px;/* 50px 左faceicon用オフセット*/
}

/* 10 相手のコメント */
.ltalk .says {
  display: inline-block;
  position: relative; 
  margin: 0 0 0 10px;/* 50px 左faceicon用オフセット*/
  padding: 10px;
  max-width: 250px;
  border-radius: 12px;
  background: #edf1ee;
}

/* 11 相手の吹き出し */
.ltalk .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

/* 10 相手のコメント */
.ltalk .says p {
  margin: 0;
  padding: 0;
}

/* 13 相手のトーク時間 */
.ltalk .says .time {
  content: '';
  width: 0px;
  text-align: left;
  right: 0px;
  bottom: 0px;
  font-size: 80%;
  color: #ffffff;
  position: absolute;
  display: inline-block;
}

/* 12 相手のスタンプ時間 */
.ltalk .says .times {
  content: '';
  width: 0px;
  text-align: left;
  right: 0px;
  bottom: 0px;
  font-size: 80%;
  color: #ffffff;
}

/*-----------------------*/

/*以下、③右側の緑コメント*/
/* 14 自分 */
.rtalk {
  margin: 10px 0;
}

/* 15 自分のトークコメント */
.rtalk p {
  display: inline-block;
  position: relative; 
  margin: 0 10px 0 0;
  padding: 8px;
  max-width: 250px;
  border-radius: 12px;
  background: #30e852;
  text-align: left;
  font-size: 15px:
}

/* 16 自分の吹き出し */
.rtalk p:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #30e852;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

/* 17 自分のスタンプ  */
.rtalk .stamp {
  position: relative;
  margin-left: 80px;
}

/* 18 自分の既読／時間 */
.rtalk .date {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  text-align: right;
  left: -25px;
  bottom: 0px;
  font-size: 80%;
  color: #ffffff;
}

/* LINE風吹き出し表示 ここまで */
/* LINE風吹き出し表示 */

/*以下、①背景色など*/
.line-bc {
  padding: 20px 10px;
/*  max-width: 450px;*/
/*  margin: 15px auto;*/
  margin: 0;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;

}

/*以下、②左側のコメント*/
.line-bc .balloon {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon .faceicon {
  float: left;
  margin-right: -50px;
  width: 40px;
}

.balloon .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.balloon .chatting {
  width: 100%;
  text-align: left;
}
.balloon .says {
  display: inline-block;
  position: relative; 
  margin: 0 0 0 10px;
  padding: 10px;
  max-width: 250px;
  border-radius: 12px;
  background: #edf1ee;
}

.balloon .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.balloon .says p {
  margin: 0;
  padding: 0;
}

/*以下、③右側の緑コメント*/
.line-bc .mycomment {
  margin: 10px 0;
}
.mycomment p {
  display: inline-block;
  position: relative; 
  margin: 0 10px 0 0;
  padding: 8px;
  max-width: 250px;
  border-radius: 12px;
  background: #30e852;
  font-size: 15px:
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #30e852;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

/* LINE風吹き出し表示 ここまで */