@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@media screen and (min-width: 601px) {
  .sp {
    display: block !important;
  }
  #login_help img.sp,#login_help br.sp{
    display: block !important;
  }
  #login_help img.pc,#login_help br.pc{
    display: none !important;
  }
}
 #login_help{
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  #login_help img.sp,#login_help br.sp{
    display: none !important;
  }
  #login_help img.pc,#login_help br.pc{
    display: block !important;
  }
}
#login_help a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: 0.3s;
}
#login_help a:active, a:focus {
  text-decoration: none !important;
}
#login_help {
  background: #f3f5f1;
  margin: 0;
  padding: 0;
  color: #000000;
  border-top: 1px solid #c2c2c2;
}
#login_help sup {
  font-size: 10px;
  display: inline-block;
  margin: -0.2em 0 0;
  vertical-align: top;
}
#login_help .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 90px;
  box-sizing: border-box;
}
#login_help .anchor-container {
  background: #ffffff;
}
#login_help .anchor-container .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 90px;
  box-sizing: border-box;
}
#login_help h1 {
  padding: 0 0 30px;
  text-align: center;
  font-size: 34px;
  font-weight: 900;
}
#login_help .anchor-box {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  background: #F4F5F2;
  border-radius: 27px;
}
#login_help .anchor-box ul.anchor {
  width: 100%;
  display: flex;
  align-items: stretch;
}
#login_help .anchor-box ul li {
  margin: 5px;
  padding: 0;
  width: calc(100%/3 - 10px);
  display: flex;
  align-items: stretch;
}
#login_help .anchor-box ul li a {
  width: 100%;
  padding: 15px 40px 15px 25px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  background: #ffffff;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
#login_help .anchor-box ul li a::after {
  content: "";
  background-image: url("/ep/kurashi/feature/images/icon_anchor.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 22px;
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
}
#login_help .anchor-container p.note {
  margin: 18px 0 0;
  font-size: 14px;
  color: #777777;
  text-align: center;
}
#login_help .anchor-container p.note a {
  color: #777777;
  text-decoration: underline;
}
#login_help .content-container {
  padding: 50px;
  box-sizing: border-box;
}
#login_help .content-container .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
#login_help .content-body {
  width: 100%;
  max-width: 1100px;
  padding: 0 90px 70px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
#login_help .content-body h2 {
  padding: 70px 0 40px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
#login_help .content-body h3 {
  font-size: 16px;
  font-weight: 700;
}
#login_help .content-body .box {
  margin: 10px 0 0;
  padding: 30px 40px;
  border: 1px solid #D3D6DE;
  border-radius: 5px;
}
#login_help .inquiry-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#login_help .inquiry-chat {
  width: 100%;
  max-width: 314px;
  margin: 0 30px 0 0;
  position: relative;
}
#login_help .inquiry-chat p a {
  margin: 1.2em 0;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #D42233;
  text-decoration: underline;
  cursor: pointer
}
#login_help .inquiry-chat .btn {}
#login_help .inquiry-chat .btn::after {
  content: "";
  position: absolute;
  top: 29px;
  right: -55px;
  width: 57px;
  height: 8px;
  border-top: 1px solid #D3D6DE;
  -webkit-transform: rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#login_help .inquiry-chat .btn a {
  padding: 0 20px;
  min-height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E22E34;
  border-radius: 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
#login_help .inquiry-chat .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#login_help .inquiry-chat p {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
#login_help .inquiry-form {
  width: 100%;
  max-width: 314px;
  margin: 0 0 0 30px;
}
#login_help .inquiry-form .btn {}
#login_help .inquiry-form .btn a {
  min-height: 57px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #E22E34;
  border-radius: 15px;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
#login_help .inquiry-form .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #E22E34;
  border-right: 1px solid #E22E34;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#login_help .inquiry-form p {
  margin: 1.2em 0 0;
  text-align: center;
  font-size: 12px;
}
#login_help .accordion {}
#login_help .accordion-content {
  margin: 20px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #D9D9D9;
  display: none;
}
#login_help .instructions {}
#login_help .instructions h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
}
#login_help .instructions p {
  color: #333333;
  font-size: 16px;
  line-height: 1.2;
}
#login_help .instructions p.note {
  margin: 0.5em 0 0 1em;
  font-size: 12px;
  line-height: 1.2;
  color: #777777;
  text-indent: -1em;
}
#login_help .guide-list {
  margin: 30px 0 0;
  padding: 30px 0 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: stretch;
  border-top: 1px dashed #D9D9D9;
}
#login_help .guide-list.nb {
  margin: 0;
  padding: 0;
  border-top: none;
}
#login_help .guide-list .list {
  width: 50%;
  margin: 0 15px 0 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#login_help .guide-list .list:nth-child(even) {
  margin: 0 0 0 15px;
}
#login_help .guide-list .list p {
  padding: 0 0 0 32px;
}
#login_help .guide-list .list .num {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0px;
  width: 22px;
  height: 22px;
  margin: 0;
  background: #D42233;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}
