/* プロフィール サービス紹介 */

.bg_gray.tab_content {
  background: inherit;
}

.tab_content {
  padding: 20px;
}

.area_notice {
  color: #c03;
  border: solid 1px #c03;
  border-radius: 10px;
}

.content_enclose {
  margin: 15px 0;
  padding: 15px;

  text-align: center;
}

.content_horizon {
  position: relative;

  display: flex;
  flex-wrap: wrap;

  min-height: 110px;
  margin-top: 15px;
  padding: 10px 20px ;

  border-radius: 10px;
  background-color: #f2f2f2;
}

.content_horizon > a {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;
}

.content_horizon > a:hover {
  transition: background-color .5s ease;

  background-color: #fff;

  filter: opacity(.25);
}

.content_column {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 70%;
}

.content_img {
  display: flex;
  align-items: center;

  box-sizing: border-box;
  width: 25%;
  padding: 0 15px 0 5px;
}

.content_right {
  display: flex;
  align-items: center;

  width: 5%;
}

.content_right > i {
  font-size: 24px;
  font-style: inherit;

  margin-left: auto;
}


.content_headnote {
  font-size: 16px;
  font-weight: bold;
}

.content_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 105%;
}

span.smaller {
  font-size: 14px;
}

.icon_rect {
  width: 150px;
  max-height: 120px;
  margin: auto;

  object-fit: contain;
}

.app_icon {
  width: 95px;
  height: 95px;
  margin: auto;

  border-radius: 22.5% ;

  object-fit: contain;
}

.my_qr {
  margin: 20px;
}

.my_qr img {
  display: block;

  margin: 100px auto;
}

.my_qr div {
  padding: 15px;

  text-align: center;

  color: #c03;
  border: solid 1px #c03;
  border-radius: 10px;
}

@media (max-width: 640px) {
  .content_horizon {
    padding: 10px 10px;
  }

  .tab_content {
    padding: 10px;
  }

  .content_column {
    width: 78%;
  }

  .content_img {
    width: 17%;
  }

  .content_right {
    width: 5%;
  }
}
