/*!
 * 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;
  position:relative;
}
.cnt-01-box .txt-box {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 30px 20px;
  text-align: center;
}
@media (max-width: 1200px) {
.cnt-01-box .txt-box {
  padding: 60px 20px 30px 20px;
}
}
.cnt-01-box .txt-box strong {
  display: block;
  font-size: 150%;
  font-weight: 500;
  line-height: 1.2;
}
.cnt-01-box .txt-box strong .note {
  font-size: 75%;
}
.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-01-box .item strong.catch {
  display: block;
  font-size: 150%;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  margin-bottom:20px;
  position:absolute;
  top:0;
  left:0;
  padding:10px;
  background-color:#6c7f9a;  
}
@media (max-width: 640px) {
  .cnt-01-box .item strong.catch {
    margin-bottom:0px;
    position: relative;
    text-align:center;
  }
}
/*----------------------------------------
  .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;
  }
}