@charset "utf-8";


/* ================================================================================
	1:利用案内 Guide CSS
================================================================================ */

.sub-section {
	margin-top: 80px;
}

.inner-section {
	margin-top: 30px;
}

.inner-section h3 {
	margin-left: 10px;
	padding-left: 22px;
	background: url(../../common/images/ti_icon02.jpg) 0 center no-repeat;
	font-size: 15px;
}

.inner-section h3 + p {
	margin: 10px 0 0 10px;
}

.inner-section__bnr{
  position: relative;
  display: block;
  background-color: #006EB8;
  padding: 10px 10px 10px 30px;
  margin: 20px 0 50px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  width: fit-content;
}
.inner-section__bnr::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #fff;
  border-bottom: 10px solid transparent;
}

.sub-section ul {
	margin: 15px 0 0 10px;
	line-height: 1.5;
}

.sub-section table {
	width: 690px;
	margin: 20px 0 0 10px;
}

.sub-section thead th {
	padding: 10px 0;
	background-color: #3B5455;
	text-align: center;
	color: #fff;
}

.sub-section thead .rf01 {
	padding-left: 35px;
}

.sub-section table .break {
	border-bottom: 1px solid #9A9A9A;
}

.sub-section table .break02 {
	border-bottom: 1px dotted #787878;
}

.sub-section tbody th {
	width: 220px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.sub-section tbody td {
	padding: 10px;
	text-align: center;
}

.sub-section tbody .lf01 {
	width: 120px;
	text-align: left;
}

.sub-section tbody .rf01 {
	width: 150px;
	text-align: right;
}

.sub-section p {
	margin: 30px 0 0 10px;
}