@charset "utf-8";

/*---------------------------------------------------------*/
/* topicpath */
.topicpath ul{
	display: flex;
	justify-content: flex-end;
	font-size: 1.3rem;
}
.topicpath ul a:after{
	content: ">";
	display: inline-block;
	margin: 0 1rem;
}
.topicpath + .basic_contents{
	margin-top: 3.2rem;
}

/* page_intro */
.page_intro{
	margin-bottom: 3.2rem;
}

/*---------------------------------------------------------*/
/* table_borderbottom  */
.table_borderbottom{
	border-collapse: collapse;
	font-size: 1.6rem;
	margin: 1.2rem auto 6rem;
	width: 100%;
	max-width: 84rem;
	width: 84rem;
}
.table_borderbottom th,
.table_borderbottom td{
	border-bottom: 0.1rem solid #EFEFEF;
	padding: 3.2rem 1.6rem;
	text-align: left;
	vertical-align: top;
}
.table_borderbottom th{
	font-weight: 500;
}
.table_borderbottom td{
	font-weight: 400;
}

/*---------------------------------------------------------*/
/* loading_form */
.loading_form{
	min-height: 30rem;
	position: relative;
}
.loader{
	position: absolute;
	left: calc(50% - 5rem);
	top: 10rem;
	z-index: 4;
}
.hs-form-frame{
	background: #fff;
	position: relative;
	z-index: 5;
}

/*---------------------------------------------------------*/
/* TERMS OF SERVICE */
#termsofservice .basic_title .en{
	font-size: 9rem;
}

/*---------------------------------------------------------*/
/* article */
.article{
	margin: 5rem;
}
.article h2{
	display: flex;
	align-items: center;
	font-size: 3rem;
	margin-bottom: 3rem;
}
.article h2::before{
	background: #004EBB;
	border-radius: 10rem;
	content: "";
	margin-right: 1.4rem;
	height: 0.4rem;
	width: 3rem;
}
.article p{
	margin-bottom: 2rem;
}
.article ol{
	margin: 0 0 2rem 2rem;
}
.article ol ol{
	margin-top: 1rem;
}
.article ol li{
	margin-bottom: 1rem;
}
.article ol.kakko{
	margin-left: 5rem;
}
.article ol.kakko li {
  position: relative;
  list-style-type: none;
}
.article ol.kakko li:before {
  position: absolute;
  right: calc(100% + 1.0rem);
  content: "(" counter(list-item) ")";
  white-space: nowrap;
}

/*---------------------------------------------------------*/
/* SP */
/*---------------------------------------------------------*/
/* 900px for SP */
@media screen and (max-width: 900px) {

	/*---------------------------------------------------------*/
	/* topicpath */
	.topicpath ul{
		font-size: 1.2rem;
	}
	.topicpath ul a:after{
		margin: 0 0.8rem;
	}
	.topicpath + .basic_contents{
		margin-top: 1.6rem;
	}

	/* page_intro */
	.page_intro{
		margin-bottom: 1.6rem;
	}

	/*---------------------------------------------------------*/
	/* table_borderbottom  */
	.table_borderbottom{
		font-size: 1.1rem;
		margin: 0;
		width: 100%;
	}
	.table_borderbottom th,
	.table_borderbottom td{
		padding: 1.6rem 0.8rem;
	}
	.table_borderbottom th{
		white-space: nowrap;
	}
	#company .table_borderbottom img{
		height: auto;
		width: 8.2rem;
	}

	/*---------------------------------------------------------*/
	/* loading_form */
	.loading_form{
		border-radius: 0.6rem;
		overflow: hidden;
		margin: -2rem;
	}

	/*---------------------------------------------------------*/
	/* TERMS OF SERVICE */
	#termsofservice .basic_title .en{
		font-size: 4rem;
	}

	/*---------------------------------------------------------*/
	/* article */
	.article{
		margin: 3rem 0;
	}
	.article:first-child{
		margin-top: 0;
	}
	.article h2{
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
		padding-left: 3rem;
		position: relative;
	}
	.article h2::before{
		position: absolute;
		left: 0;
		top: 1.4rem;
		height: 0.2rem;
		width: 1.8rem;
	}
	.article p{
		margin-bottom: 1.5rem;
	}
	.article ol{
		margin: 0 0 1.5rem 1.5rem;
	}
	.article ol ol{
		margin-top: 0.8rem;
	}
	.article ol li{
		margin-bottom: 0.8rem;
	}
	.article ol.kakko{
		margin-left: 3rem;
	}
	.article ol.kakko li:before {
	right: calc(100% + 0.6rem);
	}

}