/*--------------------------------------------------------------------------
   Research
---------------------------------------------------------------------------*/
@media print, screen and (min-width:768px) {
  #Research #Main::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 318px;
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    z-index: 1;
  }
  #Research #Main::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 318px;
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    z-index: 1;
  }
}
@media screen and (max-width:767px) {
  #Research #Lead {
    margin-bottom: 8vw;
  }
}
#Research .box {
  box-sizing: border-box;
  line-height: 2.2;
  padding: 30px 105px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  #Research .box {
    display: flex;
    flex-direction: column;
    padding: 4vw 4vw 8vw 4vw;
    margin-bottom: 8vw;
  }
}
#Research .box .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #e3121c;
  padding-bottom: 20px;
}
@media screen and (max-width:767px) {
  #Research .box .ttl {
    font-size: 5.3333333333vw;
    line-height: 9.6vw;
    font-weight: bold;
    text-align: center;
    color: #e3121c;
    padding: 2.6666666667vw 0;
  }
}
@media screen and (max-width:767px) {
  #Research .box_inner p {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width:768px) {
  #Research .box_flex {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width:767px) {
  #Research .box_flex {
    display: contents;
  }
}
#Research .box .note {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  #Research .box .note {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
#Research .box strong {
  color: #e3121c;
  background: linear-gradient(to bottom, rgba(237, 227, 100, 0) 69%, #f9eb45 70%, #f9eb45 100%);
}
#Research .box .box_img {
  flex-shrink: 0;
  padding-left: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width:767px) {
  #Research .box .box_img {
    order: 1;
    max-width: 30vw;
    padding: 5.3333333333vw 0 0 0;
    margin-left: auto;
    margin-right: auto;
    flex-shrink: 0;
  }
}
#Research .box sup {
  font-size: 10px;
  vertical-align: top;
}
@media screen and (max-width:767px) {
  #Research .box sup {
    font-size: 2.6666666667vw;
  }
}
#Research .pickup img, #Research .voice img, #Research .box img {
  width: auto;
}
#Research .common-sec:nth-of-type(even) .box_flex {
  flex-direction: row-reverse;
}
#Research .common-sec:nth-of-type(even) .box_flex .box_img {
  padding-left: 0;
}
@media print, screen and (min-width:768px) {
  #Research .common-sec:nth-of-type(even) .box_flex .box_img {
    padding-right: 40px;
  }
}
#Research sup {
  font-size: 10px;
  vertical-align: top;
}
@media screen and (max-width:767px) {
  #Research sup {
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width:768px) {
  #Research .voice {
    font-size: 20px;
    width: 100%;
    padding: 30px 0;
  }
}
#Research .voice_flex {
  display: flex;
}
@media print, screen and (min-width:768px) {
  #Research .voice_flex {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width:767px) {
  #Research .voice_flex {
    flex-direction: column-reverse;
  }
}
#Research .voice_inner {
  line-height: 2.5em;
  background: linear-gradient(to top, #dedede 1px, transparent 1px);
  background-size: auto 2.5em;
}
@media screen and (max-width:767px) {
  #Research .voice_inner {
    font-size: 3.7333333333vw;
  }
}
#Research .voice_img {
  margin-right: 30px;
}
@media screen and (max-width:767px) {
  #Research .voice_img {
    max-width: 40vw;
    margin-right: auto;
    margin-bottom: 5.3333333333vw;
    margin-left: auto;
  }
}
@media screen and (max-width:767px) {
  #Research #Contents {
    padding-top: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 16vw;
    border-top: 1px solid #b3b3b3;
  }
}
@media print, screen and (min-width:768px) {
  #Research .bannerBox {
    margin-top: 160px;
  }
}