#main {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#content {
	position: relative;
}

#menu {
	background-color: #2edb0f;
	color: #ffffff;
	z-index: 10;
}

#menu ul {
	display: flex;
	list-style: none;
	flex-direction: row;
	justify-content: center;
	margin: 0;
	padding: 0 0 6px 0;
}

#menu ul li {
	margin-top: 8px;
	position: relative;
}

#menu ul li a.selected {
	background-color: #1c5e20;
	border-radius: 12px;
	color: #ffffff;
}

#menu ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #000000;
	width: 83px;
	justify-content: space-between;
	text-decoration: none;
	padding: 2px 4px 6px 4px;
}



@media screen and (max-width:640px) {
	.msh-link {
    	width: 90px !important;
	}
}

#menu ul li a div {
	width: 48px;
	height: 48px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#menu ul li.menu-everyone a div {
	width: 60px;
}

#menu ul li.menu-gallery a div {
	width: 40px;
}

#menu ul li a span {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
    text-align: center;
}

#menu ul li a .msh-text {
	font-size: 12px;
}

#menu ul li a[href="#main/home"] div {
	background-image: url(../img/icon-top-black.png);
}
#menu ul li a[href="#main/home"].selected div {
	background-image: url(../img/icon-top-white.png);
}
#menu ul li a[href="#main/group"] div {
	background-image: url(../img/icon-group-black.png);
}
#menu ul li a[href="#main/group"].selected div {
	background-image: url(../img/icon-group-white.png);
}
#menu ul li a[href="#main/health"] div {
	background-image: url(../img/icon-health-black.png);
}
#menu ul li a[href="#main/health"].selected div {
	background-image: url(../img/icon-health-white.png);
}
#menu ul li a[href="#main/msh"] div {
	background-image: url(../img/icon-msh-black.png);
}
#menu ul li a[href="#main/msh"].selected div {
	background-image: url(../img/icon-msh-white.png);
}
#menu ul li a[href="#main/everyone"] div {
	background-image: url(../img/icon-everyone-black.png);
}
#menu ul li a[href="#main/everyone"].selected div {
	background-image: url(../img/icon-everyone-white.png);
}
#menu ul li a[href="#main/gallery"] div {
	background-image: url(../img/icon-gallery-black.png);
}
#menu ul li a[href="#main/gallery"].selected div {
	background-image: url(../img/icon-gallery-white.png);
}

#menu ul li .group-unread {
	position: absolute;
    top: -12px;
    right: -8px;
}

.android-mode .ios-only, 
.ios-mode .android-only, 
.staging-mode .prod-only, 
.prod-mode .staging-only,
.giant-mode .general-only,
.general-mode .giant-only,
.age-under-70 .age-70-only {
	display: none !important;
}

.staging-mode #menu {
	background-color: #c6c6c6;
}

/* .settings-name-symbol span {
	width: 12px;
} */

#feedback {
	z-index: 50;
}

#invitation {
	z-index: 40;
}

#home-step7 .step-step, #home-step7 .walk-step {
	display: inline-block;
	font-family: "din-2014", "sans-serif";
	font-weight: 700;
    font-style: normal;
	font-size: 4rem;
	padding-right: 2px;
	width: auto;
	text-align: center;
	white-space: nowrap;
	line-height: 80%;
	color: #000000;
}

#home-step-table {
	margin-top: 32px;
	margin-bottom: 32px;
}

/*#walk-start-button {
	width: 350px;
	max-width: 90%;
	padding: 0;
}*/

.step-pause {
	width: 30px;
	text-align: center;
}

.step-name {
	/* padding-right: 24px; */
	color: #000000;
}

#home-step7 .step-date {
	background-color: #ffffff;
	color: #000000;
	padding: 4px 32px 4px 12px;
}

.step-date {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	border-radius: 32px;
}

.step-date .year {
	font-size: 0.9rem;
	font-family: "din-2014", "sans-serif";
	font-weight: 800;
	font-style: normal;
  	margin-right: 10px;
	/* margin-left: 24px; */
}

.step-date .cal {
  	font-size: 1.25rem;
	font-family: "din-2014", "sans-serif";
	font-weight: 800;
	font-style: normal;
	margin: 0;
}

.step-date .week {
	font-size: 0.9rem;
}

.step-step {
	width: 50px;
	text-align: right;
} 

.step-input {
	width: 100%;
	font-family: "din-2014", "sans-serif";
	font-weight: 700;
    font-style: normal;
	max-width: 90%;
	border-radius: 16px;
    border: #aaaaaa solid 1px;
    text-align: center;
}

.step-input-txst{
   position: absolute;
    bottom: 16px;
    right: 8px;
    font-size: 16px;
    font-weight: normal;
    color: #767676;
}
.step-input.steps{
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 14px;
    pointer-events: none;
    }

.step-input.large {
	font-size: 2rem;
}

.date-list-col {
	width: 90px;
}

.step-input.small {
	width: 4rem;
	font-size: 1rem;
	border-radius: 12px;
	text-align: center;
	padding: 5.5px;
}

.step-auto-wrapper {
    margin-left: auto;
    width: fit-content;
}

.step-auto {
	width: 100%;
	font-family: "din-2014", "sans-serif";
	font-weight: 700;
    font-style: normal;
	max-width: 100%;
    text-align: right;
}

.step-auto.large {
	font-size: 2rem;
}


.home-edit-walk-table {
	color: #FF2719;
}

.time-input {
	font-family: "din-2014", "sans-serif";
	font-weight: 700;
    font-style: normal;
	width: 75px;
	border-radius: 8px;
	border: #aaaaaa solid 1px;
	text-align: center;
	padding: 8px 4px;
}

