.child_recordtab_wrapper {
	min-height: 100%;
	background-color: #f7f7f7;
}

.recordtab_header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1.5vw 1.5vw 0;
	border-bottom: 1px solid #d9d9d9;
}

.recordtab_header .child_profile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.recordtab_header .child_profile .child_thumnail span {
	width: 4.5vw;
	height: 4.5vw;
	border-radius: 50%;
	overflow: hidden;
	display: block;
}

.recordtab_header .child_profile .child_thumnail span img {
	width: 100%;
  /* CHANGE SMO - START====================================== */
  /* えんじのきろく画面で園児の画像がわずかに欠けてしまうのを修正 */
  height: 100%;
  /* CHANGE SMO - END======================================== */
}

.recordtab_header .child_profile .child_name {
	padding-left: 1.0rem;
  /* CHANGE SMO - START====================================== */
  /* 園児氏名やクラス名が長い場合にヘッダの内容が右に寄るのを修正 */
  width: 18vw;
  /* CHANGE SMO - END======================================== */
}

.recordtab_header .child_profile .child_name .belong_class {
	font-size: 1.0vw;
	color: #515d62;
	padding-bottom: 0.5vw;
	display: block;
  word-break: break-word;
}

.recordtab_header .child_profile .child_name .name {
	font-size: 1.5vw;
	color: #515d62;
	display: block;
	font-weight: bold;
}

.recordtab_header .record_date {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.recordtab_header .record_date .day_prev img {
	width: 2.3vw;
	margin-right: 1.0em;
}

.recordtab_header .record_date .day_next img {
	width: 2.3vw;
}

.recordtab_header .record_date .weather_icon img {
	width: 2.3vw;
	margin-right: 1.0em;
}

.recordtab_header .record_date .date {
	font-size: 2.3vw;
	color: #515d62;
	font-family: monospace, serif;
}

.recordtab_header .record_date .date span {
	font-size: 0.8em;
	margin-left: 0.7em;
}

/*
.recordtab_header .record_date .calender {
    position: relative;
    left: -30px;
}

.recordtab_header .record_date .calender label {
    position: relative;
}

.recordtab_header .record_date .calender label::before {
    position: absolute;
    top: calc(50% - 1.75vw);
    right: 0;
    content: "";
    display: block;
    width: 3.5vw;
    height: 3.5vw;
    margin-left: 1.0vw;
    background-image: url(../img/ic/calender.svg);
    background-repeat: no-repeat;
}

.recordtab_header .record_date .calender label input[type="date"] {
    opacity: 0;
}

.recordtab_header .record_date .calender input[type="date"]::-webkit-calendar-picker-indicator{
    position: absolute;
    right: 0px;
    top: calc(50% - 1.75vw);
    padding: 0;
    width: 3.5vw;
    height: 3.5vw;
    background: transparent;
    color: transparent;
    cursor: pointer;
}
*/

.recordtab_header .record_date .calender {
	width: 4.5vw;
	position: relative;
}

.recordtab_header .record_date .calender label {
	position: relative;
}

.recordtab_header .record_date .calender label::after {
	position: absolute;
	top: calc(50% - 1.0vw);
	right: calc(50% - 2.0vw);
	content: "";
	display: block;
	width: 2.0vw;
	height: 2.0vw;
	background-image: url(../img/ic/calender.svg);
	background-repeat: no-repeat;
}

.calender label::before {
	position: absolute;
	top: calc(50% - 1.3vw);
	right: calc(50% - 2.35vw);
	content: "";
	display: block;
	width: 2.7vw;
	height: 2.7vw;
	background-image: -moz-linear-gradient(90deg, rgb(245, 243, 243) 0%, rgb(255, 255, 255) 74%, rgb(246, 245, 245) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(245, 243, 243) 0%, rgb(255, 255, 255) 74%, rgb(246, 245, 245) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(245, 243, 243) 0%, rgb(255, 255, 255) 74%, rgb(246, 245, 245) 100%);
	border-radius: 5px;
	border: solid 1px rgb(234, 234, 234);
}

.recordtab_header .record_date .calender label input[type="date"] {
	opacity: 0;
	width: 2.8vw;
	height: 2.8vw;
	z-index: 9999;
	position: relative;
	left: 1.0vw;
}

.recordtab_header .record_date .calender input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	right: 0px;
	top: calc(50% - 1.75vw);
	padding: 0;
	width: 3.5vw;
	height: 3.5vw;
	background: transparent;
	color: transparent;
	cursor: pointer;
}

