@media screen and (max-width: 767px) {
  .articleGlobal .leftGroup {
    padding-bottom: 100px;
  }
}

.pg-general .wrap-help img {
  max-width: 100%;
}

.pg-general .wrap-help .c-ttl-middleBlock {
  margin-top: 45px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pg-general .wrap-help .c-ttl-middleBlock {
    margin-top: 45px;
    margin-bottom: 20px;
  }
}

.pg-general .wrap-help .c-ttl-smallBlock {
  margin-top: 35px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .pg-general .wrap-help .c-ttl-smallBlock {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}

.pg-general .wrap-help .c-ttl-littleBlock {
  margin-top: 35px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .pg-general .wrap-help .c-ttl-littleBlock {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .pg-general .wrap-help .c-wysiwyg {
    margin-bottom: 25px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.pg-general .wrap-help .c-wysiwyg p {
  margin-bottom: 1em;
}

.pg-general .wrap-help .c-wysiwyg a {
  color: #1368d6;
}

.pg-general .wrap-help .c-wysiwyg a:hover {
  text-decoration: underline;
}

.pg-general .wrap-help .c-wysiwyg ul {
  margin-bottom: 1em;
  list-style: disc;
  margin-left: 1.5em;
}

.pg-general .wrap-help .c-wysiwyg ul li {
  margin-bottom: .25em;
}

.pg-general .wrap-help .c-wysiwyg ul li:last-child {
  margin-bottom: 0;
}

.pg-general .wrap-help .c-wysiwyg ul li span {
  display: block;
  text-align: center;
  padding: 20px 0;
}

.pg-general .wrap-help .c-wysiwyg table {
  margin-bottom: 20px;
}

.pg-general .wrap-help .c-wysiwyg table.browsers {
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .pg-general .wrap-help .c-wysiwyg table.browsers {
    display: table;
  }
}

.pg-general .wrap-help .c-wysiwyg table.browsers th {
  background-color: #dce6fa;
  font-weight: bold;
}

.pg-general .wrap-help .c-wysiwyg table.browsers td {
  text-align: left;
}

.pg-general .wrap-help .noteblock {
  background-color: #f2f2f2;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 15px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pg-general .wrap-help .noteblock {
    margin-top: 0;
  }
}

.pg-general .wrap-help .noteblock ul.att li {
  position: relative;
  padding-left: 1em;
}

.pg-general .wrap-help .noteblock ul.att li:before {
  position: absolute;
  content: '\203B';
  left: 0;
}

.pg-general .wrap-help .noteblock ul li {
  margin-bottom: .25em;
}

.pg-general .wrap-help .noteblock ul li:last-child {
  margin-bottom: 0;
}

.pg-general .wrap-help .noteblock ul li a {
  color: #1368d6;
  position: relative;
  padding: 0 0 0 10px;
  color: #004c97;
}

.pg-general .wrap-help .noteblock ul li a::before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent currentColor;
}

.pg-general .wrap-help .noteblock ul li a:hover {
  text-decoration: underline;
}

.pg-general .wrap-help .rs01 {
  width: 112px;
  vertical-align: middle;
  margin: 0 10px;
}

.pg-general .wrap-help .rs01.edge {
  margin-left: 0;
}

.pg-general .wrap-help .rs02 {
  max-width: 603px;
  width: 100%;
}

.pg-general .wrap-help .rs03 {
  max-width: 267px;
}

.pg-general .wrap-help .index_06 {
  text-align: center;
}

.pg-general .wrap-help .index_06 .is-pc {
  width: 660px;
}

.pg-general .wrap-help .index_06 .is-sp {
  width: 86%;
  margin: 0 auto;
}

.pg-general .wrap-help .inlinelink {
  position: relative;
  padding: 0 0 0 10px;
  color: #004c97;
}

.pg-general .wrap-help .inlinelink::before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent currentColor;
}

.pg-general .wrap-help .inlinelink:hover {
  text-decoration: underline;
}

.pg-general .wrap-help .fontsize figure {
  display: flex;
  align-items: center;
}

.pg-general .wrap-help .fontsize figure img {
  width: 177px;
}

.pg-general .wrap-help .fontsize figure figcaption {
  font-size: 1.4rem;
  line-height: 1.6;
  flex: 1;
  padding-left: 24px;
}

.pg-general .wrap-help .pdf {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .pg-general .wrap-help .pdf {
    display: block;
  }
}

.pg-general .wrap-help .pdf a {
  transition: opacity .3s;
}

.pg-general .wrap-help .pdf a:hover {
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .pg-general .wrap-help .pdf a:hover {
    opacity: 1;
  }
}

.pg-general .wrap-help .pdf a img {
  width: 154px;
}

.pg-general .wrap-help .pdf figcaption {
  font-size: 1.4rem;
  line-height: 1.6;
  flex: 1;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .pg-general .wrap-help .pdf figcaption {
    padding: 10px 0 0 0;
  }
}

.pg-general .wrap-help .linkicons figure {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.pg-general .wrap-help .linkicons figure:first-of-type {
  margin-top: 0;
}

.pg-general .wrap-help .linkicons figure img {
  width: 30px;
}

.pg-general .wrap-help .linkicons figure figcaption {
  font-size: 1.4rem;
  line-height: 1.6;
  flex: 1;
  padding-left: 4px;
}

.pg-general .wrap-help .linkicons figure figcaption span {
  display: block;
  margin-top: 5px;
}

.pg-general .wrap-help .linkicons figure figcaption span img {
  width: 20px;
  vertical-align: middle;
  margin-right: 12px;
}
