.researchPage {
  background: #fff;
}

.researchMain {
  min-width: 0;
}

.researchResponsive {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 28px;
  border: 1px solid #d8efcf;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 0 rgba(120, 190, 80, 0.16);
  color: #444;
  font-size: 16px;
  line-height: 1.9;
}

.researchResponsive,
.researchResponsive * {
  box-sizing: border-box;
}

.researchResponsive img {
  max-width: 100%;
  height: auto;
}

.researchResponsive h2 {
  margin: 0 0 20px;
  text-align: center;
}

.researchResponsive h2 img {
  display: inline-block;
}

.researchResponsive p {
  margin: 0 0 24px;
}

.researchResponsive .hikaku_content {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.researchResponsive .moveCenter {
  text-align: center;
}

.researchResponsive .font16 {
  font-size: 16px;
}

.researchResponsive .font18 {
  font-size: 18px;
}

.researchResponsive .font20 {
  font-size: 20px;
}

.researchResponsive .font_bold {
  font-weight: 700;
}

.researchResponsive .color_pink {
  color: #d94b92;
}

.researchResponsive .color_blue {
  color: #159bd3;
}

.researchResponsive .gaku_02 {
  margin: 30px 0 16px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #7fc438;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.researchResponsive .gaku_btext {
  display: inline-block;
  margin: 0 0 6px;
  color: #3f8d2d;
  font-size: 17px;
}

.researchResponsive .colre_link {
  margin: 28px 0 0;
  padding: 20px;
  border: 1px solid #d8efcf;
  border-radius: 10px;
  background: #f8fff4;
  text-align: center;
}

.researchResponsive .colre_link h4 {
  margin: 0 0 10px;
  color: #3f8d2d;
  font-size: 18px;
  line-height: 1.6;
}

.researchResponsive .colre_link p {
  margin: 0;
}

.researchResponsive .colre_link a {
  color: #159bd3;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.researchResponsive .marginBottom10 {
  margin-bottom: 10px !important;
}

.researchResponsive .marginBottom20,
.researchResponsive .marginBottom20I {
  margin-bottom: 20px !important;
}

.researchResponsive .marginBottom30,
.researchResponsive .marginBottom30I {
  margin-bottom: 24px !important;
}

.researchResponsive .marginBottom40 {
  margin-bottom: 32px !important;
}

@media screen and (max-width: 640px) {
  .researchResponsive {
    padding: 20px 16px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.8;
  }

  .researchResponsive p {
    margin-bottom: 20px;
  }

  .researchResponsive .font18,
  .researchResponsive .font20 {
    font-size: 17px;
  }

  .researchResponsive .gaku_02 {
    margin-top: 24px;
    padding: 11px 13px;
    font-size: 17px;
  }

  .researchResponsive .gaku_btext {
    font-size: 16px;
  }

  .researchResponsive .colre_link {
    padding: 16px 12px;
  }

  .researchResponsive .colre_link h4 {
    font-size: 16px;
  }
}
