.OverviewContainer {
  background: url(/images/ptn1.png?39f26292733b860fbbedcf7883054f95);
}

.OverviewContainer-row {
  display: flex;
  justify-content: space-evenly;
}

.OverviewContainer-column img {
  width: 192px;
}

.OverviewContainer-column:last-child {
  flex-basis: 192px;
}

@media screen and (max-width: 768px) {
  .OverviewContainer-column:last-child {
    display: none;
  }
}

.OverviewContainer-balloon {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

.OverviewContainer-balloon::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  z-index: 2;
}

.OverviewContainer-balloon::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  z-index: 1;
}

.OverviewContainer-subTopic {
  margin: 24px 0;
  padding: 8px 16px;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  background: #ffffff;
  border: solid 3px #333333;
}

.OverviewContainer-subTopic::before {
  border-top: 12px solid #ffffff;
}

.OverviewContainer-subTopic::after {
  border-top: 14px solid #333333;
}

.OverviewContainer-mainTopic h3 {
  margin: 8px 0 20px;
  color: #333333;
  font-size: 32px;
  text-shadow: #ffffff 2px 2px 4px, #ffffff 2px -2px 4px, #ffffff -2px 2px 4px, #ffffff -2px -2px 4px;
}

.OverviewContainer-mainTopic h2 {
  margin: 8px 0;
  color: #ff8c00;
  font-size: 64px;
  text-shadow: #ffffff 4px 4px 8px, #ffffff 4px -4px 8px, #ffffff -4px 4px 8px, #ffffff -4px -4px 8px;
}

.OverviewContainer-description {
  position: relative;
  margin: 40px 0 12px;
}

.OverviewContainer-description h2 {
  position: absolute;
  padding: 8px 28px;
  background: #88d200;
  border-radius: 20px;
  font-size: 15px;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%) translateY(50%);
  -webkit-transform: translateX(-50%) translateY(50%);
}

.OverviewContainer-description p {
  border: #333333 2px solid;
  border-radius: 8px;
  background: #ffffff;
  padding: 28px 12px 20px;
  margin: 0 12px;
  font-size: 14px;
  font-weight: bold;
}

.WhyContainer {
  background: #ff8c00;
}

.WhyContainer-title p {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}

.ReasonContainer-description {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 32px;
  margin: 20px 0;
}

.ReasonContainer-description p {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  padding: 16px 0;
}

.HowToContainer {
  background: #ff8c00;
}

.HowToContainer-title {
  margin: 20px 0;
}

.HowToContainer-title p {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}

.HowToContainer-topics {
  display: flex;
}

.HowToContainer-topics .HowToContainer-topic {
  background: #ffffff;
  position: relative;
  margin: 8px;
  flex: 1;
  border: #333333 2px solid;
  border-radius: 10px;
}

.HowToContainer-topics .HowToContainer-topic h3 {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%) translateY(50%);
  -webkit-transform: translateX(-50%) translateY(50%);
  font-size: 14px;
  font-weight: bold;
  background: #88d200;
  padding: 8px 16px;
  border-radius: 16px;
}

.HowToContainer-topics .HowToContainer-topic img {
  margin: 16px 0 0 0;
  width: 100%;
}

.HowToContainer-topics .HowToContainer-topic::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
}

.HowToContainer-topics .HowToContainer-topic:not(:last-child)::before {
  border: 15px solid transparent;
}

.HowToContainer-topics .HowToContainer-topic:not(:last-child)::before {
  border-left: 15px solid #333333;
}

@media screen and (max-width: 700px) {
  .HowToContainer-topics {
    margin: 0 auto;
    flex-direction: column;
    max-width: 320px;
  }

  .HowToContainer-topics .HowToContainer-topic {
    margin: 8px 8px 28px 8px;
  }

  .HowToContainer-topics .HowToContainer-topic::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    margin-top: 0;
  }

  .HowToContainer-topics .HowToContainer-topic:not(:last-child)::before {
    border: 15px solid transparent;
  }

  .HowToContainer-topics .HowToContainer-topic:not(:last-child)::before {
    border-top: 15px solid #333333;
  }
}

.FaqContainer {
  background: #88d200;
}

.FaqContainer-title {
  margin: 20px 0;
}

.FaqContainer-title p {
  font-size: 32px;
  font-weight: bold;
}

.FaqContainer li {
  list-style: none;
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: 20px auto;
  color: #333333;
  border-radius: 10px;
}

.FaqContainer li input {
  position: absolute;
}

.FaqContainer li input:checked ~ .FaqContainer-content {
  max-height: 20em;
}

.FaqContainer li label {
  font-weight: bold;
  line-height: 18px;
  position: relative;
  display: block;
  padding: 20px 40px 20px 1em;
  cursor: pointer;
  margin: 0 0 1px 0;
  background: #ffffff;
}

.FaqContainer li label::after {
  line-height: 3.5;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  transition: all 0.35s;
  text-align: center;
}

.FaqContainer li .FaqContainer-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.85s;
  color: #333333;
  background: #ffffff;
}

.FaqContainer li .FaqContainer-content p {
  margin: 1em;
  line-height: 24px;
  text-align: left;
  font-size: 14px;
}

.FaqContainer li input[type=checkbox] + label::after {
  content: "+";
}

.FaqContainer li input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}

.ButtonContainer {
  background: #88d200;
  padding: 0 0 40px;
}

.ButtonContainer-button a {
  color: #ffffff;
  text-decoration: none;
}

.ButtonContainer-button a p {
  display: inline-block;
  background: #ff8c00;
  padding: 20px 50px;
  border-radius: 50px;
  box-shadow: 0 4px 0 #fe4200;
  font-size: 20px;
  font-weight: bold;
}

.ButtonContainer-button a p:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  transition: 0.6s;
}

.DefaultContainer-title {
  margin: 10px 0;
  font-size: 32px;
  font-weight: bold;
  color: #ff8c00;
}

.DefaultContainer-description {
  width: 95%;
  margin: 20px auto;
  text-align: left;
}

.DefaultContainer-description h2 {
  margin: 30px 0;
  font-size: 24px;
}

.DefaultContainer-description p {
  line-height: 24px;
}

.DefaultContainer-description ul {
  padding-left: 2em;
}

.DefaultContainer-description table {
  margin: 0 auto;
}

.DefaultContainer-description table th,
.DefaultContainer-description table td {
  padding: 8px 12px;
}

