ul, ol {
	margin: 0;
	padding:0;
	list-style-type: none;
}
p,li{
	margin: 0;
	padding:0;
	line-height:1.8;
}

.p-ec .p-ec-article {
  margin-top: 45px;
  margin-bottom: 60px;
}

.p-ec .lead {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.p-ec .merit {
  margin-bottom: 50px;
}

.p-ec .merit .merit-ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  background: #0096DF;
}

.p-ec .merit .merit-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.p-ec .merit .merit-flex li {
  width: 32%;
  padding: 20px 15px;
  border: 5px solid #0096DF;
  border-radius: 20px;
}
.p-ec .merit .merit-flex li .icon {
  max-width: 150px;
  min-height: 110px;
  margin: 0 auto;
  text-align: center;
}

.p-ec .merit .merit-flex li .merit-txt {
  font-size: 16px;
  line-height: 1.4;
}

.p-ec .flow-box {
  text-align: center;
  margin-bottom: 80px;
}

.p-ec .flow-box .flow-ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  background: #0096DF;
}

.p-ec .flow-box .flow {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.p-ec .flow-box .flow-txt {
  font-size: 16px;
  margin: 20px 0;
}

.p-ec .flow-box .flow-txt span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.p-ec .flow-box .flow-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.p-ec .flow-box .flow-flex li {
  width: 49%;
}

.p-ec .flow-box .flow-flex .ari {
  font-size: 16px;
  padding: 20px;
  background: #e7f8ff;
}

.p-ec .flow-box .flow-flex .ari .ari-ttl {
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}

.p-ec .flow-box .flow-flex .ari .ari-ttl span {
  color: #0096DF;
}

.p-ec .flow-box .flow-flex .nashi {
  font-size: 16px;
  padding: 20px;
  background: #fff3e7;
}

.p-ec .flow-box .flow-flex .nashi .nashi-ttl {
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}

.p-ec .flow-box .flow-flex .nashi .nashi-ttl span {
  color: #ff0000;
}

.p-ec .flow-box .flow-flex .nashi a img {
  width: auto;
}

@media (min-width: 901px) {
  .p-ec .p-ec-article {
    width: auto;
    max-width: 810px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 900px) {
  .p-ec .p-ec-article {
    width: auto;
    padding: 0 5vw;
  }
  .p-ec .merit .merit-ttl {
    font-size: 18px;
    padding: 5px;
  }
  .p-ec .merit .merit-flex li {
    padding: 20px 10px;
    border: 2px solid #0096DF;
  }
  .p-ec .merit .merit-flex li .icon {
    min-height: 60px;
  }
  .p-ec .merit .merit-flex li .merit-txt {
    font-size: 14px;
  }
  .p-ec .flow-box .flow-ttl {
    font-size: 18px;
    padding: 5px;
  }
  .p-ec .flow-box .flow {
    font-size: 18px;
  }
  .p-ec .flow-box .flow-flex {
    display: block;
  }
  .p-ec .flow-box .flow-flex li {
    width: auto;
  }
  .p-ec .flow-box .flow-flex .ari {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .p-ec .flow-box .flow-flex .ari .ari-ttl {
    font-size: 16px;
  }
  .p-ec .flow-box .flow-flex .nashi {
    font-size: 16px;
  }
  .p-ec .flow-box .flow-flex .nashi .nashi-ttl {
    font-size: 16px;
  }
}

.p-ec .faq {
  font-size: 16px;
  margin-bottom: 80px;
  padding: 20px;
  background: #fffcbd;
}

.p-ec .faq .note {
  font-size: 14px;
  text-align: center;
}

.p-ec .btn-box {
  margin: 0 auto 100px;
  max-width: 450px;
}

.p-ec .btn-box .btn {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  border-radius: 20px;
  background: #8E6632;
  line-height: 1;
  display: block;
}

.p-ec .btn-box a img {
  width: 25px;
  margin-left: 20px;
  line-height: 1;
  vertical-align: top;
}
@media (max-width: 900px) {
	.p-ec .btn-box {
		max-width: 400px;
	}
	.p-ec .btn-box .btn {
		font-size: 16px;
	}
	.p-ec .btn-box a img {
		margin-left: 10px;
		width: 16px;
	}
	.u-for-pc {
		display: none;
	}
}
@media screen and (max-width:540px){
	.p-ec .lead,
	.p-ec .flow-box .flow-txt {
		text-align: left;
	}
}
@media screen and (max-width:350px){
	.p-ec .merit .merit-flex {
		display:block;
	}
	.p-ec .merit .merit-flex li {
		width: 100%;
		padding:15px;
	}
}
