@charset "utf-8";
#timeservice {
  background: #EAF5FC;
  font-size: 14px;
}
#timeservice a {
  color: #00A0EB;
  text-decoration: underline;
  transition: .5s;
}
#timeservice a img {
  transition: .5s;
}
#timeservice img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#timeservice .red {color: #f00;}
#timeservice .em {font-weight: bold;}
#timeservice .normal {font-weight: normal;}
#timeservice .fs_xxsmall {font-size: 80%;}
#timeservice .fs_xsmall {font-size: 85%;}
#timeservice .fs_small {font-size: 90%;}
#timeservice .fs_large {font-size: 120%;}
/*#timeservice .fs_xlarge {font-size: 140%;}*/
#timeservice .fs_xlarge {font-size: 130%;}
#timeservice .underline {
	/*
	display: inline;
	border-bottom: 1px solid #231815;
	*/
	text-decoration: underline;
}
#timeservice .underline.red {border-bottom-color: #f00;}
#timeservice .marker {
  font-size: 110%;
  /*background: linear-gradient(transparent 70%, #FFFF00 70%);*/
}
#timeservice .list > li {
  position: relative;
  padding-left: 1.3em;
}
#timeservice .list > li::before,
#timeservice .list > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}
#timeservice .list.smldot > li::before {
  content: "・";
}
#timeservice .list.circle > li::before {
  content: "○";
}
#timeservice .list.custom_2 > li {
  padding-left: 2.3em;
}
#timeservice .list.custom_3 > li {
  padding-left: 3.3em;
}
#timeservice .list.custom_4 > li {
  padding-left: 4.3em;
}
#timeservice .list.custom_11 > li {
  padding-left: 11.3em;
}
#timeservice .catchcopy {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.8;
  color: #4C230D;
  text-align: center;
}
#timeservice .catchcopy .marker {
  display: inline-block;
  margin: 0 .2em;
  color: #E7380D;
  font-size: 130%;
}
#timeservice .catchcopy.fs_small {
  font-size: 100%;
}
#timeservice .catchcopy + .catchcopy {
  margin-top: 5px;
  line-height: 1.6;
}
#timeservice .btn_arrow_b {
  display: inline-block;
  font-size: 150%;
  font-weight: bold;
  text-decoration: none;
  background: #00A0EA;
  color: #fff;
  border-radius: 5px;
  padding: .5em 1.5em;
}
#timeservice .btn_arrow_b::after {
  content: "";
  display: inline-block;
  margin-left: .3em;
  vertical-align: middle;
  width: 1.4em;
  height: 1.4em;
  line-height: 1;
  background: url("../images/timeservice/arrow_b.png") no-repeat 0 0 / 100% auto;
}
#timeservice .main_copy {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
#timeservice .main_copy > * + * {
  margin-top: 25px;
}
#timeservice .main_copy h1 {
  margin-bottom: 0;
}
#timeservice .main_copy .accepting img {
  width: 50%;
  max-width: 270px;
}
#timeservice .main_copy .catchcopy {
  font-size: 20px;
}
#timeservice .main_copy .catchcopy .marker {
  font-size: 32px;
}
#timeservice .main_copy .closedcopy {
  color: #5084C4;
  font-size: 110%;
  font-weight: bold;
}
#timeservice .main_copy .leadcopy {
  color: #E7380D;
  font-size: 110%;
  font-weight: bold;
}
#timeservice .main_copy > .leadcopy + .btn_arrow_b,
#timeservice .main_copy > .closedcopy + .btn_arrow_b {
  margin-top: 10px;
}
#timeservice .main_copy .fs_large._red ._close {
	display: inline-block;
	background: #fff;
	border: 2px solid #E7380D;
	padding: .25em .75em .25em 1em;
	margin: .5em 0;
}
#timeservice .box {
  padding: 30px;
  font-size: 14px;
}
#timeservice .box.bg_blue {
  padding: 20px 30px;
}
#timeservice .box.bg_orange {
  background: #FCD77E;
}
#timeservice .box.bg_green {
  background: #EDFCDC;
}
#timeservice .box.bg_white {
  background: #fff;
  border-radius: 5px;
  margin: 0 30px 30px;
}
#timeservice .box.bg_white .btn_arrow_b {
	display: block;
	width: 100%;
	max-width: 30em;
	font-size: 120%;
	text-align: center;
	margin: 1em auto 0;
}
#timeservice .box.bg_white .btn_arrow_b::after {
	width: 1.2em;
	height: 1.2em;
}
#timeservice .logo_gz {
  width: 160px;
  vertical-align: text-bottom;
  margin-right: .5em;
}
#timeservice .title01 {
  color: #444;
  text-align: center;
  border: none;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  padding-bottom: 1em;
}
#timeservice .title02 {
  background: #5084C4;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
	line-height: 1.4;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: .4em 3%;
  margin: 1em 0;
}
#timeservice .pastdata .title02 {
  /*background: #00A0EA;*/
}
#timeservice .bg_orange .title02 {
  background: #E7380D;
}
#timeservice .bg_green .title02 {
  background: #63A826;
}
#timeservice .bg_yellow .title02 {
  color: #FEB921;
  background: #4C230D;
}
#timeservice .table_box {
  margin: 0;
  padding: 0;
}
#timeservice .table_box table {
  width: 100%;
}
#timeservice .table_box table tr > * {
  border: 1px solid #5084C4;
  padding: 10px;
  vertical-align: middle;
}
#timeservice .table_box table th {
  background: #5084C4;
  color: #fff;
  width: 20%;
  font-size: 110%;
  text-align: center;
}
#timeservice .table_box table td {
  background: #fff;
  width: 80%;
}
#timeservice .table_box.closed table tr > * {
  text-align: center;
}
#timeservice .table_box.closed table thead tr > * {
	/*
  background: #F8C3A2;
  color: #E7380D;
	*/
	background: #cadaed;
  color: #5084C4;
  padding: 5px;
  font-size: 90%;
}
#timeservice .table_box table td > * + * {
  margin-top: .5em;
}
#timeservice .table_box table td .f_box {
  margin-top: .2em;
}
#timeservice .bg_orange .table_box table tr > * {
  border-color: #E7380D;
}
#timeservice .bg_orange .table_box table th {
  background: #E7380D;
}
#timeservice .bg_green .table_box table tr > * {
  border-color: #63A826;
}
#timeservice .bg_green .table_box table th {
  background: #63A826;
}
#timeservice .bg_yellow .table_box table tr > * {
  border-color: #4C230D;
}
#timeservice .bg_yellow .table_box table th {
  background: #FEB921;
  color: #4C230D;
}
#timeservice .table_box.closed .trigger.btn_arrow_l {
  width: 92%;
  max-width: none;
  opacity: .7;
}
#timeservice .table_box.closed .trigger.btn_arrow_l.active {
  border-radius: 5px 5px 0 0;
}
#timeservice .table_box.closed .trigger + div {
  text-align: left;
  background: #fff;
  border: 10px solid #EE7456;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 10px;
  margin: 0 auto;
  width: 92%;
}
#timeservice .f_box {
  overflow: hidden;
}
#timeservice .f_box > * {
  float: left;
  margin-top: .5em;
}
#timeservice .text_btn {
  text-align: center;
  padding: 2em 0;
}
#timeservice .text_btn a {
  display: inline-block;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  border: 2px solid #5084C4;
  color: #5084C4;
  padding: .5em 1.5em;
}
#timeservice .text_btn a::after {
  content: "〉";
  display: inline-block;
  margin-left: .7em;
}
#timeservice .btn_arrow_l,
#timeservice .text_btn .btn_arrow_l {
  display: block;
  width: 100%;
  max-width: 20.6em;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #5084C4;
  color: #fff;
  border-radius: 5px;
  padding: .5em 1.5em;
  margin: 0 auto;
}
#timeservice .btn_arrow_l::after,
#timeservice .text_btn .btn_arrow_l::after {
  content: "";
  display: inline-block;
  margin-left: .3em;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  line-height: 1;
  background: url("../images/timeservice/arrow_l.png") no-repeat 0 0 / 100% auto;
}
#timeservice .btn_arrow_l.lines > span {
  display: inline-block;
  vertical-align: middle;
}
#timeservice .btn_arrow_l.lines > span + span {
  margin-left: .8em;
}
#timeservice .text_btn a + a {
 margin-top: 15px; 
}
#timeservice .box.bg_orange .btn_arrow_l {
  background: #E7380D;
  border-color: #E7380D;
}
#timeservice .box.bg_green .btn_arrow_l {
  background: #63A826;
  border-color: #63A826;
}
#timeservice .box.bg_yellow .btn_arrow_l {
  background: #4C230D;
  border-color: #4C230D;
}
#timeservice .box.bg_orange .btn_arrow_l::after {
  background-image: url("../images/timeservice/arrow_l_red.png");
}
#timeservice .box.bg_green .btn_arrow_l::after {
  background-image: url("../images/timeservice/arrow_l_green.png");
}
#timeservice .box.bg_yellow .btn_arrow_l::after {
  background-image: url("../images/timeservice/arrow_l_brown.png");
}
#timeservice .trigger {
  cursor: pointer;
}
#timeservice .box.bg_orange .btn_arrow_l.trigger::after {
  background-image: url("../images/timeservice/plus.png");
}
#timeservice .box.bg_orange .btn_arrow_l.trigger.active::after {
  background-image: url("../images/timeservice/minus.png");
}
#timeservice .box.bg_green .btn_arrow_l.trigger::after {
  background-image: url("../images/timeservice/plus_g.png");
}
#timeservice .box.bg_green .btn_arrow_l.trigger.active::after {
  background-image: url("../images/timeservice/minus_g.png");
}
#timeservice .box.bg_yellow .btn_arrow_l.trigger::after {
  background-image: url("../images/timeservice/plus_b.png");
}
#timeservice .box.bg_yellow .btn_arrow_l.trigger.active::after {
  background-image: url("../images/timeservice/minus_b.png");
}
#timeservice .trigger + div {
  display: none;
  padding: 1em 0;
}
#timeservice .pastdata .text_btn {
  padding: 1em 0 0;
}
#timeservice .titlebox {
  position: relative;
  text-align: center;
}
#timeservice #gw .titlebox {
  padding-bottom: 1em;
}
#timeservice .titlebox .catchcopy {
  margin-top: 0;
  display: inline-block;
  position: relative;
  padding: 0 2em;
}
#timeservice .titlebox .catchcopy::before,
#timeservice .titlebox .catchcopy::after {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  position: absolute;
  bottom: 0;
  width: 1.5em;
  height: 3.5em;
  margin: 0;
}
#timeservice .titlebox .catchcopy::before {
  background: linear-gradient(to right top, transparent 48%, #4C230D 48%, #4C230D 52%, transparent 52%);
  left: 0;
}
#timeservice .titlebox .catchcopy::after {
  background: linear-gradient(to left top, transparent 48%, #4C230D 48%, #4C230D 52%, transparent 52%);
  right: 0;
}
#timeservice .titlebox h3 {
  margin: .5em auto .2em;
  width: 100%;
  max-width: 600px;
}
#timeservice .titlebox .red {
  display: inline-block;
  margin: 0 .2em;
  font-size: 170%;
  line-height: 1;
}
#timeservice .titlebox span.fs_large {
  display: inline-block;
  vertical-align: .1em;
}
#timeservice .titlebox .red span.fs_large {
  display: inline-block;
  vertical-align: 0;
  font-feature-settings: "palt";
}
#timeservice .titlebox .red span.fs_xxsmall {
  display: inline-block;
  vertical-align: .1em;
  margin-right: .1em;
}
#timeservice .titlebox .red sup {
  vertical-align: text-top;
  font-size: 11px;
}
#timeservice #dento_a .title02 {
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}
#timeservice #dento_a .title02.trigger {
  border-radius: 5px;
	transition: .5s;
	padding: .4em 11% .4em 4%;
	position: relative;
}
#timeservice #dento_a .title02.trigger:hover {
	opacity: .7;
}
#timeservice #dento_a .title02.trigger::after {
	content: "";
	display: inline-block;
	margin-left: .5em;
	vertical-align: -.2em;
	width: 1.1em;
	height: 1.1em;
	line-height: 1;
	background: url("../images/timeservice/arrow_b_green.png") no-repeat 0 0 / 100% auto;
	transition: .5s;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}
