/*!
 * original.css
 * createdAt: 2016.07.06
 * updatedAt: 2016.07.06
 */

/*----------------------------------------
  .cnt-01-box
----------------------------------------*/
.cnt-01-box {
  margin-top: 4.305043%;
}
.cnt-01-box .item {
  display: table;
  margin-top: 6px;
  width: 100%;
  background: #e4e4e4;
}
.cnt-01-box .txt-box {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 30px 20px;
  text-align: center;
}
.cnt-01-box .txt-box strong {
  display: block;
  font-size: 150%;
  font-weight: 500;
  line-height: 1.2;
}
.cnt-01-box .txt-box p {
  margin-top: 15px;
  font-size: 100%;
  line-height: 1.4;
}
.cnt-01-box .img-box {
  display: table-cell;
  width: 53.505535%;
  line-height: 0;
}

@media (max-width: 960px) {
  .cnt-01-box .txt-box p br {
    display: none;
  }
}
@media (max-width: 640px) {
  .cnt-01-box {
    margin-top: 30px;
  }
  .cnt-01-box .item {
    display: block;
  }
  .cnt-01-box .txt-box {
    display: block;
    padding: 20px 15px;
  }
  .cnt-01-box .txt-box strong {
    font-size: 137.5%;
  }
  .cnt-01-box .txt-box p {
    margin-top: 10px;
  }
  .cnt-01-box .img-box {
    display: block;
    width: auto;
  }
}


/*----------------------------------------
  .cnt-02-flow
----------------------------------------*/
.cnt-02-flow {
  margin-top: 4.305043%;
}
.cnt-02-flow:after {
  clear: both;
  display: block;
  content: '';
}
.cnt-02-flow .item {
  float: left;
  box-sizing: border-box;
  margin-left: 0.7380073%;
  padding: 2.4600246%;
  width: 32.8413284%;
  text-align: center;
  background: #e4e4e4;
}
.cnt-02-flow .item:first-child {
  margin-left: 0;
}
.cnt-02-flow .item strong {
  display: block;
  font-size: 131.3%;
  font-weight: 700;
  line-height: 100%;
  color: #6c7f9a;
}
.cnt-02-flow .item .exp {
  margin-top: 10px;
}
.cnt-02-flow .item p {
  margin-top: 0;
  font-size: 106.3%;
  line-height: 1.6;
  letter-spacing: -0.08em;
  color: #333;
}

@media (max-width: 640px) {
  .cnt-02-flow {
    margin-top: 30px;
  }
  .cnt-02-flow .item {
    float: none;
    display: table;
    margin: 5px 0 0;
    padding: 15px;
    width: 100%;
    text-align: left;
  }
  .cnt-02-flow .item strong {
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
  }
  .cnt-02-flow .item .exp {
    display: table-cell;
    vertical-align: top;
  }
}