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

/*----------------------------------------
  .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: 200%;
  font-weight: 700;
  line-height: 100%;
  color: #6c7f9a;
}
.cnt-02-flow .item strong.radio {
  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;
  }
}

/*----------------------------------------
  .cnt-02-table
----------------------------------------*/
.cnt-02-table {
  margin: 4.305043% 0;
}
.cnt-02-table:first-child {
  clear: both;
  display: block;
  content: '';
}
.cnt-02-table table {
  width: 100%;
}
.cnt-02-table table th,
.cnt-02-table table td {
  box-sizing: border-box;
  font-size: 93.8%;
  line-height: 1.2;
  letter-spacing: -0.08em;
  border: 1px solid #9c9c9c;
}
.cnt-02-table table th {
  padding: 7px 5px;
  width: 18%;
  font-weight: 600;
  background: #e7e7e7;
}
.cnt-02-table table td {
  padding: 7px 5px 7px 10px;
  width: 32%;
}

@media (max-width: 640px) {
  .cnt-02-table table {
    display: block;
    border-top: 1px solid #9c9c9c;
  }
  .cnt-02-table table tbody,
  .cnt-02-table table tr,
  .cnt-02-table table th,
  .cnt-02-table table td {
    display: block;
    width: 100%;
    font-size: 100%;
    letter-spacing: 0;
  }
  .cnt-02-table table th,
  .cnt-02-table table td {
    padding: 10px 15px;
    border-top: none;
    text-align: left;
  }
}

/*----------------------------------------
  .cnt-04-img
----------------------------------------*/
.cnt-04-img {
  margin-top: 4.305043%;
}
.cnt-04-img .item-a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.59%;
  width: 46.7404674%;
  max-width: 380px;
}
.cnt-04-img .item-b {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7.3800738%;
  width: 39.1143911%;
  max-width: 318px;
}

@media (max-width: 640px) {
  .cnt-04-img {
    margin-top: 20px;
  }
  .cnt-04-img .item-a {
    display: block;
    margin: 0 auto;
    width: auto;
  }
  .cnt-04-img .item-b {
    display: block;
    margin: 20px auto 0;
    width: auto;
  }
}