.profile-input {
    max-width: 160px;
    width: 100%;
    font-family: "Noto Sans JP", "sans-serif";
    font-weight: 500;
    font-style: normal;
}

/* ▼ 自動算出された値（チェックONのときに表示） */
#goal-edit-step-display {
  display: none;                /* 初期は非表示 */
  border: none;
  margin: 0;
  background: transparent;
  text-align: center;
  font-size: 2rem;              /* inputとサイズを合わせる */
  font-weight: bold;
  color: #333;
}

/* ▼ 自動モード時に表示される説明文エリア */
#auto-step-info {
  display: none;                /* 初期は非表示 */
  margin-top: 12px;
  padding: 8px 0;
  font-size: 0.95rem;
  color: #555;
}

/* ▼ 少しインデントをつけたいとき用 */
.indent {
  margin-left: 1em;
}


.unit-mmhg, .unit-kg, .unit-cm, .unit-mp, .unit-sec {
	position: relative;
	display: inline-block;
	
}

.unit-mmhg:after, .unit-kg:after, .unit-cm:after, .unit-mp:after, .unit-sec:after {
	position: absolute;
	right: 16px;
	top: 50%;
	color: #a3a3a3;
	transform: translate(0, -50%);
	font-size: 0.8rem;
}

.unit-mmhg:after {
	content: "mmhg";
}

.unit-kg:after {
	content: "kg";
}

.unit-cm:after {
	content: "cm";
}

.unit-mp:after {
	content: "拍／分";
}

.unit-sec:after {
	content: "秒";
}

#register-record p {
	width: 100px;
}

.mid-input {
	width: 200px;
}

.mid-input.short {
	width: 120px;
}

.gname-input {
	width: 350px;
}

.gtype-input {
	width: 300px;
    max-width: 75%;
    margin-left: 32px;
}

.step-pause-row div {
	color: #888888 !important;
}

#group {
	background: #E9EFE9;
}

#group .not-found {
	margin-top: 64px;
	margin-left: auto;
	margin-right: auto;
    padding: 16px;
}

.rec-button {
    max-width: 250px;
    margin: auto;
}

.rec-qr-button img {
	width: 64px;
}

#group-chat {
	height: 54px;
	border: 1px solid #25AC0D;
}

img.group-title {
	width: 100%;
	max-width: 350px;
}

.group-frag {
	width: 100%;
	max-width: 300px;
}

.group-frag-wrapper {
	position: relative;
}

.group-frag-wrapper div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 2.25rem;
	width: 100%;
	text-align: center;
}

.group-step {
	font-family: "din-2014", "sans-serif";
	font-weight: 700;
    font-style: normal;
	font-size: 3rem;
	line-height: 120%;
}

.group-step-unit {
	margin-bottom: 12px;
}

.group-self-border {
	background-image: linear-gradient(to right, #22cf3d 33%, #ffffff 0%);
	background-position: bottom;
	background-size: 6px 2px;
	background-repeat: repeat-x;
	width: 100%;
	height: 2px;    
}

#group-step-table .step-step, .group-walking-distance, .group-total-distance, .group-bonus {
	font-family: "din-2014", "sans-serif";
	font-weight: 700;
    font-style: normal;
  	font-size: 1.3rem;
	white-space: nowrap;
	width: auto;
}

.group-map-wrapper {
	position: relative;    
}

.group-map {
	background-image: url(../img/group-map-small2.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.group-map svg {
	width: 100%;
}

.group-bldg img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

#group-bonus-placeholder {
	padding-bottom: 8px;
}

#group-bonus-placeholder > div {
	margin-bottom: 4px;
}

.group-bonus-wrapper > div {
	padding-bottom: 8px;
}

.group-bonus-point {
	width: 120px;
	text-align: right;
}

.group-achieved {
	position: absolute;
	z-index: 2;
	background-size: contain;
	background-repeat: no-repeat;
}

.group-achieved-large {
	width: 80%;
    height: 80%;
    top: 55%;
    left: 55%;
    filter: drop-shadow(0px 8px 7px rgb(0 0 0 / 40%));
}

.group-place .group-achieved-small {
    width: 115px;
    height: 115px;
    top: -30px;
    left: -30px;
}

.group-map-wrapper .group-achieved-small {
    width: 30%;
    height: 30%;
    top: 12%;
    right: -6%;
}

.pulldown-button.group-select-wrapper {
	border: 1px solid #228D0F;
	color: #0A3F03;
	background: #DEFEDD;
	position: relative;
  	width: 100%;
  	border-radius: 8px;
}

.pulldown-button_soklin-league.group-member-wrapper {
	color: #333333;
	background: #ffffff;
	position: relative;
  	width: 90%;
  	border-radius: 8px;
}

.group-button-wrapper {
	border: 1px solid #228D0F;
	color: #0A3F03;
	background: #DEFEDD;
	position: relative;
  	width: 100%;
  	border-radius: 8px;
}


.group-personal-setting {
	width: 20%;
    padding:0;
    margin:0;
    background:none;
    border:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
	-webkit-appearance: none;
	appearance: none;
	color: #0A3F03;
	text-align: center;
	font-size: 0.45rem;
	font-weight: normal;
	text-align: center;
  	height:72px;
}

.group-personal-setting span {
	margin-left: 2px;
  	margin-bottom: 10px;
  	display: block;
}

#group .group-personal-setting img {
	width: 60%;
	margin-bottom: 20px;
}

#group .member-name {
	width: 55%;
	margin-left: 10px;
	line-height: 125%;
}

