/* どっち派タイトル */
:root {
  --color-item1: #cf571d;
  --color-item2: #e5b21b;
}
.item1{
  color: var(--color-item1);
}
.item1:after{
  border-color: var(--color-item1);
}
.ph1{
  border-color: var(--color-item1)!important;
}
.vote .c-vote__vs__a{
  background-color: var(--color-item1);
}
.item2{
  color: var(--color-item2);
}
.item2:after{
  border-color: var(--color-item2);
}
.ph2{
  border-color: var(--color-item2)!important;
}
.vote .c-vote__vs__b{
  background-color: var(--color-item2);
}

.vote-contents{
  padding: 40px;
  margin-bottom: 40px;
  border: none;
}
.vote-title{
  margin: 0;
}
.vote-title header{
  margin: 0;
  padding: 20px;
}

.c-vote__entry{
  border: none;
}

@media (max-width: 768px) {
  .vote-contents{
    padding: 20px;
  }
  .vs img{
    display: inline-block;
  }
}

.c-vote__vs__inner{
  padding: 20px 0;
  color: #fff;
}

.c-vote__img{
  display: block;
  width: 120px;
  height: 140px;
  margin: auto;
}
.c-vote__img img{
  object-fit: cover;
}

.research{
  border-radius: 40px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}

.research-head{
  font-size: 4.0rem;
  background: #0b9d2a;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

.research-lede{
  position: relative;
  background: #e4f7e8;
  padding: 40px;
  padding-left: 280px;
}

.research-lede__head{
  color: #0b9d2a;
  font-size: 2.0rem;
  margin-bottom: 0.8em;
  font-weight: bold;
}

.research-lede__fig{
  position: absolute;
  left: 40px;
  bottom: 0;
  text-align: center;
}

.research-body{
  padding: 0 40px;
  background: #fff;
}

.useful{
  border-radius: 20px;
  background: #f1f1f1;
  padding: 0 20px 20px;
}

.useful.-case1{
  background: #fff1e4;
}
.useful.-case2{
  background: #ffe4e4;
}

.useful-head{
  text-align: center;
  font-size: 4.0rem;
  font-weight: bold;
  padding: 22px 0 10px;
}
.useful-head img{
  translate: 0 -5px;
}

.useful.-case1 .useful-head{
  color: #ff7e00;
}
.useful.-case2 .useful-head{
  color: #ff0000;
}

.useful-head img{
  margin-right: 10px;
}

.useful-list{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.useful-list li{
  border-bottom: dotted 1px #ddd;
  padding:10px 0;
  position: relative;
  padding-left: 32px;
}

.useful-list li:before{
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 12px;
  left: 0;
}

.useful.-case1 .useful-list li:before{
  background: url(./images/useful_ic1.png) no-repeat center;
}
.useful.-case2 .useful-list li:before{
  background: url(./images/useful_ic2.png) no-repeat center;
}

.useful-list li:last-child{
  border: none;
}

.talk{
  border-radius: 40px;
  border: solid 4px #f68f21;
  padding: 50px 50px 25px;
  background: #fff;
  margin: 100px 0 60px;
}

.talk-head{
  text-align: center;
}
.talk-head img{
  margin-top: -140px;
}

@media (max-width: 768px) {
  .talk{
    padding: 8% 8% 4%;
    font-size: 1.4rem;
  }
  .talk img{
    scale: 0.6;
    transform-origin: bottom;
  }
  .p-data__card__voice.-ajust{
    padding-top: 115px!important;
  }
  .p-data__card__voice.-ajust img{
    top: 10px!important;
  } 

  .useful{
    padding: 0 3% 3%;
  }
  .useful-head{
    font-size: 2.0rem;
  }
  .useful-head img{
    width: 80px;
  }
  .research{
    border-radius: 20px;
  }

  .research-head{
    font-size: 2.4rem;
  }

  .research-lede{
    padding: 5% 5% 0;
  }

  .research-lede__head{
  }

  .research-lede__fig{
    position: static;
    padding-top: 20px;
  }

  .research-lede__fig img{
    width: 40%;
  }

  .research-body{
    padding: 0 3%;
  }

  .c-vote__img{
    width: 70px;
    height: 70px;
  }
  .c-vote__img img{
    width: 70px;
    height: 70px;
  }
}

.moredata{
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 40px;
  background: #fffcf3;
  padding-right: 320px;
  position: relative;
}

.moredata figure{
  position: absolute;
  right: 50px;
  top: 50%;
  translate: 0 -50%;
}

.subhead{
  text-align: center;
}

.subhead h4{
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 30px 10px 10px;
  border-radius: 100px;
  display: inline-block;
}

.subhead .h4__img{
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 100px;
  overflow: hidden;
}
.subhead .h4__img img{
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.bnr{
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.bnr h4{
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.bnr h4:before{
  content: "▼";
  color: #e60012;
}
.bnr img{
  display: inline-block;
  width: 100%;
  max-width: 500px;
}


.ft-bnr{
  display: flex;
  flex-wrap: nowrap;
}

.ft-bnr li{
  width: calc((100% - 40px) / 2);
  margin-left: 40px;
  text-align: center;
  line-height: 1.4;
  background-color: #e60012;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-size: 90%;
}
.ft-bnr li:first-child{
  margin-left: 0;
}
.ft-bnr li img{
  max-width: none;
  width: 100%;
}

.fl-r{
  float: right;
}

.comment{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.comment .fukidashi{
  border-radius: 20px;
  padding: 30px 20px;
  background: #ddd;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 150px);
  font-size: 2.0rem;
  text-align: left;
}
.comment .fukidashi:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 10px transparent;
  position: absolute;
  right: -20px;
  top: 50%;
  translate: 0 -50%;
}
.comment .fukidashi.-woman:after{
  border-left: solid 15px #ff6695;
}
.comment .fukidashi.-man:after{
  border-left: solid 15px #539bff;
}

.comment .fukidashi.-woman{
  background: #ff6695;
}

.comment .fukidashi.-man{
  background: #539bff;
}

.-item1{
  background-color: var(--color-item1)!important;
}
.-item1:after{
  border-left: solid 15px var(--color-item1)!important;
}

.-item2{
  background-color: var(--color-item2)!important;
}
.-item2:after{
  border-left: solid 15px var(--color-item2)!important;
}

.comment .fig{
  width: 150px;
  text-align: right;
}
.comment .fig .wrap{
  width: 112px;
  display: inline-block;
  text-align: center;
}





@media (max-width: 768px) {
  .hosoku{
    padding: 0 ;
  }
  .scroll{
    overflow-x: scroll;
  }
  .scroll table{
    width: 300%;
  }
  .scroll img{
    min-width: 200%;
  }
  .ft-bnr{
    display: block;
  }
  .ft-bnr li{
    width: 100%;
    margin-left: 0;
  }
  .ft-bnr li:first-child{
    margin-bottom: 40px;
  }
  
  .-mt{
    margin-top: 40px;
  }

  .moredata{
    padding: 8%;
    border-radius: 10px;
  }
  
  .moredata figure{
    position: static;
    translate: none;
    text-align: center;
  }

  .moredata figure img{
    width: 60%;
    margin: 10px auto 0;
  }

  .comment .fukidashi{
    font-size: 1.4rem;
    width: calc(100% - 100px);
  }

  .comment .fig{
    width: 100px;
  }
  .comment .fig .wrap{
    width: 80px;
    font-size: 1.2rem;
  }

  .subhead h2{
    font-size: 2.0rem;
  }

  .p-data__title .p-inner{
    font-size: 1.7rem;
  }

  .sp-14{
    font-size: 1.4rem;
  }

  .sp-12,
  .c-notice{
    font-size: 1.2rem;
  }

  .sp-18{
    font-size: 1.8rem;
  }

  .subhead h4{
    font-size: 1.6rem;
  }

}