@charset "utf-8";
/* CSS Document */

.cms_pagenation{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 44px;
  border-top: 1px solid #B1B1B1;
}
.cms_review span:first-of-type,
.cms_next span:last-of-type{
  display: inline-block;
  width: 76px;
  height: 76px;
  padding-top: 23px;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  background-color: #323232;
}
.cms_review span:first-of-type{margin-right: 18px;}
.cms_review span:first-of-type img{transform: rotate(180deg);}
.cms_next span:last-of-type{margin-left: 18px;}

.cms_review span:last-of-type,
.cms_next span:first-of-type{
  vertical-align: middle;
  text-decoration: underline;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1F2022;
}

.cms_pagenumber{
  display: flex;
  justify-content: center;
}
.cms_pagenation .cms_pagenumber li:nth-last-of-type(n+2){
  margin-right: 24px;
  border-bottom: none;
}
.cms_pagenation .cms_pagenumber li a{
  padding: 0 4px;
  font-family: Roboto, YakuHanJP, 'Noto Sans Japanese',"Hiragino Sans";
  font-size: 1.125rem;
  color: #8C8C8D;
}
.cms_pagenation .cms_pagenumber li.current a{
  color: #1F2022;
  font-weight: bold;
}
.cms_pagenation .cms_pagenumber li a::after{content: none;}





@media screen and (min-width:821px){
  .cms_review a:hover span:first-of-type,
  .cms_next a:hover span:last-of-type{opacity: 0.5;}
  .cms_next a:hover span:first-of-type,
  .cms_review a:hover span:last-of-type{text-decoration: none;}
}