#login_help .guide-list .list h5 {}
#login_help .guide-list .list .image {
  margin: auto 0 0;
  padding: 10px 0 0;
  width: 100%;
  max-width: 405px;
}
#login_help .reset .guide-list .list p a {
  color: #D42233;
  text-decoration: underline;
}
#login_help .reset .guide-list .list .image {
  margin: auto 0 0;
  padding: 10px 0 0;
  width: 100%;
  max-width: 445px;
}
#login_help .guide-list .list .image img {
  width: 100%;
  height: auto;
}
#login_help p a.close-instructions {
  color: #D42233;
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
}
#login_help .id-forget {
  margin: 18px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #D9D9D9;
}
#login_help .id-forget h3 {
  font-size: 16px;
  font-weight: 700;
}
#login_help .id-forget p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
#login_help .id-forget p a {
  color: #D42233;
  text-decoration: underline;
}
#login_help .pass-forget {
  margin: 18px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #D9D9D9;
}
#login_help .pass-forget h3 {
  font-size: 16px;
  font-weight: 700;
}
#login_help .pass-forget p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
#login_help .pass-forget p a {
  color: #D42233;
  text-decoration: underline;
}
#login_help h4 {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 600;
}
#login_help .vote-container {
  text-align: center;
}
#login_help .vote-container p {
  margin: 0 0 0.5em;
  font-size: 15px;
}
#login_help .vote-container ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#login_help .vote-container ul li {
  margin: 0 4px;
}
#login_help .vote-container ul li.yes {}
#login_help .vote-container ul li.no {}
#login_help .vote-container ul li input {
  display: none;
}
#login_help .vote-container ul li label {
  display: flex;
  width: 100%;
  min-width: 90px;
  height: 100%;
  min-height: 32px;
  background-color: #ffffff;
  border-radius: 9999px;
  align-items: center;
  position: relative;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
/* 中の文字列の位置調整 */
#login_help .vote-container ul li.yes span {
  display: flex;
  width: 100%;
  padding: 4px 16px 4px 33px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
#login_help .vote-container ul li.no span {
  display: flex;
  width: 100%;
  padding: 4px 16px 4px 29px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
