.netg-content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.netg-content h3,
.netg-content h4,
.netg-content h5 {
  font-size: initial;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.netg-content p {
  font-size: 16px;
  line-height: 1.8;
}

.netg-content p.netg-remove-style {
  margin: 0;
}

.netg-content a {
  color: #084788;
  text-decoration: underline;
}

.netg-content a:hover {
  text-decoration: none;
}

.netg-content img {
  max-width: 100%;
  vertical-align: top;
}

.netg-content .netg-txt-center {
  text-align: center;
}

.netg-content .netg-space-bottom {
  margin-bottom: 40px;
}

.netg-content .netg-space-bottom10 {
  margin-bottom: 10px;
}

.netg-content .netg-txt-important {
  color: #cc0b1a;
}

.netg-content .netg-sec {
  margin: 60px 0;
}

@media (max-width: 767px) {
  .netg-content .netg-sec {
    margin: 30px 0;
  }
}

.netg-content .netg-content-padding {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .netg-content .netg-content-padding {
    padding: 0 15px;
  }
}

.netg-content .netg-sec__body {
  padding: 30px 0;
}

.netg-content .netg-sec__body--boder {
  border: 5px solid #000;
  border-top: none;
}

.netg-content .netg-sec-title {
  text-align: center;
  padding: 16px 0;
  background: #fff321;
  border: 5px solid #000;
  line-height: 1;
}

@media (max-width: 767px) {
  .netg-content .netg-sec-title {
    padding: 10px 0;
  }
}

.netg-content .netg-sec-title .netg-sec-title__imgtxt {
  height: 25px;
  width: auto;
}

@media (max-width: 767px) {
  .netg-content .netg-sec-title .netg-sec-title__imgtxt {
    height: 17px;
  }
}

.netg-content .netg-sec__subtitle--underline {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 4px solid #000;
  padding-bottom: .3em;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .netg-content .netg-sec__subtitle--underline {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

.netg-content .netg-sec__subtitle--small {
  font-size: 20px;
  margin: 0;
}

@media (max-width: 767px) {
  .netg-content .netg-sec__subtitle--small {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .netg-content .netg-show-pc {
    display: none;
  }
}

.netg-content .netg-show-sp {
  display: none;
}

@media (max-width: 767px) {
  .netg-content .netg-show-sp {
    display: block;
  }
}

.netg-content .netg-note-box {
  background: #fffeeb;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #000;
}

@media (max-width: 767px) {
  .netg-content .netg-note-box {
    padding: 20px 15px;
  }
}

.netg-content .netg-topimage {
  background-image: url("/netvote_guide/images/top_img.jpg");
  background-size: cover;
  height: 513px;
  text-indent: -99999px;
  line-height: 1;
  font-size: 0;
}

@media (max-width: 767px) {
  .netg-content .netg-topimage {
    background-image: url("/netvote_guide/images/top_img-sp.jpg");
    position: relative;
    height: auto;
  }
  .netg-content .netg-topimage::after {
    content: "";
    display: block;
    height: 0;
    padding-top: 79.3%;
  }
}

.netg-content .netg-campaign-bnr {
  margin: 20px 0;
}

.netg-content .netg-action {
  margin: 30px 0;
  text-align: center;
}

.netg-content .netg-action__btn {
  display: inline-block;
  width: 500px;
}

@media (max-width: 767px) {
  .netg-content .netg-action__btn {
    width: 300px;
  }
}

@media (max-width: 320px) {
  .netg-content .netg-action__btn {
    width: 250px;
  }
}

.netg-content .netg-action__btn a {
  position: relative;
  display: block;
  line-height: 110px;
  background: -webkit-gradient(linear, left top, left bottom, from(#37be06), to(#279500));
  background: linear-gradient(#37be06, #279500);
  text-align: center;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.4) inset, 0 -1px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.4) inset, 0 -1px rgba(0, 0, 0, 0.4) inset;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767px) {
  .netg-content .netg-action__btn a {
    line-height: 66px;
  }
}

.netg-content .netg-action__btn a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe00c), to(#e69200));
  background: linear-gradient(#ffe00c, #e69200);
}

.netg-content .netg-action__btn-txt {
  width: 330px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .netg-content .netg-action__btn-txt {
    width: 198px;
  }
}

.netg-content .netg-action__obj {
  width: 86px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-30%, -20%);
          transform: translate(-30%, -20%);
}

@media (max-width: 767px) {
  .netg-content .netg-action__obj {
    width: 54px;
  }
}

.netg-content .netg-action__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .netg-content .netg-action__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.netg-content .netg-action__bottom p {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}

@media (max-width: 767px) {
  .netg-content .netg-action__bottom p {
    margin-bottom: 0;
  }
}

.netg-content .netg-action__campaign {
  margin: 0 0 10px 0;
}

.netg-content .netg-action__campaign img {
  height: 30px;
}

@media (max-width: 767px) {
  .netg-content .netg-action__campaign img {
    height: 18px;
  }
}

.netg-content .netg-sec01 .netg-sec-title {
  border-right: none;
  border-left: none;
  border-bottom: none;
}

.netg-content .netg-sec01__bottom {
  padding-top: 22px;
  padding-bottom: 36px;
  background: #fff321;
  border-bottom: 5px solid #000;
}

.netg-content .netg-sec02 {
  text-align: center;
}

.netg-content .netg-sec02__subtitle {
  margin-bottom: 26px;
}

.netg-content .netg-sec02__subtitle img {
  height: 113px;
  width: auto;
}

@media (max-width: 767px) {
  .netg-content .netg-sec02__subtitle img {
    height: 68px;
  }
}

.netg-content .netg-sec02 hr {
  border: 0;
  border-top: 1px dashed #b3b3b3;
  margin: 40px 0;
}

.netg-content .netg-sec02 p {
  margin: 30px 0;
}

.netg-content .netg-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.netg-content .netg-signup__col {
  width: 50%;
  text-align: center;
}

.netg-content .netg-signup__btn-box {
  width: 210px;
  display: inline-block;
}

@media (max-width: 767px) {
  .netg-content .netg-signup__btn-box {
    width: 139px;
  }
}

@media (max-width: 320px) {
  .netg-content .netg-signup__btn-box {
    width: 114px;
  }
}

.netg-content .netg-signup__bank {
  width: 100%;
}

.netg-content .netg-signup__btn {
  width: 100%;
  line-height: 60px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#37be06), to(#279500));
  background: linear-gradient(#37be06, #279500);
  text-align: center;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.4) inset, 0 -1px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.4) inset, 0 -1px rgba(0, 0, 0, 0.4) inset;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767px) {
  .netg-content .netg-signup__btn {
    line-height: 39px;
  }
}

.netg-content .netg-signup__btn img {
  width: 98px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .netg-content .netg-signup__btn img {
    width: 64px;
  }
}

.netg-content .netg-signup__btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe00c), to(#e69200));
  background: linear-gradient(#ffe00c, #e69200);
}

.netg-content .netg-signup-bank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .netg-content .netg-signup-bank {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}

.netg-content .netg-signup-bank__col {
  width: 50%;
  text-align: center;
}

@media (max-width: 767px) {
  .netg-content .netg-signup-bank__col {
    width: 100%;
    margin-bottom: 20px;
  }
}

.netg-content .netg-signup-bank__bank {
  margin: 0 10px 0 0;
  display: inline;
}

.netg-content .netg-signup-bank__bank img {
  height: 36px;
}

@media (max-width: 767px) {
  .netg-content .netg-signup-bank__bank img {
    height: 24px;
  }
}

.netg-content .netg-signup-bank__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 130px;
  line-height: 36px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#cbcbcb));
  background: linear-gradient(#fcfcfc, #cbcbcb);
  text-align: center;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.4) inset, 0 -1px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.4) inset, 0 -1px rgba(0, 0, 0, 0.4) inset;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767px) {
  .netg-content .netg-signup-bank__btn {
    width: 85px;
    line-height: 24px;
  }
}

.netg-content .netg-signup-bank__btn img {
  width: 76px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .netg-content .netg-signup-bank__btn img {
    width: 50px;
  }
}

.netg-content .netg-signup-bank__btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#fcfcfc));
  background: linear-gradient(#cbcbcb, #fcfcfc);
}

.netg-content .netg-sec-signup-bank .netg-sec__subtitle--small {
  margin-bottom: 20px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .netg-content .netg-sec-signup-bank .netg-sec__subtitle--small {
    font-size: 13px;
  }
}

.netg-content .netg-sec-signup-bank .note {
  font-size: 14px;
  text-align: center;
  margin: 0;
}

@media (max-width: 767px) {
  .netg-content .netg-sec-signup-bank .note {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .netg-content .netg-capture-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.netg-content .netg-capture__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .netg-content .netg-capture__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.netg-content .netg-capture__col {
  width: 48%;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .netg-content .netg-capture__col {
    width: 100%;
    margin-bottom: 36px;
  }
}

.netg-content .netg-capture__col:first-Child::after {
  content: "";
  display: block;
  width: 11px;
  height: 14px;
  background: url("/netvote_guide/images/flow-arrow.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .netg-content .netg-capture__col:first-Child::after {
    width: 16px;
    height: 21px;
    -webkit-transform: rotate(90deg) translateY(-50%);
            transform: rotate(90deg) translateY(-50%);
    top: 100%;
    right: 50%;
    margin-top: 0;
  }
}

.netg-content .netg-capture__caption {
  font-size: 12px;
}

.netg-content .netg-capture-area__pc-title,
.netg-content .netg-capture-area__sp-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.netg-content .netg-capture-area__pc-title img,
.netg-content .netg-capture-area__sp-title img {
  height: 26px;
  margin-right: 1em;
}

.netg-content .netg-capture-area__pc-title {
  color: #62000a;
}

.netg-content .netg-capture-area__sp-title {
  color: #021e76;
}

.netg-content .netg-capture-area__sp-title span {
  color: #232323;
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  margin-left: 1em;
}

@media (max-width: 767px) {
  .netg-content .netg-capture-area__sp-title span {
    margin-left: 0;
    margin-top: .5em;
  }
}

.netg-content .sec-flow3-ico-pay {
  height: 25px;
  margin-right: .5em;
}

.netg-content .netg-capture-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .netg-content .netg-capture-pay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.netg-content .netg-capture-pay__pc {
  padding-right: 64px;
}

@media (max-width: 767px) {
  .netg-content .netg-capture-pay__pc {
    padding-right: 0;
  }
}

.netg-content .netg-capture-pay__pc .netg-capture-img {
  height: 327px;
}

@media (max-width: 767px) {
  .netg-content .netg-capture-pay__pc .netg-capture-img {
    height: auto;
  }
}

.netg-content .netg-capture-pay__sp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.netg-content .netg-capture-pay__sp .netg-capture-img {
  height: 286px;
}

@media (max-width: 767px) {
  .netg-content .netg-capture-pay__sp .netg-capture-img {
    height: auto;
  }
}

.netg-content .netg-qa {
  margin: 0;
  padding: 0;
  counter-reset: num;
}

.netg-content .netg-qa__item {
  list-style: none;
  counter-increment: num;
  border-bottom: 3px solid #000;
}

.netg-content .netg-qa__item:last-child {
  border-bottom: none;
}

.netg-content .netg-qa-q {
  padding: 1em 60px 1em 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 767px) {
  .netg-content .netg-qa-q {
    padding-left: 15px;
    padding-right: 30px;
  }
}

.netg-content .netg-qa-q::after {
  content: "+";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  font-size: 22px;
}

@media (max-width: 767px) {
  .netg-content .netg-qa-q::after {
    right: 15px;
  }
}

.netg-content .netg-qa-q h5 {
  font-size: 18px;
  text-indent: -2em;
  padding-left: 2em;
}

@media (max-width: 767px) {
  .netg-content .netg-qa-q h5 {
    font-size: 16px;
  }
}

.netg-content .netg-qa-q h5::before {
  content: "Q" counter(num);
  margin-right: .5em;
  color: #ea0416;
}

.netg-content .netg-qa-q:hover {
  background: #f5f5f5;
}

.netg-content .netg-qa-a {
  height: 0;
  padding: 0 30px;
  border-top: 1px dotted #000;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

@media (max-width: 767px) {
  .netg-content .netg-qa-a {
    padding: 0 15px;
  }
}

.netg-content .netg-qa-a p {
  padding-left: 1.5em;
  word-wrap: break-word;
}

.netg-content .netg-qa-a p:first-child {
  margin: 0;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.netg-content .netg-qa-a p:first-child::before {
  content: "A.";
  margin-right: .5em;
}

.netg-content .netg-qa__item.open .netg-qa-q::after {
  content: "-";
}

.netg-content .netg-qa__item.open .netg-qa-a {
  padding-top: 1em;
  padding-bottom: 1em;
  height: auto;
  opacity: 1;
}

.netg-content .netg-sec-signup__header {
  font-size: 24px;
  border-bottom: 4px solid #000;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.netg-content .netg-sec-contact {
  text-align: center;
}

.netg-content .netg-sec-contact__header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .netg-content .netg-sec-contact__header {
    font-size: 18px;
  }
}

.netg-content .netg-sec-contact__tel {
  margin-top: 40px;
}

.netg-content .netg-sec-contact__tel-title {
  display: inline-block;
  font-size: 20px;
  background: #fff321;
  line-height: 28px;
  padding: 0 26px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .netg-content .netg-sec-contact__tel-title {
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  .netg-content .netg-sec-contact__tel-title {
    font-size: 14px;
  }
}

.netg-content .netg-sec-contact__tel-main,
.netg-content .netg-sec-contact__tel-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.netg-content .netg-sec-contact__tel-main dt,
.netg-content .netg-sec-contact__tel-other dt {
  background: #000;
  color: #fff;
  padding: 2px 1em;
  -ms-flex-item-align: center;
      align-self: center;
}

.netg-content .netg-sec-contact__tel-main dd,
.netg-content .netg-sec-contact__tel-other dd {
  margin-left: 10px;
  color: #000;
  text-decoration: none;
}

.netg-content .netg-sec-contact__tel-main dt {
  font-size: 18px;
}

@media (max-width: 767px) {
  .netg-content .netg-sec-contact__tel-main dt {
    font-size: 13px;
  }
}

.netg-content .netg-sec-contact__tel-main dd {
  font-size: 48px;
}

@media (max-width: 767px) {
  .netg-content .netg-sec-contact__tel-main dd {
    font-size: 36px;
  }
}

@media (max-width: 320px) {
  .netg-content .netg-sec-contact__tel-main dd {
    font-size: 28px;
  }
}

.netg-content .netg-sec-contact__tel-other dt {
  font-size: 14px;
}

@media (max-width: 767px) {
  .netg-content .netg-sec-contact__tel-other dt {
    font-size: 10px;
  }
}

.netg-content .netg-sec-contact__tel-other dd {
  font-size: 32px;
}

@media (max-width: 767px) {
  .netg-content .netg-sec-contact__tel-other dd {
    font-size: 24px;
  }
}

.netg-content .netg-b-sec02__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .netg-content .netg-b-sec02__row {
    display: block;
    padding: 0;
  }
}

.netg-content .netg-b-sec02__col {
  width: 206px;
}

@media (max-width: 767px) {
  .netg-content .netg-b-sec02__col {
    width: 100%;
    padding: 0 15px;
  }
}

.netg-content .netg-b-sec02 .netg-b-sec02__title {
  text-align: center;
  margin-bottom: 30px;
}

.netg-content .netg-b-sec02 .netg-b-sec02__title-pc {
  height: 114px;
}

@media (max-width: 767px) {
  .netg-content .netg-b-sec02 .netg-b-sec02__title-pc {
    display: none;
  }
}

.netg-content .netg-b-sec02 .netg-b-sec02__title-sp {
  display: none;
}

@media (max-width: 767px) {
  .netg-content .netg-b-sec02 .netg-b-sec02__title-sp {
    display: block;
  }
}

.netg-content .netg-b-sec02__img {
  margin-bottom: 30px;
  height: 146px;
}

@media (max-width: 767px) {
  .netg-content .netg-b-sec02__img {
    height: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .netg-content .netg-b-sec02 .netg-b-sec02__img-pc {
    display: none;
  }
}

.netg-content .netg-b-sec02 .netg-b-sec02__img-sp {
  display: none;
}

@media (max-width: 767px) {
  .netg-content .netg-b-sec02 .netg-b-sec02__img-sp {
    display: block;
  }
}

.netg-content .netg-b-sec02 hr {
  border: 0;
  border-top: 1px dashed #b3b3b3;
  margin: 40px 0;
  display: none;
}

@media (max-width: 767px) {
  .netg-content .netg-b-sec02 hr {
    display: block;
  }
}

.netg-content .netg-b-sec-flow__item {
  list-style: none;
  border: 2px solid #d2d2d2;
  display: table;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .netg-content .netg-b-sec-flow__item {
    margin-bottom: 55px;
  }
}

.netg-content .netg-b-sec-flow__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 32px;
  background-image: url("/netvote_guide/images/b/b-sec-flow__arrow.svg");
  background-size: cover;
  left: 50%;
  bottom: -58px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .netg-content .netg-b-sec-flow__item::after {
    width: 21px;
    height: 16px;
    bottom: -35px;
  }
}

.netg-content .netg-b-sec-flow__item:last-child {
  margin-bottom: 30px;
}

.netg-content .netg-b-sec-flow__item:last-child::after {
  display: none;
}

.netg-content .netg-b-sec-flow__step {
  display: table-cell;
  background: #f2ede7;
  width: 122px;
  text-align: center;
  padding: 30px 0;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .netg-content .netg-b-sec-flow__step {
    width: 60px;
    padding: 15px 0;
  }
}

.netg-content .netg-b-sec-flow__step img {
  height: 55px;
}

@media (max-width: 767px) {
  .netg-content .netg-b-sec-flow__step img {
    height: 28px;
  }
}

.netg-content .netg-b-sec-flow__txt {
  display: table-cell;
  vertical-align: middle;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 24px 20px 24px 40px;
}

@media (max-width: 767px) {
  .netg-content .netg-b-sec-flow__txt {
    padding: 10px 15px;
  }
}

.netg-content .netg-b-sec-flow__txt img {
  height: 32px;
}

@media (max-width: 767px) {
  .netg-content .netg-b-sec-flow__txt img {
    margin-top: 6px;
    height: 16px;
  }
}

.netg-content .netg-b-sec-flow__note {
  font-size: 14px;
  color: #cc0b1a;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .netg-content .netg-b-sec-flow__note {
    font-size: 10px;
  }
}

.netg-content .netg-sec-sns .netg-sns-fb {
  max-width: 500px;
  margin-bottom: 10px;
  overflow: hidden;
}

.netg-content .netg-sec-sns .netg-sns-fb iframe {
  width: 100% !important;
}

.netg-content .netg-sec-sns .netg-sns-list li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}