@charset "UTF-8";
/*
body {

	padding-top: 50px;
	
}

.sidebar {

	position: fixed;
	display:  block;
	top:      50px;
	bottom:   0;
	background-color: #F4F5F7;
	
}

.main {

	padding-top:   50px;
	padding-left:  20px;
	position: fixed;
	display:  block;
	top:      0px;
	bottom:   0;
	overflow: scroll;
	height: 100vh;
	
}

.page-header {
	
	margin-top: 0px;
}

.flex {
	display: flex;
	
}
.red-msg {
	color : red;
}*/
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:link {
	color: #50555C;
	text-decoration: none;
}
a:visited {
	color: #50555C;
}
a:hover {
	color: #50555C;
}
a:active {
	color: #50555C;
}*/
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
/*body {
	color: #50555C;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FAF8ED;
}
body.fixed {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 737px) {
	#main {
		margin: 0 auto;
		padding: 0 20px 80px;
		max-width: 1000px;
		box-sizing: border-box;
	}
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 736px) {
	body {
		font-size: 1.3rem;
	}
	body.fixed {
		overflow-y: hidden;
	}
	#main {
		margin: 0 15px 100px;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	.pc {
		display: none !important;
	}
}
*/
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
/*
#gHeader {
	margin-bottom: 37px;
	padding: 5px 20px 5px 40px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 100;
	background: #FFF;
}
#gHeader button {
	width: 64px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
#gHeader h1 button img {
	border-radius: 50%;
}
#gHeader .h-btn_box {
	margin-top: 10px;
	display: flex;
}
#gHeader .h-btn_box .stopwatch_btn {
	margin-right: 15px;
	width: 50px;
}
#gHeader .h-btn_box .stopwatch_btn button {
	display: block;
	border-radius: 50%;
	background: #F0EFF0;
	overflow: hidden;
	border: none;
	width: 50px;
	height: 50px;
	padding: 0;
}
#gHeader .h-btn_box .stopwatch_btn button:hover {
	background-color: #BDC0C7;
}
#gHeader .h-btn_box .info_btn {
	margin-right: 15px;
	width: 50px;
	position: relative;
}
#gHeader .h-btn_box .info_btn button {
	display: block;
	border-radius: 50%;
	background: #F0EFF0;
	overflow: hidden;
	border: none;
	width: 50px;
	height: 50px;
	padding: 0;
}
#gHeader .h-btn_box .info_btn button:hover {
	background-color: #BDC0C7;
}
#gHeader .h-btn_box .info_btn .red_dot {
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: #C90000;
	border-radius: 50%;
}
#gHeader .h-btn_box .seito_icon a {
	width: 50px;
	height: 50px;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
	border-radius: 50%;
	box-sizing: border-box;
}
#gHeader .h-btn_box .seito_icon a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	border: 2px solid #fff;
	box-sizing: border-box;
	content: "";
}
#gHeader .h-btn_box .seito_icon a.on::after {
	border-color: #BDC0C7;
}
#gHeader .h-btn_box .seito_icon img {
	object-fit: cover;
	font-family: "object-fit: cover;";
}

@media all and (min-width: 737px) {
	#gHeader .h-btn_box .seito_icon a:hover::after {
		border-color: #BDC0C7;
	}
}
@media all and (max-width: 736px) {
	#gHeader {
		margin-bottom: 16px;
		padding: 4px 16px 2px;
	}
	#gHeader button {
		width: 45px;
		background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
	}
	#gHeader .menu {
		margin-top: 8px;
		width: 30px;
	}
}
*/
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
/*@media all and (max-width: 736px) {
	
	#gFooter .btn_list {
		padding: 7px 10px 18px;
		width: 100%;
		display: flex;
		justify-content: space-around;
		position: fixed;
		left: 0;
		bottom: 0;
		background: #fff;
		box-sizing: border-box;
		z-index: 50;
	}
	#gFooter .btn_list li button {
		display: block;
		position: relative;
		text-align: center;
		color: #50555C;
		font-size: 0.9rem;
		line-height: 1;
		background-color: transparent;
		border: none;
		outline: none;
		padding: 0;
		appearance: none;
		
	}
	#gFooter .btn_list li button .red_dot {
		margin-right: -11px;
		width: 8px;
		height: 8px;
		position: absolute;
		right: 50%;
		top: 0;
		border-radius: 50%;
		background: #C90000;
		overflow: hidden;
	}
	#gFooter .btn_list li button .icon {
		height: 28px;
		display: block;
	}
	#gFooter .btn_list li.stopwatch button .icon {
		margin: -3px 0 3px;
	}
	
		
	#gFooter .btn_list {
		padding: 7px 10px 18px;
		width: 100%;
		display: flex;
		justify-content: space-around;
		position: fixed;
		left: 0;
		bottom: 0;
		background: #fff;
		box-sizing: border-box;
		z-index: 50;
	}
	#gFooter .btn_list li a {
		display: block;
		position: relative;
		text-align: center;
		color: #50555C;
		font-size: 0.9rem;
		line-height: 1;
		background-color: transparent;
		border: none;
		outline: none;
		padding: 0;
		appearance: none;
		
	}
	#gFooter .btn_list li a .red_dot {
		margin-right: -11px;
		width: 8px;
		height: 8px;
		position: absolute;
		right: 50%;
		top: 0;
		border-radius: 50%;
		background: #C90000;
		overflow: hidden;
	}
	#gFooter .btn_list li a .icon {
		height: 28px;
		display: block;
	}
	#gFooter .btn_list li.stopwatch a .icon {
		margin: -3px 0 3px;
	}
}
*/
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
/*.clearfix:after {
	content: "";
	display: block;
	clear: both;
}*/
/* flex */
/*
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
*/
/*------------------------------------------------------------
	head_line01
------------------------------------------------------------*/
/*
.head_line01 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-weight: normal;
	font-size: 1.6rem;
	border-bottom: 1px solid #50555C;
}
@media all and (max-width: 736px) {
	.head_line01 {
		margin-bottom: 11px;
		padding-bottom: 10px;
	}
}
*/
/*------------------------------------------------------------
	head_line02
------------------------------------------------------------*/
/*
.head_line02 {
	margin-bottom: 11px;
	font-size: 1.6rem;
	font-weight: normal;
}
*/
/*------------------------------------------------------------
	drawer_student
------------------------------------------------------------*/
/*
.drawer_student {
	width: 100%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 50;
	transition: 0.3s;
	transform: translateX(100%);
}
.drawer_student.on {
	transform: translateX(0);
}
.drawer_student .wrapper {
	margin-left: auto;
	padding: 115px 10px 40px;
	width: 305px;
	height: 100%;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	background: #F2F2F2;
	overflow: auto;
}
.drawer_student .inner_box {
	margin: 0 auto;
	width: 200px;
}
.drawer_student .photo {
	margin: 0 auto 9px;
	width: 125px;
	height: 125px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}
.drawer_student .photo::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
	content: "";
}
.drawer_student .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.drawer_student .name {
	margin-bottom: 9px;
	text-align: center;
	color: #5C5F67;
	font-size: 1.8rem;
}
.drawer_student .text01 {
	text-align: center;
	color: #5C5F67;
	font-size: 1.2rem;
	line-height: 1.4;
}
.drawer_student .btn_list {
	margin: 16px -7px 27px 0;
}
.drawer_student .btn_list li {
	margin-right: 7px;
	width: 45px;
	position: relative;
}
.drawer_student .btn_list li:nth-child(4n) {
	margin-right: 0;
}
.drawer_student .btn_list li button {
	display: block;
	border: none;
	padding: 0;
	cursor:pointer;
}
.drawer_student .btn_list li button:hover {
	opacity: 0.7;
}
.drawer_student .btn_list li button img {
	width: 100%;
}
.drawer_student .btn_list li a {
	display: block;
}
.drawer_student .btn_list li a:hover {
	opacity: 0.7;
}
.drawer_student .btn_list li a img {
	width: 100%;
}
.drawer_student .btn_list li .red_dot {
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: #C90000;
	border-radius: 50%;
}
.drawer_student .sub_box {
	margin-bottom: 21px;
	padding: 21px 13px 15px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.11);
}
.drawer_student .sub_box .inner_ttl {
	margin-bottom: 16px;
	position: relative;
	font-size: 1.2rem;
}
.drawer_student .sub_box .inner_ttl button {
	padding: 2px 4px 1px;
	position: absolute;
	right: 0;
	top: 2px;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1;
	border-radius: 2px;
	background: #7ACEE6;
	border: 1px solid #7ACEE6;
}
.drawer_student .sub_box .points {
	margin-bottom: 13px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 1.8rem;
	line-height: 1;
	border-bottom: 1px solid #C6C7CE;
}
.drawer_student .sub_box .points span {
	font-size: 3.6rem;
}
.drawer_student .sub_box .time_box {
	margin: -32px 0 14px;
	padding-bottom: 7px;
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #C6C7CE;
}
.drawer_student .sub_box .time_box .goal {
	padding: 0 9px;
	width: calc(100% - 100px);
	font-size: 1.6rem;
	line-height: 1.3;
	box-sizing: border-box;
}
.drawer_student .sub_box .time_box .goal span {
	font-size: 3.2rem;
}
.drawer_student .sub_box .time_box #hour_circle {
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	position: relative;
}
.drawer_student .sub_box .time_box #hour_circle p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.6rem;
}
.drawer_student .sub_box .time_box #hour_circle p span {
	font-size: 2.3rem;
}
.drawer_student .sub_box .btn_ul {
	margin: 0 11px;
}
.drawer_student .sub_box .btn_ul li {
	margin-bottom: 14px;
	text-align: center;
}
.drawer_student .sub_box .btn_ul li:last-child {
	margin-bottom: 0;
}
.drawer_student .sub_box .btn_ul li button {
	padding: 5px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #7ACEE6;
	background: #7ACEE6;
	width: 100%;
	cursor:pointer;
}
.drawer_student .sub_box .btn_ul li a {
	padding: 5px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #7ACEE6;
	background: #7ACEE6;
}
.drawer_student .login_btn button {
	padding: 10px 10px 9px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	border-radius: 40px;
	background: #74BD65;
	border: 1px solid #74BD65;
	width: 100%;
	cursor:pointer;
}
.drawer_student .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@media all and (min-width: 737px) {
	.drawer_student .sub_box .btn_ul li button:hover {
	color: #7ACEE6;
	background: #fff;
}
	.drawer_student .sub_box .inner_ttl a:hover {
		color: #7ACEE6;
		background: #fff;
	}
	.drawer_student .sub_box .btn_ul li a:hover {
		color: #7ACEE6;
		background: #fff;
	}
	.drawer_student .login_btn a:hover {
		color: #74BD65;
		background: #fff;
	}
	.drawer_student .login_btn button:hover {
		color: #74BD65;
		background: #fff;
	}
}
@media all and (max-width: 736px) {
	.drawer_student {
		z-index: 110;
	}
	.drawer_student .wrapper {
		padding: 30px 20px;
		width: 240px;
		position: relative;
	}
	.drawer_student .wrapper .close {
		width: 30px;
		position: absolute;
		right: 15px;
		top: 11px;
		cursor: pointer;
	}
	.drawer_student .text01 {
		margin-bottom: 28px;
	}
	.drawer_student .sub_box {
		margin-bottom: 30px;
	}
	.drawer_student .cover {
		opacity: 0.75;
		background: #50555C;
	}
}
*/
/** ここから開発段階用 **/
.flex {
	display: flex;
}
.img {
	width : 100px;
	height : 100px;
}
.object-img {
	object-fit : contain;
}
.logout-btn {
	width: 180px;
	margin: 20px auto 0;
}
.logout-btn input {
	width: 100%;
	padding: 10px;
	display: block;
	text-align: center;
	color: #47C3BA;
	font-size: 1.3rem;
	font-weight: bold;
	background: #fff;
	border: 1px solid #47C3BA;
	border-radius: 45px;
}
@media all and (min-width: 737px) {
	.logout-btn input:hover {
    color: #fff;
    background-color: #47C3BA;
	}
}
/** ここまで開発段階用 **/
.header-img {
	width: 50px;
	height: 50px;
}
@media all and (max-width: 736px) {
	.header-img {
		width: 30px;
		height: 30px;
	}
}
.circle-img {
	border-radius: 50%;
}
.red-msg {
	color: #DD6468;
}
.red-frame {
	border: 1px solid  #DD6468 !important;
}
.warning-err-msg {
	color: #DD6468;
	text-align: center;
}
.green-msg {
	color: #A3C665;
	text-align: center;
}
.btn-wid {
	min-width: 100%;
	text-align: center;
}