#timeservice #dento_a .title02.active {
	border-radius: 5px 5px 0 0;
}
#timeservice #dento_a .title02.active::after {
	transform: translateY(-50%) rotate(-180deg);
}
#timeservice #dento_a ._body {
	padding: 15px;
}
#timeservice #dento_a ._body p + p {
	margin-top: 0;
}
#timeservice #dento_a ._body .close_box {
	margin-top: 0;
	padding: .25em 1em;
}
#timeservice .bg_green #dento_a .title02 {
  background: #63A826;
  color: #fff;
}
#timeservice ._body {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 15px;
}
#timeservice ._body > * + * {
  margin-top: 1em;
}
#timeservice .flow_list > li {
  display: block;
  border: 1px solid #1d9e0a;
  background: #f8fcf3;
  padding: 15px;
}
#timeservice .bg_green .flow_list > li {
  border-color: #63A826;
}
#timeservice .bg_yellow .flow_list > li {
  border-color: #4C230D;
  background: #FFFFEC;
}
#timeservice .flow_list > li + li {
  margin-top: 1em;
}
#timeservice .flow_list > li > .num {
  background: #1d9e0a;
  color: #fff;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  line-height: 2.5;
}
#timeservice .bg_green .flow_list > li > .num {
  background: #63A826;
}
#timeservice .bg_yellow .flow_list > li > .num {
  background: #4C230D;
}
#timeservice .flow_list > li > div:last-child > * + * {
  margin-top: .5em;
}
#timeservice .flow_list .flow_num {
  display: inline-block;
  background: #4C230D;
  color: #fff;
  font-size: 85%;
  padding: 0 .5em;
  margin-right: .2em;
  margin-bottom: .2em;
  vertical-align: text-bottom;
}
#timeservice .bb_list {
  display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 1.5em;
}
#timeservice .bb_list._center {
	justify-content: center;
}
#timeservice .playerbox {
  width: 100%;
  max-width: 320px;
  margin: auto;
  text-align: left;
  padding-top: 25px;
}
#timeservice .playerbox > p:first-child {
  text-align: center;
  padding-bottom: 10px;
}
#timeservice .playerbox .player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#timeservice .table_box table.price_table {
  display: table;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}
