
.company-title{
    font-size:3.2rem;
}
.cw_fline{
    margin-top: 20px;
    margin-bottom: 20px;
}
.cw_fline .ce_line{
    width: 60px;
    border: 0px solid rgba(173, 30, 22, 1);
    border-top-width: 6px;
}
.card-panel{
    position: relative;
    margin-top: 70px;
}
.card-panel .w_fline{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 1;
}
.card-panel .w_fline .e_line{
    width: 40px;
    border: 0px solid rgba(173, 30, 22, 1);
    border-top-width: 100px;
}
.card-panel .card-content{
    color: #fff;
    margin-left: 30px;
    padding: 30px;
    position: relative;
    z-index: 2;
    background-color: rgba(52, 55, 60, 1);
    box-shadow: 0 0 15px 4px #0000003b;
}

.card-content-title{
    font-size: 2.0rem;
    font-weight: bold;
    /*margin-top: 30px;*/
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
}
.card-content-content{
    margin-top: 20px;
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
    /*margin-bottom: 20px;*/
}

/* sec01
------------------------ */
#sec01 {
	padding-bottom: 20px;
  }
  #sec01 .about-box {
	padding: 20px 25px 20px 25px;
	background-color: #fff;
  }
  #sec01 .sec-title {
	margin-bottom: 48px;
	text-align: center;
  }
  #sec01 .text {
	margin-bottom: 57px;
	padding: 0 80px;
	line-height: 1.6;
  }
  #sec01 .about-list {
	display: -webkit-flex;
	display: flex;
	padding: 45px 0 0 0;
	border-top: 1px solid #e5e5e5;
  }
  #sec01 .about-list .about-item {
	width: 50%;
	padding: 0 30px;
	border-left: 1px solid #e5e5e5;
  }
  #sec01 .about-list .about-item:first-child {
	padding-left: 17px;
	border-left: none;
  }
  #sec01 .about-list .about-item .item-number {
	margin-bottom: 10px;
	color: #004ea2;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1;
  }
  #sec01 .about-list .about-item .item-text {
	padding-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.6;
  }
  #sec01 .point {
	position: relative;
  }
  #sec01 .point::before {
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #646567;
	content: '';
	z-index: -1;
  }
  #sec01 .point .point-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 28px;
  }
  #sec01 .point .point-list .point-item {
	width: 258px;
	height: 250px;
	padding: 56px 0;
	text-align: center;
	background: url(../image/bg_point-item.png) no-repeat;
  }
  #sec01 .point .point-list .item-number {
	margin-bottom: 0px;
	color: #67686a;
	font-size: 2.2rem;
	font-weight: 600;
  }
  #sec01 .point .point-list .item-text {
	  padding-top: -20px;
	color: #004ea2;
	font-size: 1.6rem;
	font-weight: 700;
  }

 

  /*
	less than 767px;
---------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {

	/* sec01
	--------------------------------------------------------------------------------------------------------*/
	#sec01 {
		padding-bottom: 0;
	}
	#sec01 .inner {
		padding-right: calc(40 / 750 * 100vw);
		padding-left: calc(40 / 750 * 100vw);
	}
	#sec01 .about-box {
		padding-top: calc(90 / 750 * 100vw);
		padding-right: calc(40 / 750 * 100vw);
		padding-bottom: 0;
		padding-left: calc(40 / 750 * 100vw);
		margin-bottom: 0;
	}
	#sec01 .sec-title {
		margin-bottom: calc(48 / 750 * 100vw);
	}
	#sec01 .text {
		font-size: calc(22 / 750 * 100vw);
		line-height: 1.4545;
		padding: 0;
		margin-bottom: calc(60 / 750 * 100vw);
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#sec01 .about-list {
		padding-top: 0;
		flex-direction: column;
	}
	#sec01 .about-list .about-item {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		padding-top: calc(50 / 750 * 100vw);
		padding-right: 0;
		padding-bottom: calc(50 / 750 * 100vw);
		padding-left: 0;
		border-left: none;
		border-bottom: 1px solid #e5e5e5;
	}
	#sec01 .about-list .about-item:last-child {
		border-bottom: none;
	}
	#sec01 .about-list .about-item:first-child {
		padding-left: 0;
	}
	#sec01 .about-list .about-item:not(:first-child) {
		-webkit-align-items: center;
		align-items: center;
	}
	#sec01 .about-list .about-item .item-number {
		font-size: calc(42 / 750 * 100vw);
		-webkit-flex: 0 0 calc(180 / 750 * 100vw);
		flex: 0 0 calc(180 / 750 * 100vw);
		margin-bottom: 0;
	}
	#sec01 .about-list .about-item .item-text {
		font-size: calc(22 / 750 * 100vw);
		line-height: 1.4545;
		-webkit-flex: 1;
		flex: 1;
		padding-bottom: 0;
	}
	#sec01 .point::before {
		left: calc(50% - 1px);
		top: 0;
		width: 1px;
		height: 100%;
	}
	#sec01 .point .point-list {
		padding-top: calc(80 / 750 * 100vw);
		padding-right: 0;
		padding-bottom: calc(85 / 750 * 100vw);
		padding-left: 0;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	#sec01 .point .point-list .point-item {
		width: 100%;
		height: auto;
		padding-top: calc(10 / 750 * 100vw);
		padding-right: 0;
		padding-bottom: calc(75 / 750 * 100vw);
		padding-left: 10px;
		text-align: left;
		display: -webkit-flex;
		display: flex;
		/* -webkit-align-items: center; */
		align-items: center;
		background-image: url(../image/bg_point-item1.png);
		background-size: 100% auto;
	}
	#sec01 .point .point-list .point-item:not(:last-child) {
		margin-bottom: calc(40 / 750 * 100vw);
	}
	#sec01 .point .point-list .item-number {
		font-size: calc(36 / 750 * 100vw);
		-webkit-flex: 0 0 calc(95 / 750 * 100vw);
		flex: 0 0 calc(95 / 750 * 100vw);
		margin-bottom: 0;
	}
	#sec01 .point .point-list .item-text {
		font-size: calc(24 / 750 * 100vw);
		line-height: 1.166;
	}
}

		
  