/* Scss Document */
body {
  font-weight: 500;
}

main {
  letter-spacing: 0.05em;
}

a {
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.center {
  text-align: center;
}

.yellow {
  color: #FFEC98;
}

.red {
  color: #AD002D;
}

.number {
  font-family: "Inter", sans-serif;
}

picture {
  display: block;
}

.text {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

.trial_btn a {
  text-align: center;
  position: relative;
  display: block;
  border-radius: 5px;
  background: #002638;
  color: #fff;
  font-size: 14px;
  padding: 25px 0;
  width: 330px;
}
.trial_btn a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  background: url(../../Contents/ImagesPkg/arrow_white.svg) no-repeat center center/contain;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(-90deg);
}

.bc_wrap {
  margin-left: 33px;
  font-size: 10px;
}
.bc_wrap .breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5E5E5E;
  font-weight: 400;
}

.tryAgain {
  background: linear-gradient(to bottom, #fff 60%, #F9F0F1);
}
.tryAgain .flex_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.tryAgain .flex_wrap .left_wrap {
  text-align: center;
}
.tryAgain .flex_wrap .left_wrap .bubble {
  background: #004C71;
  color: #fff;
  border-radius: 5px;
  padding: 10px 6px 15px;
  position: relative;
  width: 350px;
  margin: 0 auto;
}
.tryAgain .flex_wrap .left_wrap .bubble::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 8px;
  background: #004C71;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tryAgain .flex_wrap .left_wrap .bubble + h1 {
  margin-top: 25px;
}
.tryAgain .flex_wrap .left_wrap .campaign_title {
  color: #004C71;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
}
.tryAgain .flex_wrap .left_wrap .text {
  text-align: left;
}
.tryAgain .flex_wrap .right_wrap picture {
  width: 450px;
}
.tryAgain .flex_wrap + div {
  margin-top: 10px;
}
.tryAgain .explanation {
  width: 850px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50px;
}
.tryAgain .explanation .line_btn a {
  text-align: center;
  position: relative;
  display: block;
  border-radius: 5px;
  background: #06C755;
  color: #fff;
  padding: 25px 0;
  width: 330px;
}
.tryAgain .explanation .line_btn a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  background: url(../../Contents/ImagesPkg/arrow_white.svg) no-repeat center center/contain;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(-90deg);
}
.tryAgain .explanation + div {
  margin-top: 40px;
}
.tryAgain .benefits {
  display: flex;
  gap: 20px;
}
.tryAgain .benefits .benefit {
  width: calc(50% - 1rem);
}
.tryAgain .benefits .benefit h2 {
  color: #004C71;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.tryAgain .benefits .benefit h2::before, .tryAgain .benefits .benefit h2::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: #004C71;
}
.tryAgain .benefits .benefit h2::before {
  margin-right: 1em;
}
.tryAgain .benefits .benefit h2::after {
  margin-left: 1em;
}
.tryAgain .benefits .benefit ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.tryAgain .benefits .benefit ul li {
  width: 120px;
  height: 120px;
  background: url(../../Contents/ImagesPkg/tryAgain/circle_line.svg) no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #004C71;
  font-size: 14px;
  line-height: 1.3;
}
.tryAgain .benefits .benefit ul li .number {
  font-size: 22px;
  line-height: 1;
}
.tryAgain .benefits .benefit .note {
  font-size: 12px;
  margin-top: 1em;
}
.tryAgain .benefits .benefit .line_btn {
  margin-top: 15px;
}
.tryAgain .benefits .benefit .line_btn a {
  text-align: center;
  position: relative;
  display: block;
  border-radius: 5px;
  background: #06C755;
  color: #fff;
  padding: 25px 0;
  width: 330px;
  margin: 0 auto;
}
.tryAgain .benefits .benefit .line_btn a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  background: url(../../Contents/ImagesPkg/arrow_white.svg) no-repeat center center/contain;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(-90deg);
}

.feelFreeToTry {
  background: #F0F4F9;
}
.feelFreeToTry h2 {
  color: #004C71;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  padding: 0 0 0 1.25em;
  margin-bottom: 30px;
  position: relative;
}
.feelFreeToTry h2::before {
  position: absolute;
  content: "";
  background: #004C71;
  height: 1px;
  width: 1em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.feelFreeToTry .trial_item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.feelFreeToTry .trial_item_list li {
  text-align: center;
  width: calc((100% - 40px) / 3);
}
.feelFreeToTry .trial_item_list li picture + h3 {
  margin-top: 20px;
}
.feelFreeToTry .trial_item_list li h3 {
  color: #000;
  margin-bottom: 10px;
}
.feelFreeToTry .trial_item_list li h3 .adjust {
  letter-spacing: 0;
}
.feelFreeToTry .trial_item_list li .price_wrap .tax_in {
  font-size: 14px;
}
.feelFreeToTry .trial_item_list li .detail_link {
  height: 70px;
  border-radius: 5px;
  margin-top: 20px;
  background: #002638;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: 0.1em;
}
.feelFreeToTry .trial_item_list li .detail_link::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  background: url(../../Contents/ImagesPkg/arrow_white.svg) no-repeat center center/contain;
  top: 50%;
  right: 1.875em;
  transform: translateY(-50%) rotate(-90deg);
}/*# sourceMappingURL=tryAgain.css.map */