#login_help .vote-container ul li.yes label span::before {
  content: "";
  background-image: url("/ep/kurashi/feature/images/icon_yes.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 18px;
  width: 14px;
  height: 10px;
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
}
#login_help .vote-container ul li.no label span::before {
  content: "";
  background-image: url("/ep/kurashi/feature/images/icon_no.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 16px;
  width: 11px;
  height: 11px;
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
}
#login_help .vote-container ul li.yes input:checked + label span::before {
  content: "";
  background-image: url("/ep/kurashi/feature/images/icon_yes_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 16px;
  width: 14px;
  height: 10px;
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  z-index: 11;
}
#login_help .vote-container ul li.no input:checked + label span::before {
  content: "";
  background-image: url("/ep/kurashi/feature/images/icon_no_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 18px;
  width: 11px;
  height: 11px;
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  z-index: 11;
}
#login_help .vote-container ul li input + label {
  color: #D42233;
}
#login_help .vote-container ul li input:checked + label {
  color: #ffffff;
  background-color: #D42233;
  z-index: 8;
}
@media (max-width: 767px) {
  #login_help {
    background: #f3f5f1;
    margin: 0;
    padding: 0;
    color: #000000;
    border-top: 1px solid #c2c2c2;
  }
  #login_help a:hover {
    opacity: 1;
    text-decoration: none;
    transition: none;
  }
  #login_help sup {
    font-size: 10px;
    display: inline-block;
    margin: -0.2em 0 0;
    vertical-align: top;
  }
  #login_help .inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0 3.59vw;
    box-sizing: border-box;
  }
  #login_help .anchor-container {
    background: #ffffff;
  }
  #login_help .anchor-container .inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 7.69vw 3.59vw;
    box-sizing: border-box;
  }
  #login_help h1 {
    padding: 0 0 5.13vw;
    text-align: center;
    font-size: 5.13vw;
    font-weight: 900;
  }
  #login_help .anchor-box {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 1.29vw 3.85vw;
    box-sizing: border-box;
    background: #F4F5F2;
    border-radius: 27px;
  }
  #login_help .anchor-box ul.anchor {
    width: 100%;
    display: block;
    align-items: stretch;
  }
  #login_help .anchor-box ul li {
    height: 20.00vw;
    margin: 2.56vw 0px;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: stretch;
  }
  #login_help .anchor-box ul li a {
    width: 100%;
    padding: 15px 40px 15px 25px;
    border-radius: 15px;
    font-size: 	4.10vw;
    font-weight: 700;
    color: #666666;
    background: #ffffff;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  #login_help .anchor-box ul li a::after {
    content: "";
    background-image: url("/ep/kurashi/feature/images/icon_anchor.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    top: 50%;
    right: 22px;
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
  }
  #login_help .anchor-container p.note {
    margin: 2.56vw 0 0;
    font-size: 3.59vw;
    color: #777777;
    text-align: center;
  }
  #login_help .anchor-container p.note a {
    color: #777777;
    text-decoration: underline;
  }
  #login_help .content-container {
    padding: 7.69vw 3.59vw;
    box-sizing: border-box;
  }
  #login_help .content-container .inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  #login_help .content-body {
    width: 100%;
    max-width: none;
    padding: 0 6.41vw 7.69vw;
    margin: 0 auto 5.13vw;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 5.13vw;
    box-shadow: 0px 0px 2.56vw 0px rgba(0, 0, 0, 0.15);
  }
  #login_help .content-body h2 {
    padding: 7.69vw 0 5.13vw;
    font-size: 5.13vw;
    font-weight: 700;
    text-align: center;
  }
  #login_help .content-body h3 {
    margin: 0 0 2.56vw;
    font-size: 4.10vw;
    font-weight: 700;
  }
  #login_help .content-body .box {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 5px;
  }
  #login_help .inquiry-box {
    display: block;
    justify-content: center;
    align-items: flex-start;
  }
  #login_help .inquiry-chat {
    width: 100%;
    max-width: none;
    margin: 0;
    position: relative;
  }
  #login_help .inquiry-chat span {
    margin: 0.6em 0 0.6em;
    display: inline-block;
    text-align: left;
    font-size: 3.08vw;
    color: #D42233;
    text-decoration: underline;
    cursor: pointer
  }
  #login_help .inquiry-chat .btn {}
  #login_help .inquiry-chat .btn::after {
    content: "";
    position: absolute;
    top: 29px;
    right: -55px;
    width: 57px;
    height: 8px;
    border-top: none;
    -webkit-transform: rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  #login_help .inquiry-chat .btn a {
    padding: 0 5.13vw;
    min-height: 14.62vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E22E34;
    border-radius: 3.85vw;
    color: #ffffff;
    font-size: 4.10vw;
    font-weight: 700;
    box-shadow: 0px 0px 2.56vw 0px rgba(0, 0, 0, 0.15);
    position: relative;
  }
  #login_help .inquiry-chat .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  #login_help .inquiry-chat p {
    text-align: left;
    font-size: 3.08vw;
    line-height: 1.5;
  }
  #login_help .inquiry-chat p a {
    font-size: 3.08vw;
  }
  #login_help .inquiry-form {
    width: 100%;
    max-width: none;
    margin: 5.13vw 0 0;
  }
  #login_help .inquiry-form .btn {}
  #login_help .inquiry-form .btn a {
    padding: 0 5.13vw;
    min-height: 14.62vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 1px solid #E22E34;
    border-radius: 3.85vw;
    color: #666666;
    font-size: 4.10vw;
    font-weight: 700;
    box-shadow: 0px 0px 2.56vw 0px rgba(0, 0, 0, 0.15);
    position: relative;
  }
  #login_help .inquiry-form .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #E22E34;
    border-right: 1px solid #E22E34;
    -webkit-transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  #login_help .inquiry-form p {
    margin: 0.6em 0 0;
    text-align: left;
    font-size: 3.08vw;
  }
  #login_help .inquiry-form p a{
    margin: 0.6em 0 0;
    text-align: left;
    font-size: 3.08vw;
  }
  
  #login_help .accordion {
    
  }
  #login_help .accordion-content {
    margin: 5.13vw 0 0;
    padding: 7.69vw 0 0;
    border-top: 1px solid #D9D9D9;
    display: none;
  }
  #login_help .instructions {}
  #login_help .instructions h4 {
    margin: 0 0 2.56vw;
    font-size: 4.10vw;
    font-weight: 700;
  }
  #login_help .instructions p {
    color: #333333;
    font-size: 4.10vw;
    line-height: 1.2;
  }
  #login_help .instructions p.note {
    margin: 0.5em 0 0 1em;
    font-size: 3.08vw;
    line-height: 1.2;
    color: #777777;
    text-indent: -1em;
  }
  #login_help .guide-list {
    margin: 5.13vw 0 0;
    padding: 0;
    font-size: 4.10vw;
    font-weight: 500;
    display: block;
    align-items: stretch;
    border-top: none;
  }
  #login_help .guide-list.nb {
    margin: 0;
    padding: 0;
    border-top: none;
  }
  #login_help .guide-list .list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  #login_help .guide-list .list:nth-child(even) {
    margin: 0;
  }
  #login_help .guide-list .list p {
    padding: 0 0 0 7.18vw;
  }
  #login_help .guide-list .list .num {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
    width: 5.64vw;
    height: 5.64vw;
    margin: 0;
    background: #D42233;
    border-radius: 9999px;
    font-size: 3.33vw;
    font-weight: 700;
    color: #ffffff;
  }
  #login_help .guide-list .list h5 {}
  #login_help .guide-list .list .image {
    margin: auto 0 0;
    padding: 2.56vw 0 5.13vw;
    width: 100%;
    max-width: none;
  }
  #login_help .guide-list .list:nth-child(2) .image {
    margin: auto 0 0;
    padding: 2.56vw 0 0;
    width: 100%;
    max-width: none;
  }
  #login_help .reset .guide-list .list p a {
  color: #D42233;
  text-decoration: underline;
}
  #login_help .reset .guide-list .list .image {
    margin: auto 0 0;
    padding: 2.56vw 0 5.13vw;
    width: 100%;
    max-width: none;
  }
  #login_help .reset .guide-list .list:last-child .image {
    margin: auto 0 0;
    padding: 2.56vw 0 0;
    width: 100%;
    max-width: none;
  }
  #login_help .guide-list .list .image img {
    width: 100%;
    height: auto;
  }
  #login_help p a.close-instructions {
    margin: 5.13vw 0 -2.05vw;
    color: #D42233;
    text-decoration: underline;
    font-size: 3.08vw;
  }
  #login_help .id-forget {
    margin: 4.62vw 0 0;
    padding: 5.13vw 0 0;
    border-top: 1px solid #D9D9D9;
  }
  #login_help .id-forget h3 {
    font-size: 4.10vw;
    font-weight: 700;
  }
  #login_help .id-forget p {
    margin: 2.56vw 0 0;
    font-size: 4.10vw;
    line-height: 1.2;
    font-weight: 400;
  }
  #login_help .id-forget p a {
    color: #D42233;
    text-decoration: underline;
  }
  #login_help .pass-forget {
    margin: 4.62vw 0 0;
    padding: 3.85vw 0 0;
    border-top: 1px solid #D9D9D9;
  }
  #login_help .pass-forget h3 {
    font-size: 4.10vw;
    font-weight: 700;
  }
  #login_help .pass-forget p {
    margin: 2.56vw 0 0;
    font-size: 4.10vw;
    line-height: 1.2;
    font-weight: 400;
  }
  #login_help .pass-forget p a {
    color: #D42233;
    text-decoration: underline;
  }
  #login_help h4 {
    margin: 5.13vw 0 2.56vw;
    font-size: 4.10vw;
    font-weight: 600;
  }
  #login_help .vote-container {
    text-align: center;
  }
  #login_help .vote-container p {
    margin: 0 0 0.5em;
    font-size: 3.85vw;
  }
  #login_help .vote-container ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #login_help .vote-container ul li {
    margin: 0 4px;
  }
  #login_help .vote-container ul li.yes {}
  #login_help .vote-container ul li.no {}
  #login_help .vote-container ul li input {
    display: none;
  }
  #login_help .vote-container ul li label {
    display: flex;
    width: 100%;
    min-width: 90px;
    height: 100%;
    min-height: 32px;
    background-color: #ffffff;
    border-radius: 9999px;
    align-items: center;
    position: relative;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }
  /* 中の文字列の位置調整 */
  #login_help .vote-container ul li.yes span {
    display: flex;
    width: 100%;
    padding: 4px 16px 4px 33px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
  }
  #login_help .vote-container ul li.no span {
    display: flex;
    width: 100%;
    padding: 4px 16px 4px 29px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
  }
  #login_help .vote-container ul li.yes label span::before {
    content: "";
    background-image: url("/ep/kurashi/feature/images/icon_yes.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 18px;
    width: 14px;
    height: 10px;
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
  }
  #login_help .vote-container ul li.no label span::before {
    content: "";
    background-image: url("/ep/kurashi/feature/images/icon_no.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 16px;
    width: 11px;
    height: 11px;
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
  }
  #login_help .vote-container ul li.yes input:checked + label span::before {
    content: "";
    background-image: url("/ep/kurashi/feature/images/icon_yes_white.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 16px;
    width: 14px;
    height: 10px;
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    z-index: 11;
  }
  #login_help .vote-container ul li.no input:checked + label span::before {
    content: "";
    background-image: url("/ep/kurashi/feature/images/icon_no_white.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 18px;
    width: 11px;
    height: 11px;
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    z-index: 11;
  }
  #login_help .vote-container ul li input + label {
    color: #D42233;
  }
  #login_help .vote-container ul li input:checked + label {
    color: #ffffff;
    background-color: #D42233;
    z-index: 8;
  }
}