.recordtab_header .greeted_time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.recordtab_header .greeted_time p {
	font-size: 1.2vw;
	color: #515d62;
	padding-right: 1.0em;
}

.recordtab_header .greeted_time dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.recordtab_header .greeted_time dt img {
	width: 2.0vw;
}

.recordtab_header .greeted_time dd {
	font-size: 2.0vw;
	color: #515d62;
}

.recordtab_header .btn_today {
	background-color: #686f82;
	color: #fff;
	font-size: 1.2vw;
	padding: 0.2em 1.0em;
	border-radius: 20px;
}

.recordtab_header .record_tab_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 3.0vh;
}

.recordtab_header .record_tab_wrapper .record_tab {
	width: calc(100% / 3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 1.0vw 1.0vw;
}

.recordtab_header .record_tab_wrapper .record_tab.active_tab {
	position: relative;
}

.recordtab_header .record_tab_wrapper .record_tab.active_tab::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-top: 10px solid #30c40c;
	bottom: -20px;
	left: calc(50% - 10px);
}

.recordtab_header .record_tab_wrapper .record_tab.active_tab::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-color: #30c40c;
}

.recordtab_header .record_tab_wrapper .record_tab img:not(:last-of-type){
	width: 2.3vw;
}

.recordtab_header .record_tab_wrapper .record_tab img:last-of-type{
  width: 2.7vw;
}

.recordtab_header .record_tab_wrapper li:not(:first-of-type) img {
	margin-right: 1.2vw;
}

.recordtab_header .record_tab_wrapper li:first-of-type img {
  margin-right: 0.6vw;
}

.recordtab_contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1.5vw 1.5vw 1.5vw;
}


.recordtab_contents .record_block {
	margin-bottom: 2.0vh;
}

.recordtab_contents .record_block:not(.block_half) {
	width: 100%;
}

.recordtab_contents .record_block.block_half {
	width: 49%;
}

.recordtab_contents h2 {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 0;
	height: 6.0vh;
	margin-bottom: 3.0vh;
	border-bottom: 3px solid #515d62;
}

.recordtab_contents h2 .record_heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.recordtab_contents h2 .record_heading img {
	width: 2.3vw;
}

.recordtab_contents h2 .record_name {
	font-size: 1.5vw;
	color: #4c556e;
	padding: 0 0.5em;
}

.recordtab_contents h2 .record_edit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.recordtab_contents h2 .record_edit img {
	width: 1.5vw;
	margin-right: 10px;
}

.recordtab_contents h2 .record_edit .edit_time,
.recordtab_contents h2 .record_edit .edit_user {
	font-size: 1.2vw;
	color: #c8c8c8;
}

.recordtab_contents h2 .record_edit .edit_time {
	margin-right: 10px;
}

.recordtab_contents h3 .record_edit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.recordtab_contents h3 .record_edit img {
	width: 1.5vw;
	margin-right: 10px;
}

.recordtab_contents h3 .record_edit .edit_time,
.recordtab_contents h3 .record_edit .edit_user {
	font-size: 1.2vw;
	color: #c8c8c8;
}

.recordtab_contents h3 .record_edit .edit_time {
	margin-right: 10px;
}

