@charset "EUC-JP";
/* CSS Document */

#sbi i{
  font-style: normal;
}
.note{
  font-size: 10px;
  color: #878787;
}
#enquete .rate{
  font-family: Helvetica Neue, "Arial", sans-serif;
}


.kv{
  background: #E8EEF2;
}
.kv figure{
  margin: auto;
  width: 100%;
  max-width: 1366px;
}
.kv figure img{
  max-width: 100%;
}



@media screen and (min-width:768px){

.credit{
  position: absolute;
  font-size: 9px;
  color: #878787;
}
.before-rank .credit{
  top: -20px;
  right: 5px;
}
.enquete-rank{
  position: relative;
}
.enquete-rank .credit{
  right: 0;
  top: -12px;
}

/*voice （共通）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #voice .sec-header p{
    margin: 20px 0 0;
    text-align: center;
  }

  .voice-list-wrap{
    margin: 40px auto 0;
    max-width: 730px;
  }
  .voice-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
  .voice-list-more{
    padding-top: 20px;
    display: none;   
  }
  .voice-item{
    display: flex;
    flex-direction: column;
    padding: 0 12px;
    width: 50%;
  }
  .voice-item:nth-child(n+3){
    margin-top: 20px;
  }

  #voice .btn-more{
    margin: 40px 0 0;
    text-align: center;
  }
  #voice .btn-more a{
    position: relative;
    padding: 0 20px 0 0;
    display: inline-block;
    font-size: 16px;
    color: #203D95;
    font-weight: bold;
  }
  #voice .btn-more a span{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: #203D95;
    border-radius: 8px;
  }
  #voice .btn-more a span:before,
  #voice .btn-more a span:after{
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 2px;
    background: #fff;
  }
  #voice .btn-more a span:after{
    transform: rotate(90deg);
    transition: transform 400ms ease;
  }
  #voice .btn-more a.click span:after{
    transform: rotate(0);
  }
  #voice .btn-more a.click .pd-open{
   display: none;
  }
  #voice .btn-more a .pd-close{
   display: none;
  }
  #voice .btn-more a.click .pd-close{
   display: block;
  }
  #voice .btn-more a:hover{
    opacity: 0.7;
    transition: opacity 400ms ease;
  }



/*enquete
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#enquete .sec-header p {
  margin: 20px 0 0;
  text-align: center;
}

#enquete article{
  margin: 40px auto 0;
  max-width: 763px;
}
.enquete-box{
  padding: 30px;
  border: 1px solid #DADADA;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}

.enquete-header span{
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #203D95;
}
.enquete-header h3{
  margin: 10px 0 0;
  display: flex;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.5;
}

.enquete-header + div{
  margin-top: 30px;
}
.enquete-before h4{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.enquete-before h4 i{
  position: relative;
  padding: 0 0 0 35px;
  display: inline-block;
}
.enquete-before h4 i:before{
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    width: 23px;
    height: 23px;
    background: url(../img/icon_uzu.svg) 0 0 no-repeat;
}
.before-rank{
  position: relative;
  display: flex;
  margin: 10px auto 0;
  width: 325px;
}
.before-rank .before-rank-item{
  display: flex;
  flex-direction: column;
  padding: 0 5px;
  width: calc(99.999% / 3);
}
.before-rank .before-rank-item .rate{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 45px;
  font-weight: bold;
}
.before-rank .before-rank-item .rate span{
  display: inline-block;
}
.before-rank .before-rank-item .rate strong{
  margin: 0 1px 0 0;
  line-height: 1;
}
.before-rank .before-rank-item:nth-child(1) .rate strong{
  font-size: 40px;
}
.before-rank .before-rank-item:nth-child(2) .rate strong{
  font-size: 28px;
}
.before-rank .before-rank-item:nth-child(3) .rate strong{
  font-size: 20px;
}
.before-rank .before-rank-item .label-rank{
  position: relative;
  display: block;
  margin: auto;
  width: 42px;
  line-height: 16px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #F5F5F5;
  background: #fff;
  z-index: 20;
}
.before-rank .before-rank-box{
  position: relative;
  margin-top: -8px;
  padding: 15px 0;
  text-align: center;
  z-index: 10;
  flex-grow: 1;
}
.before-rank .before-rank-box p{
  font-weight: bold;
  font-size: 10px;
}

.enquete-after{
  position: relative;
  margin: 60px 0 0;
}
.enquete-after:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -40px 0 0 -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #DADADA transparent transparent transparent;
}
.enquete-after h4{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #203D95;
}
.enquete-after h4 + div{
  margin-top: 10px;
}
.enquete-after h4 i{
  position: relative;
  padding: 0 35px;
  display: inline-block;
}
.enquete-after h4 i:before{
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    width: 17px;
    height: 22px;
    background: url(../img/obj_star1.svg) 0 0 no-repeat;
}
.enquete-after h4 i:after{
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 21px;
    height: 20px;
    background: url(../img/obj_star2.svg) 0 0 no-repeat;
}

.enquete-rank{
  margin: auto;
  width: 540px;
}
.enquete-rank-list{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.enquete-rank-list .enquete-rank-item:nth-child(1){
  padding: 0 7px;
  width: 100%;
}
.enquete-rank-list .enquete-rank-item:nth-child(2),
.enquete-rank-list .enquete-rank-item:nth-child(3){
  margin: 4px 0 0;
  padding: 0 7px;
  width: 50%;
}
.enquete-rank-list .enquete-rank-item .rate{
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #203D95;
}
.enquete-rank-list .enquete-rank-item .rate strong{
  display: inline-block;
  margin: 0 2px 0 0;
  line-height: 1;
}
.enquete-rank-list .enquete-rank-item:nth-child(1) .rate strong{
  font-size: 60px;
}
.enquete-rank-list .enquete-rank-item:nth-child(2) .rate strong,
.enquete-rank-list .enquete-rank-item:nth-child(3) .rate strong{
  font-size: 40px;
}

.enquete-rank-list .enquete-rank-item .label-rank{
  position: relative;
  display: block;
  margin: auto;
  width: 48px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #203D95;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #203D95;
  background: #fff;
  z-index: 20;
}
.enquete-rank-list .enquete-rank-item .enquete-rank-box{
  margin: -10px 0 0;
  padding: 20px 0;
}
.enquete-rank-list .enquete-rank-item p{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #203D95;
  line-height: 1.3;
}



.enquete-box1 .enquete-header h3 span{
  display: inline-block;
  margin: 0 15px 0 0;
  width: 46px;
}
.enquete-box1 .enquete-rank1 .enquete-rank-item p span{
  margin: 0 5px 0 0;
  display: flex;
  align-items: center;
}
.enquete-box1 .enquete-rank1 .enquete-rank-item:nth-child(1) p span{
  width: 30px;
}
.enquete-box1 .enquete-rank1 .enquete-rank-item:nth-child(2) p span{
  width: 18px;
}
.enquete-box1 .enquete-rank1 .enquete-rank-item:nth-child(3) p span{
  width: 17px;
}
.enquete-box1 .enquete-rank1 .enquete-rank-item:nth-child(2) p{
  height: 28px;
}
.enquete-box1 .enquete-rank1 .enquete-rank-item:nth-child(3) p{
  height: 28px;
  font-size: 12px;
}


.enquete-box2 .enquete-header h3 span{
  display: inline-block;
  margin: 0 15px 0 0;
  width: 44px;
}
.enquete-box2 .enquete-rank .enquete-rank-item p span{
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.enquete-box2 .enquete-rank .enquete-rank-item:nth-child(1) p span{
  width: 24px;
}
.enquete-box2 .enquete-rank .enquete-rank-item:nth-child(2) p span{
  width: 24px;
}
.enquete-box2 .enquete-rank .enquete-rank-item:nth-child(3) p span{
  width: 28px;
}

.enquete-box3 .enquete-header h3 span{
  display: inline-block;
  margin: -15px 15px 0 0;
  width: 50px;
}
.enquete-box3 .enquete-rank .enquete-rank-item p span{
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.enquete-box3 .enquete-rank .enquete-rank-item:nth-child(1) p span{
  width: 24px;
}
.enquete-box3 .enquete-rank .enquete-rank-item:nth-child(2) p span{
  width: 28px;
}
.enquete-box3 .enquete-rank .enquete-rank-item:nth-child(3) p span{
  width: 24px;
}

.enquete-box4 .enquete-header h3 span{
  display: inline-block;
  margin: 0 10px 0 0;
  width: 60px;
}
.enquete-box4 .enquete-rank .enquete-rank-item p span{
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.enquete-box4 .enquete-rank .enquete-rank-item:nth-child(1) p span{
  width: 24px;
}
.enquete-box4 .enquete-rank .enquete-rank-item:nth-child(2) p span{
  width: 24px;
}
.enquete-box4 .enquete-rank .enquete-rank-item:nth-child(3) p span{
  width: 25px;
}
.enquete-box4 .enquete-rank1 .enquete-rank-item:nth-child(2) p,
.enquete-box4 .enquete-rank1 .enquete-rank-item:nth-child(3) p{
  height: 28px;
}


.enquete-comment{
  margin: 20px 20px 0 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.enquete-comment2{
  flex-direction: row-reverse;
}
.enquete-comment .comment-obj{
    display: block;
    width: 80px;
    height: 80px;
}
.enquete-comment .comment-box{
  position: relative;
  display: block;
  padding: 20px;
  width: calc(100% - 110px);
  border: 1px solid #DADADA;
  border-radius: 12px;
}
.enquete-comment1 .comment-box:after{
  content: "";
  position: absolute;
  left: -10px;
  bottom: 20%;
  display: block;
  width: 10px;
  height: 13px;
  background: url(../img/bal_arrow_l.png) 0 0 no-repeat;
  background-size: 100% 100%; 
}
.enquete-comment2 .comment-box:after{
  content: "";
  position: absolute;
  right: -10px;
  bottom: 20%;
  display: block;
  width: 10px;
  height: 13px;
  background: url(../img/bal_arrow_r.png) 0 0 no-repeat;
  background-size: 100% 100%; 
}
.enquete-comment .comment-obj1{
  background: url(../img/obj_comment1.png) 0 0 no-repeat;
  background-size: 100% 100%; 
}
.enquete-comment .comment-obj2{
  background: url(../img/obj_comment2.png) 0 0 no-repeat;
  background-size: 100% 100%; 
}
.enquete-box-wrap + .enquete-box-wrap{
  margin-top: 80px;
}

.enquete-ex{
  margin: 30px 0 0;
  padding: 30px 20px;
  background: #F5F5F5;
  border-radius: 5px;
}
.enquete-ex + div{
  margin-top: 60px;
}
.enquete-ex h4{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #203D95;
}
.enquete-ex1 ul{
  margin: 30px auto 0;
  max-width: 390px;
}
.enquete-ex1 ul li a{
  display: flex;
  justify-content: space-between;
}
.enquete-ex1 ul li a:hover {
  opacity: 0.7;
  transition: opacity 400ms ease;
}
.enquete-ex1 ul li + li{
  margin-top: 20px;
}
.enquete-ex1 ul li figure{
  width: 110px;
}
.enquete-ex1 ul li p{
  width: calc(100% - 150px);
}

.fig-wrap{
  margin: 30px auto 0;
  padding: 20px 0;
  width: 335px;
  background: #fff;
  border: 1px solid #203D95;
}
.enquete-ex2 figure{
  margin: auto;
  max-width: 345px;
}
.enquete-ex2 .card-list{
  position: relative;
  margin: 20px 0 0;
  display: flex;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
.enquete-ex2 .card-item{
  padding: 30px 0;
  width: 50%;
}
.enquete-ex2 .card-list:before{
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  width: 1px;
  z-index: 1;
  height: 100%;
  background-image: linear-gradient(to bottom, #D1D1D1, #D1D1D1 3px, transparent 3px, transparent 6px);
  background-repeat: repeat-y;
  background-size: 1px 6px;
}


.enquete-ex2 .card-item .label{
  text-align: center;
}
.enquete-ex2 .card-item .label span{
  position: relative;
  display: inline-block;
  padding: 8px 10px;
  background: #fff;
  color: #203D95;
  font-weight: bold;
}
.enquete-ex2 .card-item .label span:after{
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin: 0 0 0 -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #fff transparent transparent transparent;

}
.enquete-ex2 .card-item figure{
  margin: 15px auto 0;
  width: 125px;
}
.enquete-ex2 .card-item dl{
  margin: 15px 0 0;
  text-align: center;
}
.enquete-ex2 .card-item dl dt{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  min-height: 2.6em;
}
.enquete-ex2 .card-item dl dd{
  margin: 15px 0 0;
}

#enquete .btn-link{
  margin: 40px auto 0;
  width: 295px;
}
#enquete .note{
  margin: 20px 20px 0;
}

/*user
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#user article{
  margin: 40px auto 0;
  max-width: 763px;
}

.user-item h3{
  display: flex;
  align-items: center;
  font-size: 16px;
}
.user-item h3 span{
  margin: 0 10px 0 0;
  display: inline-block;
  width: 54px;
}
.user-item .note{
  margin: 10px 0 0;
}
.user-item-inner{
  display: flex;
  justify-content: space-between;
}
.user-item + .user-item{
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #DADADA;
}

.user-item:nth-child(1) figure{
  width: 296.5px;
}
.user-item:nth-child(2) figure{
  padding: 20px 0;
  width: 388px;
  text-align: center;
  background: #fff;
  border: 3px solid #DADADA;
  border-radius: 5px;
}
.user-item:nth-child(2) figure img{
  width: 302px;
}
.user-item .label{
  position: relative;
  display: block;
  margin: auto;
  width: 206px;
  line-height: 30px;
  text-align: center;
  border-radius: 16px;
  background: #203D95;
  color: #fff;
  z-index: 20;
}
.user-item .user-box{
  margin: -15px 0 0;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-item .user-box .obj{
  display: block;
  width: 54px;
  height: 59px;
  background: url(../img/obj_woman_green.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.user-item .user-box p{
  width: calc(100% - 80px);
}


/*interest
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#interest .sec-header .lead{
  margin: 20px 0 0;
  text-align: center;
}
#interest .sec-header .lead p strong{
  font-size: 16px;
  font-weight: bold;
}
#interest .sec-header .lead p{
  font-size: 12px;
}
#interest .sec-header .lead p + p{
  margin: 10px 0 0;
}
.interest-box{
  position: relative;
  padding: 40px 0 35px;
  border: 1px solid #C6962C;
  text-align: center;
}
.interest-box{
  position: relative;
  margin: auto;
  padding: 40px 0 35px;
  max-width: 764px;
  border: 1px solid #C6962C;
  text-align: center;
}
.interest-box .obj-1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
}
.interest-box .obj-2{
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
}
.interest-box .obj-1:before,
.interest-box .obj-1:after,
.interest-box .obj-2:before,
.interest-box .obj-2:after{
  position: absolute;
  content: "";
  display: block;
  width: 93.5px;
  height: 93.5px;
  background: url(../img/obj_1.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.interest-box .obj-1:before{
  top: 10px;
  left: 10px;
}
.interest-box .obj-1:after{
  bottom: 10px;
  left: 10px;
  transform: rotate(-90deg);
}
.interest-box .obj-2:before{
  top: 10px;
  right: 10px;
  transform: rotate(90deg);
}
.interest-box .obj-2:after{
  bottom: 10px;
  right: 10px;
  transform: rotate(180deg);
}

.interest-box h3{
  font-size: 25px;
  font-weight: bold;
}
.interest-box .lead{
  margin: 20px 0 0;
}
.interest-box .lead p + p{
  margin-top: 15px;
}
.interest-box dl{
  margin: 50px auto 0;
  width: 380px;
}
.interest-box dt{
  display: flex;
  align-items: center;
  justify-content: center;
}
.interest-box dt span{
  margin: 0 5px 0 0;
  width: 40px;
}
.interest-box dl dd{
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #C6962C;
  font-weight: bold;
  font-size: 18px;
  color: #C6962C;
}

#interest .btn-link{
  margin: 40px auto 0;
  width: 295px;
}


}

@media screen and (max-width:767px){

  .credit{
    position: absolute;
    top: -10px;
    font-size: 9px;
    color: #878787;
  }
  .before-rank .credit{
    right: 5px;
  }
  .enquete-rank{
    position: relative;
  }
  .enquete-rank .credit{
    right: 0;
  }

/*voice
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #voice .sec-header p{
    margin: 20px 0 0;
    font-size: 10px;
    color: #878787;
  }
  .voice-list-wrap{
    margin: 40px auto 0;
  }
  .voice-list-more{
    padding-top: 20px;
    display: none;   
  }
  .voice-item + .voice-item{
    margin-top: 20px;
  }

  #voice .btn-more{
    margin: 40px 0 0;
    text-align: center;
  }
  #voice .btn-more a{
    position: relative;
    padding: 0 20px 0 0;
    display: inline-block;
    font-size: 16px;
    color: #203D95;
    font-weight: bold;
  }
  #voice .btn-more a span{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: #203D95;
    border-radius: 8px;
  }
  #voice .btn-more a span:before,
  #voice .btn-more a span:after{
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 2px;
    background: #fff;
  }
  #voice .btn-more a span:after{
    transform: rotate(90deg);
    transition: transform 400ms ease;
  }
  #voice .btn-more a.click span:after{
    transform: rotate(0);
  }
  #voice .btn-more a.click .pd-open{
   display: none;
  }
  #voice .btn-more a .pd-close{
   display: none;
  }
  #voice .btn-more a.click .pd-close{
   display: block;
  }

/*enquete
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#enquete .sec-header p {
  margin: 20px 0 0;
  font-size: 10px;
  color: #878787;
}

#enquete article{
  margin: 40px auto 0;
  max-width: 763px;
}
.enquete-box{
  padding: 30px 10px;
  border: 1px solid #DADADA;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}

.enquete-header span{
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #203D95;
}
.enquete-header h3{
  margin: 10px 0 0;
  display: flex;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.5;
}

.enquete-header + div{
  margin-top: 30px;
}
.enquete-before h4{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.enquete-before h4 i{
  position: relative;
  padding: 0 0 0 35px;
  display: inline-block;
}
.enquete-before h4 i:before{
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    width: 23px;
    height: 23px;
    background: url(../img/icon_uzu.svg) 0 0 no-repeat;
}
.before-rank{
  position: relative;
  display: flex;
  margin: 0 -5px;
}
.before-rank .before-rank-item{
  display: flex;
  flex-direction: column;
  padding: 0 5px;
  width: calc(99.999% / 3);
}
.before-rank .before-rank-item .rate{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 45px;
  font-weight: bold;
}
.before-rank .before-rank-item .rate span{
  display: inline-block;
}
.before-rank .before-rank-item .rate strong{
  margin: 0 1px 0 0;
  line-height: 1;
}
.before-rank .before-rank-item:nth-child(1) .rate strong{
  font-size: 40px;
}
.before-rank .before-rank-item:nth-child(2) .rate strong{
  font-size: 28px;
}
.before-rank .before-rank-item:nth-child(3) .rate strong{
  font-size: 20px;
}
.before-rank .before-rank-item .label-rank{
  position: relative;
  display: block;
  margin: auto;
  width: 42px;
  line-height: 16px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #F5F5F5;
  background: #fff;
  z-index: 20;
}
.before-rank .before-rank-box{
  position: relative;
  margin-top: -8px;
  padding: 15px 0;
  text-align: center;
  z-index: 10;
  flex-grow: 1;
}
.before-rank .before-rank-box p{
  font-weight: bold;
  font-size: 10px;
}

.enquete-after{
  position: relative;
  margin: 60px 0 0;
}
.enquete-after:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -40px 0 0 -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #DADADA transparent transparent transparent;
}
.enquete-after h4{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #203D95;
}
.enquete-after h4 + div{
  margin-top: 10px;
}
.enquete-after h4 i{
  position: relative;
  padding: 0 35px;
  display: inline-block;
}
.enquete-after h4 i:before{
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    width: 17px;
    height: 22px;
    background: url(../img/obj_star1.svg) 0 0 no-repeat;
}
.enquete-after h4 i:after{
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 21px;
    height: 20px;
    background: url(../img/obj_star2.svg) 0 0 no-repeat;
}

/*.enquete-rank{
  margin: auto;
  width: 540px;
}*/
.enquete-rank-list{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.enquete-rank-list .enquete-rank-item:nth-child(1){
  padding: 0 7px;
  width: 100%;
}
.enquete-rank-list .enquete-rank-item:nth-child(2),
.enquete-rank-list .enquete-rank-item:nth-child(3){
  margin: 4px 0 0;
  padding: 0 7px;
  width: 50%;
}
.enquete-rank-list .enquete-rank-item .rate{
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #203D95;
}
.enquete-rank-list .enquete-rank-item .rate strong{
  display: inline-block;
  margin: 0 2px 0 0;
  line-height: 1;
}
.enquete-rank-list .enquete-rank-item:nth-child(1) .rate strong{
  font-size: 60px;
}
.enquete-rank-list .enquete-rank-item:nth-child(2) .rate strong,
.enquete-rank-list .enquete-rank-item:nth-child(3) .rate strong{
  font-size: 40px;
}

.enquete-rank-list .enquete-rank-item .label-rank{
  position: relative;
  display: block;
  margin: auto;
  width: 48px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #203D95;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #203D95;
  background: #fff;
  z-index: 20;
}
.enquete-rank-list .enquete-rank-item .enquete-rank-box{
  margin: -10px 0 0;
  padding: 20px 0;
}
.enquete-rank-list .enquete-rank-item p{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #203D95;
  line-height: 1.3;
}



.enquete-box1 .enquete-header h3 span{
  display: inline-block;
  margin: 0 15px 0 0;
  width: 46px;
}
.enquete-box1 .enquete-rank1 .enquete-rank-item p span{
  margin: 0 5px 0 0;
  display: flex;
  align-items: center;
}
.enquete-box1 .enquete-rank1 .enquete-rank-item:nth-child(1) p span{
  width: 32px;
}
.enquete-box1 .enquete-rank1 .enquete-rank-item:nth-child(2) p span{
  width: 18px;
}
.enquete-box1 .enquete-rank1 .enquete-rank-item:nth-child(3) p span{
  width: 17px;
}
.enquete-box1 .enquete-rank1 .enquete-rank-item:nth-child(2) p{
  height: 28px;
}
.enquete-box1 .enquete-rank1 .enquete-rank-item:nth-child(3) p{
  height: 28px;
  font-size: 12px;
}


.enquete-box2 .enquete-header h3 span{
  display: inline-block;
  margin: 0 15px 0 0;
  width: 44px;
}
.enquete-box2 .enquete-rank .enquete-rank-item p span{
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.enquete-box2 .enquete-rank .enquete-rank-item:nth-child(1) p span{
  width: 24px;
}
.enquete-box2 .enquete-rank .enquete-rank-item:nth-child(2) p span{
  width: 24px;
}
.enquete-box2 .enquete-rank .enquete-rank-item:nth-child(3) p span{
  width: 28px;
}

.enquete-box3 .enquete-header h3 span{
  display: inline-block;
  margin: -15px 15px 0 0;
  width: 50px;
}
.enquete-box3 .enquete-rank .enquete-rank-item p span{
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.enquete-box3 .enquete-rank .enquete-rank-item:nth-child(1) p span{
  width: 24px;
}
.enquete-box3 .enquete-rank .enquete-rank-item:nth-child(2) p span{
  width: 28px;
}
.enquete-box3 .enquete-rank .enquete-rank-item:nth-child(3) p span{
  width: 24px;
}

.enquete-box4 .enquete-header h3 span{
  display: inline-block;
  margin: 0 10px 0 0;
  width: 60px;
}
.enquete-box4 .enquete-rank .enquete-rank-item p span{
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.enquete-box4 .enquete-rank .enquete-rank-item:nth-child(1) p span{
  width: 24px;
}
.enquete-box4 .enquete-rank .enquete-rank-item:nth-child(2) p span{
  width: 24px;
}
.enquete-box4 .enquete-rank .enquete-rank-item:nth-child(3) p span{
  width: 25px;
}
.enquete-box4 .enquete-rank1 .enquete-rank-item:nth-child(2) p,
.enquete-box4 .enquete-rank1 .enquete-rank-item:nth-child(3) p{
  height: 28px;
}

.enquete-box-wrap + .enquete-box-wrap{
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}


.enquete-comment{
  margin: 20px 0 0;
/*  display: flex;
  align-items: flex-end;
  justify-content: space-between;*/
}
.enquete-comment2{
  flex-direction: row-reverse;
}
.enquete-comment2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.enquete-comment .comment-obj{
    display: block;
    width: 80px;
    height: 80px;
}
.enquete-comment .comment-box{
  position: relative;
  display: block;
  padding: 20px;
  width: calc(100% - 110px);
  border: 1px solid #DADADA;
  border-radius: 12px;
}
.enquete-comment1 .comment-box{
  margin: 20px 0 0;
  width: 100%;
}
.enquete-comment1 .comment-box:after{
  content: "";
  position: absolute;
  left: 50px;
  top: -11px;
  display: block;
  width: 10px;
  height: 13px;
  background: url(../img/bal_arrow_l.png) 0 0 no-repeat;
  transform: rotate(90deg);
  background-size: 100% 100%; 
}
.enquete-comment2 .comment-box:after{
  content: "";
  position: absolute;
  right: -10px;
  bottom: 50%;
  margin: 0 0 0 -6.5px;
  display: block;
  width: 10px;
  height: 13px;
  background: url(../img/bal_arrow_r.png) 0 0 no-repeat;
  background-size: 100% 100%; 
}
.enquete-comment .comment-obj1{
  margin: 0 0 0 20px;
  background: url(../img/obj_comment1.png) 0 0 no-repeat;
  background-size: 100% 100%; 
}
.enquete-comment .comment-obj2{
  background: url(../img/obj_comment2.png) 0 0 no-repeat;
  background-size: 100% 100%; 
}

/*.enquete-comment + .enquete-box{
  margin-top: 80px;
}*/


.enquete-ex1{
  margin: 20px 0 0;
  padding: 30px 15px;
}
.enquete-ex2{
  margin: 30px 0 0;
}

.enquete-ex h4{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #203D95;
}
.enquete-ex1 ul{
  margin: 30px auto 0;
}
.enquete-ex1 ul li a{
  display: flex;
  justify-content: space-between;
}
.enquete-ex1 ul li + li{
  margin-top: 15px;
}
.enquete-ex1 ul li figure{
  width: 110px;
}
.enquete-ex1 ul li p{
  width: calc(100% - 130px);
}

.fig-wrap{
  margin: 30px auto 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #203D95;
}
.fig-wrap figure{
  margin: auto;
  max-width: 315px;
}
.enquete-ex2 .card-list{
  position: relative;
  margin: 20px 0 0;
  display: flex;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
.enquete-ex2 .card-item{
  padding: 20px 0;
  width: 50%;
}
.enquete-ex2 .card-list:before{
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  width: 1px;
  z-index: 1;
  height: 100%;
  background-image: linear-gradient(to bottom, #D1D1D1, #D1D1D1 3px, transparent 3px, transparent 6px);
  background-repeat: repeat-y;
  background-size: 1px 6px;
}


.enquete-ex2 .card-item .label{
  text-align: center;
}
.enquete-ex2 .card-item .label span{
  position: relative;
  display: inline-block;
  color: #203D95;
  font-weight: bold;
}
.enquete-ex2 .card-item figure{
  margin: 15px auto 0;
  width: 125px;
}
.enquete-ex2 .card-item dl{
  margin: 15px 0 0;
  text-align: center;
}
.enquete-ex2 .card-item dl dt{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  min-height: 2.6em;
}
.enquete-ex2 .card-item dl dd{
  margin: 10px 0 0;
}

#enquete .btn-link{
  margin: 40px auto 0;
}
#enquete .note{
  margin: 20px 10px 0;
}

/*user
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#user article{
  margin: 40px auto 0;
  max-width: 763px;
}

.user-item h3{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.user-item h3 span{
  margin: 0 10px 0 0;
  display: inline-block;
  width: 54px;
}
.user-item .note{
  margin: 10px 10px 0;
}
.user-item + .user-item{
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #DADADA;
}

.user-item:nth-child(1) figure{
  margin: 15px auto 0;
  max-width: 297px;
}
.user-item:nth-child(2) figure{
  padding: 20px 0;
  margin: 15px auto 0;
  max-width: width: 388px;
  text-align: center;
  background: #fff;
  border: 3px solid #DADADA;
  border-radius: 5px;
}
.user-item:nth-child(2) figure img{
  width: 302px;
}
.user-item .label{
  position: relative;
  display: block;
  margin: auto;
  width: 206px;
  line-height: 30px;
  text-align: center;
  border-radius: 16px;
  background: #203D95;
  color: #fff;
  z-index: 20;
}
.user-item .user-box{
  margin: -15px 0 0;
  padding: 30px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.user-item .user-box .obj{
  display: block;
  width: 54px;
  height: 59px;
  background: url(../img/obj_woman_green.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.user-item .user-box p{
  width: calc(100% - 70px);
}


/*interest
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#interest .sec-header .lead{
  margin: 20px 0 0;
  text-align: center;
}
#interest .sec-header .lead p strong{
  font-size: 14px;
  font-weight: bold;
}
#interest .sec-header .lead p{
  font-size: 12px;
}
#interest .sec-header .lead p + p{
  margin: 10px 0 0;
}
.interest-box{
  position: relative;
  margin: auto;
  padding: 20px 0 10px;
  max-width: 764px;
  border: 1px solid #C6962C;
  text-align: center;
}
.interest-box .obj-1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
}
.interest-box .obj-2{
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
}
.interest-box .obj-1:before,
.interest-box .obj-1:after,
.interest-box .obj-2:before,
.interest-box .obj-2:after{
  position: absolute;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(../img/obj_1.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.interest-box .obj-1:before{
  top: 5px;
  left: 5px;
}
.interest-box .obj-1:after{
  bottom: 5px;
  left: 5px;
  transform: rotate(-90deg);
}
.interest-box .obj-2:before{
  top: 5px;
  right: 5px;
  transform: rotate(90deg);
}
.interest-box .obj-2:after{
  bottom: 5px;
  right: 5px;
  transform: rotate(180deg);
}

.interest-box h3{
  font-size: 12px;
  font-weight: bold;
}
.interest-box .lead{
  margin: 15px 0 0;
  display: inline-block;
}
.interest-box .lead p{
  text-align: left;
  font-size: 10px;
}
.interest-box .lead p + p{
  margin-top: 10px;
}
.interest-box dl{
  margin: 15px auto 0;
  width: 145px;
}
.interest-box dt{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}
.interest-box dt span{
  margin: 0 5px 0 0;
  width: 16px;
}
.interest-box dl dd{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #C6962C;
  font-weight: bold;
  font-size: 9px;
  color: #C6962C;
}

#interest .btn-link{
  margin: 30px auto 0;
}

}

@media screen and (max-width:374px){

  body{
    font-size: 12px;
  }
  .sec-header h3 {
      font-size: 18px;
      font-weight: bold;
  }
  .btn-use a span {
      left: 10px;
      width: 45px;
      height: 45px;
  }


}

@media screen and (max-width: 768px) {
  .tcard_pre_wid {
    width: 30%!important;
  }
}
@media screen and (max-width: 500px) {
  .tcard_pre_wid {
    width: 35%!important;
  }
}


@media screen and (max-width: 350px) {
  .tcard_pre_wid {
    width: 50%!important;
  }
}

@media screen and (min-width: 768px) {
  .tcard_pre_wid {
    width: 25%!important;
  }
}

/* Service banner area */
.sba-multiple .mrn12,
.sba-multiple .mxn12 {
  margin-right: -12px !important;
}

.sba-multiple .mln12,
.sba-multiple .mxn12 {
  margin-left: -12px !important;
}

.sba-multiple .mb20,
.sba-multiple .my20 {
  margin-bottom: 20px !important;
}

.sba-multiple .pr12,
.sba-multiple .px12 {
  padding-right: 12px !important;
}

.sba-multiple .pl12,
.sba-multiple .px12 {
  padding-left: 12px !important;
}

.sba-multiple .text-label_base {
  color: #333 !important;
}

.sba-multiple .block {
  display: block !important;
}

.sba-multiple .rounded-5 {
  border-radius: 5px !important;
}

.sba-multiple .bg-white {
  background-color: #fff !important;
}

.sba-multiple .mb100,
.sba-multiple .my100 {
  margin-bottom: 100px !important;
}

.sba-multiple .mb36,
.sba-multiple .my36 {
  margin-bottom: 36px !important;
}

.sba-multiple .text-primary {
  color: #203d95 !important;
}

.sba-multiple .fs17,
.sba-multiple .fz17 {
  font-size: 17px !important;
}

.sba-multiple .fs14,
.sba-multiple .fz14 {
  font-size: 14px !important;
}

.sba-multiple .fs10,
.sba-multiple .fz10 {
  font-size: 10px !important;
}

.sba-multiple .pt8,
.sba-multiple .py8 {
  padding-top: 8px !important;
}

.sba-multiple .pt6,
.sba-multiple .py6 {
  padding-top: 6px !important;
}

.sba-multiple .fs10,
.sba-multiple .fz10 {
  font-size: 10px !important;
}

.sba-multiple .pl6,
.sba-multiple .px6 {
  padding-left: 6px !important;
}

.sba-multiple .col4 {
  width: 33.33333333%;
}

.sba-multiple {
  font-family: "Helvetica Neue", Arial, "Yu Gothic 游ゴシックYuGothic" Medium, YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

.sba-multiple .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: initial;
}

.sba-multiple .row div a {
  padding: 20px 8px 20px 15px !important;
}

@media only screen and (min-width: 1040px) {
  .sba-multiple .l-hide,
  .sba-multiple .m-show,
  .sba-multiple .s-show {
    display: none !important;
  }

  .sba-multiple [class*=" hover-"] {
    transition: 128ms;
  }

  .sba-multiple .hover-trigger:hover.hover-opacity-70,
  .sba-multiple .hover-trigger:hover .hover-opacity-70 {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1039px) {
  .sba-multiple .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .sba-multiple [class^="hover-"],
  .sba-multiple [class*=" hover-"] {
    transition: 128ms;
  }
}

.sba-multiple .box-shadow {
  box-shadow: 0 0 3px rgb(0 0 0 / 30.2%);
}

.sba-multiple .s-full {
  width: 100%;
  height: 100%;
}

.sba-multiple .fc {
  justify-content: center;
}

.sba-multiple .f {
  display: flex;
}

.sba-multiple .flex-fixed {
  flex-grow: 0;
  flex-shrink: 0;
}

.sba-multiple .container {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.sba-multiple .max-width-960 {
  max-width: 960px;
}

.sba-multiple .text-center {
  text-align: center;
}

.sba-multiple .fbw {
  justify-content: space-between;
}

.sba-multiple .fm {
  align-items: center;
}

.sba-multiple .w-full {
  width: 100%;
}

.sba-multiple .w70 {
  width: 70px;
}

.sba-multiple .fl {
  justify-content: flex-start;
}

.icon-arrow_right::before {
  content: "\f101";
}

.sba-multiple .object-fit-contain {
  object-fit: contain;
}

.sba-multiple .word-break-all {
  word-break: break-all;
}

.sba-multiple .lh15 {
  line-height: 1.5;
}

.sba-multiple .bold {
  font-weight: 700;
}

.sba-multiple .letter-spacing-0_05em {
  letter-spacing: 0.05em;
}

.sba-multiple .lh16 {
  line-height: 1.6;
}

.sba-multiple .ts-xxl {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .sba-multiple .s-mb60 {
    margin-bottom: 60px !important;
  }

  .sba-multiple .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .sba-multiple .s-ts-m {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }

  .sba-multiple .s-mx0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .sba-multiple .s-mb0 {
    margin-bottom: 0 !important;
  }

  .sba-multiple .s-px0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .sba-multiple .s-pt16 {
    padding-top: 16px !important;
  }

  .sba-multiple .s-pb20 {
    padding-bottom: 20px !important;
  }

  .sba-multiple .s-col12 {
    width: 100%;
  }

  .sba-multiple .s-fs12 {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 768px) {
  .more-service-bnr {
    margin-top: 0;
    margin-bottom: 56px;
  }

  #finance-link {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .more-service-bnr {
    margin-top: 0;
    margin-bottom: 56px;
  }

  #finance-link {
    margin-bottom: 40px;
  }
}