@charset "utf-8";

.featureNum {
	width: 80px;
	height: 80px;
	padding: 8px 0 0 0;
	margin: 0 auto 10px;
	border-radius: 50%;
	background-color: #333333;
}

.featureNum .txt {
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}

.featureNum .num {
	color: #fff;
	font-size: 38px;
	line-height: 1.1;
	text-align: center;
}

.featureTitle {
	margin-bottom: 20px;
	color: #cc1225;
	font-size: 36px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}

.aboutFeature1 {
	background-color: #edf4f7;
}

.aboutFeature1 .boxWrap {
}

.aboutFeature1 .boxWrap .cont {
	width: 48%;
	float: left;
}

.aboutFeature1 .boxWrap .cont p {
	margin-bottom: 1.5em;
}

.aboutFeature1 .boxWrap .cont .small {
	font-size: 13px;
}

.aboutFeature1 .boxWrap .cont .note {
	margin-bottom: 3em;
	font-size: 13px;
}

.aboutFeature1 .boxWrap .cont p:last-child {
	margin-bottom: 0;
}

.aboutFeature1 .boxWrap .cont .priceBox {
	max-width: 440px;
	padding: 20px 15px;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow:0px 0px 4px 2px rgba(0,0,0,0.05);
}

.aboutFeature1 .boxWrap .cont .priceBox p {
	color: #0856a7;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.aboutFeature1 .boxWrap .cont .priceBox p .price {
	font-size: 78px;
}

.aboutFeature1 .boxWrap .cont .priceBox p .yen {
	font-size: 26px;
}

.aboutFeature1 .boxWrap .pic {
	width: 49%;
	float: right;
}

.aboutFeature2 {
}


.aboutFeature2 .boxWrap {
}

.aboutFeature2 .boxWrap .cont {
	width: 48%;
	float: left;
}

.aboutFeature2 .boxWrap .cont p {
	margin-bottom: 1em;
}

.aboutFeature2 .boxWrap .cont p:last-child {
	margin-bottom: 0;
}

.aboutFeature2 .boxWrap .cont p a {
	/*color: #cc1225;*/
}

.aboutFeature2 .boxWrap .cont p a:hover {
	/*text-decoration: underline;*/
	margin-bottom: 20px;
}

.aboutFeature2 .boxWrap .cont .pic01 {
	text-align: center;
}

.aboutFeature2 .boxWrap .pic02 {
	width: 49%;
	float: right;
}

.aboutFeature3 {
	/*margin-bottom: 50px;*/
	background-color: #dbe9ef;
}

.aboutFeature3 .intro {
	margin-bottom: 20px;
	text-align: center;
}

.aboutFeature3 .intro p {
	display: inline-block;
	font-size: 18px;
}

.aboutFeature3 .listWrap {
	overflow: hidden;
}

.aboutFeature3 .listWrap .list {
	margin: 0 -9px;
}

.aboutFeature3 .listWrap .list .listItem {
	width: 25%;
	float: left;
	padding: 0 9px 5px;
}

.aboutFeature3 .listWrap .list .listItem .inner {
	height: 100%;
	background-color: #fff;
	box-shadow:0px 0px 2px 2px rgba(0,0,0,0.05);
}

.aboutFeature3 .listWrap .list .listItem .head {
	height: 90px;
	background-color: #437ebc;
	text-align: center;
	position: relative;
}

.aboutFeature3 .listWrap .list .listItem .head img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.aboutFeature3 .listWrap .list .listItem .body {
	padding: 15px;
}

.aboutFeature3 .listWrap .list .listItem .body .title {
	margin-bottom: 5px;
	color: #cc1225;
	font-size: 22px;
	font-weight: bold;
}

.aboutFeature3 .listWrap .list .listItem .body ul {
}

.aboutFeature3 .listWrap .list .listItem .body ul li {
	padding-left: 12px;
	letter-spacing: normal;
	position: relative;
}

.aboutFeature3 .listWrap .list .listItem .body ul li:before {
	content: "●";
	display: block;
	color: #4a91ae;
	font-size: 8px;
	position: absolute;
	top: 5px;
	left: 0;
}


@media screen and (max-width:768px){


	.aboutFeature3 .listWrap .list .listItem {
		width: 50%;
		margin-bottom: 15px;
	}
}