.recordtab_contents .record_data {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.recordtab_contents .record_data .column_title {
	font-size: 1.0vw;
	color: #515d62;
	margin-bottom: 1.0em;
}

.recordtab_contents .record_data .pool_column_title {
	font-size: 1.0vw;
	color: #515d62;
	margin-bottom: 0.5em;
}

.recordtab_contents .record_column:not(.column_half) {
	width: 100%;
	position: relative;
}

.recordtab_contents .record_column.column_half {
	width: 49%;
	position: relative;
}

.recordtab_contents .record_column > .btn_circle_medium {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translate(-50%, 0);
}

.recordtab_contents .added_row > .btn_circle_medium {
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translate(-50%, 0);
}

.recordtab_contents .record_row {
	border-radius: 5px;
	box-shadow: 0px 3px 5px 1px #d9d9d9;
	margin-bottom: 1.5vh;
	min-height: 70px;
}

.recordtab_contents .added_row {
	margin-top: 7.5vh;
	position: relative;
}

.recordtab_contents .record_row_right_side {
	display: flex;
	align-self: stretch;
}

/*
.recordtab_contents .more_data {
    height: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    transition: padding 0.2s ease-out;
}
*/

.more_data {
	transition: 1.0s;
}

.more_data.accor_close {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
}

.more_data.accor_open {
	height: auto;
	padding: 0 0 30px;
	opacity: 1;
}

/** 機嫌 **/
.mood_row {
	width: 100%;
}

.mood_row.parents {
	min-height: 85px !important;
	display: table;
	background-color: #fefef4;
}

.mood_row.nursery {
	display: flex;
	background-color: #fff;
}

.mood_row.parents .status_head {
	background-color: #fffbd4;
}

.mood_row.nursery .status_head {
	background-color: #fbfbfb;
}

.mood_row .status_head {
	width: 15%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 1.3vw;
	border-radius: 5px;
	color: #515d62;
}

.mood_row .status_body {
	width: 80%;
	display: table-cell;
	vertical-align: middle;
	align-self: center;
}

.mood_row .status_body ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*    height: 80px;*/
}

.mood_row .status_body ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 70px;
}

.mood_row .status_body ul li .time_zone {
	padding-left: 1.5em;
	text-align: center;
}

.mood_row .status_body ul li .status_icon {
	padding-left: 3.0em;
	text-align: center;
	float: left;
}

.mood_row .status_body .time_zone > img {
	width: 1.8vw;
	height: 1.8vw;
	margin-bottom: 0.5em;
}

.mood_row .status_body .time_zone > span {
	display: block;
	font-size: 1.0vw;
	text-align: center;
	color: #969ea2;
}

.mood_row .status_body .status_icon > img {
	display: block;
	width: 3.0vw;
	height: 3.0vw;
	margin: 0 auto 0.5em;
}

.mood_row .status_body .status_icon.mood_ic-size_large > img {
	width: 3.0vw;
	height: 3.0vw;
}

.mood_row .status_body .status_icon > span {
	display: block;
	font-size: 1.0vw;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.mood_row .status_body .status_text {
	/*    height: 5.0vw;*/
	font-size: 1.0vw;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #515d62;
	line-height: 1.2;
	padding: 1.0vw 0 1.0vw 30px;
	float: left;
}

.mood_row .status_body .status_text p {
	word-break: break-word;
}

.mood_row .status_body .status_text button {
	vertical-align: middle;
	margin-left: 0.1vw;
}

.mood_row .row_btn_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-left: 1px solid #e9e9e9;
	padding: 1.0em;
	align-self: stretch;
}

.mood_row .row_btn_area button:not(:last-of-type) {
	margin-right: 1.0em;
}

.mood_row .icon_zone {
	margin: 1.0vw 0;
}

/** 午睡 **/
.nap_row {
	width: 100%;
	display: table;
	min-height: 85px !important;
}

.nap_row.parents {
	background-color: #fefef4;
}

.nap_row.nursery {
	background-color: #fff;
}

.nap_row.parents .status_head {
	background-color: #fffbd4;
}

.nap_row.nursery .status_head {
	background-color: #fbfbfb;
}

.nap_row .status_head {
	width: 15%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 1.3vw;
	border-radius: 5px;
	color: #515d62;
}

.nap_row .status_body {
	width: 85%;
	display: table-cell;
	vertical-align: middle
}

.nap_row .status_body ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 80px;
}

.nap_row .status_body ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	height: 80px;
	padding-left: 1.0em;
}

.nap_row .status_body ul li .nap_time {
	margin: 0 10px;
}

.nap_row .status_body ul li:last-of-type {
	border-left: 1px dotted #ddda7c;
}

.nap_row .status_body .time_zone > img {
	display: block;
	width: 1.8vw;
	height: 1.8vw;
	margin-bottom: 0.5em;
}

.nap_row .status_body .time_zone > span {
	display: block;
	font-size: 1.0vw;
	text-align: center;
	color: #969ea2;
}