#timeservice .table_box table.price_table tr > * {
  border: 1px solid #999 !important;
  color: #231815;
  background: #fff;
  font-weight: normal;
  width: auto;
  font-size: 100%;
  text-align: center;
  padding: 5px 10px;
}
#timeservice .table_box table.price_table thead tr > * {
  font-size: 90%;
  padding: 2px;
  line-height: 1.4;
  background: #eee;
  color: #231815;
}
#timeservice .table_box table.price_table tbody tr > th {
  text-align: left;
	line-height: 1.3;
}
#timeservice .number {
  display: inline-block;
  background: #1d9e0a;
  color: #fff;
  width: 1.6em;
  line-height: 1.5;
  text-align: center;
  margin-right: .1em;
}
#timeservice ._ib {
  display: inline-block;
}

.enrollment {
  text-align: center;
  padding-top: 50px;
}
.enrollment img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.enrollment .tit_enr {
  padding-bottom: 30px;
}
.enrollment .tit_enr img {
  display: inline-block;
}
.enrollment .tit_enr img + img {
  margin-left: 20px;
}
.enrollment > div {
  background: #CAE5F5;
  border-radius: 8px;
  padding-bottom: 20px;
}
.enrollment .l_row {
  display: table;
  width: 80%;
  table-layout: fixed;
  border-spacing: 20px;
  margin: 0 auto;
}
.enrollment .l_row > p {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.enrollment .l_row > p img:nth-of-type(2) {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: -40px;
}
.enrollment .l_row + a {
  display: block;
  width: 65%;
  margin: auto;
}
#timeservice .close_box {
	background: #fff;
	border: 2px solid #f00;
	padding: .5em 1em;
	text-align: center;
	color: #f00;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4;
	margin: .5em 0 1em;
}
#timeservice .close_box > p + p {
	margin-top: 0;
}
#timeservice .table_box .close_box {
  /*
	margin: 0 0 .5em;
	padding: .2em 0 .1em .5em;
	font-size: 135%;
	width: 20em;
	max-width: 100%;
  */
}
#timeservice .close_tit {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: .2em;
}
#timeservice p > span {
	/*display: inline-block;*/
}
#timeservice .break-all{
	word-break: break-all;
}
#timeservice #autumn {
	background: #fdf7cf url("../images/timeservice/titlebg_autumn2024.png") no-repeat 0 0 / 100% auto;
	background-color: #fdf7cf;
	background-image: url("../images/timeservice/titlebg_autumn2024.png"), url("../images/timeservice/footerbg_autumn2024.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
	padding-top: 10px;
}
#timeservice #autumn .title02 {
	background: #f7931e;
}
#timeservice #spring {
	background: #D8EEDB url("../images/timeservice/bg_spring2025.png") repeat 0 0 / 36px 36px;
	padding-top: 10px;
}
#timeservice #spring .title02 {
	background: #1d9e0a;
}
#timeservice #spring .table_box.sale_table table tr > * {
	border-color: #1d9e0a;
}
#timeservice #spring .table_box.sale_table table tr > th {
	background: #1d9e0a;
	border-top-color: #fff;
	border-bottom-color: #fff;
}
#timeservice #spring .table_box.sale_table table tr > th:first-child {
	border-top-color: #1d9e0a;
	white-space: nowrap;
}
#timeservice #spring .table_box.sale_table table tr:last-child > th:first-child {
	border-bottom-color: #1d9e0a;
}
#timeservice .table_box.sale_table table tr > * {
	border-color: #f7931e;
}
#timeservice .table_box.sale_table table tr > th {
	background: #f7931e;
	border-top-color: #fff;
	border-bottom-color: #fff;
	line-height: 1.4;
}
#timeservice .table_box.sale_table table tr > th:first-child {
	border-top-color: #f7931e;
	white-space: nowrap;
}
#timeservice .table_box.sale_table table tr:last-child > th:first-child {
	border-bottom-color: #f7931e;
}
#timeservice ._red {
	color: #E7380D;
}
#timeservice .table_d caption {
	width: 100%;
	text-align: left;
	font-weight: bold;
	margin-bottom: .25em;
}
#timeservice #spring .table_box.sale_table table tr > td .table_d,
#timeservice #autumn .table_box.sale_table table tr > td .table_d {
	padding-bottom: .5em;
}
#timeservice #spring .table_box.sale_table table tr > td .table_d table tr > *,
#timeservice #autumn .table_box.sale_table table tr > td .table_d table tr > * {
	border: 1px solid #999;
	width: auto;
	font-size: 100%;
	text-align: center;
	padding: 5px;
}
#timeservice #spring .table_box.sale_table table tr > td .table_d table thead tr > *,
#timeservice #autumn .table_box.sale_table table tr > td .table_d table thead tr > * {
	background: #eee;
	color: #231815;
	font-weight: normal;
}
#timeservice #spring .table_box.sale_table table tr > td .table_d table tbody tr > *,
#timeservice #autumn .table_box.sale_table table tr > td .table_d table tbody tr > * {
	background: #fff;
	color: #231815;
	font-weight: normal;
}
#timeservice #spring .table_box.sale_table table tr > td .table_d table tbody tr > td:last-child,
#timeservice #autumn .table_box.sale_table table tr > td .table_d table tbody tr > td:last-child {
	font-size: 120%;
	font-weight: bold;
}
#timeservice #spring .table_box.sale_table table tr > td .table_d tr > th:first-child,
#timeservice #autumn .table_box.sale_table table tr > td .table_d tr > th:first-child {
	border-top-color: #999;
}
#timeservice #spring .table_box.sale_table table tr > td .table_d tr:last-child > th:first-child,
#timeservice #autumn .table_box.sale_table table tr > td .table_d tr:last-child > th:first-child {
	border-bottom-color: #999;
}
#timeservice .text_btn.flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 96%;
	margin: auto;
}
#timeservice .text_btn.flex a {
	width: 49%;
}
#timeservice .text_btn.flex a + a {
	margin-top: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
