:root {
  --dark-slate-grey: #3c3c3c;
  --dark-slate-blue: #003781;
  --steel-blue: #3583c9;
  --brown: #861f41;
  --cadet-blue: #0093b2;
  --chocolate: #e8610c;
  --royal-blue: #326295;
  --orange: #f7a919;
  --white: white;
  --0093b2: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container {
  color: var(--dark-slate-grey);
  max-width: 1120px;
  padding-top: 90px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  position: relative;
}

.container.brand {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
}

.container.master {
  text-align: center;
  max-width: 1120px;
}

.brand-section {
  background-color: #e6ecf2;
}

.brand-h2 {
  color: var(--dark-slate-blue);
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
}

.p {
  color: #3c3c3c;
  text-align: justify;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.p.center {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.note {
  color: #6c6c6c;
  margin-top: 30px;
  font-size: 12px;
}

.note.left {
  text-align: left;
}

.note.left.mt-0 {
  margin-top: 0;
}

.sup {
  font-size: 10px;
  display: inline-block;
  position: relative;
  top: -8px;
}

.risklab-icon {
  display: inline-block;
  position: relative;
  top: -4px;
}

.inline-text {
  display: inline;
}

.note-block-text {
  margin-top: 20px;
}

.head-block {
  border-top: 4px solid var(--steel-blue);
  text-align: center;
  background-color: #d7e6f480;
  margin-top: 40px;
  padding: 40px;
}

.head-block.purple {
  border-top-color: var(--brown);
  background-color: #e7d2d980;
}

.head-block.cyan {
  border-top-color: var(--cadet-blue);
  background-color: #cce9f080;
}

.head-block.cyan.pd {
  padding-bottom: 80px;
}

.head-block.orange {
  border-top-color: var(--chocolate);
  background-color: #fadfce80;
  font-size: 18px;
}

.head-block-h3 {
  color: var(--steel-blue);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
}

.head-block-h3.purple {
  color: var(--brown);
  font-size: 40px;
  font-weight: 400;
}

.head-block-h3.cyan,
.head-block-h3.orange {
  font-size: 40px;
  font-weight: 400;
}

.master-img {
  margin: 40px auto;
}

.inline-blue {
  color: var(--royal-blue);
  font-weight: 500;
}

.tab-block {
  margin-top: 60px;
  font-size: 18px;
}

.tab-nav {
  z-index: 2;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.tab-content {
  height: 310px;
  position: relative;
  top: -80px;
}

.tab-item {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  width: 320px;
  height: 165px;
  display: flex;
  position: relative;
}

.t-img-1 {
  opacity: 0;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  inset: 0%;
}

.t-block {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
}

.t-block._01 {
  opacity: 1;
}

.t-block._02,
.t-block._03 {
  opacity: 0;
}

.t-text-block {
  background-color: #f4f4f4;
  width: 730px;
  height: 330px;
  padding-top: 80px;
  padding-left: 55px;
  padding-right: 55px;
  font-size: 16px;
  font-weight: 400;
}

.t-block-img {
  object-fit: none;
  object-position: 100% 100%;
}

.t-text {
  border-left: 3px solid var(--cadet-blue);
  padding-left: 20px;
}

.t-text.blue {
  border-left-color: var(--steel-blue);
}

.t-text.orange {
  border-left-color: var(--chocolate);
  font-size: 16px;
  font-weight: 400;
}

.cyan {
  color: var(--cadet-blue);
  font-weight: 500;
}

.blue {
  color: var(--steel-blue);
  font-weight: 500;
}

.orange {
  color: var(--chocolate);
  font-weight: 500;
}

.t-img-1-active,
.t-img-2 {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  inset: 0%;
}

.t-img-2-active {
  opacity: 0;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  inset: 0%;
}

.t-img-3 {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  inset: 0%;
}

.t-img-3-active {
  opacity: 0;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  inset: 0%;
}

.calc-title {
  color: var(--brown);
  text-align: center;
  margin-top: 60px;
  font-size: 24px;
}

.calc-h4 {
  border-bottom: 3px solid var(--brown);
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}

.link-block {
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.link-block.hide {
  display: none;
}

.arrow-right {
  background-color: var(--cadet-blue);
  object-fit: none;
  width: 60px;
  height: 60px;
}

.arrow-right.orange {
  background-color: var(--chocolate);
}

.arrow-right.blue {
  background-color: var(--steel-blue);
}

.arrow-right.yellow {
  background-color: var(--orange);
  margin-left: auto;
}

.link-item {
  border: 2px solid var(--cadet-blue);
  color: var(--cadet-blue);
  align-items: center;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.link-item:hover {
  background-color: var(--cadet-blue);
  color: var(--white);
}

.link-item.w--current {
  color: var(--cadet-blue);
}

.link-item.w--current:hover {
  color: var(--white);
}

.link-item.orange {
  border-color: var(--chocolate);
  color: var(--chocolate);
  font-size: 18px;
}

.link-item.orange:hover {
  background-color: var(--chocolate);
  color: var(--white);
}

.link-item.blue {
  border-color: var(--steel-blue);
  color: var(--steel-blue);
  font-size: 18px;
}

.link-item.blue:hover {
  background-color: var(--steel-blue);
  color: var(--white);
}

.link-item.pd {
  background-color: var(--white);
  color: var(--cadet-blue);
  justify-content: space-between;
  width: 40%;
  min-width: 365px;
  font-size: 18px;
}

.link-item.pd:hover {
  background-color: var(--cadet-blue);
}

.link-item.happiness {
  border-color: var(--orange);
  color: var(--orange);
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.link-item.happiness:hover {
  background-color: var(--orange);
  color: var(--white);
}

.link-item.cadet {
  color: var(--cadet-blue);
  font-size: 18px;
  font-weight: 500;
}

.link-item.cadet:hover {
  color: var(--white);
}

.link-item.cadet.w--current {
  color: var(--cadet-blue);
}

.link-item.cadet.w--current:hover {
  color: var(--white);
}

.link-text {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
}

.calc-block {
  font-size: 18px;
}

.calc-content {
  flex-wrap: wrap;
  margin-top: 40px;
  font-size: 18px;
  display: flex;
}

.calc-img {
  object-fit: cover;
  width: 60%;
}

.calc-form {
  background-color: #e6ecf280;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.form {
  flex-wrap: wrap;
  display: flex;
}

.label {
  align-items: center;
  width: 40%;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.field {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid silver;
  width: 50%;
  margin-bottom: 30px;
  font-size: 16px;
}

.form-block {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 0;
  display: flex;
}

.calc-answer-block {
  background-color: #e7d2d980;
  justify-content: center;
  width: 100%;
  padding: 35px;
  display: flex;
}

.ans-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  font-size: 28px;
  display: flex;
}

.money,
.percent {
  color: var(--brown);
  font-weight: 500;
  display: inline;
}

.calc-link-block {
  color: var(--brown);
  justify-content: center;
  width: 100%;
  margin-top: 60px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.calc-link-btn {
  border: 2px solid var(--brown);
  color: var(--brown);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-width: 250px;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.calc-link-btn:hover {
  background-color: var(--brown);
  color: var(--white);
}

.calc-link-btn.w--current {
  color: var(--brown);
  font-weight: 500;
}

.calc-link-btn.w--current:hover {
  color: var(--white);
}

.head-block-h4 {
  color: var(--0093b2);
  text-align: left;
  margin-top: 40px;
  font-size: 21px;
  font-weight: 500;
}

.pd-link-block {
  justify-content: space-around;
  margin-top: -35px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  display: flex;
}

.block-title {
  color: var(--brown);
  text-align: center;
  margin-top: 60px;
  font-size: 24px;
}

.block-title.product {
  margin-top: 0;
}

.pd-h4 {
  border-bottom: 3px solid var(--cadet-blue);
  color: var(--cadet-blue);
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}

.pd-h4.orange {
  border-bottom-color: var(--chocolate);
  color: var(--chocolate);
}

.pd-h4.yellow {
  border-bottom-color: var(--orange);
  color: #f7a919;
  font-weight: 500;
}

.pd-p {
  color: var(--0093b2);
  font-size: 18px;
}

.pd-block {
  flex-direction: column;
  display: flex;
}

.pd-style-block {
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
  overflow: hidden;
}

.pd-name {
  align-items: flex-start;
  width: 47%;
  margin-left: 20px;
  margin-right: 0;
  padding-bottom: 20px;
  display: flex;
}

.pd-name.v-center {
  align-items: flex-start;
  width: auto;
}

.pd-name.last {
  margin-left: 20px;
  margin-right: 0;
}

.pd-name-link {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.pd-name-link:hover {
  color: var(--steel-blue);
}

.pd-name-link.col-flat {
  align-items: center;
  display: flex;
}

.black {
  color: var(--0093b2);
  display: block;
}

.pd-name-text {
  font-size: 18px;
  transition: color 0.2s;
}

.pd-name-text:hover {
  color: #f7a919;
}

.pd-name-text.col-flat {
  margin-right: 40px;
}

.pd-list {
  color: var(--0093b2);
  font-weight: 300;
  line-height: 1.3;
}

.pd-list-item {
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}

.pd-list-icon {
  margin-top: 2px;
  margin-right: 5px;
}

.point-section {
  padding-top: 60px;
  font-size: 18px;
}

.point-block {
  color: #000;
  font-size: 18px;
}

.point-item {
  color: var(--dark-slate-grey);
  border-bottom: 1px solid #bdbdbd;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.point-item:hover {
  color: var(--cadet-blue);
}

.point-icon {
  margin-right: 10px;
}

.point-article {
  margin-right: auto;
  font-size: 18px;
}

.point-article:hover {
  color: var(--cadet-blue);
}

.point-date {
  width: 100px;
  font-size: 18px;
}

.point-date:hover {
  color: var(--cadet-blue);
}

.mb-inline {
  font-size: 16px;
  display: inline-block;
}

.pd-name-link-init {
  color: var(--dark-slate-blue);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.pd-name-link-init:hover {
  color: #f7a919;
}

.first-block {
  margin-top: 40px;
  display: flex;
}

.happiness-img {
  object-fit: cover;
}

.happiness-img._2 {
  object-position: 50% 100%;
  width: 554px;
  height: 250px;
}

.happiness-img._3,
.happiness-img._4 {
  width: 200px;
  height: 300px;
}

.first-text-block {
  background-color: #e6ecf280;
  flex: 1;
  padding: 40px;
}

.first-h4 {
  text-align: center;
}

.first-list {
  color: var(--0093b2);
  font-weight: 300;
}

.first-list-item {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  display: flex;
}

.blue-medium {
  color: var(--dark-slate-blue);
  font-weight: 500;
}

.video-block {
  margin-top: 40px;
  display: flex;
}

.video-text-block {
  background-color: #e6ecf280;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.video-p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.video-youtube {
  width: 648px;
}

.process-block {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.step {
  background-image: url("../images/Group-1396.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26%;
  height: 182px;
  display: flex;
}

.step._02 {
  background-image: url("../images/Group-1397.svg");
}

.step._03 {
  background-image: url("../images/Group-1398.svg");
}

.step._04 {
  background-image: url("../images/Group-1399.svg");
  width: 22%;
}

.step-number {
  border-bottom: 3px solid var(--chocolate);
  color: var(--chocolate);
  margin-bottom: 15px;
  font-size: 40px;
  display: inline-block;
}

.step-number._2 {
  border-bottom-color: var(--steel-blue);
  color: var(--steel-blue);
}

.step-number._3 {
  border-bottom-color: var(--cadet-blue);
  color: var(--cadet-blue);
}

.step-number._4 {
  border-bottom-color: var(--brown);
  color: var(--brown);
}

.step-text-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  font-size: 18px;
  display: flex;
}

.step-text-link {
  color: #326295;
  font-size: 21px;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.2s;
}

.step-text-link:hover {
  color: var(--chocolate);
  font-size: 21px;
}

.step-text {
  color: var(--dark-slate-grey);
  font-size: 21px;
  font-weight: 500;
}

.process-note {
  margin-top: 40px;
  font-size: 18px;
}

.process-list {
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  list-style-type: decimal;
}

.happiness-section {
  padding-bottom: 140px;
}

.happiness-block {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.happiness-text-block {
  color: var(--0093b2);
  background-color: #e6ecf280;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  display: flex;
}

.happiness-col-block {
  width: 49%;
  font-weight: 400;
  display: flex;
}

.happiness-list {
  color: var(--0093b2);
  font-weight: 300;
}

.happiness-h4 {
  border-bottom: 3px solid var(--orange);
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 21px;
  font-weight: 500;
}

.happiness-list-item {
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.happiness-link-block {
  justify-content: space-around;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.unit {
  align-items: center;
  width: 10%;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.master-img-mb {
  margin: 40px auto;
  display: none;
}

.mb-block {
  font-size: 40px;
  font-weight: 400;
}

.mb-br {
  font-size: 18px;
  font-weight: 500;
}

.html-embed {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  overflow: hidden;
}

.paragraph.happy {
  max-width: 500px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.pd-group {
  flex-flow: wrap;
  display: flex;
}

.links {
  color: #6c6c6c;
  font-weight: 700;
  text-decoration: none;
}

.links:hover {
  color: #6c6c6c;
  text-decoration: underline;
}

.links:active,
.links:focus,
.links:focus-visible,
.links[data-wf-focus-visible],
.links:visited {
  color: #6c6c6c;
}

.text-block,
.text-block-2 {
  font-size: 18px;
  font-weight: 500;
}

.bold-text {
  font-size: 21px;
}

.step-text-block-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pd-name-link-1 {
  color: var(--dark-slate-blue);
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.pd-name-link-1:hover {
  color: var(--steel-blue);
}

.pd-name-link-1.col-flat {
  align-items: center;
  display: flex;
}

.font-size {
  color: var(--cadet-blue);
  font-size: 18px;
}

.calc-btn-block {
  color: var(--brown);
  font-size: 18px;
  font-weight: 400;
}

.link-btn-block {
  font-size: 18px;
  font-weight: 500;
}

.point-linkblock {
  color: var(--dark-slate-grey);
  font-size: 18px;
}

.step-link-block {
  font-size: 21px;
  text-decoration: underline;
}

.happiness-btn-link {
  width: 46%;
  font-size: 18px;
  font-weight: 400;
}

.mb-block-2 {
  font-size: 18px;
  font-weight: 500;
}

.happiness-img-block1 {
  background-image: url("../images/2463446.jpg");
  background-position: 50%;
  background-size: cover;
  width: 35%;
  height: auto;
}

.happiness-img-block2 {
  background-image: url("../images/happy.jpg");
  background-position: 50%;
  background-size: cover;
  width: 35%;
  height: auto;
}

.list-item {
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.5;
}

.list-item-2,
.list-item-3 {
  font-size: 16px;
  line-height: 1.5;
}

.text-block-3 {
  font-weight: 300;
}

.mb-block-3 {
  font-size: 24px;
  font-weight: 500;
}

.allianz-blue {
  color: #13a0d3;
}

.allianz-red {
  color: #e8610c;
}

.p-note {
  font-size: 10px;
  display: inline-block;
  position: relative;
  bottom: 6px;
}

.pd-name-text-nolink {
  color: var(--dark-slate-blue);
  font-size: 18px;
  transition: color 0.2s;
}

.pd-name-text-nolink.col-flat {
  margin-right: 40px;
}

@media screen and (max-width: 991px) {
  .brand-h2 {
    font-size: 30px;
  }

  .tab-nav {
    justify-content: space-between;
  }

  .tab-item._01,
  .tab-item._02,
  .tab-item._03 {
    width: 300px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .t-img-1 {
    object-fit: contain;
  }

  .t-text-block {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .t-block-img {
    object-fit: contain;
    width: 210px;
  }

  .t-img-1-active,
  .t-img-2,
  .t-img-2-active,
  .t-img-3,
  .t-img-3-active {
    object-fit: contain;
  }

  .link-item {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
  }

  .link-item.pd {
    width: 47%;
  }

  .link-item.cadet,
  .link-text {
    font-size: 16px;
  }

  .calc-img {
    width: 50%;
  }

  .calc-form {
    width: 50%;
    padding: 20px;
  }

  .ans-content {
    font-size: 22px;
  }

  .pd-h4 {
    line-height: 1.4;
  }

  .pd-style-block {
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
  }

  .pd-name {
    width: 360px;
    margin-left: auto;
  }

  .pd-name.v-center {
    align-items: flex-start;
    width: 360px;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
  }

  .pd-name.last {
    margin-left: auto;
    margin-right: 0;
  }

  .pd-name-link.col-flat {
    flex-direction: column;
  }

  .black {
    display: inline;
  }

  .pd-name-text.col-flat {
    margin-right: 0;
  }

  .point-item {
    font-size: 1rem;
  }

  .point-article {
    width: 500px;
  }

  .first-block {
    align-items: stretch;
  }

  .happiness-img {
    object-fit: cover;
  }

  .happiness-img._2,
  .happiness-img._3,
  .happiness-img._4 {
    width: 40%;
  }

  .video-block {
    flex-direction: column;
  }

  .video-p {
    margin-top: 10px;
  }

  .video-youtube {
    width: 100%;
  }

  .process-block {
    justify-content: space-between;
  }

  .step {
    width: 23vw;
  }

  .step._04 {
    width: 20vw;
  }

  .step-number {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .step-text-block {
    width: 19.5vw;
  }

  .step-text-link {
    font-size: 16px;
    line-height: 1.4;
  }

  .step-text {
    font-size: 16px;
  }

  .process-note {
    margin-top: 10px;
  }

  .process-list {
    font-size: 1em;
  }

  .happiness-block {
    flex-direction: column;
  }

  .happiness-block.first {
    flex-direction: row;
  }

  .happiness-col-block {
    width: 100%;
    margin-bottom: 40px;
  }

  .happiness-link-block {
    padding-left: 0;
    padding-right: 0;
  }

  .mb-none.none {
    display: inline-block;
  }

  .mb-br {
    font-size: 1em;
    display: block;
  }

  .bold-text {
    font-size: 16px;
  }

  .step-text-block-4 {
    width: 19.5vw;
  }

  .pd-name-link-1 {
    align-items: stretch;
    display: block;
  }

  .pd-name-link-1.col-flat {
    flex-direction: column;
  }

  .link-btn-block {
    font-size: 18px;
  }

  .step-link-block {
    line-height: 1.1;
  }

  .pd-name-text-nolink.col-flat {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-h2 {
    font-size: 2em;
  }

  .p {
    font-size: 0.9em;
    line-height: 20px;
  }

  .p.center {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1em;
  }

  .note {
    font-size: 0.7em;
  }

  .head-block {
    margin-top: 60px;
    padding: 10px 20px;
  }

  .head-block-h3 {
    font-size: 2em;
  }

  .master-img {
    display: none;
  }

  .tab-nav {
    width: 100%;
  }

  .tab-content {
    height: 140vw;
    top: -50px;
  }

  .tab-item {
    height: 60px;
  }

  .tab-item._01 {
    margin-left: 0;
  }

  .tab-item._02 {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-item._03 {
    margin-right: 0;
  }

  .t-block {
    flex-direction: column;
    justify-content: flex-start;
  }

  .t-text-block {
    background-color: #0000;
    width: 100%;
    height: 85vw;
  }

  .t-block-img {
    width: 100%;
  }

  .link-block {
    flex-direction: column;
    align-items: stretch;
  }

  .link-item {
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .link-item.pd {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    font-size: 0.9rem;
  }

  .link-item.happiness {
    font-size: 1rem;
  }

  .link-text {
    font-size: 16px;
  }

  .calc-content {
    flex-direction: column;
  }

  .calc-img {
    width: 100%;
  }

  .calc-form {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .calc-answer-block {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ans-content {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
  }

  .calc-link-block {
    flex-direction: column;
  }

  .calc-link-btn {
    margin-bottom: 15px;
  }

  .pd-link-block {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pd-h4 {
    line-height: 1.4;
  }

  .pd-style-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .pd-name {
    width: 100%;
    margin-top: 30px;
  }

  .pd-name.v-center {
    width: 100%;
  }

  .pd-name-link.col-flat {
    align-items: flex-start;
  }

  .pd-name-img {
    width: 60px;
    height: 60px;
  }

  .pd-name-text.col-flat {
    margin-right: 0;
  }

  .point-item {
    font-size: 0.9rem;
  }

  .point-article {
    width: 52vw;
  }

  .point-date {
    width: 17vw;
    font-size: 0.7rem;
  }

  .first-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .happiness-img._2,
  .happiness-img._3,
  .happiness-img._4 {
    width: 100%;
  }

  .process-block {
    flex-direction: column;
  }

  .step {
    background-image: url("../images/Group-1475.svg");
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .step._02 {
    background-image: url("../images/Group-1476.svg");
  }

  .step._03 {
    background-image: url("../images/Group-1477.svg");
  }

  .step._04 {
    background-image: url("../images/Group-1478.svg");
    width: 100%;
  }

  .step-number {
    font-size: 2.8em;
  }

  .step-text-block {
    width: 60vw;
    margin-top: 10px;
  }

  .process-list {
    margin-top: 40px;
  }

  .happiness-block.first {
    flex-direction: column;
  }

  .happiness-text-block {
    padding-top: 20px;
  }

  .happiness-col-block,
  .happiness-link-block {
    flex-direction: column;
  }

  .master-img-mb {
    display: block;
  }

  .mb-none.none {
    display: none;
  }

  .mb-block {
    display: block;
  }

  .image {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .step-text-block-4 {
    width: 60vw;
    margin-top: 20px;
  }

  .pd-name-link-1.col-flat {
    align-items: flex-start;
  }

  .calc-btn-block {
    justify-content: center;
    display: flex;
  }

  .happiness-btn-link {
    width: 97%;
    font-size: 18px;
  }

  .mb-block-2 {
    font-size: 16px;
    display: block;
  }

  .mb-block-3 {
    display: block;
  }

  .pd-name-text-nolink.col-flat {
    margin-right: 0;
  }
}
