.reviewItemMain{
  background-color: #f8f8f8;
}
.reviewItemWrapper{
  background-color: white;
  width: 90%;
  margin: 0 auto;
  padding: 30px;
}
.reviewItemTitle{
  font-size: 24px;
  padding-left: 30px;
  border-left: solid #1D3850 20px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 50px;
}
.reviewItemFlex{
  display: flex;
}
.reviewItemFlex > .flex_left{
  width: 40%;
}
.reviewItemFlex > .flex_left > img{
  margin: 0 auto;
}
.reviewItemFlex > .flex_right{
  width: 60%;
}
.reviewItemWritor{
  border-bottom: dotted rgb(138, 138, 138) 3px;
  font-size: 24px;
}
.reviewItemMainContent{
  font-size: 20px;
  padding: 30px 0px 15px 0px;
}
.reviewItemZyanru{
  margin-top: 50px;
}
.reviewThisItem{
  font-size: 24px; 
  text-align: center;
  padding : 30px 0px;
}
.commentItem{
  display: flex;
}
.commentItem > .flex_left{
  width: 20%;
}
.commentItem > .flex_left > img{
  width:50px;
  margin: 0 auto;
  display: block;
}
.commentItem > .flex_left > p{
  text-align: center;
  margin-top: 30px;
}
.commentItem > .flex_right{
  width: 80%;
}
.commentItemUwa{
  width: 80%;
  margin: 0 auto;
  background-color: white;
  padding: 30px 0px;
  margin-bottom: 30px;
}

.commentMain{
  font-size: 24px;
  padding-left: 30px;
  border-left: solid #1D3850 20px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
}
.button05{
  margin-top: 30px;
  
}

.button05 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em 1em;
  width: 250px;
  color: #294e6f;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid #294e6f;
  border-radius: 10px;
}

.button05 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #294e6f;
  border-right: 3px solid #294e6f;
  transform: rotate(45deg);
}

.button05 a:hover {
  color: #fca8a8;
  text-decoration: none;
  background-color: white;
}

.button05 a:hover::after {
  border-top: 3px solid #fca8a8;
  border-right: 3px solid #fca8a8;
}