#timeservice .text_btn.flex .btn_arrow_l {
	margin: 0;
	max-width: none;
}
#timeservice #autumn .text_btn a {
	border-color: #f15a24;
	color: #f15a24;
}
#timeservice #autumn .text_btn .btn_arrow_l {
	background: #f15a24;
	border-color: #f15a24;
	color: #fff;
}
#timeservice #autumn .text_btn .btn_arrow_l::after {
	background-image: url("../images/timeservice/arrow_l_orange.png");
}
#timeservice #spring .text_btn a {
	border-color: #1d9e0a;
	color: #1d9e0a;
}
#timeservice #spring .text_btn .btn_arrow_l {
	background: #1d9e0a;
	border-color: #1d9e0a;
	color: #fff;
}
#timeservice #spring .text_btn .btn_arrow_l::after {
	background-image: url("../images/timeservice/arrow_l_green.png");
}
#timeservice #hint .title02 {
	margin: 0;
	background: #00A0EA;
	border-radius: 5px 5px 0 0;
}
#timeservice #hint .title02::after {
	content: none;
	display: inline-block;
	margin-left: .5em;
	vertical-align: -.2em;
	width: 1.1em;
	height: 1.1em;
	line-height: 1;
	background: url("../images/timeservice/arrow_b.png") no-repeat 0 0 / 100% auto;
	transition: .5s;
}
#timeservice #hint .title02.active {
	border-radius: 5px 5px 0 0;
}
#timeservice #hint .title02.active::after {
	transform: rotate(-180deg);
}
#timeservice #hint ._body {
	padding: 15px;
}
#timeservice #hint ._body p + p {
	margin-top: 0;
}
#timeservice #hint .hint_box {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
#timeservice #hint .hint_body {
	width: 60%;
}
#timeservice #hint .hint_list {
	font-size: 120%;
	margin: 1em 0;
}
#timeservice #hint .hint_list > li + li {
	margin-top: .5em;
}
#timeservice #hint .hint_img {
	width: 38%;
}
#timeservice #hint .hint_imgtit {
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	/*color: #E7380D;*/
	margin-bottom: .75em;
	text-decoration: underline;
}
/*
#timeservice #hint .hint_copy {
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	margin-top: .5em;
}
*/
#timeservice .table_box .att_box {
	border: 1px solid #333;
	padding: 20px 15px 15px;
	margin-top: 3em;
	position: relative;
}
#timeservice .table_box .att_box._mt {
	margin-top: 2em;
}
#timeservice .table_box .att_box + .att_box {
	margin-top: 1.5em;
}
#timeservice .att_tit {
	font-size: 100%;
	font-weight: normal;
	margin: -2.25em 0 .5em -.25em;
}
#timeservice .att_tit > span {
	display: inline-block;
	background: #fff;
	padding: 0 .25em;
}
#timeservice .att_box > .att_tit + * ~ * {
	margin-top: 1em;
}
#timeservice .att_stit {
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: .5em;
}
#timeservice .hint_link {
	display: block;
	background: #00a0ea;
	border-radius: 5px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	padding: .4em 3%;
}
#timeservice .hint_link::after {
	content: "";
	display: inline-block;
	margin-left: .5em;
	vertical-align: -.2em;
	width: 1.1em;
	height: 1.1em;
	background: url("../images/timeservice/arrow_b.png") no-repeat 0 0 / 100% auto;
}
#timeservice .accordion_box .att_box {
	padding: 0;
}
#timeservice .accordion_box .att_box._mt {
	margin-top: 1.25em;
}
#timeservice .accordion_box .att_box + .att_box {
	margin-top: .75em;
}
#timeservice .accordion_box .att_tit {
	margin: 0;
	padding: .5em 1em;
	position: relative;
	cursor: pointer;
}
#timeservice .accordion_box .att_tit > span {
	background: transparent;
	margin-left: -.6em;
}
#timeservice .accordion_box .att_tit._narrow > span {
	margin-left: -7%;
}
#timeservice .accordion_box .att_tit:hover,
#timeservice .accordion_box .att_tit.open {
	background: #eee;
}
#timeservice .accordion_box .att_tit::after {
	content: "";
	width: .5em;
	height: .5em;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	position: absolute;
	right: 1em;
	top: calc(50% - .5em);
	transform: rotate(45deg);
	transition: .5s;
}
#timeservice .accordion_box .att_tit.open::after {
	top: calc(50% - .25em);
	transform: rotate(-135deg);
}
#timeservice .accordion_box .att_tit + div {
	display: none;
	padding: .5em 1em 1em;
}
#timeservice .caution_box {
	background: #E7380D;
	color: #fff;
	text-align: center;
	padding: 1em;
	margin-top: 1em;
	border-radius: 10px;
}
#timeservice .caution_tit {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: .25em;
}
#timeservice .caution_tit + p {
	margin-top: 0;
}
#timeservice div.close_box {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 .5em;
}
#timeservice div.close_box .close_tit {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: .25em;
}
#timeservice .graf_block {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 2em 0;
}
#timeservice .graf_block > div {
	width: 48.5%;
	text-align: center;
}
#timeservice .graf_tit {
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .05em;
	padding-bottom: .5em;
}
#timeservice .graf_tit .fs_large {
	font-size: 160%;
}
#timeservice .attention_block {
	background: #ccedfb;
	padding: 20px;
}
#timeservice .attention_tit {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
}
#timeservice .attention_tit ._icon {
	display: inline-block;
	width: 2em;
	margin-right: .5em;
	vertical-align: middle;
}
#timeservice .attention_block > .list > li + li {
	margin-top: .5em;
}
#timeservice .shosai_box {
	width: 92%;
	/*background: #EE7456;*/
	background: #5084C4;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
}
#timeservice .shosai_tit {
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: .5em;
}
#timeservice .shosai_body {
	background: #fff;
	text-align: left;
	padding: 0 10px 10px;
}
#timeservice .shosai_box .shosai_body .price_table {
	width: 100%;
}
#timeservice .title02.trigger::after {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background: url("../images/timeservice/plus_bl.png?date=20240229") no-repeat 0 0 / cover;
	vertical-align: -.2em;
	margin-left: .5em;
}
#timeservice .title02.trigger.active::after {
	background-image: url("../images/timeservice/minus_bl.png?date=20240229");
}
#timeservice .waribiki_img {
	text-align: center;
}
#timeservice .waribiki_img img {
	width: 100%;
	max-width: 436px;
}
#timeservice .hint_block {
	width: 100%;
	font-size: 110%;
	margin: 1em 0;
}
#timeservice .hint_block > div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
#timeservice .hint_block > div + div {
	border-top: 1px solid #ccc;
	margin-top: 1em;
	padding-top: 1em;
}
#timeservice .hint_block figure {
	width: 20%;
	text-align: center;
}
#timeservice .hint_block figure img {
	width: 60%;
}
#timeservice .hint_block figure figcaption {
	color: #116c91;
	font-weight: bold;
	line-height: 1.2;
	margin-top: .75em;
}
#timeservice .hint_block_body {
	width: 80%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	line-height: 1.6;
}
#timeservice .hint_block ._kake {
	display: inline-block;
	margin: 0 .25em;
}
#timeservice .hint_block .em {
	font-size: 120%;
}
#timeservice .hint_block .blue {
	color: #00A0EA;
}
#timeservice .hint_block_tit {
	width: 10em;
	line-height: 1.4;
	text-align: center;
	position: relative;
}
#timeservice .hint_block_tit::after {
	content: "";
	display: block;
	width: 2.5em;
	height: 2.5em;
	clip-path: polygon(0% 20%, 50% 20%, 50% 0, 100% 50%, 50% 100%, 50% 80%, 0% 80%);
	background: linear-gradient(to right, transparent 0%, #00a6e9 80%);
	position: absolute;
	top: calc(50% - 1em);
	right: -2.75em;
}
#timeservice .hint_block_exam {
	width: calc(100% - 14em);
}
#timeservice .hint_block._digest {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#timeservice .hint_block._digest > div {
	width: 25%;
}
#timeservice .hint_block._digest > div + div {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	border-left: 1px solid #ccc;
}
#timeservice .hint_block._digest figure {
	width: 100%;
}
#timeservice .hint_block._digest .hint_block_body {
	display: none;
}
#timeservice .gaiyobox {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#timeservice .gaiyobox dt {
	width: 6.5em;
	text-align: justify;
	text-align-last: justify;
}
#timeservice .gaiyobox dd {
	width: calc(100% - 7em);
}
#timeservice .cam_foot {
	padding: 30px;
	background: #D8EEDB url("../images/timeservice/bg_spring2025.png") repeat 0 0 / 36px 36px;
}
#timeservice .cam_foot .title02 {
	background: #1d9e0a;
}
#timeservice .calendar_box {
	margin-top: 1em;
}
#timeservice .calendar_box ._tit img {
	width: 90%;
	max-width: 320px;
}
#timeservice .calendar_box ._img {
	margin-top: .75em;
}