#group .group-card-wrapper {
	width: 20%;
	margin-left: 0;
}

#date-list-body {
	padding: 16px;
	background-color: #ffffff;
	border-radius: 0 0 16px 16px;
}

.date-list .step-step, .date-list .step-walk {
	font-family: "din-2014", "sans-serif";
	font-weight: 700;
    font-style: normal;
}

#date-list-header {
	padding: 16px;
	background-color: #5a5a5a;
	color: #ffffff;
	border-radius: 16px 16px 0px 0px;
}

.date-list-row:not(:last-child) {
	border-bottom: #eeeeee solid 1px;
	padding-bottom: 8px;
	margin-bottom: 8px;    
}

#accept iframe, #policy iframe {
	height: 100%;
	width: 100%;
	display: block;
}

#policy {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-words-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 16px;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}

input[type='radio'][name='words'] {
	accent-color: #ff6201;
}

.home-page {
	background-color: #f2f2f2;
}

.health-page {
	background-color: #EBEEEB;
}

.health-page .page-title {
	font-size: 1.2rem;
	background: #DEFEDD;
	height: 101px;
	padding-top: 35px;
	font-size: 1.4rem;
  	margin-left: 8px;!important;
}

.health-page .page-title .health-back_button {
	padding-bottom: 0px;
	padding-left: 16px;
	padding-top: 8px;
}

.health-page .page-title img {
	width: 32px;
}

.health-top_wrap_all {
	margin-top: 24px;
}

.health-top_wrap {
	margin-top: 20px;
}

.health-top_wrap_infomation {
	padding-bottom: 10px;
}

.health-record.horizontal.top.health-top_infomation {
	width: 95%;
	margin: 10px auto 0;
}

.health-top_title {
	color: #1A1A1A;
	font-weight: bold;
	margin-bottom: 12px;
  	font-size: 1rem;
}

.health-top_sub_title {
	color: #1A1A1A;
	margin-bottom: 12px;
	font-size: 1.1rem;
}

.health-transit-button {
	background: #fff;
	border: none;
	color: #000;
	border-radius: 16px;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
	font-weight: bold;
	padding: 8px;
	cursor: pointer;
}

.daily_health_records {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

button.custom.health-top_infomation_more {
	margin: 15px auto;
	display: block;
	width: 100%;
	max-width: 350px;
	border: 1px solid #25AC0D;
	color: #228D0F;
	font-weight: bold;
	position: relative;
}

button.custom.health-top_infomation_more:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #228D0F;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 40px;
	top: 50%;
}

.health-top_title_images {
	width: 60px;
	margin-right: 15px;
	background: #E6E6E6;
	border-radius: 12px;
}

button.health-transit-button {
	position: relative;
}

button.health-transit-button:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #1A1A1C;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 30px;
	top: 50%;
}


img.health-title {
	width: 100%;
	max-width: 150px;
}

#health-top .health-title {
	color: #0A3F03;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 0;
	font-size: 0.7rem;
	font-weight: bold;
  	line-height: 0.8rem;
}

.health-title {
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 0;
	font-size: 0.7rem;
	font-weight: bold;
  	line-height: 1rem;
}

.health-button {
	padding: 1px 2px !important;
	border-radius: 12px !important;
}

.health-article {
	background: #fff;
	border-radius: 24px;
	padding: 20px;
}

#health-top {
	display: flex;
}

#health-top .health-main {
  	padding: 5px 10px;
}

#health-info .health-record:first-child {
	display: flex;
	flex-direction: column;
	align-items: center !important;
	padding: 0;
	width: 100%;
	background: #fff;
	padding: 16px;
	border-radius: 16px;
}

#health-info .health-record:first-child .health-main {
	padding: 10px 0;
	margin-left: 0;
	align-self: flex-start;
	/* display: flex; */
}

#health-info .health-record:first-child .health-header {
	display: flex;
    width: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  	margin-bottom: 10px;
}

#health-info .health-record:first-child .health-title {
  	font-size: 1rem;
  	line-height: 1rem;
}

#health-record-template .health-main {
	margin-left: 10px;
}

.health-header.vertical.no-gap.expand {
	margin-top: 0;
}

#health-info .health-record:first-child button {
  	width: 100%;
  	max-width: 200px;
	margin-right: 8px;
}

#health-info-top .health-record:first-child {
	display: flex;
	flex-direction: column;
	align-items: center !important;
	padding: 0;
	width: 100%;
}

#health-info-top .health-record:first-child .health-main {
	padding: 8px;
	margin-left: 0;
	align-self: flex-start;
}

#health-info-top .health-record:first-child .health-header {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#health-info-top .health-record:first-child button {
	margin-right: 8px;
}

#health-info-content .health-record {
	background: #fff;
	padding: 10px;
	border-radius: 16px;
}

#health-info-content .health-main {
	margin-left: 10px;
}

#health-info-content .health-record button.cool.blue.gradient .small {
	font-size: 0.61rem;
}

#health-info-content .health-record:first-child button.cool.blue.gradient .small {
	font-size: 0.75rem;
  	margin-left: 0;
  	margin-right: auto;
}

#health-info-content .health-back_button {
	margin: 15px auto;
	display: block;
	width: 100%;
	max-width: 350px;
	border: 1px solid #25AC0D;
	color: #228D0F;
	font-weight: bold;
	position: relative;
	border-radius: 16px;
}

/* #health-info-content .health-back_button::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #228D0F;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 50px;
	top: 50%;
} */

.health-record-top {
	background: #DEFEDD;
	border-radius: 16px;
	box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 25%);
	width: 100%;
}

