@charset "utf-8";
.round-corners {
  border-radius: 0.82rem;
}
/*
---------- quality ----------
*/
.photo-wrap {
  border-radius: 0.82rem;
  margin-top: 2.33rem;
  overflow: hidden
}
/* .round-corner1 {
  border-radius: 0.82rem 0 0 0;
}
.round-corner2 {
  border-radius: 0 0.82rem 0 0;
}
.round-corner3 {
  border-radius: 0 0 0 0.82rem;
}
.round-corner4 {
  border-radius:  0 0 0.82rem 0;
} */

/*
---------- quality 終----------
*/
.fs-quality {
  font-size: 1.16rem;
}
.textlink-icon-newtab_quality {
  position: relative;
  display: inline-block;
}
.textlink-icon-newtab_quality::after {
  content: '';
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-left: 4px;
  background: url(../images/common/icon-newtab_black.svg) no-repeat center center/contain;
}
@media all and (min-width: 576px) {
/*
---------- quality ----------
*/
/* .round-corner1 {
  border-radius: 0.82rem 0 0 0.82rem;
}
.round-corner2 {
  border-radius: 0 0 0 0;
}
.round-corner3 {
  border-radius: 0 0 0 0;
}
.round-corner4 {
  border-radius:  0 0.82rem 0.82rem 0;
} */


/*
---------- quality 終----------
*/
}
@media all and (min-width: 768px) {

}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 400px) {
 
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}

/* Mr.バランスとは */
.mr_balance_items a {
  display: block;
  text-align: center;
  color: #070304;
}
.mr_balance_items a:hover {
  color: #20A74A;
}
.mr_balance_item_imgwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E3F5E8;
  padding: 13px;
  border-radius: 10px;
  height: 174px;
}

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //Mr.バランスとは */