body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ol {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 5px 30px 5px 5px;
}

ol li {
  display: inline-block;
  word-break: break-all;
  color: #666;
  font-size: 12px;
}

ol li:nth-child(5)::after {
  content: "";
  display: block;
}

ol li a {
  color: #666;
  text-decoration: none;
}

ol li+li::before {
  content: " > ";
}

h1 {
  text-align: center;
  font-weight: normal;
  margin: 0 0 60px;
}

.bold {
  font-weight: bold;
}

.btn {
  color: #FFF;
  background: #BF95A4;
  border-radius: 9px;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: .1em;
  padding: 0.3rem 0.2rem;
}

.btn:hover {
  opacity: .7;
}

.header_contents {
  z-index: 9997;
}

.modaal-overlay {
  z-index: 9998;
}

@media screen and (max-width: 760px) and (min-width: 0px) {
  body {
    padding: 10px;
  }

  h1 {
    margin: 60px 0 70px;
    font-size: 22px;
  }

  .btn {
    height: 40px;
    font-size: 13px;
    padding: 0.5rem 0.1rem;
  }
}

/* 結果ページ */
body.pearlforlife-result {
  color: #707070;
}

.pagetitle {
  text-align: center;
  margin: 60px 0;
}

.pagetitle .en {
  display: block;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
  color: #BF95A4;
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 10px;
}

.pagetitle .ja {
  display: block;
  color: #707070;
  font-size: 30px;
}

.recommend_item {
  display: flex;
  max-width: 700px;
  margin: 0 auto 60px;
  justify-content: space-between;
}

.item {
  flex-basis: 48%;
  display: flex;
  justify-content: space-between;
}

.item .thumb {
  flex-basis: 48%;
}

.item .thumb img {

}

.item .info {
  flex-basis: 48%;
}

.item .info h1 {
  margin: -8px 0 4px;
  text-align: left;
  font-size: 17px;
  line-height: 1.85;
}

.item .info h1 a {
  color: #707070;
  text-decoration: none;
}
.item .info .lbl {
    font-size: 11px;
    border: solid 1px;
    padding: 2px 5px;
    line-height: 1;
    display: inline-block;
    color: #999;
}
.item .info .price {
    font-size: 22px;
    display: block;
    text-align: right;
}

.item .info .btn {
    color: #FFF;
    background: #BF95A4;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 6px 28px;
    height: auto;
}

.recommend_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin: 0 auto 80px;
}

.recommend_info .thumb {
  flex-basis: 40%;
}

.recommend_info .info {
  flex-basis: 56%;
  font-size: 20px;
  line-height: 1.6;
}

.pickup {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 90px;
}

.pickup h2 {
  font-size: 32px;
  margin-bottom: 0;
}

.pickup p {
  margin: 6px 0 30px;
  font-size: 23px;
}

.special_event {
  max-width: 700px;
  margin: 0 auto 80px;
}

.special_event h2 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: .1em;
}

.special_event h2 span {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #E0CDCA 0%) repeat scroll 0 -7px;
}

.special_event .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.special_event .thumb {
  flex-basis: 40%;
}

.special_event .info {
  flex-basis: 56%;
  font-size: 20px;
  line-height: 1.6;
}

.red {
  color: #ff0000;
}

.special_event .info p {
  margin: 0;
}

.line_consultation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.line_consultation .thumb {
  flex-basis: 40%;
  text-align: right;
}

.line_consultation .thumb img {
  margin-right: 40px;
}

.line_consultation .info {
  flex-basis: 56%;
  font-size: 20px;
  line-height: 1.6;
}

.line_consultation .info p {
  margin: 0 0 30px;
  line-height: 2;
}

.line_consultation .btnArea {
  max-width: 280px;
}

.line_consultation .btnArea a {
  transition: all .3s ease;
}

.line_consultation .btnArea a:hover {
  opacity: .7;
}

.sns_share {
  display: block;
  text-align: center;
  margin: 0 0 80px;
}

.sns_share h2 {
  font-size: 30px;
  margin: 0 0 40px;
}

.sns_share i {
  transform: rotate(90deg);
  display: inline-block;
  font-style: normal;
}

.sns_share svg {
  width: 46px;
}

.sns_share svg path {
  fill: #555555;
}

.sns_share .footer_IconList__item {
  width: auto;
  flex-basis: auto;
  margin: 0 16px 20px;
}

.topback {
  text-align: center;
  margin: 0 0 60px;
}