.health-record .health-button {
	width: 200px;
}

.health-record .health-thumb {
	width: 100%;
  	margin-left: 0;
	/* max-width: 250px; */
}

.health-detail .health-thumb {
	max-width: 100%;
	width: auto;
}

.health-top_wrap .health-thumb img {
	width: 100%;
	border-radius: 16px 16px 0 0;
}

.health-thumb img {
	width: 100%;
}

.health-date {
	font-weight: bold;
	color: #000;
	font-size: 0.6rem;
}

#accel-disp {
	width: 100%;
	height: 320px;
	white-space: pre;
	overflow-wrap: normal;
	overflow-x: scroll;
}

.home-step-google-exec {
	width: 191px;
}

.home-step-google-exec:active img, .home-step-google-exec:focus img {
	visibility: hidden;
}

.home-step-google-exec:active {
	background-image: url(../img/btn_google_signin_light_pressed_web@2x.png);
}

.home-step-google-exec:focus {
	background-image: url(../img/btn_google_signin_light_focus_web@2x.png);
}

.photo-preview {
	padding: 8px;
	background-color: #a5a5a5;
	width: 75%;
}

.photo-preview img {
	width: 100%;
}

#photo-place {
	width: 150px;
}

#photo-comment {
	width: 300px;
}

#words {
	z-index: 60;
}

.feedback-wrapper-achieved {
	background-image: url(../img/feedback-star.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.feedback-header {
	background-image: url(../img/feedback-thisweek.png);
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: bottom;
	background-position: calc(50% + 30px);
	margin-bottom: -10px;
}

.feedback-goal, .feedback-step {
	font-weight: bold;
}

.feedback-step-count {
	font-size: 1.5rem;
}

.feedback-achieved, .feedback-unachieved {
	margin-top: 20px;
}

.home-walk-message p {
	margin-top: 16px;
	margin-bottom: 16px;
}

img.fit {
	width: 100%;
	margin-top: 16px;
}

.walk-total-steps {
	font-size: 0.8rem;
	align-items: flex-end !important;
}

.walk-total-steps .step-step {
	font-size: 1rem !important;
	width: auto !important;
	white-space: nowrap;
}

.home-step-wrapper {
	width: 200px;
	height: 60px;
	color: #000000;
}

.home-step-wrapper, .walk-step-wrapper {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 12px;
}

.home-step-wrapper .unit {
	font-size: 1rem;
	font-weight: bold;
}

.settings-block {
	display: flex;
	justify-content: center;    
}

.settings-block button {
	width: 100%;
	margin: 0 8px;    
}

.gauge-wrapper {
	position: relative;
  	top: -12px;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	font-size-adjust: 100%;
}

.gauge-disp {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	height: 275px;
}

#gauge-container {
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

#gauge-container svg {
	width: 100%;
	max-width: 275px;
	transform: scale(-1, -1);
}

#gauge-container div.gradient {
	width: 100%;
	height: 100%;
	/* background: conic-gradient(from 270deg, #ff4800 10%, #dfd902 35%, #20dc68, #0092f4, #da54d8 72% 75%, #ff4800 95%); */
	/* background: conic-gradient(from 180deg, #d03fbd 0%, #f0ca1f 25%, #f2914d 50%, #e32701 75%, #d03fbd 98%); */
	/* background: conic-gradient(from 180deg, #ffde01 0%, #7ae604 50%, #289941 95%, #ffde01); */
	background: conic-gradient(from 180deg, #ffde00 0%, #acff00 30%, #1cab1b 75%, #289941 95%, #ffde00);
	animation: changeBg 10s infinite;
}

#gauge-container div.gradient.complete {
	/* background: conic-gradient(from 180deg, #f7e100 0%, #fe9516 12.5%, #da5f77 25%, #9888e1 37.5%, #69bbd1 50%, #2ea760 62.5%, #43ad33 75%, #aefe00 82.5%, #f7e100 98%);     */
	background: conic-gradient(from 180deg, #00b743 0%, #009402 12.5%, #aafd01 30%, #19a800 50%, #00d201 70%, #00dc8f 82.5%, #00b743 98%);    
}

#gauge-container .gauge {
	mix-blend-mode: lighten;
}

#gauge-container .gauge > rect {
	fill: white;
}

#gauge-container .gauge > path {
	stroke: black;
	stroke-width: 8;
	stroke-dasharray: 0 288;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	fill: none;
	transform-origin: 50px 50px;
}

#gauge-container .trail {
	mix-blend-mode: darken;
}

#gauge-container .trail > path {
	stroke: #f4f4f4;
	stroke-width: 8;
	stroke-linecap: round;
	fill: none;
	transform-origin: 50px 50px;
}

#gauge-container .highlight {
	mix-blend-mode: overlay;
	transform: rotateZ(0deg) ;
	transform-origin: 50px;
	animation: rotate 4.0s 0.5s infinite ease-in-out, opacity 4.0s 0.5s infinite linear;
}
  
@keyframes rotate {
	0% { transform: rotateZ(-45deg); }
	45% { transform: rotateZ(315deg); }
	100% { transform: rotateZ(315deg); }
}

@keyframes opacity {
	0% { opacity: 0; }
	10% { opacity: 1; }
	35% { opacity: 1; }
	45% { opacity: 0; }
	100% { opacity: 0; }
}

.gauge-top {
	margin-top: 50px;
	height: 41px;
}

.gauge-balloon {
	position: relative;
	display: inline-block;
	/* background-color: #ff7900; */
	background-color: #ffffff;
	color: #ffffff;
	border-radius: 8px;
	padding: 1px 8px;
	font-size: 0.625rem;
}