.nap_row .status_body .nap_time > img {
	display: block;
	width: 3.0vw;
	height: 3.0vw;
	margin: 0 auto 0.5em;
}

.nap_row .status_body .nap_time > span {
	display: block;
	font-size: 1.4vw;
	text-align: center;
	color: #30c40c;
}

/** 排泄・嘔吐 **/
.excretion_row {
	width: 100%;
	display: table;
}

.excretion_row.parents {
	background-color: #fefef4;
}

.excretion_row.nursery {
	background-color: #fff;
}

.excretion_row.gray {
	background-color: #e5e5e5;

}

.excretion_row.parents .status_head {
	background-color: #fffbd4;
}

.excretion_row.nursery .status_head {
	background-color: #fbfbfb;
}

.excretion_row .status_head {
	width: 20%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 1.3vw;
	border-radius: 5px;
	color: #515d62;
}

.excretion_row .status_body {
	width: 80%;
	display: table-cell;
	vertical-align: middle
}

.excretion_row .status_body ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.0em;
}

.excretion_row .status_body ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 15px;
}

.excretion_row .status_body ul li.night {
	background-image: url(../img/ic/night.svg);
}

.excretion_row .status_body ul li.morning {
	background-image: url(../img/ic/morning.svg);
	background-position: 5px 0;
}

.excretion_row .status_body ul li:last-of-type {
	border-left: 1px dotted #ddda7c;
}

.excretion_row .status_body .status_icon {
	margin-left: 1.5em;
}

.excretion_row .status_body .status_icon > img {
	display: block;
	width: 3.0vw;
	height: 3.0vw;
	margin: 0 auto 0.5em;
}

.excretion_row .status_body .status_icon > span {
	display: block;
	font-size: 1.0vw;
	text-align: center;
}

.excretion_row .status_body .status_content {
	margin-left: 0.5em;
}

.excretion_row .status_body .status_content .excretion_date {
	margin-bottom: 1.0em;
	font-size: 1.0vw;
	color: #969ea2;
}

.excretion_row .status_body .status_content .excretion_content {
	font-size: 1.0vw;
	color: #515d62;
	word-break: break-word;
}


.excretion_row .status_body .status_content .excretion_content button {
	vertical-align: middle;
}

.added_row .excretion_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.added_row .excretion_row .status_body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.added_row .excretion_row .row_btn_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-left: 1px solid #e9e9e9;
	padding: 1.0em;
}

.added_row .excretion_row .row_btn_area button:not(:last-of-type) {
	margin-right: 1.0em;
}


/** 検温 **/
.thermometry_row {
	width: 100%;
	display: table;
}

.thermometry_row.parents {
	background-color: #fefef4;
}

.thermometry_row.nursery {
	background-color: #fff;
}

.thermometry_row.parents .status_head {
	background-color: #fffbd4;
}

.thermometry_row.nursery .status_head {
	background-color: #fbfbfb;
}

.thermometry_row .status_head {
	width: 20%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 1.3vw;
	border-radius: 5px;
	color: #515d62;
}

.thermometry_row .status_body {
	width: 80%;
	display: table-cell;
	vertical-align: middle
}

.thermometry_row .status_body dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.thermometry_row .status_body .date {
	font-size: 1.3vw;
	color: #969ea2;
	margin-left: 1.0em;
}

.thermometry_row .status_body .temperature {
	font-size: 2.2vw;
	margin-left: 2.0em;
}

.thermometry_row .status_body .temperature:not(.high_temperature) {
	color: #515d62;
}

.thermometry_row .status_body .high_temperature {
	color: #ff2965;
}

.added_row .thermometry_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.added_row .thermometry_row .row_btn_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-left: 1px solid #e9e9e9;
	padding: 1.0em;
}

.added_row .thermometry_row .row_btn_area button:not(:last-of-type) {
	margin-right: 1.0em;
}



/** 給食 **/
.lunch_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lunch_row.home {
	background-color: #fefef4;
}

.lunch_row.nursery {
	background-color: #fff;
}