/*------------------------------------------
  for Smartphone
------------------------------------------*/
@media only screen and (max-width: 768px) {
  div.basepage {
    margin-top: 1px;
  }
  div.basepage .main_contents.contents-page h2 ~ * {
    width: 100%;
    margin: auto;
  }
  #timeservice a:hover {
    text-decoration: none;
  }
  #timeservice .catchcopy {
    font-size: 110%;
  }
  #timeservice .btn_arrow_b {
    font-size: 120%;
  }
  #timeservice .main_copy {
    width: 94%;
    margin: 0 auto;
  }
  #timeservice .main_copy > * + * {
    margin-top: 15px;
  }
  #timeservice .main_copy h1 img {
    max-width: 80%;
  }
  #timeservice .main_copy .catchcopy {
    font-size: 16px;
  }
  #timeservice .main_copy .catchcopy .marker {
    font-size: 22px;
  }
  #timeservice .main_copy .closedcopy,
  #timeservice .main_copy .leadcopy {
    font-size: 100%;
  }
	#timeservice .main_copy .fs_large._red ._close {
		border-width: 1px;
	}
  #timeservice .box {
    padding: 30px 3%;
  }
  #timeservice .box.bg_blue {
    padding: 15px 3%;
  }
  #timeservice .box.bg_white {
    width: 94%;
    padding: 15px 3%;
    margin: 0 auto 15px;
  }
	#timeservice .box.bg_white .btn_arrow_b {
		font-size: 100%;
	}
  #timeservice .title01 {
    font-size: 19px;
  }
  #timeservice .title02 {
    font-size: 18px;
    border-radius: 6px;
    margin-bottom: .5em;
  }
	#timeservice .pastdata .title02 {
		font-size: 16px;
		padding: .75em 2.75em .75em 1em;
	}
  #timeservice .table_box table,
  #timeservice .table_box table thead,
  #timeservice .table_box table tbody,
  #timeservice .table_box table tr,
  #timeservice .table_box table th,
  #timeservice .table_box table td {
    display: block;
    width: 100%;
  }
  #timeservice .table_box table thead {
    display: none;
  }
  #timeservice .table_box.closed table tbody tr td::before {
    display: block;
    width: 100%;
		/*
    background: #F8C3A2;
    color: #E7380D;
		*/
		background: #cadaed;
		color: #5084C4;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
  }
  #timeservice .table_box.closed table tbody tr td:nth-child(1)::before {
    content: "名称";
  }
  #timeservice .table_box.closed table tbody tr td:nth-child(2)::before {
    content: "割引期間";
  }
	#timeservice .table_box.closed table {
		/*border-bottom: 1px solid #E7380D;*/
		border-bottom: 1px solid #5084C4;
	}
	#timeservice .table_box.closed table tbody tr td {
		border-bottom: none;
	}
	#timeservice .table_box.closed table tbody tr td + td {
    border-top: none;
		border-bottom: none;
  }
  #timeservice .table_box table th {
    font-size: 100%;
    border-bottom: none;
    padding: 3px;
  }
  #timeservice .table_box table tr:nth-child(n+2) th {
    border-top: none;
  }
  #timeservice .table_box table td {
    padding: 10px 4% 15px;
  }
  #timeservice .table_box.closed table td {
    padding: 0 0 15px;
  }
  #timeservice .table_box.closed table.price_table td {
    padding: 0;
  }
  #timeservice .table_box.closed table td > p:not([class]),
  #timeservice .table_box.closed table td > .list {
    padding: 0 4%;
  }
  #timeservice .f_box > *:nth-child(n+3) {
    margin-top: 1em;
  }
  #timeservice .f_box._sp2 > * {
    width: 48%;
    margin-left: 4%;
  }
  #timeservice .f_box._sp2 > *:nth-child(2n+1) {
    margin-left: 0;
  }
  #timeservice .titlebox .red sup {
    font-size: 10px;
  }
  #timeservice ._body {
    padding: 15px 4%;
  }
  #timeservice #dento_a .title02 {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  #timeservice ._body {
    padding: 15px 4%;
  }
  #timeservice .flow_list > li {
    padding: 0;
  }
  #timeservice .flow_list > li > .num {
    font-size: 110%;
    line-height: 2;
  }
  #timeservice .flow_list > li > div:last-child {
    padding: 10px;
  }
  #timeservice .bb_list {
		flex-direction: column;
  } 
  #timeservice .bb_list > div + div {
    margin-top: 1em;
  }
  #timeservice .playerbox {
    padding-top: 15px;
  }
  #timeservice #gw {
    background-size: 120% auto;
  }
  #timeservice .table_box table.price_table {
    display: table;
    width: 100%;
  }
  #timeservice .table_box table.price_table thead {
    display: table-header-group;
  }
  #timeservice .table_box table.price_table tbody {
    display: table-row-group;
  }
  #timeservice .table_box table.price_table tr {
    display: table-row;
  }
  #timeservice .table_box table.price_table tr > * {
    display: table-cell;
  }
  #timeservice .table_box table.price_table thead tr > * {
    font-size: 85%;
  }
  #timeservice .table_box table.price_table tbody tr > td:nth-child(1)::before,
  #timeservice .table_box table.price_table tbody tr > td:nth-child(2)::before,
  #timeservice .table_box table.price_table thead tr > td:nth-child(1)::before,
  #timeservice .table_box table.price_table thead tr > td:nth-child(2)::before {
    content: none;
  }
  
  .enrollment .tit_enr img {
    display: block;
    margin: 0 auto;
  }
  .enrollment .tit_enr img + img {
    margin: -5px auto 0;
  }
  .enrollment > div {
    border-radius: 0;
    padding: 10px 3% 20px;
  }
  .enrollment .l_row {
    width: 100%;
    border-spacing: 10px;
  }
  .enrollment .l_row > p img:nth-of-type(2) {
    width: 60px;
    height: 60px;
    top: -50px;
    left: -10px;
  }
  #timeservice .list.custom_11 > li {
    padding-left: 0;
  }
  #timeservice .list.custom_11 > li > .num {
    position: static;
  }
	
	#timeservice .close_box {
		border-width: 1px;
		font-size: 110%;
		text-align: left;
	}
	#timeservice .close_tit {
		font-size: 120%;
	}
	#timeservice .table_d {
		overflow-x: auto;
	}
	#timeservice .table_d table {
		display: table;
		width: auto;
		min-width: 100%;
	}
	#timeservice .table_d table thead,
	#timeservice .table_d table tbody {
		display: table-row-group;
	}
	#timeservice .table_d table tr {
		display: table-row;
	}
	#timeservice .table_d table tr > * {
		display: table-cell;
		white-space: nowrap;
	}
	#timeservice #spring .table_box.sale_table table tr > td .table_d table thead tr > * {
		background: #ddd;
		color: #231815;
		font-weight: normal;
	}
	#timeservice #spring .table_box.sale_table table tr > td .table_d table tbody tr > * {
		background: #fff;
		color: #231815;
		font-weight: normal;
	}
	#timeservice .text_btn.flex {
		flex-direction: column;
		justify-content: center;
	}
	#timeservice .text_btn.flex a {
		width: 100%;
	}
	#timeservice .text_btn.flex a + a {
		margin-top: 15px;
	}
	#timeservice .text_btn.flex .btn_arrow_l {
		margin: 0 auto;
	}
	#timeservice #hint .title02 {
		font-size: 16px;
		padding: .5em 3%;
	}
	#timeservice #hint .hint_box {
		flex-direction: column;
		justify-content: center;
	}
	#timeservice #hint .hint_body {
		width: 100%;
		/*order: 1;*/
	}
	#timeservice #hint .hint_img {
		width: 100%;
		margin-top: 15px;
		/*order: 2;*/
	}
	/*
	#timeservice #hint .hint_copy {
		order: 2;
	}
	*/
	
	#timeservice .accordion_box .att_tit > span,
	#timeservice .accordion_box .att_tit._narrow > span {
		margin-left: -.2em;
	}
	#timeservice .caution_box {
		text-align: left;
		padding: 1em 4%;
	}
	
	#timeservice .graf_block {
		flex-direction: column;
		justify-content: center;
	}
	#timeservice .graf_block > div {
		width: 100%;
	}
	#timeservice .graf_block > div + div {
		margin-top: 1.5em;
		border-top: 1px solid #ccc;
		padding-top: 1.5em;
	}
	#timeservice .graf_tit {
		letter-spacing: 0;
	}
	#timeservice .graf_tit .fs_large {
		letter-spacing: .05em;
	}
	#timeservice .attention_block {
		padding: 20px 4%;
	}
	#timeservice .attention_tit {
		margin-bottom: 1em;
	}
	#timeservice .attention_tit ._icon {
		display: block;
		margin: 0 auto .25em;
	}
	#timeservice .shosai_body {
		padding: 0 3%;
	}
	#timeservice .title02 {
		position: relative;
	}
	#timeservice .title02.trigger::after {
		position: absolute;
		top: 50%;
		right: 1em;
		transform: translateY(-50%);
	}
	#timeservice .hint_block > div {
		flex-direction: column;
		justify-content: center;
	}
	#timeservice .hint_block figure {
		width: 100%;
	}
	#timeservice .hint_block figure img {
		width: 35%;
		max-width: 130px;
	}
	#timeservice .hint_block_body {
		width: 100%;
		flex-direction: column;
		margin-top: .5em;
	}
	#timeservice .hint_block_tit {
		width: 100%;
	}
	#timeservice .hint_block_tit::after {
		clip-path: polygon(80% 0, 80% 50%, 100% 50%, 50% 100%, 0 50%, 20% 50%, 20% 0);
		background: linear-gradient(transparent 0%, #00a6e9 80%);
		top: auto;
		bottom: -2.5em;
		right: calc(50% - 1em);
	}
	#timeservice .hint_block_exam {
		width: 100%;
		margin-top: 2.5em;
		text-align: center;
	}
	#timeservice .hint_block._digest {
		margin-bottom: 0;
	}
	#timeservice .hint_block._digest > div {
		width: 50%;
		padding: 10px;
	}
	#timeservice .hint_block._digest > div:nth-child(3) {
		border-left: none;
	}
	#timeservice .hint_block._digest > div:nth-child(n+3) {
		border-top: 1px solid #ccc;
		padding: 10px;
	}
	#timeservice .hint_block._digest figure img {
		width: 60%;
	}
	#timeservice .hint_block._digest > div:nth-child(2) figure img {
		margin: .9em;
	}
	#timeservice .hint_block._digest > div:nth-child(4) figure img {
		margin: .3em;
	}
	#timeservice .cam_foot {
		padding: 15px 3%;
	}
  
  
  
}