.gauge-balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -4px;
	border: 4px solid transparent;
	border-top: 4px solid transparent;
}

.gauge-ratio {
	color: #ffffff;
	font-weight: bold;
	font-size: 0.625px;
}

.gauge-ratio span {
	font-size: 1rem;
}

.gauge-ratio span.unit {
	font-size: 0.625rem;
	padding-bottom: 2px;
}

.gauge-ratio .num {
	font-family: "din-2014", "sans-serif";
	font-weight: 700;
    font-style: normal;
}

.gauge-info {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.gauge-info img {
	width: 45px;
	margin-bottom: 4px;
	margin-right: 4px;
}

.gauge-goal {
	background-color: #2edb0f;
	width: 140px;
	border-radius: 16px;
	font-size: 0.5rem;
	margin-top: 4px;
}

.gauge-goal .step-goal {
	font-family: "din-2014", "sans-serif";
	font-weight: 700;
  	font-size: 1rem;
    font-style: normal;
}

.gauge-bottom {
	border-radius: 5px;
	width: 140px;
	height: 33px;
	background-image: linear-gradient(90deg, #ffbc0b, #ffbc0b 30%, #ff6924 90%);
	background-size: 160px 160px;
	background-position: bottom;
	background-repeat: no-repeat;
	line-height: 75%;
	padding-bottom: 8px;
	margin-bottom: 45px;
	clip-path: ellipse(50% 100% at 50% 0%);
}

.gauge-walk {
	width: 140px;
	height: 16px;
	font-size: 0.5rem;
	font-weight: bold;
	color: #ffffff;
}

.gauge-walk-title {
	width: 140px;
	height: 15px;
	font-size: 0.5rem;
	padding-bottom: 2px;
	color: #ffffff;
}

.gauge-eval.rank1 .gauge-balloon {
	background-color: #ffb500;
}

.gauge-eval.rank1 .gauge-ratio {
	color: #ffb500;
}

.gauge-eval.rank1 .gauge-balloon:before {
	border-top-color: #ffb500;
}

.gauge-eval.rank2 .gauge-balloon {
	background-color: #1ab20f;
}

.gauge-eval.rank2 .gauge-ratio {
	color: #1ab20f;
}

.gauge-eval.rank2 .gauge-balloon:before {
	border-top-color: #1ab20f;
}

.gauge-eval.rank3 .gauge-balloon {
	background-color: #1b5e20;
}

.gauge-eval.rank3 .gauge-ratio {
	color: #1b5e20;
}

.gauge-eval.rank3 .gauge-balloon:before {
	border-top-color: #1b5e20;
}

/*--------------------------------------------*/
.page-title.warm {
	/* background-color: #ff7d01; */
	background-image: linear-gradient(to right,#FF790B 0%, #FFAA29 50%, #FFCD4B 100%);
	height: 86px;
	color: #2B0E00;
  	padding-top: 34px;
}

#walking .page-title.warm {
	background-image: linear-gradient(to right,#FF790B 0%, #FFAA29 50%, #FFCD4B 100%);
	height: 86px;
	color: #fff;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
  	padding-top: 34px;
}

/*--------------------------------------------*/

.page-title.fast_top {
	/* background-color: #ff7d01; */
	background-image: linear-gradient(to right,#22CF3C 0%, #16FF39 50%, #A7FC73 100%);
	height: 86px;
	color: #2B2400;
  	padding-top: 34px;
}

#toes_gymnastics .page-title.warm {
	background-image: linear-gradient(to right,#22CF3C 0%, #16FF39 50%, #A7FC73 100%);
	height: 86px;
	color: #fff;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
  	padding-top: 34px;
}

/*--------------------------------------------*/

.page-title.toes_top {
	/* background-color: #ff7d01; */
	background-image: linear-gradient(to right,#FFC700 0%, #FFF743 50%, #FCFF68 100%);

	height: 86px;
	color: #021D01;
  	padding-top: 34px;
}

#toes_gymnastics .page-title.warm {
	background-image: linear-gradient(to right,#FFC700 0%, #FFF743 50%, #FCFF68 100%);
	height: 86px;
	color: #fff;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
  	padding-top: 34px;
}

/*--------------------------------------------*/

.page-title.cool {
	background-color: #2edb0f;
  	margin-bottom: 30px;
  	height: 88px;
	/* background-image: radial-gradient(#00a7c7 0%, #00a7c7 70%, transparent 70%); */
}

.page-title {
	text-align: center;
	padding-top: 35px;
	color: #ffffff;
	font-size: 1.4rem;
	width: 100%;
	padding-bottom: 8px;    
	font-weight: bold;
}

.page-title.white {
	background: #fff;
	height: 101px;
}

.page-title img {
	width: 32px;
	margin-top: 5px;
}

.page-title img[src="img/title-groups2.png"] {
	width: 38px;
	margin-top: 5px;
}

#guide .page-title img {
  	width: 22px;
	margin-top: -8px;
}

#volume .page-title img {
  	width: 25px;
}

#dance .page-title img {
  	margin-right: -8px;
  	margin-bottom: 3px;
}

#settings .page-title img {
  	width: 27px;
}

.page-title_health img {
	width: 24px;
	margin-top: 5px;
}

.page-title_health-disp {
   padding-top: 24px;
}

.page-title_health-disp img {
  	width: 24px;
	margin-top: 5px;
}

.page-body {
	width: 100%;
	max-width: 640px;
    margin-top: 16px !important;
}

.walk-elapsed div {
	margin: 0 8px !important;
	font-family: "din-2014", "sans-serif";
	font-weight: 700;
    font-style: normal;
}

.walk-elapsed .walking_time {
  	font-size: 2rem;
}

.walk-step .odometer-digit {
	/* padding: 0 3px 3px 3px; */
	max-width: 640px;
	border-radius: 8px;
	/* background-color: #ffffff; */
	font-size: 3rem;
	font-family: "din-2014", "sans-serif";
	font-weight: 800;
	font-style: normal;
	color: #FF790B;
	margin: 2px;
	line-height: 120%;
}

.walk-step .odometer-digit-inner {
	line-height: 135%;
}

#home-step7 {
	width: 100%;
}