.lunch_row .row_inner {
	padding: 1.0vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lunch_row .row_inner .lunch_data .time {
	font-size: 1.3vw;
	color: #969ea2;
	padding-bottom: 0.5em;
}

.lunch_row .row_inner .lunch_data .food {
	font-size: 1.3vw;
	color: #515d62;
	word-break: break-word;
}

.lunch_row .row_inner .lunch_data .food button {
	vertical-align: middle;
}

.lunch_row .record_row_right_side {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lunch_row .column_square_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	align-self: stretch;
}

.lunch_row .column_square_area li {
	padding: 0.5vw;
	display: flex;
	align-items: center;
	align-self: stretch;
}

.lunch_row .column_square_area li.num, li.num_100over {
	border-left: 1px solid #e9e9e9;
}

.lunch_row .column_square_area .picture img {
	width: 4.5vw;
	height: 4.5vw;
}

.lunch_row .column_square_area .num span {
	width: 4.5vw;
	height: 4.5vw;
	line-height: 4.5vw;
	display: block;
	text-align: center;
	font-size: 1.3vw;
}

.lunch_row .column_square_area .num_100over span {
  width: 4.5vw;
  height: 4.5vw;
  line-height: 1.5vw;
  display: block;
  text-align: center;
  font-size: 1.3vw;
  padding-top: 0.8vw;
}

.lunch_row .row_btn_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-left: 1px solid #e9e9e9;
	padding: 1.0em;
	align-self: stretch;
}

.lunch_row .row_btn_area button:not(:last-of-type) {
	margin-right: 1.0em;
}


/** ミルク **/
.milk_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.milk_row.home {
	background-color: #fefef4;
}

.milk_row.nursery {
	background-color: #fff;
}

.milk_row .row_inner {
	padding: 1.0vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.milk_row .row_inner .milk_data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.milk_row .row_inner .milk_data .time {
	font-size: 1.3vw;
	color: #969ea2;
}

.milk_row .row_inner .milk_data .drink {
	font-size: 1.3vw;
	color: #515d62;
	margin-left: 1.0em;
	word-break: break-word;
}

.milk_row .record_row_right_side {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.milk_row .column_square_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	align-self: stretch;
}

.milk_row .column_square_area li {
	padding: 0.5vw;
	align-self: stretch;
	display: flex;
	align-items: center;
}

.milk_row .column_square_area li.num {
	border-left: 1px solid #e9e9e9;
}

.milk_row .column_square_area .picture img {
	width: 4.5vw;
	height: 4.5vw;
}

.milk_row .column_square_area .num span {
	width: 4.5vw;
	height: 4.5vw;
	line-height: 4.5vw;
	display: block;
	text-align: center;
	font-size: 1.3vw;
}

.milk_row .row_btn_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-left: 1px solid #e9e9e9;
	padding: 1.0em;
	align-self: stretch;
}

.milk_row .row_btn_area button:not(:last-of-type) {
	margin-right: 1.0em;
}



/** 沐浴 **/
.bathing_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bathing_row.home {
	background-color: #fefef4;
}

.bathing_row.nursery {
	background-color: #fff;
}

.bathing_row .icon {
	width: 30px;
	height: 30px;
}

.bathing_row .row_inner {
	padding: 1.0vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.bathing_row .row_inner .bath_situation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.bathing_row .row_inner .bath_situation .date {
	font-size: 1.3vw;
	color: #969ea2;
	margin-left: 1.5em;
}

.bathing_row .row_inner .bath_situation .time {
	font-size: 1.3vw;
	color: #515d62;
	margin-left: 1.0em;
}

.bathing_row .row_inner .bath_situation .comment_pool {
	font-size: 1.2vw;
	color: #515d62;
	padding-left: 1.0vw;
}

.bathing_row .row_btn_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-left: 1px solid #e9e9e9;
	padding: 1.0em;
}

.bathing_row .row_btn_area button:not(:last-of-type) {
	margin-right: 1.0em;
}



/*** 子供の様子 ***/
.appearance_row {
	position: relative;
	padding: 1.5em;
	font-size: 1.2vw;
	color: #515d62;
}

.appearance_row.home {
	background-color: #fefef4;
}

.appearance_row.home::after {
	content: url(../img/chat_arrow_white.png);
	position: absolute;
	left: 10px;
	bottom: -20px;
}

.appearance_row.nursery {
	background-color: #e5e5e5;
}

.appearance_row.nursery::after {
	content: url(../img/chat_arrow_gray.png);
	position: absolute;
	right: 20px;
	bottom: -20px;
}

