@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
label {
    font-weight: 700;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
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 {
	width: 100%;
	height: 100%;
	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;
	}
}
/*------------------------------------------------------------
	profile_edit
------------------------------------------------------------*/
.fancybox-slide--html {
	padding: 20px;
}
.fancybox-bg {
	background: #50555C;
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.75;
}
.fancybox-close-small {
	opacity: 1;
	background: url("../images/common/close_img01.png") no-repeat center center / 19px 19px;
	;
}
.fancybox-button svg {
	display: none;
}
.fancybox-slide--html .fancybox-close-small {
	right: 8px;
	top: 5px;
}
.profile_edit {
	display: none;
	margin: 0;
	padding: 0;
	width: 524px;
	position: relative;
	border-radius: 10px;
	background: #F2F2F2;
	box-sizing: border-box;
}
.profile_edit .title {
	padding: 15px 27px;
	position: relative;
	font-size: 1.6rem;
	border-radius: 10px 10px 0 0;
}
.profile_edit .edit_box {
	padding: 27px 85px 42px;
	background: #fff;
}
.profile_edit .edit_box .photo_box {
	margin-bottom: 23px;
	position: relative;
}
.profile_edit .edit_box .photo_box .sub_box {
	margin: 0 auto;
	padding-right: 34px;
	width: 125px;
	position: relative;
	box-sizing: content-box;
}
.profile_edit .edit_box .photo_box .sub_box .photo {
	width: 125px;
	height: 125px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}
