.myHead {
  background-color: #FFE300;
}

@media only screen and (max-width: 992px) {
  .myHead {
    padding-bottom: 20px;
  }
}

.myHead_right .inner_right {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  -ms-grid-columns: 50% 50%;
  grid-template: "header image" "txt image" 1fr / 50% 50%;
}

@media only screen and (max-width: 992px) {
  .myHead_right .inner_right {
    display: block;
  }
}

.myHead_right .inner_right .image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: image;
}

.myHead_right .inner_right .header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
}

.myHead_right .inner_right .txt {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: txt;
}

.myHead_left .inner_left {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  -ms-grid-columns: 50% 50%;
  grid-template: "image header" "image txt" 1fr / 50% 50%;
}

@media only screen and (max-width: 992px) {
  .myHead_left .inner_left {
    display: block;
  }
}

.myHead_left .inner_left .image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: image;
}

.myHead_left .inner_left .header {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: header;
}

.myHead_left .inner_left .txt {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: txt;
}

.myHead .image {
  position: relative;
}

@media only screen and (max-width: 992px) {
  .myHead .image {
    width: 100%;
    height: 30vh;
    margin-bottom: 20px;
  }
}

.myHead .image .bg {
  background-image: url(../img/satisfaction/img_head01.png?2025);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -170px;
}

@media only screen and (max-width: 1456px) {
  .myHead .image .bg {
    left: 0;
  }
}

@media only screen and (max-width: 992px) {
  .myHead .image .bg {
    background-image: url(../img/satisfaction/img_head01@2x.png);
  }
}

.myHead02 .image .bg {
  background-image: url(../img/satisfaction/img_head02.png);
}

@media only screen and (max-width: 992px) {
  .myHead02 .image .bg {
    background-image: url(../img/satisfaction/img_head02@2x.png);
  }
}

.myHead_right .image .bg {
  background-position: left center;
  left: 0;
  right: -170px;
}

@media only screen and (max-width: 1456px) {
  .myHead_right .image .bg {
    right: 0;
  }
}

.myHead .header {
  position: relative;
  padding-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 6px;
  color: #595757;
  text-align: right;
}

@media only screen and (max-width: 992px) {
  .myHead .header {
    padding-top: 20px;
    text-align: left;
  }
}

.myHead .header::after {
  content: "";
  background-color: #fff;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: -140px;
}

@media only screen and (max-width: 992px) {
  .myHead .header::after {
    left: 0;
    height: 2px;
  }
}

.myHead .header .sub {
  font-family: "Yellowtail", cursive;
  color: #0066B3;
  font-size: 45px;
  font-size: 4.5rem;
  letter-spacing: 0.14em;
}

@media only screen and (max-width: 600px) {
  .myHead .header .sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.myHead .header .title {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (max-width: 600px) {
  .myHead .header .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myHead .txt {
  padding-bottom: 40px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #595757;
}

@media only screen and (max-width: 992px) {
  .myHead .txt {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .myHead .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myHead_right .header {
  text-align: left;
}

.myHead_right .header::after {
  left: 0;
  right: -140px;
}

@media only screen and (max-width: 992px) {
  .myHead_right .header::after {
    right: 0;
  }
}

.myBlock {
  background-color: #F0EEE5;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 600px) {
  .myBlock {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.myBlock .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: start;
  column-gap: 50px;
}

@media only screen and (max-width: 600px) {
  .myBlock .list {
    display: block;
  }
}

.myBlock .list li {
  width: calc((100% - 50px * 2) / 3);
  background-color: #fff;
  margin-top: 44px;
}
@media only screen and (max-width: 992px) {
  .myBlock .list li {
    width: calc((100% - 50px) / 2);
  }
}

@media only screen and (max-width: 600px) {
  .myBlock .list li {
    display: block;
    width: auto;
    margin-top: 0;
  }
}

.myBlock .list li:nth-child(-n + 3) {
  margin-top: 0;
}

@media only screen and (max-width: 600px) {
  .myBlock .list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.myBlock .list .image {
  text-align: center;
}

.myBlock .list .image img {
  width: 100%;
}

.myBlock .list dl {
  padding: 20px;
}

@media only screen and (max-width: 600px) {
  .myBlock .list dl {
    padding: 15px;
  }
}

.myBlock .list dl dt {
  border-bottom: solid 1px #0066B3;
  margin-bottom: 15px;
  color: #0066B3;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .myBlock .list dl dt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.myBlock .list dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
  .myBlock .list dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