/*------------------------------------------
  for PC & Tablet
------------------------------------------*/
@media only screen and (min-width: 769px) {
  #timeservice a:hover {
    text-decoration: none;
  }
  #timeservice a:hover img {
    opacity: .7;
  }
  #timeservice .btn_arrow_b:hover,
  #timeservice .btn_arrow_l:hover {
    opacity: .7;
  }
  #timeservice .f_box._pc4 > * {
    width: 23.875%;
    margin-left: 1.5%;
  }
  #timeservice .f_box._pc4 > *:nth-child(4n+1) {
    margin-left: 0;
  }
  #timeservice .text_btn a:hover {
    background: #D9F1FC;
  }
  #timeservice .text_btn .btn_arrow_l:hover {
    background: #5084C4;
  }
  #timeservice .box.bg_orange .btn_arrow_l:hover {
    background: #E7380D;
  }
  #timeservice .box.bg_green .btn_arrow_l:hover {
    background: #63A826;
  }
  #timeservice .box.bg_yellow .btn_arrow_l:hover {
    background: #4C230D;
  }
  #timeservice .flow_list > li {
    overflow: hidden;
  }
  #timeservice .flow_list > li > .num {
    float: left;
    width: 2.5em;
  }
  #timeservice .flow_list > li > div:last-child {
    float: right;
    width: calc(100% - 6em);
  }
  #timeservice .table_box table tr > th,
  #timeservice .bg_orange .table_box table tr > th,
  #timeservice .bg_green .table_box table tr > th {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  #timeservice .table_box table tr:first-child > th {
    border-top-color: #5084C4;
  }
  #timeservice .table_box table tr:last-child > th {
    border-bottom-color: #5084C4;
  }
  #timeservice .table_box.closed table tr > *:nth-child(1) {
    width: 40%;
  }
  #timeservice .table_box.closed table tr > *:nth-child(2) {
    width: 60%;
  }
  #timeservice .table_box.closed table.price_table tr > *:nth-child(1) {
    width: auto;
  }
  #timeservice .table_box.closed table.price_table tr > *:nth-child(2) {
    width: auto;
  }
  #timeservice .bg_orange .table_box table tr:first-child > th {
    border-top-color: #E7380D;
  }
  #timeservice .bg_orange .table_box table tr:last-child > th {
    border-bottom-color: #E7380D;
  }
  #timeservice .bg_green .table_box table tr:first-child > th {
    border-top-color: #63A826;
  }
  #timeservice .bg_green .table_box table tr:last-child > th {
    border-bottom-color: #63A826;
  }
  #timeservice .bg_yellow .table_box table tr:first-child > th {
    border-top-color: #4C230D;
  }
  #timeservice .bg_yellow .table_box table tr:last-child > th {
    border-bottom-color: #4C230D;
  }
  .enrollment a {
    transition: .5s;
  }
  .enrollment a:hover {
    opacity: .7;
  }
  #timeservice .list.custom_11 > li > .list_subtit {
    display: inline-block;
    width: 9em;
  }
	#timeservice ._pc_narrow {
		transform: scaleX(.97);
		margin-left: -.5em;
	}
  


}


@media only screen and (min-width: 1050px) {
	#timeservice .att_tit._narrow > span {
		display: block;
		transform: scaleX(.9);
		margin-left: -6%;
		width: 110%;
	}
	
}