/*--------------about-----------------*/
.MblcontentsTheway {
  background: rgba(255, 255, 255, 0.6) url(../../../../img/mobile/theway_back2.png) 100% 145% no-repeat;
  background-size: 40%; }
  @media (max-width: 768px) {
    .MblcontentsTheway {
      background: none; } }

.MblcontentsTheway__info {
  /*  border:#ddd thin solid; */
  background: #ddd;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem; }

.InfoHunter__el1 {
  display: inline-block;
  background: rgba(156, 39, 176, 0.43);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  text-align: center; }

.InfoHunter__el2 {
  display: inline-block;
  background: rgba(156, 39, 176, 0.43);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 20px;
  text-align: center;
  font-size: 1rem;
  letter-spacing: -0.25rem; }

.InfoHunter__el3 {
  display: inline-block;
  background: rgba(156, 39, 176, 0.43);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  text-align: center; }

.LinkButton__area1 {
  border: #ddd thin solid;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem;
  text-align: center; }

.LinkButton__area2 {
  border: #ddd thin solid;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.5rem;
  text-align: center; }

.LinkButton__area1 .-link,
.LinkButton__area2 .-link {
  color: #FFF; }

.ButtonPr {
  padding-right: 0.5rem; }

.CategoryBox {
  background: rgba(255, 255, 255, 0.8) url(../../../../img/mobile/theway_back.png) 0% 10% no-repeat;
  background-size: 120%;
  border: #ddd thin solid;
  padding: 1rem;
  line-height: 1.2; }
  @media (min-width: 992px) {
    .CategoryBox {
      background-image: none; } }
