@charset "utf-8";

/* -------------------------------------
	study
---------------------------------------- */

.flow_zonal {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #ddd;
	border-radius: 8px;
	display: table;
	border: 2px solid #efefef;
}
.flow_zonal li {
	display: table-cell;
	font-size: 1.4rem;
	text-align: center;
	width: 20%;
	height: 100px;
	vertical-align: middle;
	color: #333;
	/*text-shadow: 1px 1px 0 rgba(255,255,255,1);*/
}
.flow_zonal li:not(:last-child) {
	position: relative;
	z-index: 2;
}
.flow_zonal li:not(:last-child):after,
.flow_zonal li:not(:last-child):before {
	content: '';
	z-index: -1;
	position: absolute;
	display: block;
	border-right: 2px #f4f4f4 solid;
	width: 100px;
	height: 100px;
	right: -12px;
}
.flow_zonal li:not(:last-child):after {
	top: 20px;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	transform: rotate(30deg);
}
.flow_zonal li:not(:last-child):before {
	top: -16px;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.flow_zonal li span {
	display: inline-block;
	padding-left: 20px;
}
.flow_zonal li.current {
	color: #fff;
	font-size: 1.6rem;
	text-shadow: none;
}
.flow_zonal li.current,
.flow_zonal li.current:before,
.flow_zonal li.current:after {
	background: #2ba5fb;
}

.study .overview{
	font-size: 1.5rem;
}
.study .plan_area{
	font-size: 1.3rem;
}
.study .plan_area .inner {
	position: relative;
	width: 50%;
	float: left;
	padding: 0px 15px;
}
.study .plan_area.ric,
.study .plan_area.ha{
	text-align: center;
}
.study .plan_area.ric .inner,
.study .plan_area.ha .inner{
	width: 100%;
}
.study .plan_area.ric .inner dl,
.study .plan_area.ha .inner dl{
	display: block;
	float: left;
	width: 16.667%;
}
.study .plan_area.ric .inner dt,
.study .plan_area.ric .inner dd,
.study .plan_area.ha .inner dt,
.study .plan_area.ha .inner dd{
	padding: 5px 0;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.study .plan_area.ric .inner dt,
.study .plan_area.ha .inner dt{
	color: #004499;
	font-weight: normal;
	background: #e8f3ff;
}
.study .plan_area.ric .inner dd,
.study .plan_area.ha .inner dd{
	color: #666;
	font-weight: bold;
}
.study .plan_area.ric .inner dl:nth-of-type(odd) dd,
.study .plan_area.ha .inner dl:nth-of-type(odd) dd{
	background: #ebebeb;
}
.study .plan_area.ric .inner dl:nth-of-type(even) dd,
.study .plan_area.ha .inner dl:nth-of-type(even) dd{
	background: #f4f4f4;
}
.study .plan_area.ric .inner dd span,
.study .plan_area.ha .inner dd span{
	font-size: 1.2rem;
}
.study .plan_area th {
	text-align: center;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
}
.study .plan_area tbody th {
	width: 35%;
	border-bottom: 1px solid #fff;
}
.study .plan_area tbody td.price {
	width: 35%;
	text-align: right;
	padding: 5px 10px;
	vertical-align: middle;
}
.study .plan_area tbody td.price span {
	font-size: 1.2rem;
}
.study .plan_area tbody td.price.extend {
	width: 30%;
	text-align: right;
	font-weight: normal;
}
.study .plan_area .inner .batsu{
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -112px;
}

.study .customer_area p{
	font-size: 1.4rem;
}
.study .customer_area .required_cell{
	padding: 10px 50px 10px 15px;
}
.study .base_table td {
	padding: 10px 15px;
}

.study .select_row {
	margin: 0;
}
.study .datePickerBalloon {
	top: 130px;
}

.study .term_box li {
	list-style: decimal;
}

/* WSYS-12298 【フロント】STEP2_ログイン・会員登録UI変更_タブ化 20250731 M.Amano */
/* .study .inline.overlap_btn{
	line-height: 1.8;
	padding: 5px 10px 6px;
} */

/* 利用規約 位置修正版 */
.study .term_block.slide_target{
	padding: 0 30px 5px;
	margin: 0;
}

.study .term_block .term_check{
	padding: 0;
	background: none;
}

.agreement_check_box .design_check {
	margin: 20px auto 15px;	
}

.term_block.slide_target.agreement_check_box .inner_error {
	margin: 5px auto;
}

.term_check label{
	position: relative;
}
.term_check label:after{
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 1px;
	left: 2px;
	font-size: 1.5rem;
	line-height: 20px;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 50%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 50%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 50%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	border: solid 1px #ccc;
	border-radius: 4px;
}
.term_check label.active:after{
	content: "\f00c";
	font-family: FontAwesome;
	color: #fff;
	background: #da0000;
	border: none;
}
.term_check #form_agreement{
	opacity: 0;
}




.col_table_block {
	clear:both;
	padding:20px 13px;
}

.col_table_block table {
	float:left;
}

.col_table_block table:nth-of-type(1) {
	width:42%;
	
}

.col_table_block table:nth-of-type(2) {
	width:29%;
	
}

.col_table_block table:nth-of-type(3) {
	width:29%;
	
}

.res_headline_cell {
	display: none;
}



/* -------------------------------------
	list
---------------------------------------- */
ul.disc > li,
ol.disc > li,
ul.decimal > li,
ol.decimal > li,
ul.square > li,
ol.square > li,
ul.kome > li,
ol.kome > li {
	line-height: 1.35;
	margin-bottom: 0.8rem !important;
}

ul.disc > li,
ol.disc > li {
	list-style-type: disc;
	margin:0 0 0 2.3em;
}
ul.decimal > li,
ol.decimal > li {
	list-style-type: decimal;
	margin:0 0 0 1.8em;
}
ul.square > li,
ol.square > li {
	list-style-type: square;
	margin:0 0 0 1.5em;
}

ul.kome,
ol.kome {
	margin-left: 1.6rem;
}
ul.kome > li,
ol.kome > li {
	list-style: none;
}
ul.kome > li:before,
ol.kome > li:before {
	content: "※";
	margin-left: -1.6rem;
}

li ul,
li ol {
	margin: 5px 0 10px;
}