.appearance_row h3 {
	font-weight: normal;
	padding-bottom: 1.0em;
	word-break: break-word;
}

.appearance_row .display_inline_flex {
  display: inline-flex;
}

.appearance_row p {
	margin-top: 1em;
	word-break: break-word;
}

.appearance_row .appearance_comment {
	max-height: 8.1em;
	overflow-y: auto;
	white-space: pre-wrap;
	padding-top: 3px;
}

.appearance_row .btn_more {
	vertical-align: middle;
}

.appearance_row .btn_color_green.btn_square_medium {
	position: absolute;
	top: 10px;
	right: 10px;
}

.appearance_row .appearance_photo_list {
  width: 100%;
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 152px);
  grid-gap: 25px 17px;
}

.appearance_row .appearance_photo_img {
  height: 120px;
  width: 150px;
  /* background: #000000; */
}

.appearance_row .appearance_photo_thumbnail {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
}

.appearance_row .appearance_photo_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.appearance_row .appearance_photo_img img {
  max-width: 100%;
  max-height: 120px; /* 親の高さに合わせる */
  height: auto;
  vertical-align: bottom;
}

.appearance_row .sign_open,
.appearance_row .sign_temp {
  display: inline-block;
  width: 7vw;
  height: 2vw;
  color: #fff;
  border-radius: 5px;
  margin-left: 1.5vw;
  text-align: center;
  line-height: 2vw;
}

.appearance_row .sign_open {
  background-color: #30c40c;
}

.appearance_row .sign_temp {
  background-color: #c4c4c4;
}

/** 備品持参のお願い **/
.fixtures_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fixtures_row.first_row {
	margin-top: 3vh;
}

.fixtures_row.nothing {
	background-color: #e5e5e5;
	text-align: center;
}

.fixtures_row.nothing p {
	font-size: 1.3vw;
	width: 100%;
	word-break: break-word;
}

.fixtures_row.exist {
	background-color: #fff;
	margin-top: 3.0vh;
}

.fixtuers_row .row_inner {
	padding: 1.8vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fixtures_row .row_inner dl {
	padding: 1.0vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fixtures_row .row_inner dl .date {
	font-size: 1.3vw;
	color: #969ea2;
	margin-left: 1.5em;
}

.fixtures_row .row_inner dl .fixtures_content {
	font-size: 1.3vw;
	color: #515d62;
	margin-left: 3.0em;
	padding: 0.5em 0;
	word-break: break-word;
}

.fixtures_row .row_inner dl .fixtures_content ul li {
	margin-bottom: 0.5em;
	word-break: break-word;
}

.fixtures_row .btn_more {
	vertical-align: middle;
}


.fixtures_row .row_btn_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-left: 1px solid #e9e9e9;
	padding: 1.0em;
}

.fixtures_row .row_btn_area button:not(:last-of-type) {
	margin-right: 1.0em;
}

/*** 個人記録 ***/
.personal_records_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.personal_records_row.nothing {
	background-color: #e5e5e5;
}

.personal_records_row.exist {
	background-color: #fff;
}

.personal_records_row .row_inner {
	padding: 1.0vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.personal_records_row .row_inner dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.personal_records_row .row_inner dl .date {
	font-size: 1.3vw;
	color: #969ea2;
	margin-left: 1.5em;
}

.personal_records_row .row_inner dl .personal_records_content {
	font-size: 1.3vw;
	color: #515d62;
	margin-left: 3.0em;
	padding: 0.5em 0;
	word-break: break-word;
}

.personal_records_row .row_inner dl .personal_records_content ul li {
	margin-bottom: 0.5em;
	word-break: break-word;
}

/* CHANGE SMO - START====================================== */
/* 個人記録の「強調」を太字にする */
.personal_records_row .row_inner dl .personal_records_content ul li.emphasise {
    font-weight: bold;
}
/* CHANGE SMO - END  ====================================== */

.personal_records_row .btn_more {
	vertical-align: middle;
}


.personal_records_row .row_btn_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-left: 1px solid #e9e9e9;
	padding: 1.0em;
}

.personal_records_row .row_btn_area button:not(:last-of-type) {
	margin-right: 1.0em;
}

/*** 成長の記録 ***/
.growth_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	white-space: nowrap;
}

