col-form-labelcol-form-labelcol-form-labelcol-form-labelcol-form-labelcol-form-labelcol-form-labelcol-form-labelcol-form-label-input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}
textarea {
    width: 300px;
}input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}
textarea {
    width: 300px;
}input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}badgebadge.logo img{
	height:auto;
	max-width:200px;
}
.logo {
	text-align: center;
	width:100%;
	margin-top:1rem;
	padding-bottom:1rem;
}
.card .numbers{
	text-align: left;
}
.cardbox {
	padding:2rem;
}
.photo_prv {
	width:200px;
	height:200px;
	background-size:cover;
	background-position:50% 50%;
}
#photo_prv {
	width:200px;
	height:200px;
	background-size:cover;
	background-position:50% 50%;
}
#photo_prv1 {
	width:300px;
	height:300px;
	background-size:cover;
	background-position:50% 50%;
}
#photo_prv2 {
	width:300px;
	height:300px;
	background-size:cover;
	background-position:50% 50%;
}
#photo_prv3 {
	width:300px;
	height:300px;
	background-size:cover;
	background-position:50% 50%;
}
#photo_prv3 {
	width:300px;
	height:300px;
	background-size:cover;
	background-position:50% 50%;
}
#photo_prv4 {
	width:300px;
	height:300px;
	background-size:cover;
	background-position:50% 50%;
}
#photo_prv5 {
	width:300px;
	height:300px;
	background-size:cover;
	background-position:50% 50%;
}
#photo_prv6 {
	width:300px;
	height:300px;
	background-size:cover;
	background-position:50% 50%;
}
.photo_past {
	width:300px;
	height:300px;
	background-size:cover;
	background-position:50% 50%;
}

.list_photo {
	width:80px;
	height:80px;
	background-size:cover;
	background-position:50% 50%;
	padding:0;
	margin:0 auto;
}
.list_photo2 {
	width:150px;
	height:150px;
	background-size:cover;
	background-position:50% 50%;
	padding:0;
	margin:0;
}


.balloon-bc {
  padding: 20px 10px;
	padding-right:20px;
  max-width: 100%;
  text-align: right;
  font-size: 1rem;
/*	border-bottom:1px dashed #FFB85A;*/
	height:48rem;
	overflow-y: auto;
	margin-right:1rem;
}

/*以下、②左側のコメント*/
.balloon {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.balloon .faceicon{
    float: left;
    margin-right: -50px;
    width: 80px;
}

.mycomment .faceicon
{
    float: right;
    width: 60px;
}

.balloon .faceicon img,
.mycomment .faceicon img
{
    width: 100%;
    height: auto;
}
.balloon .chatting {
    width: 100%;
    text-align: left;
}
.says {
    display: inline-block;
    position: relative;
    margin: 0 0 0 50px;
    padding: 10px;
    max-width: 60%;
    border-radius: 12px;
    background: #edf1ee;
	margin-top:1.5rem;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #edf1ee;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
.says p {
    margin: 0;
    padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
    margin: 10px 0;
}
.mycomment p{
    display: inline-block;
    position: relative;
    margin: 0 20px 0 0;
    padding: 8px;
    max-width: 60%;
    border-radius: 12px;
    background: #fcd69e;
    font-size: 15px;
	margin-top:1.5rem;
	text-align:left;
}

.mycomment p:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #fcd69e;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
.n_line {
	padding:3rem 0;
	padding-top:4rem;
	color: #fcd69e;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.n_line:before, .n_line:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #fcd69e;
	display: block;
}
.n_line:before {
	margin-right: .4em;
}
.n_line:after {
	margin-left: .4em;
}
.n_line img {
	width:1.5rem;
	height:auto;
}
.dspnone {
	display:none;
}
.calendar td,.calendar th{
	text-align:center;
	width:14%;
}
.calendar th{
	background-color:#EFEFEF;
}
.sunday {
	color:#f00;
	font-weight:bold;
}
.saturday {
	color:#00f;
	font-weight:bold;
}
.form-control{
	border:1px solid #ccc;
}
* {
font-size:1rem;
}
.badge {
	margin-left: 0.5rem;
}
.card {
	padding:2rem;
}
label {
	color:#000;
}

/* モーダルを使うたびに画面がずれる問題 */
body {
	padding-right: 0 !important
}
.wakunashi {
	padding:0 0.3rem;
}
.calendar_ttl{
	margin-bottom:1rem;
}
.msgscroll{
	padding-right:0;
	padding-left:0;
}
label.msg_ttl {
	font-size:1.3rem;
	color:#666;
}
select.form-control {
	min-height:2.5rem;
}
.sche {
	padding-left:0.5rem;
	padding-right:1rem;
}
.form-group input[type="file"]{
	opacity: 1;
	height:2rem;
	position: relative;
}
.side_children{
	width: 100%;
	font-size:0.8rem;
	position: absolute;
	bottom: 5.5rem;
	padding-left:0.5rem;
	padding-right:0rem;
}
a.children{
	width: 100%;
	font-size:0.8rem;
	text-align:left;
}

a.scheduleM{
	width: 100%;
	font-size:0.8rem;
	text-align:left;
}
.tcenter th,.tcenter td {
	text-align: center;
}
.imgflag {
	background-color:#2a34ff;
	position:relative;
	top:70%;
	font-weight:bold;
	color:#fff;
}
.fukidashi1 {
  position: relative;
  display: block;
  margin: 0;
	margin-bottom:3rem;
  padding: 1.5rem;
  width: 100%;
  color: #555;
  font-size: 1rem;
  background: #FFE5CF;
  border-radius: 15px;
}
.fukidashi1 h4,.fukidashi2 h4{
	padding:0;
	margin:0;
	border-bottom:2px dashed #ccc;
	padding-bottom:0.3rem;
	margin-bottom:0.8rem;
}
.fukidashi1 i,.fukidashi2 i{
	font-size:1.8rem;
}

.fukidashi1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFE5CF;
}
.fukidashi2 {
  position: relative;
  display: block;
  margin: 3em;
  padding: 1.5rem;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFE5CF;
  border-radius: 15px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
.sidebar .nav li > a, .off-canvas-sidebar .nav li > a {
	margin-top:0;
	margin-bottom:0;
	line-height:1.5rem;
}