.ps_header_pict01::before {
  background-image: url("../images/pict_header_pict01.png");
}

.ps_bcOr {
  border-color: #FFAF0A;
}

.ps_header_bgWht {
  background-color: #ffffff;
  display: inline-block;
  margin: -9rem auto 3rem;
  vertical-align: 1.4rem;
  padding: 0 2rem;
}

@media screen and (max-width: 559px) {

.ps_ms_borderNone {
  border: none;
}

.ps_header_bgWht {
  background-color: #ffffff;
  padding: 0;
  margin: -5rem auto 3rem;
}

}

.ps_q_baloon {
  position: relative;
  padding: 3rem 3rem 3rem 17rem;
  background-color: #dbefed;
  border-radius: 2.5rem;
  min-height: 18.5rem;
}

.ps_fig02_01::before { background: url("../images/fig02_01.png") center center no-repeat; }
.ps_fig02_02::before { background: url("../images/fig02_02.png") center center no-repeat; }
.ps_fig02_03::before { background: url("../images/fig02_03.png") center center no-repeat; }
.ps_fig02_04::before { background: url("../images/fig02_04.png") center center no-repeat; }
.ps_fig02_05::before { background: url("../images/fig02_05.png") center center no-repeat; }
.ps_fig02_06::before { background: url("../images/fig02_06.png") center center no-repeat; }
.ps_fig02_07::before { background: url("../images/fig02_07.png") center center no-repeat; }

.ps_q_baloon::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 12.5rem;
  height: 12.5rem;
}

.ps_q_baloon::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 4rem;
  height: 4rem;
  background-color: #dbefed;
  transform: translateX(-50%) rotate(45deg);
  z-index: 0;
}

.ps_q_baloon .position01 {
  font-size: 2.0rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #000000;
  border-radius: 2rem;
  padding: 0.2rem 2rem 0.4rem;
  margin-right: 2rem;
}

.ps_q_baloon p {
  font-size: 2.0rem;
  line-height: 3.2rem;
  font-weight: 400;
  margin: 1.2rem 0 0;
  position: relative;
  z-index: 1;
}

.ps_a_baloon {
  position: relative;
  padding-right: 11.5rem;
  margin: 5rem 3rem 5rem;
}

.ps_a_baloon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  background: url("../images/fig02_00.png") center center no-repeat;
  background-size: contain;
}

.ps_a_baloon p {
  font-size: 2.5rem;
  line-height: 3.9rem;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 559px) {

.ps_q_baloon {
  padding: 2.5rem 2.5rem 1.5rem;
  min-height: 12rem;
}

.ps_q_baloon .position01 {
  font-size: 1.7rem;
  line-height: 2.7rem;
  border-radius: 2rem;
  padding: 0.2rem 2rem 0.4rem;
  margin: 0 0 0 10.5rem;
}

.ps_q_baloon .position02 {
  display: block;
  margin: 1rem 0 0 10.5rem;
}

.ps_q_baloon p {
  font-size: 1.7rem;
  line-height: 2.7rem;
  margin: 2.5rem 0 0;
}

.ps_q_baloon::before {
  top: 1.5rem;
  left: 2.5rem;
  width: 9rem;
  height: 9rem;
  background-size: contain;
}

.ps_a_baloon {
  padding-right: 10.5rem;
  margin: 3rem 0 3rem;
}

.ps_a_baloon p {
  font-size: 2.0rem;
  line-height: 3.2rem;
}

}

.ps_utilize_container {
  background-color: #FFF5E0;
  border-radius: 2.5rem;
  padding: 3.5rem 3.5rem 0.5rem;
  margin-bottom: 5rem;
}

.ps_utilize_container h3 {
  background-color: #FFD784;
  border-radius: 4.3rem;
  padding: 1rem 2rem 1.1rem;
  margin-bottom: 1.5rem;
}

.ps_utilize_container > div {
  max-width: 100rem;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 2.5rem;
  padding: 3.5rem 5rem;
  margin-bottom: 3rem;
}

.ps_utilize_container ul {
  margin-bottom: 0;
}

.ps_utilize_container li {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
  padding-left: 2.3rem;
  font-size: 1.8rem;
  line-height: 2.9rem;
  position: relative;
}

.ps_utilize_container li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  height: 1.7rem;
  width: 1.7rem;
  background-color: #FF7A1C;
  border-radius: 1rem;
}

.ps_utilize_container li .ps_utilize_position {
  color: #FF7A1C;
  flex-shrink: 0;
  width: 21rem;
}

@media screen and (max-width: 559px) {

.ps_utilize_container {
  padding: 3.5rem 1.5rem 0.5rem;
}

.ps_utilize_container > div {
  padding: 1.5rem 2rem;
  margin-bottom: 2.5rem;
}

.ps_utilize_container li {
  column-gap: 1rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
  flex-direction: column;
  padding-left: 2.0rem;
}

.ps_utilize_container li::before {
  top: 0.65rem;
  height: 1.4rem;
  width: 1.4rem;
}

.ps_utilize_container li .ps_utilize_position {
  width: auto;
  padding-left: 1em;
}

}