.profile_edit .edit_box .photo_box .sub_box .photo::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	border: 3px solid #FFF;
	box-sizing: border-box;
	content: "";
}
.profile_edit .edit_box .photo_box .sub_box .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.profile_edit .edit_box .photo_box .sub_box .upload {
	position: absolute;
	right: 34px;
	bottom: 0;
	overflow: hidden;
	border-radius: 50%;
}
.profile_edit .edit_box .photo_box .sub_box .upload label {
	width: 35px;
	height: 35px;
	position: relative;
	display: block;
	background: url("../img/common/photoupload_btn.png") no-repeat center center / cover;
}
.profile_edit .edit_box .photo_box .sub_box .upload label:hover {
	opacity: 0.7;
}
.profile_edit .edit_box .photo_box .sub_box .upload input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	font-size: 0;
	cursor: pointer;
}
.profile_edit .edit_box .photo_box .qr_img {
	width: 138px;
	position: absolute;
	right: -28px;
	top: -6px;
}
.profile_edit .edit_box .edit_list {
	margin-top: -16px;
}
.profile_edit .edit_box .edit_list li {
	margin-top: 16px;
	width: 43.5%;
}
.profile_edit .edit_box .edit_list li.wid01 {
	width: 100%;
}
.profile_edit .edit_box .edit_list li p {
	font-size: 1.2rem;
	line-height: 1.57;
}
.profile_edit .edit_box .edit_list li input[type="text"] {
	width: 100%;
	height: 36px;
	padding: 5px 0;
	color: #50555C;
	font-size: 1.6rem;
	font-weight: normal;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #C6C7CE;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
.profile_edit .edit_box .edit_list li input[type="password"] {
	width: 100%;
	height: 36px;
	padding: 5px 0;
	color: #50555C;
	font-size: 1.6rem;
	font-weight: normal;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #C6C7CE;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
.profile_edit .save_btn {
	padding: 13px 14px;
}
.profile_edit .save_btn input {
	margin-left: auto;
	width: 87px;
	height: 30px;
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	border: 1px solid #74BD65;
	border-radius: 40px;
	background: #74BD65;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* ここからOpenID */
.openid_save_btn {
	display:flex;
	justify-content: flex-end;
}
.profile_edit .google_btn {
	padding: 13px 14px;
}
.profile_edit .google_btn input {
	margin-left: auto;
	width: 150px;
	height: 30px;
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	border: 1px solid #4169E1;
	border-radius: 40px;
	background: #4169E1;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media all and (min-width: 737px) {
	.profile_edit .google_btn input:hover {
		color: #4169E1;
		background: #fff;
	}
}
/* ここまでOpenID */
@media all and (min-width: 737px) {
	.fancybox-slide--html .fancybox-close-small:hover {
		opacity: 0.7;
	}
	.profile_edit .save_btn input:hover {
		color: #74BD65;
		background: #fff;
	}
}
@media all and (max-width: 736px) {
	.fancybox-slide--html {
		padding: 30px 15px;
	}
	.fancybox-button {
		width: 38px;
	}
	.fancybox-slide--html .fancybox-close-small {
		padding: 0;
		right: 0;
	}
	.profile_edit {
		width: 100%;
	}
	.profile_edit .edit_box {
		padding: 28px 10px 42px;
	}
	.profile_edit .edit_box .photo_box {
		margin-bottom: 15px;
		display: flex;
		justify-content: center;
	}
	.profile_edit .edit_box .photo_box .sub_box {
		margin: 0;
		padding-right: 21px;
	}
	.profile_edit .edit_box .photo_box .sub_box .upload {
		right: 21px;
		bottom: 7px;
	}
	.profile_edit .edit_box .photo_box .sub_box .upload label:hover {
		opacity: 1;
	}
	.profile_edit .edit_box .photo_box .qr_img {
		margin-top: -6px;
		position: static;
	}
	.profile_edit .edit_box .edit_list li {
		width: 47.4%;
	}
}
/*------------------------------------------------------------
	com_stopwatch
------------------------------------------------------------*/
.com_stopwatch .stopwatch_box {
	margin: 0 auto 26px;
	padding: 30px;
	width: 374px;
	max-width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	background: #fff;
}
.com_stopwatch .subjects {
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.com_stopwatch .subjects select {
	visibility: none;
}
.com_stopwatch .subjects .edd-root {
	position: relative;
}
.com_stopwatch .subjects .edd-head {
	padding: 10px 30px 10px 15px;
	width: 100%;
	height: 45px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	color: #50555C;
	font-size: 1.3rem;
	font-weight: bold;
	border-radius: 5px;
	background: #F0EFF0 /*url("../images/common/icon14.png") no-repeat right 15px center / 11px auto*/;
	box-sizing: border-box;
	overflow: hidden;
}
.com_stopwatch .subjects .edd-value {
	width: 100%;
}
.com_stopwatch .subjects .edd-arrow {
	display: none;
}
.com_stopwatch .subjects .edd-select {
	position: absolute;
	opacity: 0;
	width: 100%;
	left: -100%;
	top: 0;
}
.com_stopwatch .subjects .edd-body {
	width: calc(100% - 39px);
	opacity: 0;
	position: absolute;
	left: 0;
	top: 100%;
	pointer-events: none;
	overflow: hidden;
	margin: 0;
	z-index: 999;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
	transform: scale(0.95);
	background: #fff;
	transition: opacity 200ms, transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.com_stopwatch .subjects .edd-root-open .edd-body {
	opacity: 1;
	pointer-events: all;
	transform: scale(1);
}
.com_stopwatch .subjects .edd-root-open-below .edd-body {
	top: 8px;
}
.com_stopwatch .subjects .edd-option {
	padding: 17px 30px 16px;
	color: #50555C;
	font-size: 1.3rem;
	font-weight: normal;
	border-bottom: 1px solid #F0EFF0;
}
.com_stopwatch .subjects .edd-option:last-child {
	border-bottom: none;
}
.com_stopwatch .subjects .edd-value, .edd-option, .edd-group-label {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.com_stopwatch .subjects .edd-root:not(.edd-root-disabled) .edd-value, .edd-option {
	cursor: pointer;
}
.com_stopwatch .subjects .edd-option-focused:not(.edd-option-disabled) {
	background: #F0EFF0;
}
.com_stopwatch .app {
	margin: 0 auto 30px;
	width: 71.5%;
	text-align: center;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.com_stopwatch .time {
	margin-bottom: 20px;
}
.com_stopwatch .time p {
	width: 100%;
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 3.6rem;
	box-sizing: border-box;
	border-radius: 5px;
	background: #F0EFF0;
}
.com_stopwatch .btn_box {
	margin-bottom: 29px;
	display: flex;
	justify-content: space-between;
}
.com_stopwatch .btn_box .start_btn {
	width: 69.74%;
}
.com_stopwatch .btn_box .start_btn button {
	padding: 3px;
	width: 100%;
	height: 40px;
	cursor: pointer;
	text-align: center;
	color: #74BD65;
	font-size: 1.3rem;
	font-weight: bold;
	font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
	border-radius: 40px;
	border: 2px solid #74BD65;
	background: #fff;
	box-sizing: border-box;
}
.com_stopwatch .btn_box .start_btn button.stop {
	color: #DD6468;
	border-color: #DD6468;
}
.com_stopwatch .btn_box .reset_btn {
	margin-left: 15px;
	min-width: 70px;
	flex: 1;
}
.com_stopwatch .btn_box .reset_btn button {
	padding: 3px;
	width: 100%;
	height: 40px;
	cursor: pointer;
	text-align: center;
	color: #74BD65;
	font-size: 1.3rem;
	font-weight: bold;
	font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
	border-radius: 5px;
	border: 2px solid #74BD65;
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.com_stopwatch .btn_box .reset_btn button[disabled] {
	color: #BDC0C7;
	border-color: #BDC0C7;
	pointer-events: none;
}
.com_stopwatch .memo_txt {
	margin-bottom: 16px;
}
.com_stopwatch .memo_txt textarea {
	padding: 9px 15px;
	width: 100%;
	height: 103px;
	color: #50555C;
	font-size: 1.2rem;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 5px;
	border: none;
	background: #F0EFF0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
}
.com_stopwatch .record_btn input {
	padding: 0;
	width: 100%;
	height: 40px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	border-radius: 40px;
	border: 2px solid #74BD65;
	background: #74BD65;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.com_stopwatch .link_list {
	margin-bottom: 27px;
	height: 18px;
	display: flex;
	justify-content: center;
	position: relative;
}
.com_stopwatch .link_list li {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
}
.com_stopwatch .link_list li.on {
	opacity: 1;
	z-index: 3;
}
.com_stopwatch .link_list li a {
	display: block;
	color: #74BD65;
	font-size: 1.2rem;
	font-weight: bold;
}
.com_stopwatch .link_list li input[type="submit"] {
	display: block;
	color: #74BD65;
	font-size: 1.2rem;
	font-weight: bold;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.com_stopwatch .history_btn {
	margin: 0 auto;
	width: 127px;
}
.com_stopwatch .history_btn a {
	padding: 4px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 50px;
	border: 2px solid #7ACEE6;
	background: #7ACEE6;
	box-sizing: border-box;
}
.com_stopwatch .history_btn input[type="submit"] {
	width: 100%;
	padding: 4px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 50px;
	border: 2px solid #7ACEE6;
	background: #7ACEE6;
	box-sizing: border-box;
	cursor: pointer;
}
.com_stopwatch .calendar_input {
	margin-bottom: 25px;
	position: relative;
}
.com_stopwatch .calendar_input input[type="text"] {
	padding: 5px 15px;
	width: 100%;
	height: 45px;
	color: #50555C;
	font-size: 1.3rem;
	font-weight: bold;
	border-radius: 5px;
	border: none;
	background: #F0EFF0;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.com_stopwatch .calendar_input a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url("../img/common/icon28.png") no-repeat right 11px center / 19px auto;
	z-index: 1;
}
.com_stopwatch .time_input {
	margin-bottom: 29px;
	padding: 20px 10px;
	height: 84px;
	display: flex;
	justify-content: center;
	border-radius: 5px;
	background: #F0EFF0;
	box-sizing: border-box;
}
.com_stopwatch .time_input .input_box {
	display: flex;
	align-items: flex-end;
	box-sizing: border-box;
}
.com_stopwatch .time_input .hour_box {
	margin: 0 30px 0 6px;
}
.com_stopwatch .time_input input[type="text"] {
	padding: 0 5px;
	width: 60px;
	height: 100%;
	text-align: center;
	color: #50555C;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1;
	border-radius: 0;
	border: none;
	background: transparent;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.com_stopwatch .time_input .txt {
	margin-left: 5px;
	display: block;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.7;
}
.com_stopwatch .calendar_input a:hover {
	opacity: 0.7;
}
.calendar_pop {
	padding: 0;
	width: 525px;
	display: none;
	background: #fff;
	border-radius: 10px;
}
.calendar_pop .title {
	padding: 15px 27px;
	position: relative;
	font-size: 1.6rem;
	border-radius: 10px 10px 0 0;
	background: #F0EFF0;
}
.datepicker {
	padding: 40px 45px 36px;
}
.ui-datepicker {
	width: 100%;
	padding: 0;
	color: #50555C;
}
.ui-widget-header {
	color: #50555C;
	font-weight: normal;
	font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ui-widget.ui-widget-content {
	border: none;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 18px;
	text-align: left;
}
.ui-datepicker .ui-datepicker-header {
	padding-bottom: 6px;
	position: relative;
	font-size: 1.8rem;
	font-weight: normal;
	border: none;
	background: transparent;
}
.ui-datepicker .ui-datepicker-prev {
	left: auto;
	right: 67px;
	top: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 8px;
	top: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
	background: transparent url("../img/common/prev_icon01.png") no-repeat center center / 13px auto;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
	background: transparent url("../img/common/next_icon01.png") no-repeat center center / 13px auto;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	opacity: 0.7;
	border: none;
	background: transparent;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-datepicker table thead {
	color: #BDC0C7;
	font-size: 1.55rem;
	font-weight: normal;
}
.ui-datepicker th {
	padding-bottom: 5px;
	width: calc(100% / 7);
	box-sizing: border-box;
}
.ui-datepicker td {
	padding: 10px 1px 11px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	color: #50555C;
	font-size: 2.15rem;
	border: none;
	text-align: center;
	font-weight: normal;
	background: transparent;
	border-radius: 50%;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	color: #DD6468;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	position: relative;
	color: #74BD65;
	font-size: 2.8rem;
	font-weight: bold;
	background: transparent;
	z-index: 1;
}
.ui-state-highlight::before, .ui-widget-content .ui-state-highlight::before {
	width: 100%;
	padding-bottom: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	background: #F0EFF0;
	content: "";
	transform: translate(-50%, -50%);
	z-index: -1;
}
@media all and (-ms-high-contrast:none) {
	.com_stopwatch .time p {
		padding-top: 5px;
	}
	.com_stopwatch .btn_box .start_btn button,
	.com_stopwatch .btn_box .reset_btn button {
		padding-bottom: 0;
	}
	.com_stopwatch .record_btn input {
		padding-top: 3px;
	}
	.com_stopwatch .history_btn a {
		padding: 5px 4px 3px;
	}
	.com_stopwatch .calendar_input input[type="text"] {
		padding: 5px 15px 2px;
	}
	.com_stopwatch .time_input {
		padding: 23px 10px 17px;
	}
	.com_stopwatch .time_input input[type='text'] {
		padding-top: 3px;
	}
}
@media all and (min-width: 737px) {
	.com_stopwatch .btn_box button:hover {
		color: #fff;
		background-color: #74BD65;
	}
	.com_stopwatch .btn_box .start_btn button.stop:hover {
		color: #fff;
		background-color: #DD6468;
	}
	.com_stopwatch .record_btn input:hover {
		color: #74BD65;
		background-color: #fff;
	}
	.com_stopwatch .link_list li a:hover {
		color: #7ACEE6;
		text-decoration: underline;
	}
	.com_stopwatch .link_list li input:hover {
		color: #7ACEE6;
		text-decoration: underline;
	}
	.com_stopwatch .history_btn a:hover {
		color: #7ACEE6;
		background-color: #fff;
	}
	.com_stopwatch .history_btn input:hover {
		color: #7ACEE6;
		background-color: #fff;
	}
}
@media all and (max-width: 736px) {
	.com_stopwatch {
		margin-top: 30px;
	}
	.com_stopwatch .subjects .edd-body {
		width: calc(100% - 31px);
	}
	.com_stopwatch .app {
		width: 58%;
		border-radius: 12px;
	}
	.com_stopwatch .calendar_input {
		margin-bottom: 20px;
	}
	.com_stopwatch .calendar_input a {
		width: 42px;
	}
	.com_stopwatch .time_input {
		margin-bottom: 23px;
	}
	.com_stopwatch .time_input .hour_box {
		margin: 0 24px 0 12px;
	}
	.com_stopwatch .time_input .txt {
		line-height: 1.7;
	}
	.calendar_pop {
		width: 100%;
		max-width: 345px;
	}
	.datepicker {
		padding: 25px 5px 10px;
	}
	.ui-datepicker .ui-datepicker-title {
		margin: 0 5px;
		color: #50555C;
		font-size: 1.8rem;
	}
	.ui-datepicker .ui-datepicker-prev {
		right: 55px;
	}
	.ui-datepicker .ui-datepicker-next {
		right: -4px;
	}
	.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
		margin: 0;
	}
	.ui-datepicker .ui-datepicker-header {
		padding-bottom: 8px;
	}
	.ui-datepicker table thead {
		font-size: 1.2rem;
	}
	.ui-datepicker th {
		padding-bottom: 6px;
	}
	.ui-datepicker td {
		padding: 8px 4px;
	}
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
		font-size: 1.6rem;
	}
	.ui-state-highlight, .ui-widget-content .ui-state-highlight {
		font-size: 2rem;
	}
}
@media all and (max-width: 359px) {
	.com_stopwatch .time_input .hour_box {
		margin: 0 10px 0 -2px;
	}
}
/*------------------------------------------------------------
	com_pagenavi
------------------------------------------------------------*/
.com_pagenavi {
	margin: 15px 9px 0;
}
.com_pagenavi .prev {
	float: left;
}
.com_pagenavi .next {
	float: right;
}
.com_pagenavi a {
	box-sizing: border-box;
	min-width: 94px;
	padding: 3px 5px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	border-radius: 3px;
	border: 1px solid #7ACEE6;
	background: #7ACEE6;
}
.com_pagenavi button {
	box-sizing: border-box;
	min-width: 94px;
	padding: 3px 5px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	border-radius: 3px;
	border: 1px solid #7ACEE6;
	background: #7ACEE6;
	cursor: pointer;
}
@media all and (-ms-high-contrast:none) {
	.com_pagenavi a {
		padding: 5px 5px 1px;
	}
}
@media all and (min-width: 737px) {
	.com_pagenavi a:hover {
		color: #7ACEE6;
		background: #fff;
	}
	.com_pagenavi button:hover {
		color: #7ACEE6;
		background: #fff;
	}
}
/*------------------------------------------------------------
	goal_setting
------------------------------------------------------------*/
.goal_setting {
	margin: 20px 0;
	padding: 0;
	width: 525px;
	display: none;
	box-sizing: border-box;
	border-radius: 10px;
	background: transparent;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}
.goal_setting .title {
	padding: 18px 27px 16px;
	font-size: 1.6rem;
	font-weight: 400;
	border-radius: 10px 10px 0 0;
	background: #F0EFF0;
}
.goal_setting .setting_inner {
	padding: 38px 40px 56px;
	background: #fff;
	border-radius: 0 0 10px 10px;
}
.goal_setting .setting_inner .sub_ttl {
	margin-bottom: 50px;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 300;
}
.goal_setting .setting_inner .text01 {
	margin-bottom: 25px;
	font-size: 1.6rem;
	text-align: center;
}
.goal_setting .setting_inner .errMsg {
	font-size: 1.6rem;
	text-align: center;
}
.goal_setting .setting_inner .input_box {
	margin: 0 auto 30px;
	padding: 20px 50px;
	width: 247px;
	max-width: 100%;
	height: 113px;
	position: relative;
	box-sizing: border-box;
	border-radius: 10px;
	background: #F0EFF0;
}
.goal_setting .setting_inner .input_box input[type="number"] {
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #50555C;
	font-size: 6rem;
	font-weight: 300;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 0;
	border: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.goal_setting .setting_inner .input_box .txt {
	display: block;
	position: absolute;
	right: 26px;
	bottom: 23px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.2;
}
.goal_setting .setting_inner .submit {
	margin: 0 auto 25px;
	width: 87px;
}
.goal_setting .setting_inner .submit button {
	width: 100%;
	height: 30px;
	padding: 0;
	cursor: pointer;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	box-sizing: border-box;
	border-radius: 40px;
	border: 1px solid #74BD65;
	background: #74BD65;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.goal_setting .setting_inner .later_close {
	text-align: center;
}
.goal_setting .setting_inner .later_close button {
	display: inline-block;
	color: #DD6468;
	font-weight: 600;
	font-size: 1.2rem;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.goal_setting .setting_inner .later_close button:hover {
	opacity: 0.7;
}
@media all and (min-width: 737px) {
	.goal_setting .setting_inner .submit button:hover {
		color: #74BD65;
		background-color: #fff;
	}
}
@media all and (max-width: 736px) {
	.goal_setting {
		margin: 0;
		width: 100%;
		max-width: 525px;
	}
	.goal_setting .setting_inner .sub_ttl {
		margin-bottom: 22px;
		line-height: 1.347;
	}
}
/********************************************
* Now Loading
********************************************/
#overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 80px;
    height: 80px;
    border: 4px #ddd solid;
    border-top: 4px #999 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}
.is-hide{
    display:none;
}

.preventDoubleSubmit:disabled {
	cursor: default !important;
}