/*--------------about-----------------*/
.MblcontentsAbout {
  position: relative;
  overflow: visible;
  z-index: 5; }

.MblcontentsAbout__box {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  overflow: visible;
  z-index: 4; }

.MblcontentsAbout__info {
  border: #ddd thin solid;
  padding: 1rem; }

.MblcontentsAbout__info.back_img {
  background: url(../../../../img/katunarikun_02.jpg) 85% 85% no-repeat;
  background-size: 20%; }

.MblcontentsAbout__info .-infobox_border {
  /* border-top:rgba(156, 39, 176, 0.43) thin dotted; */
  border-bottom: rgba(156, 39, 176, 0.43) thin dotted;
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem; }
  @media (min-width: 576px) {
    .MblcontentsAbout__info .-infobox_border {
      border-bottom: none; } }

.MblcontentsAbout__info .-infobox_border_02 {
  /* border-top:rgba(156, 39, 176, 0.43) thin dotted; */
  border-top: rgba(156, 39, 176, 0.43) thin dotted;
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem; }
  @media (min-width: 576px) {
    .MblcontentsAbout__info .-infobox_border_02 {
      border-top: none; } }

.MblcontentsAbout__info .-infobox_border_02 h5 {
  border-bottom: #9C27B0 thin dotted; }

.MblcontentsAbout__info .-infobox_border_02 .-comment {
  padding: 20px;
  background: rgba(235, 220, 221, 0.45);
  border-radius: 3px; }

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

.InfoHunter__el3 {
  font-size: 1rem; }

.LinkButton__area2 {
  border: #ddd thin solid;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.5rem;
  text-align: center; }
  @media (min-width: 768px) {
    .LinkButton__area2 {
      width: 50%; } }

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

.ButtonPr {
  padding-right: 0.5rem; }

/*
.MblcontentsAbout__image{
  position:absolute;
  top:5%;
  left:25%;
  z-index:3;
}
*/
.MblcontentsAbout__image .-size {
  /*  border-radius:50%; */
  position: absolute;
  top: 19%;
  left: 35%;
  z-index: 3;
  width: 60%; }
  @media (min-width: 768px) {
    .MblcontentsAbout__image .-size {
      top: 18%;
      left: 55%;
      width: 35%;
      max-width: 450px; } }

.About_kariya__photo img,
.MblcontentsAbout .-infobox_border img,
.MblcontentsAbout .-infobox_border_02 img {
  width: 100%; }

.About_kariya__photo img {
  padding-bottom: 20px; }

.breadcrumb {
  font-size: 0.8rem;
  margin-bottom: 2rem; }

.breadcrumb-item + .breadcrumb-item::before {
  content: ">"; }