@media screen and (max-width:767px){

	.featureTitle {
		margin-bottom: 15px;
		font-size: 30px;
	}

	.aboutFeature1 {
		margin-top: -20px;
	}

	.aboutFeature1 .boxWrap .cont {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}

	.aboutFeature1 .boxWrap .cont .note {
		padding-left: 0;
		text-align: right;
	}

	.aboutFeature1 .boxWrap .cont .priceBox {
		padding: 15px 15px;
		margin-bottom: 10px;
	}

	.aboutFeature1 .boxWrap .pic {
		width: auto;
		float: none;
	}

	.aboutFeature2 .boxWrap .cont {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}

	.aboutFeature2 .boxWrap .cont .pic01 {
		width: 89%;
		margin: 0 auto;
		text-align: center;
	}

	.aboutFeature2 .boxWrap .pic02 {
		width: auto;
		float: none;
	}

	.aboutFeature3 {
		margin-bottom: 20px;
	}

	.aboutFeature3 .intro p {
		font-size: 16px;
		letter-spacing: normal;
	}

	.aboutFeature3 .listWrap .list {
		margin: 0;
	}

	.aboutFeature3 .listWrap .list .listItem {
		width: auto;
		float: none;
		padding: 0 10px 5px;
	}

	.aboutFeature3 .listWrap .list .listItem:last-child {
		margin-bottom: 0;
	}

	.aboutFeature3 .listWrap .list .listItem .head {
		display: none;
	}

	.aboutFeature3 .listWrap .list .listItem .body {
		padding: 0;
	}

	.aboutFeature3 .listWrap .list .listItem .body .title {
		padding: 12px 10px 12px 70px;
		margin-bottom: 0;
		color: #fff;
		background-color: #437ebc;
		position: relative;
	}

	.aboutFeature3 .listWrap .list .listItem .body .title:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
	}

	.aboutFeature3 .listWrap .list .listItem:nth-child(1) .body .title:before {
		width: 42px;
		height: 42px;
		background: url(../images/common/ico_time01.png) no-repeat left top;
		background-size: 42px 42px;
	}

	.aboutFeature3 .listWrap .list .listItem:nth-child(2) .body .title:before {
		width: 37px;
		height: 32px;
		background: url(../images/common/ico_staff02.png) no-repeat left top;
		background-size: 37px 32px;
		left: 12px;
	}

	.aboutFeature3 .listWrap .list .listItem:nth-child(3) .body .title:before {
		width: 42px;
		height: 38px;
		background: url(../images/common/ico_wallet01.png) no-repeat left top;
		background-size: 42px 38px;
	}

	.aboutFeature3 .listWrap .list .listItem:nth-child(4) .body .title:before {
		width: 30px;
		height: 43px;
		background: url(../images/common/ico_document01.png) no-repeat left top;
		background-size: 30px 43px;
		left: 18px;
	}

	.aboutFeature3 .listWrap .list .listItem .body ul {
		padding: 15px 15px 15px 40px;
	}

}

@media screen and (max-width:374px){

	.featureTitle {
		font-size: 26px;
	}

}


/* 018.02.26*/

h3.h3_01 {
	margin-bottom: 6px;
	padding: 4px 0 4px 38px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px dotted #999999;
	position: relative;
	
}


h3.h3_01 span {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #cc1225;
  color: white;
  /*font-family: 'Avenir','Arial Black','Arial',sans-serif;*/
  /*font-weight:bold;
  font-size: 22px;*/
  border-radius: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

}

.evaluation {
	background: #eee;
	padding: 10px 60px;
	margin-bottom: 10px;
}

ul.ulStyle01 {
	float: left;
	width: 50%;
}

ul.ulStyle01 li {
  position: relative;
	padding-left: 1em;
}
ul.ulStyle01 li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0em;
  width: 6px;
  height: 6px;
  background-color: #437ebc;
  border-radius: 100%;
}

@media screen and (max-width:768px){
	
	ul.ulStyle01 {
	float: none;
	width: 90%;
}
}


@media screen and (min-width:768px){
.aboutFeature4 .boxWrap .pic02 {
    width: 49%;
    float: right;
}
}

.aboutFeature4 .boxWrap .cont {
    width: 48%;
    float: left;
}

.aboutFeature4 .boxWrap .cont p {
    margin-bottom: 1em;
}

@media screen and (max-width:767px){
	
.aboutFeature4 .boxWrap .cont {
    width: auto;
    float: none;
    margin-bottom: 20px;
}
	
	aboutFeature4 .boxWrap .pic02 {
    width: auto;
    float: none;
}
	}