h2 {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #10286d;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 2.25em;
  line-height: 1;
}

h3 {
  margin-bottom: 20px;
  padding-left: 25px;
  border-bottom: #4d5c94 solid thin;
  background-image: url(../contact/img/icon01.png);
  background-position: top 3px left 0;
  background-repeat: no-repeat;
  color: #10286d;
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
}

h3.blue {
  padding: 10px;
  background: #003f98;
  color: white;
}

#hg-contents {
  width: 1080px;
  height: auto;
}

#mainvisual {
  box-sizing: border-box;
  padding-left: 65px;
  width: 100%;
  height: 200px;
  background: url(/img/common/title_bg_business.jpg) no-repeat left top;
  background-color: #eee;
}

#breadcrumbs {
  float: left;
}

.btn-search-allergy {
  float: right;
  margin-top: 24px;
  margin-right: 30px;
  color: #10286d;
}

.btn-search-allergy a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 8px 20px 8px 13px;
  border: solid 1px #10286d;
  border-radius: 6px;
  background-color: #fff;
  transition: background-color 0.2s ease-out;
}

.btn-search-allergy a .icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  line-height: 0;
}

.btn-search-allergy a .icon svg {
  width: 100%;
  height: auto;
}

.btn-search-allergy a .icon svg path {
  transition: fill 0.2s ease-out;
  fill: #003f97;
}

.btn-search-allergy a p {
  color: #10286d;
  line-height: 1;
  transition: color 0.2s ease-out;
}

.btn-search-allergy a:hover {
  background-color: #10286d;
}

.btn-search-allergy a:hover .icon svg path {
  fill: #fff;
}

.btn-search-allergy a:hover p {
  color: #fff;
}

.voice {
  padding: 0 0 50px 20px;
}

.voice * {
  box-sizing: border-box;
  font-weight: 700;
}

.voice img {
  max-width: 100%;
}

.voice__lede {
  font-size: 17px;
}

.voice__list {
  display: grid;
  gap: 32px 0;
  margin-top: 20px;
}

.voice__item {
  border: 2px solid #10286d;
}

.voice__body {
  padding: 22px;
  background: #f3f4f8;
  color: #10286d;
  font-size: 17px;
  line-height: 1.75;
}

.voice__title {
  display: flex;
  align-items: center;
  padding: 30px 72px 30px 100px;
  background: #10286d url(/voice/img/voice_icon_light.png) no-repeat left 30px center/45px auto;
  color: white;
  font-size: 20px;
  line-height: 1.5;
}

.voice__request, .voice__answer {
  position: relative;
  padding: 90px 34px 30px;
  background: white;
}

.voice__request:after {
  position: absolute;
  right: 0;
  bottom: -36px;
  left: 0;
  display: block;
  margin: auto;
  width: 100px;
  height: 18px;
  background: url(/voice/img/voice_icon_arrow.png) no-repeat center center/cover;
  content: "";
}

.voice__answer {
  margin-top: 50px;
}

.voice__label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  padding-right: 20px;
  width: 300px;
  height: 64px;
  border-bottom-right-radius: 30px;
  color: white;
  font-weight: 700;
  font-size: 22px;
}

.voice__label.request {
  background: #10286d;
}

.voice__label.request img {
  width: 54px;
}

.voice__label.answer {
  background: #e66;
}

.voice__label.answer img {
  width: 36px;
}

.voice__text.note {
  padding-left: 1em;
  text-indent: -1em;
}

.voice__text li {
  padding-left: 1em;
  text-indent: -1em;
}

.voice__text li + li {
  margin-top: 0.5em;
}

.voice__product__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 40px;
  margin: 20px auto 0;
}

.voice__product__item {
  width: 200px;
  text-align: center;
}

.voice__product__name {
  color: black;
  font-size: 16px;
}

@media (hover: hover) {
  .voice__product__link:hover {
    opacity: 0.7;
  }
}

.voice__product__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px auto;
  width: 144px;
  height: 32px;
  border-radius: 6px;
  background: #10286d;
  color: white !important;
  font-size: 15px;
}

.voice__product__btn:after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  content: "";
  transform: rotate(45deg);
}

