.sectcontent.wid{
max-width: 800px;
}
.hukidashi.red {
  border: 2px solid #e64a19;
  -webkit-filter: drop-shadow(4px 4px 0px #e64a19);
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  padding: 16px 0;
}

.hukidashi.red:after {
  border-color: transparent;
  border-top-color: #fff;
}

.hukidashi.red:before {
  border-color: transparent;
  border-top-color: #e64a19;
}
.hukidashi.blue {
  border: 2px solid #0288d1;
  -webkit-filter: drop-shadow(4px 4px 0px #0288d1);
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  padding: 16px 0;
  margin-top: 60px;
}

.hukidashi.blue:after {
  border-color: transparent;
  border-top-color: #fff;
}

.hukidashi.blue:before {
  border-color: transparent;
  border-top-color: #0288d1;
}
h2.supportpage {
  font-size: 18px;
  margin: 0 0 10px;
}
.supportitem {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 16px;
  text-align: left;
}
.supportround {
  background-color: #66bb6a;
  border-radius: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #fff;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  flex: 0 0 50px;
  font-family: "Anybody";
}
.headercell.s1 {
  background-color: #fff;
  color: #e64a19 !important;
  font-weight: 600;
  width: 200px;
  text-align: center;
  position: relative;
}
.headercell.s2 {
  background-color: #fff;
  color: #0288d1 !important;
  font-weight: 600;
  width: 200px;
  text-align: center;
  position: relative;
}
.headercell.s1 .border {
  border: 4px solid #e64a19;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headercell.s2 .border {
  border: 4px solid #0288d1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
td.s {
  font-weight: 600;
  text-align: center;
  width: auto;
}
td.s.long {
  text-align: left;
}
h3 {
  border-bottom: #34d8bf 3px solid;
  max-width: 300px;
  width: 80%;
  margin: 40px auto;
  text-align: center;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
