.greeting h3{
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0; }

section{
  margin: 40px 0; }

.greeting .sentence {
  font-size: 15px;
  line-height: 1.8; }

.point_list .point_item {
  margin-top: 25px; }

.point-wrap{
  padding-top: 20px;
  margin: 20px auto; }

.point-title {
  margin-bottom: 20px; }

.point-title h3{
  display: inline-block;
  line-height: 2;
  vertical-align: middle; }

.point-title .point-no {
  height: 130px;
  width: 130px;
  padding: 15px 0;
  border: 1px solid #000;
  display: inline-block;
  margin-right: 15px; }

.point-title .point-no .no {
  font-size: 50px;
  line-height: 1;
  text-align: center; }

.point-title .point-no .unit {
  font-size: 16px;
  text-align: center; }

.point-wrap .sentence {
 
}




.point-case-title {
	margin: 30px 30px;
	padding: 10px;
	font-size: 20px;
	border: medium solid #52A2C5;
}

ul {
	list-style-type: disc;
}

.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.square_btn:hover {
    background: #67c5ff;
    color: white;
}

.inner-title {
  border-left: 5px solid #54bef9;
  padding-left: 10px;
}

.concept-detail {
  margin-top: 30px; }

.concept-detail .detail-title{
  font-size: 17px;
  padding: 20px;
  font-weight: bold;
  background-color: #DDDDDD;
  border: 1px solid #ededed; }

.concept-detail .detail-action {
  cursor: pointer; }

.concept-detail .detail-title .action-status-QA {
  font-size: 12px;
  font-weight: normal;
  float: right;
	margin-top: 25px;}

.concept-detail .detail-title .action-status-QA:after{
  content: "詳細を表示＋";}

.concept-detail .detail-title .action-status-QA.active:after{
  content: "答えを隠す×";}

.concept-detail .concept-body {
  padding: 20px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  display: none; }
.concept-detail .concept-body .concept-body-title{
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 20px 0;}

.tbborder_title_2 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
}

.detail_square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    border: solid 1px;
    border-radius: 3px;
    transition: .4s;
		width: 100%;
		line-height: 40px;
		font-size: 15px;
		margin-top: 50px;
		vertical-align: middle;
		text-align: center;
		color: black;
}

.detail_square_btn:hover {
    background: #d3d3d3;
    color: white;
}

.loan_square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    border: solid 1px;
    border-radius: 3px;
    transition: .4s;
		width: 100%;
		height: 60px;
		font-size: 24px;
		margin-top: 50px;
		vertical-align: middle;
		text-align: center;
		color: black;
}

.loan_square_btn:hover {
    background: #d3d3d3;
    color: white;
}

.tbborder_title_blue {
    border: 1px solid #54bef9;
    border-radius: 3px;
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
}

.m50-left {
	margin-left: 50px;
}

.m10-bottom {
	margin-bottom: 10px;
}

.m30-bottom {
	margin-bottom: 30px;
}

.m50-bottom {
	margin-bottom: 50px;
}

.m30-top {
	margin-top: 30px;
}

.ul-inline-block {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	text-align: left;
}

.ul-block_wrapper {
	width: 80%;
	text-align: center;
}

.blue-font {
    color: #54bef9;
}

.f-bold {
  font-weight: bold;
}

.line-height-150 {
	line-height: 150%;
}

.line-height-300 {
	line-height: 300%;
}

.ul-none-list {
	list-style-type: none;
}

.ul-disc-list {
	list-style-type: disc;
}

.font-size-36 {
	font-size: 36px;
}

.font-size-24 {
	font-size: 20px;
}

.font-size-20 {
	font-size: 20px;
}

.font-size-19 {
	font-size: 19px;
}

.font-size-18 {
	font-size: 18px;
}

.secret-header {
	margin-top: 30px;
	margin-left: 20px;
	font-size: 19px;
}