.voice__product__banner {
  margin: 20px auto 0;
  text-align: center;
}

@media (hover: hover) {
  .voice__product__banner a:hover {
    opacity: 0.7;
  }
}

.voice__product__info {
  display: flex;
  gap: 0 20px;
  margin-top: 20px;
  font-size: 16px;
}

.voice__product__info p {
  color: black;
}

.voice__product__info.allergy {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 60px;
}

.voice__product__info.allergy img {
  margin-top: 10px;
  width: 100%;
}

.voice__product__info.allergy .allergy-1 {
  width: 274px;
}

.voice__product__info.allergy .allergy-2 {
  width: 572px;
}

.voice__product__info.cardboard {
  align-items: flex-start;
  justify-content: center;
}

.voice__product__info.cardboard .text {
  margin-top: 24px;
}

.voice__product__info.cardboard .text p a {
  color: #10286d;
  text-decoration: underline;
}

@media (hover: hover) {
  .voice__product__info.cardboard .text p a:hover {
    text-decoration: none;
  }
}

.voice__product__info.cardboard .text p + p {
  margin-top: 0.5em;
}

@media all and (min-width: 641px) {
  #hg-contents {
    border-left: solid 1px #bfbfbf;
  }
}

@media all and (max-width: 640px) {
  h2 {
    padding-top: 11vw;
    padding-bottom: auto;
    font-size: 4vw;
  }
  #hg-contents {
    margin: auto;
    width: 100vw;
    height: auto;
  }
  #mainvisual {
    padding-left: 6.5625%;
    width: 100%;
    height: 25vw;
    background: url(/img/common/sp/title_bg_sp_business.jpg) no-repeat left top;
    background-size: cover;
  }
  .btn-search-allergy {
    display: none;
  }
  .voice {
    padding: 10px 12px 35px;
  }
  .voice__lede {
    font-size: 12px;
  }
  .voice__list {
    display: grid;
    gap: 12px 0;
    margin-top: 10px;
  }
  .voice__body {
    padding: 15px;
    font-size: 11px;
  }
  .voice__title {
    padding: 13px 18px 13px 50px;
    background-position: left 13px top 16px;
    background-size: 27px auto;
    font-size: 14px;
  }
  .voice__request, .voice__answer {
    padding: 45px 12px 10px;
  }
  .voice__request:after {
    bottom: -18px;
    width: 50px;
    height: 9px;
  }
  .voice__answer {
    margin-top: 25px;
  }
  .voice__label {
    gap: 0 10px;
    width: 135px;
    height: 32px;
    border-bottom-right-radius: 15px;
    font-size: 11px;
  }
  .voice__label.request img {
    width: 27px;
  }
  .voice__label.answer img {
    width: 18px;
  }
  .voice__product__list {
    gap: 18px 20px;
  }
  .voice__product__item {
    width: 130px;
  }
  .voice__product__name {
    color: black;
    font-size: 10px;
  }
  .voice__product__btn {
    margin: 3px auto;
    width: 84px;
    height: 24px;
    border-radius: 3px;
    font-size: 10px;
  }
  .voice__product__btn:after {
    right: 8px;
    width: 4px;
    height: 4px;
    border-top: 1px solid white;
    border-right: 1px solid white;
  }
  .voice__product__banner {
    padding: 0 10px;
  }
  .voice__product__info {
    flex-direction: column;
    gap: 16px 0;
    margin-top: 14px;
    font-size: 10px;
  }
  .voice__product__info.allergy {
    gap: 18px 0;
  }
  .voice__product__info.allergy img {
    margin-top: 5px;
    width: 100%;
  }
  .voice__product__info.allergy .allergy-1 {
    width: 100%;
  }
  .voice__product__info.allergy .allergy-2 {
    width: 100%;
  }
  .voice__product__info.cardboard {
    gap: 5px 0;
  }
  .voice__product__info.cardboard .text {
    margin-top: 0;
  }
}

/* for IE9 */
#breadcrumbs,
#flexbox {
  overflow: hidden\9;
}

#breadcrumbs p {
  float: left\9;
  margin-left: 10px\9;
}