.growth_row .row_inner {
	padding: 1.0vw 0 1.0vw 1.0vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.growth_row .row_inner dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.growth_row .row_inner dl .date {
	font-size: 1.3vw;
	color: #969ea2;
}

.growth_row .row_inner dl .growth_content {
	font-size: 1.0vw;
	color: #515d62;
	margin-left: 1.0em;
	padding: 0.5em 0;
}

.growth_content span {
  float: left;
  width: 9em;
  padding: 0.3em 0;
}

.growth_row .btn_more {
	vertical-align: middle;
}

.growth_row .row_btn_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-left: 1px solid #e9e9e9;
}

.record_data.growth h2 {
	margin-bottom: 40px;
}

.record_data.growth button.btn_color_navy.btn_circle_medium {
	top: 50px;
}

@media screen and (min-width:1280px) {
	.growth_row .row_btn_area button:not(:last-of-type) {
		margin-right: 1.0em;
	}

	.growth_row .row_btn_area {
		padding: 1.0em;
	}
}

@media screen and (max-width:1280px) {
	.growth_row .row_btn_area button:not(:last-of-type) {
		margin-right: 0.5em;
	}

	.growth_row .row_btn_area {
		padding: 0.5em;
	}
}

/*** アレルギー ***/
.allergy_block h2 .record_edit {
	display: none;
}

.allergy_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.allergy_list li {
	font-size: 1.2vw;
	color: #515d62;
	background-color: #ffe8e9;
	padding: 1.0em;
	border-radius: 5px;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	box-shadow: 0px 3px 5px 1px #d9d9d9;
	word-break: break-word;
}

.allergy_nothing {
	background-color: #e5e5e5;
	text-align: center;
	line-height: 3.5vw;
	font-size: 2.2vw;
	border-radius: 5px;
}

/** 戸外遊び **/
.outdoor_play_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.outdoor_play_row .row_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.outdoor_play_row .status_icon {
  margin-left: 1.5em;
}

.outdoor_play_row .row_inner .status_icon > img {
  display: block;
  width: 3.0vw;
  height: 3.0vw;
  margin: 0 auto 0.5em;
}

.outdoor_play_row .row_inner .status_icon > span {
  display: block;
  font-size: 1.0vw;
  text-align: center;
}

.outdoor_play_row .icon {
  width: 30px;
  height: 30px;
}

.outdoor_play_row .row_inner .outdoor_play_situation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.outdoor_play_row .row_inner .outdoor_play_situation .comment {
  font-size: 1.3vw;
  color: #515d62;
  margin-left: 1.0em;
}

.outdoor_play_row .row_btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-left: 1px solid #e9e9e9;
  padding: 1.0em;
}

.outdoor_play_row .row_btn_area button:not(:last-of-type) {
  margin-right: 1.0em;
}

.outdoor_play_icon {
  display: block;
  width: 50px;
  height: 50px;
}

.outdoor_play_icon img{
  clip: rect( 0px, 512px, 400px, 0px);
  width: 50%;
  height: 100%;
  object-fit: cover;
}

/** 与薬 **/
.medicine_row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  background-color: #fff;
}

.medicine_row .row_inner {
  width: 85%;
}

.medicine_row.home {
  background-color: #fefef4;
}

.medicine_row.nursery {
  background-color: #fff;
}

.medicine_row .row_btn_area{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 1.0em;
}

.medicine_row .medicine_row_right_side {
  display: flex;
  align-self: stretch;
  width : 15%;
  justify-content: center;
  border-left: 1px solid #e9e9e9;
}

.medicine_content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 1em 0 1em 0;
  float: left;
}

.medicine_typekbn_0 {
  line-height: 3.0vw;
}

.lo li:first-of-type{
  margin-left: 2.0em;
}

.plan_medicine_content li{
  text-align: center;
  width: calc(100% / 3);
  padding: 0 0.5vw 0.5vw 0.5vw;
  background: #fefef4;
  background-clip: content-box;
}

.plan_medicine_content li+ li {
  border-left: 1px solid #c8c8c8;
}

.result_medicine_content li{
  text-align: center;
  width: calc(100% / 3);
  padding: 0 0.5vw 0.5vw 0.5vw;
  background: #fff;
  background-clip: content-box;
}

