/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.mod-btn {
  border: 2px solid #A6CC80;
  background: #A6CC80;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-block;
  margin: 0 auto;
}

.mod-btn a {
  display: block;
  padding: 10px 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
}

.mod-btn:hover {
  background: #FFF;
  border: 2px solid #A6CC80;
}
.mod-btn:hover a {
  color: #A6CC80;
}

.mod-link {
  background: url("../img/common/right-arrow.png") no-repeat 0 0px;
  -webkit-transition: color 500ms;
  transition: color 500ms;
  background-size: 37px 42px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 0 5px;
}
.mod-link a {
  padding-left: 45px;
  color: #000000;
  font-weight: bold;
}
.mod-link a span {
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
}

.mod-link a:hover {
  color: #A6CC80;
}
.mod-link a:hover span {
  background-image: linear-gradient(to right, #A6CC80 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .mod-btn {
    border: 2px solid #A6CC80;
    background: #A6CC80;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    margin: 0 auto;
  }
  .mod-btn a {
    display: block;
    padding: 5px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #FFF;
  }
  .mod-btn:hover {
    background: #FFF;
    border: 2px solid #A6CC80;
  }
  .mod-btn:hover a {
    color: #A6CC80;
  }
  .mod-link {
    background: url("../img/common/right-arrow.png") no-repeat 0 0px;
    -webkit-transition: color 500ms;
    transition: color 500ms;
    background-size: 18.5px 21px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0px;
  }
  .mod-link a {
    padding-left: 24px;
    color: #000000;
    font-weight: bold;
  }
}
.yello-box {
  background: #FCF9F0;
  padding: 30px;
  font-weight: bold;
  color: #A6CC80;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 20px;
}

.text {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.circle-text {
  margin-bottom: 10px;
}

.flow-list li {
  margin-bottom: 30px;
  border: 1px dashed #dbdbdb;
  padding: 25px 35px 35px;
  position: relative;
}
.flow-list li h3 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
.flow-list li h3 span {
  color: #A6CC80;
}
.flow-list li .mod-link {
  margin-top: 15px;
  margin-bottom: 20px;
}
.flow-list li .centet-text {
  text-align: center;
}
.flow-list li:after {
  content: "";
  background: url("../img/common/bottom-arrow.png") 0 0 no-repeat;
  width: 63px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -31.5px;
  bottom: 0px;
  margin-bottom: -16px;
  background-size: contain;
}
.flow-list li:last-child {
  margin-bottom: 0;
}
.flow-list li:last-child:after {
  display: none;
}

.content-box .price {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.content-box .price span {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}
.content-box .table li:last-child {
  background: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.attention-text {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: -40px;
}

.list {
  text-indent: -1em;
  margin-left: 1em;
  padding-bottom: 3px;
}

.line {
  color: #ff0000;
  font-weight: bold;
}

.small {
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 10px;
  display: block;
}

.strong {
  font-weight: bold;
  display: block;
}

.strong.first {
  padding-top: 10px;
}

.strong.second {
  padding-bottom: 15px;
  color: #ff0000;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .yello-box {
    background: #FCF9F0;
    padding: 15px;
    font-weight: bold;
    color: #A6CC80;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .text {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .circle-text {
    margin-bottom: 10px;
  }
  .flow-list li {
    margin-bottom: 20px;
    border: 1px dashed #dbdbdb;
    padding: 15px 20px 25px;
    position: relative;
  }
  .flow-list li h3 {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .flow-list li h3 span {
    color: #A6CC80;
  }
  .flow-list li .mod-link {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .flow-list li .centet-text {
    text-align: center;
  }
  .flow-list li:after {
    content: "";
    background: url("../img/common/bottom-arrow.png") 0 0 no-repeat;
    width: 31.5px;
    height: 16px;
    position: absolute;
    left: 50%;
    margin-left: -15.75px;
    bottom: 0px;
    margin-bottom: -8px;
    background-size: contain;
  }
  .flow-list li:last-child {
    margin-bottom: 0;
  }
  .flow-list li:last-child:after {
    display: none;
  }
  .content-box .price {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .content-box .price span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .content-box .table li:last-child {
    background: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .attention-text {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: -10px;
  }
  .flow-list li .centet-text {
    text-align: left;
  }
}