/* ================================================================================
   check
   ================================================================================ */

.box{
  padding-left: 100px;
  padding-right: 100px;
}

.box ul.taC li {
	position: relative;
}
.box ul.taC li span.close {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	min-width: 40rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.7);
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 100px;
}

/* .sec01 */
.sec01 table th {
  color: #1d2088;
  white-space: nowrap;
  width: 15em;
}
.sec01 table th span{
  background-color: #f0f9f9;
  display: block;
  padding: 1.5em;
}
.sec01 table th span i{
  font-size: 1.2em;
  margin-right: .5em;
}
.sec01 table th,
.sec01 table td {
  margin-top: 2px;
  margin-bottom: 2px;
  border-top: 2px solid #f2f7f7;
  border-bottom: 2px solid #f2f7f7;
  padding: 2px;
}
.sec01 table td {
  padding: 0 1em;
}
/* .sec02 */
.sec02 p.btn {
  display: inline-block;
  min-width: 40rem;
  padding: 2.2rem 3rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
  border: 2px solid #d1dbdb;
  background-color: #fff;
  color: #333399;
}
.sec02 p.btn::before {
  font-family: "Font Awesome 6 Pro";
  color: #1d2088;
  font-weight: bold;
  position: absolute;
  left: 1.5em;
  top: 49%;
  transform: translateY(-49%);
}
.sec02 p.btn._tel{
  padding: 1.3rem 3rem;
  line-height: 1.3;
}
.sec02 p.btn._tel small{
  display: block;
}
.sec02 p.btn._tel::before {
  content: '\f8d3';
}