#special iframe,#everyone iframe,#gallery iframe {
	height: 100%;
}

.group-page {
	background-color: #c3f3c9;
}

.walking-page {
	background-color: #efefef;
}

.fast-page {
	background-color: #E9EFE9;
}

.toes-page {
	background-color: #EDECE8;
}

.settings-page {
	background-color: #F2F2F2;
    padding-bottom: 32px;
}

#settings .settings-page .page-title {
	background-color: #ffffff;
	height: 140px;
}

.settings-page .page-title + * {
	padding-top: 24px;
}

.settings-page .page-title .settings-close {
	padding-bottom: 0px;
	padding-left: 16px;
	padding-top: 8px;
	white-space: nowrap;
}

.settings-main img {
	width: 24px;
}

.settings-main img.indent {
	margin-top: 6px;
}

.settings-group-create_user-name {
	display: block;
}

/* .title-settings_wrap {
	padding-top: 30px;
} */

.option_user-name {
	text-align: center;
}

.option_top_whitebox {
	margin-top: 8px;
	padding: 10px 15px 15px;
}

.logo-wrapper.large {
	margin-top: 32px;
	width: 200px;
}

.logo-wrapper.small {
	margin-top: 16px;
	width: 150px;
}

.logo-wrapper img {
	width: 100%;
}

input:focus, textarea:focus {
	outline: none;
	background-color: #e5f9e5;
	border: #22cf3d solid 1px;
}

select:focus {
	outline: none;
}

.close-button:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0), #5e5e5e;
	background-position: center;
	background-size: 50% 2px,2px 50%;
	background-repeat: no-repeat;
	border-radius: 50%;
	margin-top: 2px;
	margin-left: 4px;
	transform: rotate(45deg);
}

.close-button.white:after {
	background: linear-gradient(#5e5e5e 0 0), linear-gradient(#5e5e5e 0 0), #ffffff;
	background-position: center;
	background-size: 50% 2px,2px 50%;
	background-repeat: no-repeat;
}

.delete-button:after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 60px;
	background-image: url(../img/delete-button.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/* .delete-button:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: linear-gradient(#fff 0 0), #2edb0f;
	background-position: center;
	background-size: 50% 2px,2px 50%;
	background-repeat: no-repeat;
	border-radius: 50%;
	margin-top: 2px;
	margin-left: 4px;
} */

.member-icon {
	width: 70px;
	height: 70px;
	margin-left: 8px;
}

.member-icon.mid {
	width: 48px;
	height: 48px;
}

.member-icon.large {
	width: 64px;
	height: 64px;
}

.member-icon.custom {
	background-image: url(../img/member-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0;
	width: 18%;
}

.help-icon {
	width: 16px;
}

.top.age-70-only {
	margin-top: 16px;
}

.stretch-images-wrap {
  	width: 120px;
	margin-bottom: 16px;
  	margin-left: 16px;
  	float: right;
}

.stretch-img {
  	max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.float-msg {
	max-width: 640px;
}

.float-msg p {
	margin-right: -160px;
	padding-right: 160px;
	max-width: 100%;    
}

.home-edit-walk-delete:after {
	content: " ";
	width: 24px;
	display: inline-block;
	height: 24px;
	background-image: url(../img/delete-icon2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#profile-record p {
	width: 130px;
}

#profile-help img {
	max-width: 100%;
}

.conn-sheet {
	position: absolute;
	top: 150px;
	width: 90%;
	height: 200px;
	max-width: 320px;
	z-index: 5;
}

#home-step-google button {
	max-width: 250px;;
}

#home-step-google .conn-cancel-button {
	max-width: 240px;
	border-radius: 4px;
}

#home-step-web .store-wrapper.apple {
	max-width: 50%;
}

#home-step-web .store-wrapper.google {
	max-width: 60%;
}

#home-step-web a {
	max-width: 100%;
}

#home-step-web img {
	max-width: 100% !important;
}

.feedback-achieved, .feedback-unachieved {
	min-width: 300px;
}

.feedback-step-count {
	font-family: "din-2014", "sans-serif";
	font-weight: 700;
    font-style: normal;
	font-size: 3rem;
	line-height: 80%;
}

.feedback-goal-wrapper {
	color: #5e5e5e !important;
}

.feedback-goal-count {
	font-family: "din-2014", "sans-serif";
	font-weight: 700;
    font-style: normal;
}

.congrats-title {
	padding: 2px;
	border-radius: 16px;
	color: #ffffff;
}

.congrats-body {
	background-color: #ffffff;
	border-radius: 0 0 14px 14px;
	padding: 16px;
}

.congrats-achieved .congrats-title {
	background-color: #ff463c;
}

.congrats-achieved .congrats-body {
	color: #ff463c;
}

.congrats-unachieved .congrats-title {
	background-color: #00afc8;
}

.congrats-unachieved .congrats-body {
	color: #00afc8;
}

.congrats-body img {
	max-width: 120px;
}

