.serviceDescriptionPc {
  display: flex;
}

.serviceDescriptionPc__image {
  width: 390px;
  height: 190px;
  margin-right: 40px;
}
.serviceDescriptionPc__text-box{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}
.serviceDescriptionPc__text {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
}

.serviceListPc__container {
  margin: 0 auto;
}

.serviceListPc__content {
  display: flex;
  text-align: center;
  justify-content: space-around;
  margin-bottom: 24px;
}

.serviceListPc__itemText {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.serviceListPc__itemImageContainer {
  width: 160px;
  height: 160px; 
  background-color: #fff;
  border-radius: 50%; 
  position: relative;
  margin-bottom: 12px;
}

.serviceListPc__itemImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.serviceListPc__note {
  color: #686868;
  font-size: 12px;
}

.serviceListPc__homeIcon {
  transform: scale(0.6);
  display: inline-block;
  margin: 0px -2px 0 -4px;
  position: relative;
  top: -4px;
}

.stepPc {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  max-width: 960px;
}

.stepPc__item {
  width: calc(33% - 12px);
  display: flex;
  flex-direction: column;
}

.stepPc__panel {
  border: 1px solid #d1d1d1;
  height: 100%;
}

.stepPc__textArea {
  padding: 20px 15px 27px;
}

.stepPc__titleImage {
  display: block;
  width: 38px;
  margin: 0 auto 25px;
}

.stepPc__item:first-child .stepPc__titleImage {
    width: 35px;
}

.stepPc__title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: bold;
}

.stepPc__text {
  font-size: 16px;
  line-height: 1.2;
}

.stepPc__subText {
  color: #686868;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}

.stepPc__image {
  width: 100%;
  display: block;
}
/*MJ賞*/
.section__mj{
  padding: 30px 0;
}
.mj__box{
  position: relative;
  margin: 2em 0;
  padding: 25px 10px 0;
  border: solid 2px #FFC107;
}
.mj__box .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.mj__head{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.mj__text{
  text-align: center;
  padding:25px 0;
}