.result_medicine_content li+ li {
  border-left: 1px solid #c8c8c8;
}

.medicine_content li dl{
  width: 100%;
  color: #515d62;
  font-size: 1.2vw;
}

.medicine_icon_list  dt{
  vertical-align: top;
  bottom: 1em;
  word-break: break-word;
}

.medicine_icon_list img{
  width: 3.0vw;
  height: 3.0vw;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}

.medicine_icon_list li{
  display: flex;
}

.medicine_icon_list div{
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.medicine_icon_list span{
  display:block;
  width: 3.0vw;
  height: 3.0vw;
  text-align: center;
  line-height:3.0vw;
}

.medicine_icon_area {
  height: 7.0vw;
  width: 7.0vw
}

.recorder_area {
  height: 100%;
}

.medicine_timing {
  display: flex;
  justify-content: space-around;
  padding-right: 15%;
  width: 100%;
  margin: 1em 0 1em 0;
  float:left;
}

.medicine_timing h4{
  font-size: 1.5vw;
  color: #4c556e;
}



.recharts-area {
  height: 1000px;
  overflow-y: scroll;
}

.recharts-cartesian-axis-tick {
  font-size: 1.2vw;
  /*font-family: Roboto, sans-serif;*/
  /*font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
}

/* これが、グラフの目盛りのフォントサイズや色を決めている*/
.recharts-cartesian-axis-tick tspan {
  /*font-size: 1.2vw;*/ /* recharts-cartesian-axis-tick で設定 */
  fill: #33c2ca;
}

.recharts-area-sub {
  width: 700px;
  background-color: white;
  color: #33c2ca;
  font-size: 2rem;
  /*font-family: Roboto, sans-serif;*/
}

.label-unit {
  padding-left: 35px;
}

.label-month {
  width: 685px;
  padding-left: 65px;
  display: flex;
  justify-content: space-between;
}

.label-month span {
  width: 30px;
  text-align: center;
}

.recharts-area {
  background-color: white;
}

.growthcurve_contentsR_wrap_weight .yAxis .recharts-cartesian-axis-tick {
  /*display: none;*/

  display: block;
  font-size: 0.8vw;
}

.growthcurve_contentsR_wrap_weight .yAxis .recharts-cartesian-axis-tick:nth-child(5n+1) {
  display: block;
  font-size: 1.2vw;
}

.growthcurve_contentsR_wrap_height .yAxis .recharts-cartesian-axis-tick {
  /*display: none;*/

  display: block;
  font-size: 0.8vw;
}

.growthcurve_contentsR_wrap_height .yAxis .recharts-cartesian-axis-tick:nth-child(4n+3) {
  display: block;
  font-size: 1.2vw;
}

.growthcurve_contentsR_wrap_head .yAxis .recharts-cartesian-axis-tick {
  display: block;
  font-size: 0.8vw;
}
.growthcurve_contentsR_wrap_head .yAxis .recharts-cartesian-axis-tick:nth-child(5n+1) {
  display: block;
  font-size: 1.2vw;
}

.growthcurve_contentsR_wrap_chest .yAxis .recharts-cartesian-axis-tick {
  display: block;
  font-size: 0.8vw;
}
.growthcurve_contentsR_wrap_chest .yAxis .recharts-cartesian-axis-tick:nth-child(5n+1) {
  display: block;
  font-size: 1.2vw;
}

.growthcurve_contentsR_wrap_kaup .yAxis .recharts-cartesian-axis-tick {
  display: block;
  font-size: 0.8vw;
}
.growthcurve_contentsR_wrap_kaup .yAxis .recharts-cartesian-axis-tick:nth-child(10n+1) {
  display: block;
  font-size: 1.2vw;
}

.recharts-label {
  font-size: 1vw;
  fill: #33c2ca;
}

/* プール参加タイトルと最終更新を横並びに（他のcolumn_titleに影響しない） */
.pool_title_with_update {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* pool_last_updated内のアイコンとテキストを横並び・サイズ調整 */
.pool_last_updated {
  display: flex;
  align-items: center;
  font-size: 1.0vw;
  margin-left: auto;
}

.pool_last_updated img {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.3em;
  vertical-align: middle;
}

