body {
  font-family: 'Noto Serif JP', 'Helvetica Neue', Helvetica, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Arial, 'Yu Gothic';
  color: #393f4c;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

body > main > section:nth-child(6) > div.flex.flex-col.p-8.pt-32.pb-16.md\:py-24.lg\:mr-80.xl\:px-32.z-20 > div > div.relative.w-full.border.border-gray-600.bg-gray-50.z-10 > div.flex.border-b.border-gray-600.bg-orange-200 > a::after {
  content: '';
  display: block;
  width: 10px;
  height: 18px;
  background-image: url(/img/arrow_right.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 1.25rem;
  transition: all 300ms;
}

body > main > section:nth-child(6) > div.flex.flex-col.p-8.pt-32.pb-16.md\:py-24.lg\:mr-80.xl\:px-32.z-20 > div > div.relative.w-full.border.border-gray-600.bg-gray-50.z-10 > div.flex.border-b.border-gray-600.bg-orange-200 > a:hover::after {
  transform: translateX(0.25em);
}

@media screen and (max-width: 767px) {
  body > main > section:nth-child(6) > div.flex.flex-col.p-8.pt-32.pb-16.md\:py-24.lg\:mr-80.xl\:px-32.z-20 > div > div.relative.w-full.border.border-gray-600.bg-gray-50.z-10 > div.flex.border-b.border-gray-600.bg-orange-200 > a::after {
    display: none;
  }
}
p {
  font-size: 16px !important;
}