.music-button img {
	width: 60px;
}

.volume-icon {
	width: 20px;
	filter: contrast(50%);
}

hr.pale {
	color: #bebebe;
	background-color: #bebebe;
	border-color: #bebebe;
	height: 2px;
}

hr.gray {
	color: #5a5a5a;
	background-color: #5a5a5a;
	border-color: #5a5a5a;
	height: 2px;
}

hr.warm {
	color: #ff7d01;
	background-color: #ff7d01;
	border-color: #ff7d01;
	height: 2px;
}

.profile-graph-wrapper {
	border-top: 2px solid #2edb0f;
	border-bottom: 2px solid #2edb0f;
}

.profile-tab input[type="radio"] + .tab-label {
	position: relative;
  	bottom: 0;
  	line-height: 0.8rem;
  	font-size: 0.8rem;
}

.profile-tab input[type="radio"]:checked + .tab-label:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: -3px;
	left: 0;
}

#option .profile-tab input[type="radio"]:checked + .tab-label:after {
	background-color: transparent;
}

.profile-tab input[type="radio"] + .tab-label {
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}

.profile-tab input[type="radio"]:checked + .tab-label {
	border-top: 2px solid #2edb0f;
	border-left: 2px solid #2edb0f;
	border-right: 2px solid #2edb0f;
}

#option .profile-tab input[type="radio"] + .tab-label {
	border-top: none;
	border-left: none;
	border-right: none;
}

#option .profile-tab input[type="radio"]:checked + .tab-label {
	border-top: none;
	border-left: none;
	border-right: none;
}

.page-button {
	position: absolute;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	top: 50%;
	padding: 0px !important;
	transform: translate(0, -50%);
}

.page-button.prev {
	right: 16px;
}
.page-button.next {
	left: 28px;
}

@media all and (orientation: landscape) and (min-aspect-ratio: 4/3) {
	#main {
		flex-direction: row-reverse;
	}

	#menu {
		width: 275px;
	}

	#menu ul {
		flex-direction: column;
	}

	#menu ul li a {
		flex-direction: row;
		justify-content: flex-start;
		width: auto;
		margin: 4px;
	}

	#menu ul li a div {
		margin: 0 8px;
	}

	#menu ul li a span {
		font-size: 0.8rem;
	}
  
  	#menu ul li a span.menu-special_event_page_brackets {
      	font-size: 0.5rem;
  	}
}

#stamp iframe {
	height: 100%;
}

.stamp-button {
	position: absolute;
	bottom: 0px;
	margin: 30px;
	padding: 20px;
	z-index: 10;
}

.stamp-scam {
	left: 0px;
}

.stamp-back {
	right: 0px;
}

#group-step-table .member-steps {
	color: #666666;
}

#group-edit-template .member-edit-name {
  	margin-top: 0;
}

.gauge-walk span {
	font-size: 0.3rem;
  	font-family: "din-2014", "sans-serif";
	font-weight: 700;
    font-style: normal;
}
.gauge-walk span.num {
    font-size: 1.125rem;
    font-family: "din-2014", "sans-serif";
    font-weight: 700;
    font-style: normal;
}
.giant-mode .gauge-walk span.num {
    font-size: 2.25rem;
    font-family: "din-2014", "sans-serif";
    font-weight: 700;
    font-style: normal;
  margin-left: 10px;
}
.group-step-row_switch-wrapper .switch-box {
    margin-left: 0;
}

#group .profile-mode-only .step-name {
	font-size: 28px;
}

#group .sokuikkun_point-num_wrap {
	align-items: baseline;
}

.switch-wrapper_content {
    flex-wrap: nowrap !important;
}

.float-icon {
    cursor: pointer;
}

.float-icon.fast-walk.vertical.right a {
	text-decoration: none;
	color: #000000;
	position: relative;
	width: 60px;    
}

.float-icon.music-button.vertical.left a {
	text-decoration: none;
	color: #000000;
}

/*----------------------

トップページ 岡田修正分

----------------------*/

/*----------------------
ホーム画面 ヘッダー
----------------------*/
.c-header--home {
    width: 100%;
	height: 88px;
    background-color: 2EDC0F;
    padding: 8px 16px;  
}

.c-header--home .c-header__inner {
    display: flex;
    justify-content: space-between;
    max-width: 640px;
    margin: 0 auto;
}

/*----------------------
ホーム画面 ヘッダーアイコン
----------------------*/

.home-icon {
	position: relative;
}

.home-icon img {
	width: 52px;
    height: 52px;
}

.home-icon__text {
    color: #000000;
	font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.25%;
    line-height: 1.5;
}

/*----------------------
ホーム画面 日付
----------------------*/
#home-step7 .step-date.step-date--home {	
	margin-top: 16px;
    padding: 0 16px;
    width: 100%;
    max-width: 640px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    background-color: inherit;
    border-radius: inherit;
}

#home-step7 .step-date.step-date--home .cal {
    font-size: 24px;
    font-family: "din-2014", "sans-serif";
    font-weight: 700;
    margin: 0;
}

#home-step7 .step-date.step-date--home .week {
    font-size: 14px;
    margin-left: 2px;
    margin-top: 4px;
    font-weight: bold;
}

/*----------------------
ハカルヨ
----------------------*/

.buttons-in-header {
	box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    width: 90px;
    height: 36px;
    white-space: nowrap;
    margin-right: 16px !important;
    border: 1.5px solid #25AC0D;
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.3));
    border-radius: 8px;
    color: #228D0F;
    font-size: 16px;
    margin: 0;
    max-width: 100%;
}