.topback .btn {
  color: #FFF;
  background: #BF95A4;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  padding: 13px 36px;
  height: auto;
}
.step_bar {
	text-align: center;
}
.f_cta .sp {
	display: none !important;
}
@media screen and (max-width: 760px) and (min-width: 0px) {
.pc {
	display: none ;
}
.f_cta .sp {
	display: flex !important;
}

  body.pearlforlife-result ol li:last-child {
  }

  .pagetitle {
    margin: 30px 0;
  }

  .pagetitle .en {
    font-size: 24px;
    margin: 0 0 4px;
  }

  .pagetitle .ja {
    font-size: 16px;
  }

  .recommend_item {
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px;
    font-size: 14px;
  }

  .item {
    margin: 0 0 30px;
  }

  .item .info h1 {
    font-size: 14px;
  }

  .recommend_info {
    margin-bottom: 40px;
  }

  .recommend_info .info {
    font-size: 14px;
  }

  .pickup {
    margin-bottom: 40px;
  }

  .pickup h2 {
    font-size: 25px;
  }

  .pickup p {
    font-size: 15px;
  }

  .special_event {
    margin: 0 30px 30px 30px;
  }

  .special_event h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .special_event .row {
    display: block;
  }

  .special_event .thumb {
    margin-bottom: 20px;
  }

  .special_event .info {
    text-align: center;
    font-size: 14px;
  }

  .line_consultation {
    margin: 0 30px 30px 30px;
  }

  .line_consultation .info p {
    font-size: 12px;
    margin: 0 0 10px;
  }

  .line_consultation .thumb {
    flex-basis: 25%;
  }

  .line_consultation .info {
    flex-basis: 65%;
  }

  .sns_share {
    margin: 0 0 40px;
  }

  .sns_share h2 {
    font-size: 18px;
    margin: 0 0 20px;
  }

  .sns_share ul {
    margin: 0 10px 0;
    justify-content: center;
  }

  .sns_share .footer_IconList__item {
    margin: 0 16px;
  }

  .sns_share svg {
    width: 46px;
  }

  .topback .btn {
    font-size: 16px;
    padding: 13px 40px;
  }

  .item .info .btn {
    color: #FFF;
    background: #BF95A4;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    padding: 8px 18px;
    height: auto;
  }
}

.gray-circle {
  border-radius: 50%;
  background: #CCC;
}

figure.gray-circle {
  padding: 40px;
  margin: 0 6px 30px;
}

.choices2,
.choices4 {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0;
    max-width: 800px;
    margin: 120px auto 46px;
}

.choices2 li,
.choices4 li {
    flex-basis: 340px;
    margin: 0 20px;
    text-align: center;
    position: relative;
}

figure.figure_size2 {
  margin: 0px 5px 17px;
}

figure.figure_size4 {
  margin: 0px 0px 17px;
}

.footer_IconList {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}
.choices4 li a {
	color: #787878;
	text-decoration: none;
	display: block;
    min-height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #787878;
    border-radius: 16px;
    font-size: 40px;
	box-shadow: 2px 2px 6px rgb(0 0 0 / 25%);
}
.choices4 li a:hover {
	background: #f2f2f2;
}
.choices4 li::before {
	content: "";
	background: none no-repeat center center;
	width: 120px;
	height: 120px;
	background-size: 120px;
	position: absolute;
	top: -60px;
    left: 50%;
    transform: translateX(-50%);
	pointer-events: none;
}
.choices4 li.ans_a::before {
	background-image: url(images/select_a.png);
}
.choices4 li.ans_b::before {
	background-image: url(images/select_b.png);
}

@media screen and (max-width: 760px) and (min-width: 0px) {
  figure.gray-circle {
    padding: 20px;
    margin: 0 6px 30px;
  }

  .choices2,
  .choices4 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 2rem;
  }

  .choices2 li,
  .choices4 li {
    flex-basis: 45%;
    margin: 0 2% 30px;
  }
.choices4 li a {
    min-height: 190px;
    font-size: 20px;
}
.choices4 li::before {
	width: 60px;
	height: 60px;
	background-size: 60px;
	top: -30px;
}
}


.f_cta {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 90px;
}

.f_cta p {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    margin: 10px 0 40px;
}

.c_b a {
background: #666666;
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    padding: 17px 15px;
    display: inline-block;
    width: 230px;
	margin: 0 20px;
}

.f_cta .row {
	display: flex;
	justify-content: center;
}

.f_cta .col {

}

@media screen and (max-width: 760px) and (min-width: 0px) {
	.f_cta {
		margin: 0 auto 45px;
	}
	.f_cta p {
	    text-align: center;
	    font-size: 15px;
	    line-height: 1.8;
	    margin: 10px 0 30px;
	}
	.f_cta .col {
		flex-basis: 48%;
	}
	.c_b a {
    margin: 0 0 10px;
    width: 95%;
    font-size: 14px;
    padding: 14px 0;	}
	.f_cta .row {
		    justify-content: space-between;
	}

	.f_cta .sp.row a {
		padding: 0;
	}
}