@charset "utf-8";

/*-------------------------------------------

  共通

-------------------------------------------*/
.cv_list{
    justify-content: center;
    width: 100%;
    text-align: left;
}

/*-------------------------------------------

  こんなお悩みありませんか?

-------------------------------------------*/

.cmn-worries {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 45px 0 20px;
  text-align: center;
  letter-spacing: -.4em;
}

.cmn-worries .worries_txt{
  font-weight: bold;
  font-size: 24px;
  margin-top: 40px;
}

/* PCサイズ------------------------------- */
@media screen and (min-width:1031px) {

}

/* タブレットサイズ------------------------------- */
@media screen and (min-width:768px) and (max-width:1030px) {

}

/* スマホサイズ------------------- */
@media screen and (max-width:767px) {
  .cmn-worries img{
    width: 100%;
    max-width: 500px;
  }
  .cmn-worries .worries_txt{
    font-size: 21px;
  }

}

/*-------------------------------------------

  サービス利用の流れ

-------------------------------------------*/

/* PCサイズ------------------------------- */
@media screen and (min-width:1031px) {

  .top_flow {
    padding: 90px 0;
  }
  .top_flow section {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }
  .top_flow .flow_list {
    letter-spacing: -.4em;
  }
  .top_flow .flow_list li {
    letter-spacing: 0.5px;
    display: inline-block;
    width: 14%;
    margin: 0 3.2% 40px 0;
    vertical-align: top;
    border-radius: 10px;
    background: linear-gradient(to right, #03b795 0% ,#03a864 100%);
    position: relative;
    z-index: 1;
    padding: 20px 13px 15px;
    box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
  }
  .top_flow .flow_list li:nth-child(1),
  .top_flow .flow_list li:nth-child(2),
  .top_flow .flow_list li:nth-child(3) {
    background: linear-gradient(to right, #86d400 0% ,#a6be29 100%);
  }
  .top_flow .flow_list li:last-child {
    margin: 0 0 40px;
  }
  .top_flow .flow_list li:before {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 10px;
    background: #fff;
    background-size: 54px;
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: -1;
  }
  .top_flow .flow_list li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #03a864;
    right: -12%;
    margin-right: -6px;
    top: 50%;
    margin-top: -8px;
  }
  .top_flow .flow_list li:nth-child(1):after,
  .top_flow .flow_list li:nth-child(2):after {
    border-left: 12px solid #a6be29;
  }
  .top_flow .flow_list li:last-child:after {
    content: none;
  }
  .top_flow li > span {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
    margin: 0 0 20px;
    display: block;
  }
  .top_flow li span span {
    color: #03a864;
    display: inline-block;
    margin: 0 0 0 6px;
  }
  .top_flow li:nth-child(1) span span,
  .top_flow li:nth-child(2) span span,
  .top_flow li:nth-child(3) span span,
  .top_flow li:nth-child(1) p,
  .top_flow li:nth-child(2) p,
  .top_flow li:nth-child(3) p {
    color: #a6be29;
  }
  .top_flow li p {
    font-size: 18px;
    color: #03a864;
    font-weight: bold;
    line-height: 1.5;
  }
  .top_flow li p span {
    display: block;
    color: #666;
    font-weight: normal;
    font-size: 14px;
    margin: 30px 0 0;
  }
  .top_flow li:nth-child(1) p {
    padding: 0 0 55px;
    background: url(../img/top/flow1.png) center bottom no-repeat;
    background-size: 30px;
  }
  .top_flow li:nth-child(4) p {
    padding: 0 0 45px;
    background: url(../img/top/flow4.png) center bottom no-repeat;
    background-size: 34px;
  }
  .top_flow li:nth-child(6) p {
    padding: 0 0 75px;
    background: url(../img/top/flow6.png) center bottom no-repeat;
    background-size: 90px;
  }

}

/* タブレットサイズ------------------------------- */
@media screen and (min-width:768px) and (max-width:1030px) {

  .top_flow {
    padding: 80px 0;
  }
  .top_flow section {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }
  .top_flow .flow_list li {
    letter-spacing: -.4em;
    margin: 0 0 30px 0;
    vertical-align: top;
    border-radius: 10px;
    background: linear-gradient(to right, #03b795 0% ,#03a864 100%);
    position: relative;
    z-index: 1;
    padding: 15px 13px;
    text-align: left;
  }
  .top_flow .flow_list li:nth-child(1),
  .top_flow .flow_list li:nth-child(2),
  .top_flow .flow_list li:nth-child(3) {
    background: linear-gradient(to right, #86d400 0% ,#a6be29 100%);
  }
   .top_flow .flow_list li:before {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 10px;
    background: #fff;
    background-size: 54px;
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: -1;
  }
  .top_flow .flow_list li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #03a864;
    bottom: -22px;
    left: 50%;
    margin-left: -6px;
  }
  .top_flow .flow_list li:nth-child(1):after,
  .top_flow .flow_list li:nth-child(2):after {
    border-top: 12px solid #a6be29;
  }
  .top_flow .flow_list li:last-child:after {
    content: none;
  }
  .top_flow li > span {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    text-align: center;
  }
  .top_flow li span span {
    color: #03a864;
    display: inline-block;
    margin: 0 0 0 6px;
  }
  .top_flow li:nth-child(1) span span,
  .top_flow li:nth-child(2) span span,
  .top_flow li:nth-child(3) span span,
  .top_flow li:nth-child(1) p,
  .top_flow li:nth-child(2) p,
  .top_flow li:nth-child(3) p {
    color: #a6be29;
  }
  .top_flow li p {
    font-size: 18px;
    color: #03a864;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    width: 70%;
    vertical-align: middle;
  }
  .top_flow li p br {
    display: none;
  }
  .top_flow li p span {
    display: inline-block;
    color: #666;
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 0 20px;
    vertical-align: middle;
  }

}

/* スマホサイズ------------------- */
@media screen and (max-width:767px) {

  .top_flow {
    padding: 80px 0;
  }
  .top_flow section {
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }
  .top_flow .flow_list li {
    letter-spacing: -.4em;
    margin: 0 0 30px 0;
    vertical-align: top;
    border-radius: 10px;
    background: linear-gradient(to right, #03b795 0% ,#03a864 100%);
    position: relative;
    z-index: 1;
    padding: 11px 13px;
    text-align: left;
  }
  .top_flow .flow_list li:nth-child(1),
  .top_flow .flow_list li:nth-child(2),
  .top_flow .flow_list li:nth-child(3) {
    background: linear-gradient(to right, #86d400 0% ,#a6be29 100%);
  }
  .top_flow .flow_list li:before {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 10px;
    background: #fff;
    background-size: 54px;
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: -1;
  }
  .top_flow .flow_list li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #03a864;
    bottom: -22px;
    left: 50%;
    margin-left: -6px;
  }
  .top_flow .flow_list li:nth-child(1):after,
  .top_flow .flow_list li:nth-child(2):after {
    border-top: 9px solid #a6be29;
  }
  .top_flow .flow_list li:last-child:after {
    content: none;
  }
  .top_flow li > span {
    font-size: 13px;
    color: #4d4d4d;
    font-weight: bold;
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    text-align: center;
  }
  .top_flow li span span {
    color: #03a864;
    display: inline-block;
    margin: 0 0 0 6px;
  }
  .top_flow li:nth-child(1) span span,
  .top_flow li:nth-child(2) span span,
  .top_flow li:nth-child(3) span span,
  .top_flow li:nth-child(1) p,
  .top_flow li:nth-child(2) p,
  .top_flow li:nth-child(3) p {
    color: #a6be29;
  }
  .top_flow li p {
    font-size: 13px;
    color: #03a864;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    width: 70%;
    vertical-align: middle;
  }
  .top_flow li p br {
    display: none;
  }
  .top_flow li p span {
    display: inline-block;
    color: #666;
    font-weight: normal;
    font-size: 12px;
    padding: 0 10px 0 0;
    float: right;
  }  

}


/*-------------------------------------------

  お客様の声

-------------------------------------------*/

/* PCサイズ------------------------------- */
@media screen and (min-width:1031px) {

  #top .voice_others {
    padding: 0 0 70px;
  }
  #top .voice_others section {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }
  #top .voice_others li.matchHeight {
    width: 22.3%;
    margin: 0 3.6% 0 0!important;
  }
  #top .voice_others li.matchHeight:last-child {
    margin: 0!important;
  }
  #top .voice_others li p {
    line-height: 1.8;
    padding: 0 10px;
  }

}

/* タブレットサイズ------------------------------- */
@media screen and (min-width:768px) and (max-width:1030px) {

  #top .voice_others {
    padding: 0 0 80px;
  }
  #top .voice_others section {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }
  #top .voice_others li.matchHeight {
    width: 48%;
    margin: 0 4% 30px 0!important;
  }
  #top .voice_others li.matchHeight:nth-child(2n) {
    margin: 0 0 30px!important;
  }
  #top .voice_others li p {
    line-height: 1.8;
    padding: 0 10px;
  }

}

/* スマホサイズ------------------- */
@media screen and (max-width:767px) {

  #top .voice_others {
    padding: 0 0 80px;
  }
  #top .voice_others section {
    width: 92%;
    margin: 0 auto;
  }

}