.buttons-in-header-saved {
	box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 0px;
    white-space: nowrap;
    width: 90px;
    height: 36px;
    margin-right: 16px !important;
    background: #228D0F;
    border: 1.5px solid #021D01;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3), 0px 2px 8px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    text-align: left;
}

.buttons-in-header-check{
    position: absolute;
    right: 18;
}

.saved-button{
    /* Primary */

    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 4px;

    position: relative;
    width: 359px;
    height: 64px;

    background: #228D0F;
    border: 1px solid #021D01;
    /* Shadow 1 */
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3), 0px 2px 8px 1px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    
    color: #F6FFEF;
}

#settings-edit .hakaruyo-wrapper {
	background: #E9EFE9;
    padding: 0 16px;
}


#settings-edit .graph-wrapper {
    position: relative;
    z-index: 10;
}

#settings-edit .graph-disp {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    top: 16px;
    right: 16px;
    transform-origin: center right;
}

#settings-edit .graph-button {
    width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    overflow:visible;
    cursor:pointer;
}

#settings-edit .graph-button img {
    width: 72px;
    filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.10)) drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.30));
    margin-bottom: 4px;
}

#settings-edit .graph-button span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    color: #333;
}

#settings-edit .hakaruyo__title {
    font-size: 24px;
    margin: 0;
    color: #333333;
    width: 100%;
    max-width: 640px;
}

@media screen and (max-width:380px) {
    #settings-edit .hakaruyo__title {
        font-size: 22px;
    }
}



#settings-edit .hakaruyo__lead {
    font-size: 18px;
    margin: 24px auto 8px auto;
    align-self: flex-start;
    width: 100%;
    max-width: 327px;
}

#settings-edit .container {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
#settings-edit .hand-wrapper {
    position: relative;
    width: 100%;
    height: 193px;
    background: url(../img/protein/hand_background.png) center / contain no-repeat;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
}
#settings-edit .hand-grid {
  position: absolute;
  width: 240px;
  height: 168px;
  display: grid;
  grid-template-areas:"e f g h" "a b c d";
  box-sizing: border-box;
}

#settings-edit .cell {
	background: rgba(211, 211, 211, .73);
    border-left: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	width: 60px;
    height: 84px;
}

#settings-edit .cell.row-bottom {
	border-bottom: 1px solid #EAEAEA;
    border-radius: 0 0 5px 5px;
}

#settings-edit .cell.row-top {
    border-radius: 5px 5px 0 0;
}

#settings-edit .cell.col-end {
	border-right: 1px solid #EAEAEA;
}

#settings-edit .cell.row-bottom.col-end {
    border-radius: 0 5px 5px 5px;
}

#settings-edit .cell.row-bottom.col-start {
    border-radius: 5px 0 5px 5px;
}

#settings-edit .cell.row-top.col-start {
    border-radius: 5px 5px 0 5px;
}

#settings-edit .cell.row-top.col-end {
    border-radius: 5px 5px 5px 0;
}

#settings-edit .cell img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#settings-edit .buttons {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 157px));
    margin-left: auto;
    margin-right: auto;
    gap: 12px;
}
#settings-edit .actions {
    display: flex;
    align-items: center;
    gap: 0 12px;
    width: 100%;
    max-width: 327px;
    margin: 12px auto 0;
}

#settings-edit .buttons button {
    padding: 6px 6px;
    font-size: 19px;
    border-radius: 8px;
    color: #021D01;
    cursor: pointer;
    max-width: 157px;
    width: 100%;
    border: 1px solid #25AC0D;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.30), 0px 2px 8px 1px rgba(0, 0, 0, 0.10);
}

#settings-edit .actions__delete {
    padding: 5px;
    font-size: 19px;
    border: 1px solid #FF8582;
    border-radius: 8px;
    background-color: #FFC0C0;
    color: 021D01;
    cursor: pointer;
    width: 100%;
    max-width: 157px;
    font-weight: bold;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.30), 0px 2px 8px 1px rgba(0, 0, 0, 0.10);
}

#settings-edit .actions__guideline {
	background-color: transparent;
	cursor: pointer;
	outline: none;
	padding: 5px 0;
	appearance: none;
	display: inline-flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	width: 100%;
	min-width: fit-content;
	max-width: 350px;
}

#settings-edit .guideline-chart-wrap {
    max-width: 157px;
    width: 100%;
}

#settings-edit .guideline-chart {
    max-width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0 4px;
}

#settings-edit .question-icon {
    display: block;
    font-family: 'din-2014';
    width: 25px;
    height: 25px;
    background: #228D0F;
    color: #fff;
    border-radius: 50%;
}

#settings-edit .question-text {
    font-size: 19px;
    font-weight: 700;
    color: #0A3F03;
}

#settings-edit .profile-info-text {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: 0.04em;
    font-feature-settings: 'pwid' on;
    color: #666666;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    max-width: 400px;
    margin: 16px auto 40px auto;
}

#settings-edit .profile-info-text .notes {
    font-size: 14px;
}

#settings-edit-guideline .guideline_img {
    max-width: 350px;    
}

#settings-edit-graph .segment-wrapper {
	background: #E6E6E6;
	width: 100%;
	max-width: 640px;
	text-align: center;
	margin: 2px 0px 0px;
	/* border: #1c5e20 solid 2px; */
	border-radius: 12px;
	display: flex;
	justify-content: space-around;
	padding: 2px;
	color: #1A1A1A;
	font-weight: bold;
	height: 40px;
}


#profile-record {
    max-width: 400px;
}

#status {
  margin-top: 20px;
  font-size: 16px;
} 

