/* Common
--------------------------------------*/
.about {
 	max-width: 800px;
 	margin:0 auto 62px;
  padding: 0 15px

}
.about img{
  width: 100%;
  height: auto;
}
.about p, .about li, .about dt , .about dd {
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.about span {
  color: #ff4318;
}

.about h3 {
  position: relative;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 28px;
  color: #07719d;
}
.about h3::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #ff931f;
  position: absolute;
  left: 0;
  bottom: 0;
}

.about p.ph {
  margin-top: 30px;
}



/* Intro
--------------------------------------*/
.intro .whats {
  margin-bottom: 30px;
}
.intro .whats p {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
.intro .whats p strong {
  font-size: 40px;
}
.intro p.ph {
  width: 100%;
  max-width: 584px;
  margin: 30px auto 0;
}


/* Merit
--------------------------------------*/
.merit ul {
  margin-top: 20px;
}
.merit ul li.flowbox {
  margin-bottom: 11px;
  border: #eaeaea 6px solid;
  position: relative;
  padding: 20px 20px 20px 0;
}
/*
.merit ul li.flowbox::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #ff931f transparent transparent transparent;
  position: absolute;
  left: calc(50% - 8px);
  bottom: -14px;
}
*/
.merit ul li:last-child {
  margin-bottom: 0px;
}
/*
.merit ul li:last-child::after {
  display: none;
}
*/
.merit ul .flowbox dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.merit ul .flowbox dl dt {
  font-size: 18px;
  width: 240px;
  font-weight: 500;
  text-align: center;
}
.merit ul .flowbox dl dt span {
  color: #07719d;
  position: relative;
  text-align: left;
  display: inline-block;
}
.merit ul .flowbox dl dd {
  width: calc(100% - 240px);
}

.merit ul .flowbox:nth-of-type(1) dl dt span {
  padding-left: 57px;
}
.merit ul .flowbox:nth-of-type(1) dl dt span::before {
  content: "";
  display: block;
  background: url(../images/about/icon01.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 38px;
  height: 42px;
  position: absolute;
  left: 0;
  top: 5px;
}

.merit ul .flowbox:nth-of-type(2) dl dt span {
  padding-left: 64px;
}
.merit ul .flowbox:nth-of-type(2) dl dt span::before {
  content: "";
  display: block;
  background: url(../images/about/icon02.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 41px;
  height: 51px;
  position: absolute;
  left: 0;
  top: -3px;
}

.merit ul .flowbox:nth-of-type(3) dl dt span {
  padding-left: 44px;
}
.merit ul .flowbox:nth-of-type(3) dl dt span::before {
  content: "";
  display: block;
  background: url(../images/about/icon03.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 36px;
  height: 51px;
  position: absolute;
  left: 0;
  top: 0px;
}

.merit ul .flowbox:nth-of-type(4) dl dt span {
  padding-left: 63px;
}
.merit ul .flowbox:nth-of-type(4) dl dt span::before {
  content: "";
  display: block;
  background: url(../images/about/icon04.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 47px;
  height: 43px;
  position: absolute;
  left: 0;
  top: 7px;
}

.merit ul .flowbox:nth-of-type(5) dl dt span {
  padding-left: 52px;
}
.merit ul .flowbox:nth-of-type(5) dl dt span::before {
  content: "";
  display: block;
  background: url(../images/about/icon05.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 41px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 4px;
}

.merit ul .flowbox:nth-of-type(6) dl dt span {
  padding-left: 51px;
}
.merit ul .flowbox:nth-of-type(6) dl dt span::before {
  content: "";
  display: block;
  background: url(../images/about/icon06.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 45px;
  height: 47px;
  position: absolute;
  left: 0;
  top:1px;
}


/*---------------- problem -----------------*/

.problem ul {
  margin-top: 7px;
}
.problem ul li {
  position: relative;
/*  padding: 5px 0 5px 20px;*/
  margin-bottom: 11px;
  border: #eaeaea 6px solid;
  padding: 20px;
}
.problem ul li::before{
  display: none;
  content:"";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ff931f;
  position: absolute;
  top: 14px;
  left: 5px;
}
.problem p.link {
  width: 257px;
  margin: 35px auto 50px;
}



/*-----------------terms-----------------*/
.terms p.lg {
  color: #5a5a5a;
  margin: 1em 0 0 1.3em;
  text-indent: -1.3em;
}

.terms p.link {
  width: 257px;
  margin: 35px auto 50px;
}
