@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.run {
  animation: fadeInUp 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.fadeInDown {
  opacity: 0;
}
.fadeInDown.run {
  animation: fadeInDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.fadeOutDown {
  opacity: 1;
}
.fadeOutDown.run {
  animation: fadeOutDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
}
html,
body {
  overflow-x: hidden;
}

body {
  background-color: #0c1a33;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', arial, helvetica, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  position: relative;
  outline: none;
  color: white;
}

main {
  overflow: hidden;
}

iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
  width: 0;
}

h1, h2, h3 {
  color: white;
}

.container {
  margin: 0 auto;
  position: relative;
}

.wrapper {
  width: 1024px;
  position: relative;
  margin: 0 auto;
}

.content-background {
  position: relative;
}

.disp-none {
  display: none;
}

.v-pc {
  display: block;
}

.v-sp {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.text-center {
  text-align: center;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
  display: inline-block;
  font-size: 0;
  margin: 0;
}

button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.paging-term {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  right: 0;
  margin-top: 80px;
  padding-bottom: 30px;
}
.paging-term .btn-pre {
  display: inline-block;
  background: url('../img/single/page_pre.png?1538570993') no-repeat center top;
  width: 148px;
  height: 67px;
  position: absolute;
  left: -20px;
}
.paging-term .btn-list {
  display: inline-block;
  background: url('../img/help_archive/btn_list.png?1536653381') no-repeat center top;
  width: 266px;
  height: 75px;
  position: absolute;
}
.paging-term .btn-next {
  display: inline-block;
  background: url('../img/single/page_next.png?1538570993') no-repeat center top;
  width: 147px;
  height: 67px;
  position: absolute;
  right: -20px;
}

.paging {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  right: 0;
  margin-top: 30px;
  padding-bottom: 30px;
}
.paging ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.paging ul.page-numbers li {
  margin: 0 4px;
}
.paging ul.page-numbers a, .paging ul.page-numbers span {
  font-size: 18px;
  font-weight: bold;
  padding: 3px 12px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging ul.page-numbers a:hover {
  text-decoration: underline;
  background-color: #fff;
  border-radius: 50%;
}
.paging ul.page-numbers .prev {
  margin-right: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.paging ul.page-numbers .next {
  margin-left: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.paging ul.page-numbers .page-numbers {
  color: #083384;
  text-decoration: none;
}
.paging ul.page-numbers .page-numbers.prev {
  display: inline-block;
  background: url('../img/common/page_pre.png?1536653381') no-repeat center top;
  width: 49px;
  height: 48px;
}
.paging ul.page-numbers .page-numbers.prev:hover {
  text-decoration: underline;
  background-color: transparent;
}
.paging ul.page-numbers .page-numbers.next {
  display: inline-block;
  background: url('../img/common/page_next.png?1536653381') no-repeat center top;
  width: 49px;
  height: 48px;
}
.paging ul.page-numbers .page-numbers.next:hover {
  text-decoration: underline;
  background-color: transparent;
}
.paging ul.page-numbers .page-numbers:hover, .paging ul.page-numbers .page-numbers:active, .paging ul.page-numbers .page-numbers:visited {
  text-decoration: none;
}
.paging ul.page-numbers .page-numbers.current {
  background-color: #fff;
  border-radius: 50%;
}
.paging ul.page-numbers .page-numbers.dots {
  border: 0;
}
.paging ul.page-numbers .page-numbers.dots:hover {
  text-decoration: none;
}

.btn-list {
  margin: 0 auto;
  display: block;
  background: url('../img/common/btn_list.png?1538454972') no-repeat center top;
  width: 306px;
  height: 75px;
}

.footer-top {
  position: relative;
  background: url('../img/common/v6_bg.jpg?1543467700') repeat-x;
  box-sizing: border-box;
  border-top: 4px solid #0b7df1;
  padding: 94px 0 35px;
}
.footer-top .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer-top .left-box {
  margin: 0 24px 0 22px;
}
.footer-top .htp-btn {
  background: url('../img/common/v6_htp_btn.png?1543468077') no-repeat center top;
  width: 480px;
  height: 132px;
  display: block;
  margin-bottom: 6px;
  margin-top: -10px;
}
.footer-top .gallery-btn {
  background: url('../img/common/v6_gallery_btn.png?1543214438') no-repeat center top;
  width: 480px;
  height: 104px;
  display: block;
  margin-bottom: 18px;
}
.footer-top .contact-btn {
  background: url('../img/common/v6_contact_btn.png?1543214438') no-repeat center top;
  width: 480px;
  height: 104px;
  display: block;
  margin-bottom: 18px;
}
.footer-top .official-site-btn {
  background: url('../img/common/v6_official_site_btn.png?1543468078') no-repeat center top;
  width: 480px;
  height: 108px;
  display: block;
}
.footer-top .twitter {
  background: url('../img/common/twitter_frame.png?1538547359') no-repeat center top;
  width: 454px;
  height: 347px;
  margin: 95px auto 0;
  padding-top: 75px;
}
.footer-top .timeline {
  background: url('../img/common/v6_timeline_bg.png?1543467700') no-repeat center top;
  width: 480px;
  height: 350px;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto 24px;
  padding: 9px 0 0 10px;
}
.footer-top .timeline:before {
  content: url('../img/common/v6_timeline_title.png?1543467700');
  position: absolute;
  top: -71px;
  left: -6px;
}
.footer-top .follow-btn {
  background: url('../img/common/v6_follow_btn.png?1543467700') no-repeat center top;
  width: 480px;
  height: 104px;
  display: block;
  margin: 0 auto;
}

.pickup {
  text-align: center;
  background-color: #0b7df1;
  padding-bottom: 20px;
  margin-top: 20px;
}
.pickup h3 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.pickup .title {
  display: inline-block;
  background: url('../img/common/title_pickup.png?1538551056') no-repeat center top;
  width: 279px;
  height: 91px;
  margin-top: 25px;
}
.pickup .pickup-footer {
  text-align: left;
}
.pickup .pickup-footer li {
  display: inline-block;
  width: 480px;
  display: inline-block;
  margin-top: 14px;
  margin-left: 23px;
}
.pickup .pickup-footer li:nth-child(even) {
  margin-left: 15px;
}
.pickup .pickup-footer a img {
  width: 100%;
}

section.spec .wrapper {
  width: 1024px;
}
section.spec a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}
section.spec .v7 {
  background: url('../img/common/v7_bg.jpg?1543214438') center center no-repeat;
  background-size: cover;
  height: 510px;
}
section.spec .v7 h2 {
  text-align: center;
  margin: 0;
  padding-top: 22px;
}
section.spec .v7 .dl-box {
  margin: 6px 0 0 285px;
  font-size: 0;
}
section.spec .v7 .dl-box .app-btn {
  background: url('../img/common/v7_app_btn.png?1543403434') center center no-repeat;
  width: 204px;
  height: 74px;
  margin-right: 4px;
}
section.spec .v7 .dl-box .google-btn {
  background: url('../img/common/v7_google_btn.png?1543403434') center center no-repeat;
  width: 253px;
  height: 75px;
}
section.spec .v7 .spec {
  margin: 15px 0 0 125px;
}
section.spec .v7 .spec .spec-txt {
  position: relative;
  top: -8px;
  left: 17px;
}
section.spec .v7 .spec2 {
  margin: 5px 0 0 120px;
}

footer {
  background: #000;
  height: 200px;
  box-sizing: border-box;
  padding-top: 21px;
}
footer .wrapper {
  width: 640px;
}
footer .f-txt {
  margin: 0 0 0 285px;
}
footer .f-share-btn {
  display: flex;
  margin: 17px 0 16px 235px;
}
footer .f-share-btn a {
  display: block;
  margin: 0 15px 0 0;
}
footer .copyright {
  color: #fff;
  text-align: center;
  line-height: 1.7;
}
footer .copyright:nth-last-child(2) {
  margin-top: 10px;
}
footer .jasrac {
  width: 200px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 12px;
  text-align: center;
  margin: 10px auto 0;
}

a {
  text-decoration: none;
  color: white;
}
a:hover, a:visited {
  color: white;
}

li,
a {
  outline: none;
}

.news-contents p,
.help-contents p {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 18px;
}
.news-contents div,
.help-contents div {
  margin-bottom: 0.7rem;
}
.news-contents h1,
.help-contents h1 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 5px solid #1ad2d0;
  padding: 10px 0 20px;
}
.news-contents h2,
.help-contents h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  border-bottom: 2px solid #1ad2d0;
  padding: 5px 0;
}
.news-contents h3,
.help-contents h3 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0.6rem;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.news-contents h3:before,
.help-contents h3:before {
  content: " ";
  background-color: #1ad2d0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  display: inline-block;
}
.news-contents h4,
.help-contents h4 {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 0.6rem;
}
.news-contents h5, .news-contents h6,
.help-contents h5,
.help-contents h6 {
  font-size: 0.7rem;
  margin-bottom: 0.6rem;
}
.news-contents blockquote,
.help-contents blockquote {
  font-style: italic;
  padding-left: 1rem;
  border-left: 2px solid #fff;
}
.news-contents table,
.help-contents table {
  border-spacing: 0;
  border: 1px solid #fff;
  margin-bottom: 2rem;
}
.news-contents table tr,
.help-contents table tr {
  border-bottom: 1px solid #fff;
}
.news-contents table tr:last-child,
.help-contents table tr:last-child {
  border: 0;
}
.news-contents table th, .news-contents table td,
.help-contents table th,
.help-contents table td {
  padding: 6px;
  border-left: 1px solid #fff;
}
.news-contents table th:first-child, .news-contents table td:first-child,
.help-contents table th:first-child,
.help-contents table td:first-child {
  border-left: 0;
}
.news-contents table th,
.help-contents table th {
  font-weight: bold;
}
.news-contents ul,
.news-contents ol,
.help-contents ul,
.help-contents ol {
  margin: 0 0 1rem;
}
.news-contents ul,
.help-contents ul {
  list-style: none;
}
.news-contents ol,
.help-contents ol {
  list-style: decimal;
}
.news-contents li > ul,
.news-contents li > ol,
.help-contents li > ul,
.help-contents li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.news-contents li,
.help-contents li {
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  padding-left: 27px;
}
.news-contents li:before,
.help-contents li:before {
  content: " ";
  background-color: #8f8f8f;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 3px;
}
.news-contents dt,
.help-contents dt {
  font-weight: 700;
}
.news-contents dd,
.help-contents dd {
  margin: 0 1.5em 1.5em;
}
.news-contents hr,
.help-contents hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.news-contents pre,
.help-contents pre {
  font-family: monospace, monospace;
  font-size: 1rem;
  color: #555;
  padding: 10px;
}
.news-contents a,
.help-contents a {
  color: #cdcdff;
  text-decoration: underline;
}
.news-contents a:focus, .news-contents a:hover,
.help-contents a:focus,
.help-contents a:hover {
  color: #fff;
}
.news-contents a:hover,
.help-contents a:hover {
  text-decoration: underline;
}
.news-contents a img,
.help-contents a img {
  width: 100%;
  height: auto;
}
.news-contents strong,
.help-contents strong {
  color: #ff8400;
}

@media screen and (max-width: 640px) {
  body {
    -webkit-text-size-adjust: 100%;
    background: #83d3f0 !important;
  }

  .container,
  .wrapper {
    width: 640px;
  }

  .v-pc {
    display: none;
  }

  .v-sp {
    display: block;
  }

  .footer-top {
    position: relative;
  }
  .footer-top .wrapper {
    text-align: center;
  }
  .footer-top .left-box {
    margin: 500px auto 10px;
  }
  .footer-top .right-box {
    position: absolute;
    left: 0;
    right: 0;
  }
  .footer-top .twitter {
    background: url('../img/sp/common/twitter_frame.png?1538756702') no-repeat center top;
    width: 600px;
    height: 459px;
    margin-top: 328px;
    margin-left: 20px;
    padding-top: 100px;
  }
  .footer-top .twitter iframe {
    height: 342px !important;
  }
  .footer-top .store {
    position: absolute;
    top: -300px;
    right: 20px;
    padding-top: 25px;
    background: url('../img/sp/common/store_frame.png?1538756702') no-repeat center top;
    background-size: contain;
    width: 600px;
    height: 270px;
  }
  .footer-top .store .icon {
    position: absolute;
    top: 30px;
    left: 36px;
  }
  .footer-top .store .icon img {
    width: 125px;
  }
  .footer-top .store .title {
    position: relative;
    margin-left: 188px;
    padding-top: 0;
  }
  .footer-top .store .title img {
    width: 343px;
    top: 21px;
    position: relative;
  }
  .footer-top .store .btn-appstore {
    display: inline-block;
    background: url('../img/sp/common/btn_appstore.png?1538756702') no-repeat center top;
    background-size: contain;
    width: 256px;
    height: 76px;
    margin-top: 53px;
    margin-left: 34px;
  }
  .footer-top .store .btn-googleplay {
    display: inline-block;
    background: url('../img/sp/common/btn_googleplay.png?1538756702') no-repeat center top;
    width: 236px;
    height: 70px;
    margin-left: 18px;
  }
  .footer-top .btn-question {
    display: inline-block;
    background: url('../img/sp/common/btn_question.png?1538756702') no-repeat center top;
    background-size: contain;
    width: 479px;
    height: 95px;
    position: absolute;
    top: 481px;
    right: 81px;
  }
  .footer-top .btn-official {
    display: inline-block;
    background: url('../img/sp/common/btn_official.png?1538756702') no-repeat center top;
    background-size: contain;
    width: 600px;
    height: 130px;
    position: relative;
    margin: 150px auto 0;
    display: block;
  }

  .pickup {
    text-align: center;
  }
  .pickup h3 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .pickup .title {
    display: inline-block;
    background: url('../img/sp/common/title_pickup.png?1538756702') no-repeat center top;
    width: 289px;
    height: 101px;
    margin-top: 23px;
  }
  .pickup .pickup-footer {
    text-align: left;
    margin-top: 10px;
  }
  .pickup .pickup-footer li {
    display: block;
    width: 620px;
    margin: 0 auto 10px;
    background-color: white;
  }
  .pickup .pickup-footer li:nth-child(even) {
    margin: 0 auto 10px;
  }
  .pickup .pickup-footer a img {
    width: 100%;
  }

  section.spec .wrapper {
    width: 640px;
  }
  section.spec .v7 {
    background: url('../img/sp/common/v7_bg.jpg?1543214438') center center no-repeat;
    height: 730px;
    text-align: center;
  }
  section.spec .v7 h2 {
    margin: 0;
    padding-top: 5px;
  }
  section.spec .v7 .logo {
    margin-top: -5px;
  }
  section.spec .v7 .dl-box {
    margin: 240px 0 0 27px;
    font-size: 0;
    position: relative;
  }
  section.spec .v7 .spec {
    margin: -315px 0 0 35px;
    text-align: left;
  }
  section.spec .v7 .spec .icon {
    margin-left: 165px;
  }
  section.spec .v7 .spec img:nth-child(2) {
    margin-top: 103px;
  }
  section.spec .v7 .spec2 {
    margin: -5px 0 0 -60px;
  }

  .paging-term {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    right: 0;
    margin-top: 80px;
    padding-bottom: 30px;
  }
  .paging-term .btn-pre {
    display: inline-block;
    background: url('../img/single/page_pre.png?1538570993') no-repeat center top;
    width: 148px;
    height: 67px;
    position: absolute;
    left: 0;
  }
  .paging-term .btn-list {
    display: inline-block;
    background: url('../img/help_archive/btn_list.png?1536653381') no-repeat center top;
    width: 266px;
    height: 75px;
    position: absolute;
  }
  .paging-term .btn-next {
    display: inline-block;
    background: url('../img/single/page_next.png?1538570993') no-repeat center top;
    width: 147px;
    height: 67px;
    position: absolute;
    right: 0;
  }

  .paging ul.page-numbers a:hover {
    text-decoration: none;
    background-color: #83d3f0;
    border-radius: 50%;
  }
  .paging ul.page-numbers .page-numbers {
    color: #083384;
    text-decoration: none;
  }
  .paging ul.page-numbers .page-numbers.prev:hover {
    text-decoration: none;
    background-color: #83d3f0;
  }
  .paging ul.page-numbers .page-numbers.next:hover {
    text-decoration: none;
    background-color: #83d3f0;
  }
  .paging ul.page-numbers .page-numbers:hover, .paging ul.page-numbers .page-numbers:active, .paging ul.page-numbers .page-numbers:visited {
    text-decoration: none;
  }
  .paging ul.page-numbers .page-numbers.current {
    background-color: #fff;
    border-radius: 50%;
  }
  .paging ul.page-numbers .page-numbers.dots {
    border: 0;
  }
  .paging ul.page-numbers .page-numbers.dots:hover {
    text-decoration: none;
  }

  .news-contents p,
  .help-contents p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 22px;
  }
  .news-contents div,
  .help-contents div {
    margin-bottom: 0.7rem;
  }
  .news-contents h1,
  .help-contents h1 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 5px solid #1ad2d0;
    padding: 10px 0 20px;
  }
  .news-contents h2,
  .help-contents h2 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 0.8rem;
    border-bottom: 2px solid #1ad2d0;
    padding: 5px 0;
  }
  .news-contents h3,
  .help-contents h3 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 0.6rem;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .news-contents h3:before,
  .help-contents h3:before {
    content: " ";
    background-color: #1ad2d0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    display: inline-block;
  }
  .news-contents h4,
  .help-contents h4 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 0.6rem;
  }
  .news-contents h5, .news-contents h6,
  .help-contents h5,
  .help-contents h6 {
    font-size: 0.7rem;
    margin-bottom: 0.6rem;
  }
  .news-contents blockquote,
  .help-contents blockquote {
    font-style: italic;
    padding-left: 1rem;
    border-left: 2px solid #fff;
  }
  .news-contents table,
  .help-contents table {
    border-spacing: 0;
    border: 1px solid #fff;
    margin-bottom: 2rem;
  }
  .news-contents table tr,
  .help-contents table tr {
    border-bottom: 1px solid #fff;
  }
  .news-contents table tr:last-child,
  .help-contents table tr:last-child {
    border: 0;
  }
  .news-contents table th, .news-contents table td,
  .help-contents table th,
  .help-contents table td {
    padding: 6px;
    border-left: 1px solid #fff;
  }
  .news-contents table th:first-child, .news-contents table td:first-child,
  .help-contents table th:first-child,
  .help-contents table td:first-child {
    border-left: 0;
  }
  .news-contents table th,
  .help-contents table th {
    font-weight: bold;
  }
  .news-contents ul,
  .news-contents ol,
  .help-contents ul,
  .help-contents ol {
    margin: 0 0 1rem;
  }
  .news-contents ul,
  .help-contents ul {
    list-style: none;
  }
  .news-contents ol,
  .help-contents ol {
    list-style: decimal;
  }
  .news-contents li > ul,
  .news-contents li > ol,
  .help-contents li > ul,
  .help-contents li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
  }
  .news-contents li,
  .help-contents li {
    font-size: 22px;
    line-height: 1.6;
    position: relative;
    padding-left: 27px;
    margin-bottom: 5px;
  }
  .news-contents li:before,
  .help-contents li:before {
    content: " ";
    background-color: #8f8f8f;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 3px;
  }
  .news-contents dt,
  .help-contents dt {
    font-weight: 700;
  }
  .news-contents dd,
  .help-contents dd {
    margin: 0 1.5em 1.5em;
  }
  .news-contents hr,
  .help-contents hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  .news-contents pre,
  .help-contents pre {
    font-family: monospace, monospace;
    font-size: 1rem;
    color: #555;
    padding: 10px;
  }
  .news-contents a,
  .help-contents a {
    color: #cdcdff;
    text-decoration: underline;
  }
  .news-contents a:focus, .news-contents a:hover,
  .help-contents a:focus,
  .help-contents a:hover {
    color: #fff;
  }
  .news-contents a:hover,
  .help-contents a:hover {
    text-decoration: underline;
  }
  .news-contents a img,
  .help-contents a img {
    width: 100%;
    height: auto;
  }
  .news-contents strong,
  .help-contents strong {
    color: #ff8400;
  }
}
header {
  overflow-x: hidden;
  background: none;
  z-index: 1010;
  position: relative;
  height: 77px;
  background-color: #001a9b;
  overflow: visible;
}
header .h-logo {
  display: inline-block;
  background: url('../img/common/h_logo.png?1538298561') no-repeat center top;
  width: 180px;
  height: 107px;
  position: absolute;
  top: 20px;
  left: -95px;
}
header .h-title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url('../img/common/h_title.png?1538300064') no-repeat center top;
  width: 309px;
  height: 101px;
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  margin: 0 auto;
}
header .slick-track {
  position: relative;
}
header #slideshow {
  overflow: hidden;
  padding-top: 148px;
}
header #slideshow li {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
header #slideshow li img {
  width: 890px;
}
header #slideshow .slick-dots {
  text-align: center;
  padding-top: 7px;
}
header #slideshow .slick-dots li {
  display: inline-block;
  background: url('../img/common/bnr_dot.png?1536653381') no-repeat center top;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin: 0 5px;
  position: relative;
}
header #slideshow .slick-dots li.slick-active {
  background-image: url('../img/common/bnr_dot_on.png?1536653381');
}
header #slideshow .slick-dots li:before {
  content: " ";
  display: block;
}
header #slideshow .slick-dots li button {
  display: none;
}
header #slideshow .slide-prev {
  top: 247px;
  left: 58px;
  position: absolute;
  width: 49px;
  height: 48px;
}
header #slideshow .slide-next {
  top: 247px;
  right: 58px;
  position: absolute;
  width: 49px;
  height: 48px;
}
header #slideshow:before {
  content: url('../img/common/h_chara.png?1538300092');
  position: absolute;
  top: 44px;
  right: 211px;
}

@media screen and (max-width: 640px) {
  header .h-logo {
    background: url('../img/sp/common/h_logo.png?1538756702') no-repeat center top;
    width: 160px;
    height: 95px;
    left: 10px;
  }
  header .h-title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/sp/common/h_title.png?1538756702') no-repeat center top;
    width: 229px;
    height: 101px;
    position: absolute;
    left: 0;
    right: 0;
    top: 28px;
    margin: 0 auto;
  }
  header #slideshow {
    overflow: hidden;
    padding-top: 132px;
  }
  header #slideshow li {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
  header #slideshow li img {
    width: 560px;
  }
  header #slideshow .slick-dots {
    text-align: center;
    padding-top: 13px;
  }
  header #slideshow .slick-dots li {
    display: inline-block;
    background: url('../img/common/bnr_dot.png?1536653381') no-repeat center top;
    width: 20px;
    height: 20px;
    background-size: contain;
    margin: 0 5px;
    position: relative;
  }
  header #slideshow .slick-dots li.slick-active {
    background-image: url('../img/common/bnr_dot_on.png?1536653381');
  }
  header #slideshow .slick-dots li:before {
    content: " ";
    display: block;
  }
  header #slideshow .slick-dots li button {
    display: none;
  }
  header #slideshow .slide-prev {
    top: 187px;
    left: 18px;
    position: absolute;
    width: 49px;
    height: 48px;
  }
  header #slideshow .slide-next {
    top: 187px;
    right: 12px;
    position: absolute;
    width: 49px;
    height: 48px;
  }
  header #slideshow:before {
    content: none;
  }
}
body {
  background: url('../img/common/bg.jpg?1538320054') no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

.home main,
.category main,
.page-template-all main {
  background: url('../img/common/bg_body.png?1538318601') center top repeat-y;
  margin-top: 173px;
  position: relative;
  overflow: visible;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.home main:before,
.category main:before,
.page-template-all main:before {
  content: " ";
  background: url('../img/common/bg_top.png?1538318575') no-repeat center top;
  width: 1024px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
}
.home main:after,
.category main:after,
.page-template-all main:after {
  content: " ";
  background: url('../img/common/bg_bottom.png?1538318625') no-repeat center top;
  width: 1024px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.home main nav,
.category main nav,
.page-template-all main nav {
  overflow: hidden;
  padding: 200px 0 27px;
  position: relative;
  z-index: 5;
}
.home main nav ul,
.category main nav ul,
.page-template-all main nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home main nav ul li,
.category main nav ul li,
.page-template-all main nav ul li {
  position: relative;
  margin: 0 2px;
}
.home main nav ul li:nth-child(1),
.category main nav ul li:nth-child(1),
.page-template-all main nav ul li:nth-child(1) {
  background: url('../img/front/nav_all.png?1538316874') no-repeat center bottom;
  width: 162px;
  height: 71px;
}
.home main nav ul li:nth-child(1).current,
.category main nav ul li:nth-child(1).current,
.page-template-all main nav ul li:nth-child(1).current {
  background-image: url('../img/front/nav_all_on.png?1538316881');
}
.home main nav ul li:nth-child(2),
.category main nav ul li:nth-child(2),
.page-template-all main nav ul li:nth-child(2) {
  background: url('../img/front/nav_news.png?1538316874') no-repeat center bottom;
  width: 276px;
  height: 71px;
}
.home main nav ul li:nth-child(2).current,
.category main nav ul li:nth-child(2).current,
.page-template-all main nav ul li:nth-child(2).current {
  background-image: url('../img/front/nav_news_on.png?1538316881');
}
.home main nav ul li:nth-child(3),
.category main nav ul li:nth-child(3),
.page-template-all main nav ul li:nth-child(3) {
  background: url('../img/front/nav_manage.png?1538316874') no-repeat center bottom;
  width: 337px;
  height: 71px;
}
.home main nav ul li:nth-child(3).current,
.category main nav ul li:nth-child(3).current,
.page-template-all main nav ul li:nth-child(3).current {
  background-image: url('../img/front/nav_manage_on.png?1538316881');
}
.home main nav ul li a,
.category main nav ul li a,
.page-template-all main nav ul li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  outline: none;
}
.home main .news-wrapper,
.category main .news-wrapper,
.page-template-all main .news-wrapper {
  overflow: hidden;
  padding: 5px 0;
}
.home main .news-wrapper.hidden,
.category main .news-wrapper.hidden,
.page-template-all main .news-wrapper.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}
.home main .news-wrapper article,
.category main .news-wrapper article,
.page-template-all main .news-wrapper article {
  background: url('../img/front/date_bg.png?1538316096') no-repeat center top;
  width: 943px;
  height: 111px;
  margin-left: 46px;
  margin-bottom: 15px;
}
.home main .news-wrapper .more-btn,
.category main .news-wrapper .more-btn,
.page-template-all main .news-wrapper .more-btn {
  margin: 50px auto 0;
  display: block;
  background: url('../img/front/more_btn.png?1538320822') no-repeat center top;
  width: 306px;
  height: 75px;
}
.home main .entry-meta,
.category main .entry-meta,
.page-template-all main .entry-meta {
  background-size: contain;
  position: relative;
}
.home main .entry-meta time,
.category main .entry-meta time,
.page-template-all main .entry-meta time {
  position: absolute;
  top: 10px;
  left: 11px;
  font-size: 17px;
  color: white;
}
.home main .entry-meta .entry-new,
.category main .entry-meta .entry-new,
.page-template-all main .entry-meta .entry-new {
  background: url('../img/common/new.png?1536653381') no-repeat center top;
  width: 34px;
  height: 41px;
  position: absolute;
  top: -5px;
  right: 20px;
}
.home main .news-contents,
.category main .news-contents,
.page-template-all main .news-contents {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 35px;
}
.home main .news-contents .entry-title,
.category main .news-contents .entry-title,
.page-template-all main .news-contents .entry-title {
  font-size: 18px;
  line-height: 1.5;
  padding: 0 35px 0 18px;
  height: 75px;
  width: 1024px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: none;
  color: #083384;
}
.home main .news-contents:after,
.category main .news-contents:after,
.page-template-all main .news-contents:after {
  content: url('../img/front/more_mark.png?1538318402');
  position: absolute;
  right: 20px;
  top: 63px;
}

.news-tag {
  position: absolute;
  display: inline-block;
  top: 5px;
  left: 130px;
  text-align: center;
}
.news-tag.news-tag-niconama {
  background: url('../img/common/tag_niconama.png?1536653381') no-repeat center top;
  width: 152px;
  height: 23px;
}
.news-tag.news-tag-bug {
  background: url('../img/common/tag_bug.png?1536653381') no-repeat center top;
  width: 152px;
  height: 23px;
}
.news-tag.news-tag-update {
  background: url('../img/common/tag_update.png?1536653381') no-repeat center top;
  width: 152px;
  height: 23px;
}
.news-tag.news-tag-maintenance {
  background: url('../img/common/tag_maintenance.png?1536653381') no-repeat center top;
  width: 152px;
  height: 23px;
}
.news-tag.news-tag-important {
  background: url('../img/common/tag_important.png?1536653381') no-repeat center top;
  width: 152px;
  height: 23px;
}

@media screen and (max-width: 640px) {
  .home main,
  .category main,
  .page-template-all main {
    background: none;
    margin-top: 173px;
    position: relative;
    overflow: visible;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .home main:before,
  .category main:before,
  .page-template-all main:before {
    content: none;
  }
  .home main:after,
  .category main:after,
  .page-template-all main:after {
    content: none;
  }
  .home main nav,
  .category main nav,
  .page-template-all main nav {
    overflow: hidden;
    padding: 200px 0 27px;
    position: relative;
    z-index: 5;
  }
  .home main nav ul,
  .category main nav ul,
  .page-template-all main nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home main nav ul li,
  .category main nav ul li,
  .page-template-all main nav ul li {
    position: relative;
    margin: 0 2px;
  }
  .home main nav ul li:nth-child(1),
  .category main nav ul li:nth-child(1),
  .page-template-all main nav ul li:nth-child(1) {
    background: url('../img/front/nav_all.png?1538316874') no-repeat center bottom;
    width: 162px;
    height: 71px;
  }
  .home main nav ul li:nth-child(1).current,
  .category main nav ul li:nth-child(1).current,
  .page-template-all main nav ul li:nth-child(1).current {
    background-image: url('../img/front/nav_all_on.png?1538316881');
  }
  .home main nav ul li:nth-child(2),
  .category main nav ul li:nth-child(2),
  .page-template-all main nav ul li:nth-child(2) {
    background: url('../img/front/nav_news.png?1538316874') no-repeat center bottom;
    width: 276px;
    height: 71px;
  }
  .home main nav ul li:nth-child(2).current,
  .category main nav ul li:nth-child(2).current,
  .page-template-all main nav ul li:nth-child(2).current {
    background-image: url('../img/front/nav_news_on.png?1538316881');
  }
  .home main nav ul li:nth-child(3),
  .category main nav ul li:nth-child(3),
  .page-template-all main nav ul li:nth-child(3) {
    background: url('../img/front/nav_manage.png?1538316874') no-repeat center bottom;
    width: 337px;
    height: 71px;
  }
  .home main nav ul li:nth-child(3).current,
  .category main nav ul li:nth-child(3).current,
  .page-template-all main nav ul li:nth-child(3).current {
    background-image: url('../img/front/nav_manage_on.png?1538316881');
  }
  .home main nav ul li a,
  .category main nav ul li a,
  .page-template-all main nav ul li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    outline: none;
  }
  .home main .news-wrapper,
  .category main .news-wrapper,
  .page-template-all main .news-wrapper {
    overflow: hidden;
    padding: 5px 0;
    /*
    * SP版ではタブ切り替えなし
    */
  }
  .home main .news-wrapper.hidden,
  .category main .news-wrapper.hidden,
  .page-template-all main .news-wrapper.hidden {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .home main .news-wrapper.all,
  .category main .news-wrapper.all,
  .page-template-all main .news-wrapper.all {
    padding: 87px 0 5px;
  }
  .home main .news-wrapper a.all-title,
  .category main .news-wrapper a.all-title,
  .page-template-all main .news-wrapper a.all-title {
    background: url('../img/sp/front/all_title.png?1538756702') no-repeat center top;
    width: 640px;
    height: 61px;
  }
  .home main .news-wrapper a.news-title,
  .category main .news-wrapper a.news-title,
  .page-template-all main .news-wrapper a.news-title {
    background: url('../img/sp/front/news_title.png?1538756702') no-repeat center top;
    width: 640px;
    height: 61px;
    margin-top: 40px;
  }
  .home main .news-wrapper a.manage-title,
  .category main .news-wrapper a.manage-title,
  .page-template-all main .news-wrapper a.manage-title {
    background: url('../img/sp/front/manage_title.png?1538756702') no-repeat center top;
    width: 640px;
    height: 61px;
    margin-top: 40px;
  }
  .home main .news-wrapper .news-list li,
  .category main .news-wrapper .news-list li,
  .page-template-all main .news-wrapper .news-list li {
    margin-top: -6px;
  }
  .home main .news-wrapper .news-list li:first-child,
  .category main .news-wrapper .news-list li:first-child,
  .page-template-all main .news-wrapper .news-list li:first-child {
    margin-top: 0;
  }
  .home main .news-wrapper article,
  .category main .news-wrapper article,
  .page-template-all main .news-wrapper article {
    background: url('../img/sp/front/date_bg.png?1538756702') no-repeat center top;
    width: 610px;
    height: 120px;
    margin: 20px 0 0 20px;
  }
  .home main .news-wrapper .more-btn,
  .category main .news-wrapper .more-btn,
  .page-template-all main .news-wrapper .more-btn {
    margin: 27px auto 0;
    display: block;
    background: url('../img/front/more_btn.png?1538320822') no-repeat center top;
    width: 306px;
    height: 75px;
  }
  .home main .entry-meta,
  .category main .entry-meta,
  .page-template-all main .entry-meta {
    background-size: contain;
    position: relative;
  }
  .home main .entry-meta time,
  .category main .entry-meta time,
  .page-template-all main .entry-meta time {
    position: absolute;
    top: 11px;
    left: 18px;
    font-size: 19px;
    color: white;
  }
  .home main .entry-meta .entry-new,
  .category main .entry-meta .entry-new,
  .page-template-all main .entry-meta .entry-new {
    background: url('../img/common/new.png?1536653381') no-repeat center top;
    width: 34px;
    height: 41px;
    position: absolute;
    top: -3px;
    right: 34px;
  }
  .home main .news-contents,
  .category main .news-contents,
  .page-template-all main .news-contents {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 35px;
  }
  .home main .news-contents .entry-title,
  .category main .news-contents .entry-title,
  .page-template-all main .news-contents .entry-title {
    font-size: 24px;
    line-height: 1.5;
    padding: 10px 35px 0 18px;
    height: 75px;
    width: 1024px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: none;
    color: #083384;
  }
  .home main .news-contents:after,
  .category main .news-contents:after,
  .page-template-all main .news-contents:after {
    content: url('../img/front/more_mark.png?1538318402');
    position: absolute;
    right: 20px;
    top: 63px;
  }

  .news-tag {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 150px;
    text-align: center;
  }
  .news-tag.news-tag-niconama {
    background: url('../img/common/tag_niconama.png?1536653381') no-repeat center top;
    width: 152px;
    height: 23px;
  }
  .news-tag.news-tag-bug {
    background: url('../img/common/tag_bug.png?1536653381') no-repeat center top;
    width: 152px;
    height: 23px;
  }
  .news-tag.news-tag-update {
    background: url('../img/common/tag_update.png?1536653381') no-repeat center top;
    width: 152px;
    height: 23px;
  }
  .news-tag.news-tag-maintenance {
    background: url('../img/common/tag_maintenance.png?1536653381') no-repeat center top;
    width: 152px;
    height: 23px;
  }
  .news-tag.news-tag-important {
    background: url('../img/common/tag_important.png?1536653381') no-repeat center top;
    width: 152px;
    height: 23px;
  }

  .category main,
  .page-template-all main {
    margin-top: 250px;
  }
  .category main .news-wrapper a.all-title,
  .page-template-all main .news-wrapper a.all-title {
    pointer-events: none;
  }
  .category main .news-wrapper a.news-title,
  .page-template-all main .news-wrapper a.news-title {
    pointer-events: none;
    margin-top: 0;
  }
  .category main .news-wrapper a.manage-title,
  .page-template-all main .news-wrapper a.manage-title {
    pointer-events: none;
    margin-top: 0;
  }
}
.post-type-archive-help header .h-title,
.tax-help_category header .h-title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url('../img/help_archive/h_title.png?1538704750') no-repeat center top;
  width: 309px;
  height: 101px;
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  margin: 0 auto;
}
.post-type-archive-help header #slideshow,
.tax-help_category header #slideshow {
  display: none;
}
.post-type-archive-help .footer-top,
.tax-help_category .footer-top {
  display: none;
}
.post-type-archive-help .pickup,
.tax-help_category .pickup {
  display: none;
}

main.help-wrapper {
  background: url('../img/common/bg_body.png?1538318601') center top repeat-y;
  margin-top: 100px;
  position: relative;
  overflow: visible;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
main.help-wrapper:before {
  content: " ";
  background: url('../img/common/bg_top.png?1538318575') no-repeat center top;
  width: 1024px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
}
main.help-wrapper:after {
  content: " ";
  background: url('../img/common/bg_bottom.png?1538318625') no-repeat center top;
  width: 1024px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
main.help-wrapper .chara {
  background: url('../img/common/h_chara.png?1538300092') no-repeat center top;
  width: 136px;
  height: 176px;
  position: absolute;
  top: -120px;
  right: 211px;
  z-index: 1025;
}
main.help-wrapper .help-list {
  position: relative;
  text-align: center;
  z-index: 1026;
  padding-top: 20px;
}
main.help-wrapper .help-list li {
  margin-bottom: 20px;
  position: relative;
}
main.help-wrapper .help-list li a {
  font-size: 18px;
  padding: 0 40px;
  border: none;
  background: url('../img/help_archive/btn_term.png?1536653381') no-repeat center bottom;
  width: 501px;
  height: 64px;
  line-height: 60px;
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
main.help-wrapper .help-list li a:after {
  content: " ";
  position: absolute;
  right: 20px;
  top: 23px;
  background: url('../img/help_archive/move_mark.png?1536653381') no-repeat center bottom;
  width: 7px;
  height: 16px;
}

.tax-help_category main.help-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.tax-help_category main.help-wrapper .content-background {
  z-index: 1026;
  padding: 10px 230px 30px;
  margin-bottom: 0;
  background: url('../img/single/bg_body.png?1538571862') center top repeat-y;
  position: relative;
}
.tax-help_category main.help-wrapper .content-background:before {
  content: " ";
  background: url('../img/single/bg_top.png?1538571811') no-repeat center top;
  width: 664px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tax-help_category main.help-wrapper .content-background:after {
  content: " ";
  background: url('../img/single/bg_bottom.png?1538571847') no-repeat center top;
  width: 664px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tax-help_category main.help-wrapper .content-background img {
  width: 100%;
}
.tax-help_category main.help-wrapper .term-name {
  background: url('../img/help_archive/title_bg.png?1536653381') repeat-y center bottom;
  font-size: 22px;
  border: none;
  background-size: cover;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 15px 40px;
  position: relative;
}
.tax-help_category main.help-wrapper .term-name:after {
  content: ' ';
  border-bottom: 1px solid #1ad2d0;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.tax-help_category main.help-wrapper .help-list {
  padding-top: 40px;
}
.tax-help_category main.help-wrapper .help-list li {
  width: 100%;
  border-bottom: 1px solid #1ad2d0;
  height: auto;
  margin-bottom: 10px;
}
.tax-help_category main.help-wrapper .help-list li:after {
  display: none;
}
.tax-help_category main.help-wrapper .help-list li article {
  margin: 0;
}
.tax-help_category main.help-wrapper .help-contents {
  text-align: left;
}
.tax-help_category main.help-wrapper .help-contents h1 {
  border-bottom: none;
}
.tax-help_category main.help-wrapper .help-contents h3 {
  font-size: 22px;
  margin-bottom: 0.2rem;
}
.tax-help_category main.help-wrapper .help-contents h3:before {
  content: "▼";
  color: #1ad2d0;
  background-color: rgba(255, 255, 255, 0);
  height: auto;
  font-size: 18px;
  margin-top: -2px;
}
.tax-help_category main.help-wrapper .help-contents div {
  margin-bottom: 0;
}
.tax-help_category main.help-wrapper .help-contents .entry-header {
  position: relative;
}
.tax-help_category main.help-wrapper .help-contents .entry-header:before {
  content: " ";
  position: relative;
  background: url('../img/help_archive/btn_open.png?1536653381') no-repeat center center;
  width: 50px;
  height: 100%;
  position: absolute;
  margin-top: -2px;
}
.tax-help_category main.help-wrapper .help-contents .entry-header.close:before {
  background-image: url('../img/help_archive/btn_close.png?1536653381');
}
.tax-help_category main.help-wrapper .help-contents .entry-header .entry-title {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 10px 0 15px 60px;
}
.tax-help_category main.help-wrapper .help-contents .entry-content {
  display: none;
  background: rgba(255, 255, 255, 0.1);
  padding: 30px 25px;
  margin: 0 0 15px;
}
.tax-help_category main.help-wrapper .help-contents .entry-content img {
  width: 100%;
  height: auto;
  padding: 0 25px;
}
.tax-help_category main.help-wrapper .help-contents .entry-content p {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .post-type-archive-help header .h-title,
  .tax-help_category header .h-title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/sp/help_archive/h_title.png?1538800962') no-repeat center top;
    width: 229px;
    height: 101px;
    position: absolute;
    left: 0;
    right: 0;
    top: 36px;
    margin: 0 auto;
  }

  main.help-wrapper {
    background: none;
    margin-top: 70px;
    position: relative;
    overflow: visible;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  main.help-wrapper:before {
    content: none;
  }
  main.help-wrapper:after {
    content: none;
  }
  main.help-wrapper .chara {
    display: none;
  }
  main.help-wrapper .help-list {
    position: relative;
    text-align: center;
    z-index: 1026;
    padding-top: 20px;
  }
  main.help-wrapper .help-list li {
    margin-bottom: 20px;
    position: relative;
  }
  main.help-wrapper .help-list li a {
    font-size: 22px;
    padding: 0 40px;
    border: none;
    background: url('../img/help_archive/btn_term.png?1536653381') no-repeat center bottom;
    width: 501px;
    height: 64px;
    line-height: 60px;
    font-weight: bold;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  main.help-wrapper .help-list li a:after {
    content: " ";
    position: absolute;
    right: 20px;
    top: 23px;
    background: url('../img/help_archive/move_mark.png?1536653381') no-repeat center bottom;
    width: 7px;
    height: 16px;
  }

  .tax-help_category main.help-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -1px;
  }
  .tax-help_category main.help-wrapper .content-background {
    width: 640px;
    padding: 80px 0 60px;
    margin-bottom: 0;
    background: url('../img/single/bg_body.png?1538571862') center top repeat-y;
    position: relative;
    z-index: 1009;
  }
  .tax-help_category main.help-wrapper .content-background:before {
    content: none;
  }
  .tax-help_category main.help-wrapper .content-background:after {
    content: none;
  }
  .tax-help_category main.help-wrapper .content-background .chara {
    display: none;
  }
  .tax-help_category main.help-wrapper .content-background img {
    width: 100%;
  }
  .tax-help_category main.help-wrapper .content-background .container {
    padding: 0 20px;
  }
  .tax-help_category main.help-wrapper .term-name {
    background: url('../img/help_archive/title_bg.png?1536653381') repeat-y center bottom;
    font-size: 24px;
    border: none;
    background-size: cover;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 15px 40px;
    position: relative;
  }
  .tax-help_category main.help-wrapper .term-name:after {
    content: ' ';
    border-bottom: 1px solid #1ad2d0;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -30px;
  }
  .tax-help_category main.help-wrapper .help-list {
    padding-top: 40px;
  }
  .tax-help_category main.help-wrapper .help-list li {
    width: 100%;
    border-bottom: 1px solid #1ad2d0;
    height: auto;
    margin-bottom: 10px;
  }
  .tax-help_category main.help-wrapper .help-list li:after {
    display: none;
  }
  .tax-help_category main.help-wrapper .help-list li article {
    margin: 0;
  }
  .tax-help_category main.help-wrapper .help-contents {
    text-align: left;
  }
  .tax-help_category main.help-wrapper .help-contents h1 {
    font-size: 24px;
    border-bottom: none;
  }
  .tax-help_category main.help-wrapper .help-contents h3 {
    font-size: 24px;
    margin-bottom: 0.2rem;
  }
  .tax-help_category main.help-wrapper .help-contents h3:before {
    content: "▼";
    color: #1ad2d0;
    background-color: rgba(255, 255, 255, 0);
    height: auto;
    font-size: 18px;
    margin-top: -2px;
  }
  .tax-help_category main.help-wrapper .help-contents div {
    margin-bottom: 0;
  }
  .tax-help_category main.help-wrapper .help-contents .entry-header {
    position: relative;
  }
  .tax-help_category main.help-wrapper .help-contents .entry-header:before {
    content: " ";
    position: relative;
    background: url('../img/help_archive/btn_open.png?1536653381') no-repeat center center;
    width: 50px;
    height: 100%;
    position: absolute;
    margin-top: -2px;
  }
  .tax-help_category main.help-wrapper .help-contents .entry-header.close:before {
    background-image: url('../img/help_archive/btn_close.png?1536653381');
  }
  .tax-help_category main.help-wrapper .help-contents .entry-header .entry-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.5;
    padding: 10px 0 15px 60px;
  }
  .tax-help_category main.help-wrapper .help-contents .entry-content {
    display: none;
    background: rgba(255, 255, 255, 0.1);
    padding: 30px 25px;
    margin: 0 0 15px;
  }
  .tax-help_category main.help-wrapper .help-contents .entry-content img {
    width: 100%;
    height: auto;
    padding: 0 25px;
  }
  .tax-help_category main.help-wrapper .help-contents .entry-content p {
    margin-bottom: 0;
  }
  .tax-help_category .spec {
    margin-top: -1px;
  }
}
.single main {
  background: url('../img/common/bg_body.png?1538318601') center top repeat-y;
  margin-top: 100px;
  position: relative;
  overflow: visible;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 120px;
}
.single main:before {
  content: " ";
  background: url('../img/common/bg_top.png?1538318575') no-repeat center top;
  width: 1024px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
}
.single main:after {
  content: " ";
  background: url('../img/common/bg_bottom.png?1538318625') no-repeat center top;
  width: 1024px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.single main .chara {
  background: url('../img/common/h_chara.png?1538300092') no-repeat center top;
  width: 136px;
  height: 176px;
  position: absolute;
  top: -120px;
  right: 211px;
  z-index: 1025;
}
.single .news-wrapper {
  padding: 10px 230px 70px;
  margin-bottom: 0;
  background: url('../img/single/bg_body.png?1538571862') center top repeat-y;
  position: relative;
  z-index: 1026;
}
.single .news-wrapper:before {
  content: " ";
  background: url('../img/single/bg_top.png?1538571811') no-repeat center top;
  width: 664px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.single .news-wrapper:after {
  content: " ";
  background: url('../img/single/bg_bottom.png?1538571847') no-repeat center top;
  width: 664px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.single .news-wrapper img {
  width: 100%;
}
.single .entry-meta {
  background: url('../img/single/date_bg.png?1538571405') no-repeat center top;
  width: 565px;
  height: 37px;
  position: relative;
}
.single .entry-meta time {
  position: absolute;
  top: 0;
  font-size: 17px;
  padding: 10px 15px;
}
.single .entry-meta .entry-new {
  background: url('../img/common/new.png?1536653381') no-repeat center top;
  width: 34px;
  height: 41px;
  position: absolute;
  top: -5px;
  right: 10px;
}
.single .entry-title {
  font-weight: bold;
  margin-bottom: -0.5rem;
  line-height: 1.6;
}
.single .single-paging {
  text-align: center;
  position: absolute;
  bottom: 70px;
  width: 1024px;
}
.single .single-paging .btn-pre a {
  display: inline-block;
  background: url('../img/single/page_pre.png?1538570993') no-repeat center top;
  width: 148px;
  height: 67px;
  position: absolute;
  top: 3px;
  left: 180px;
}
.single .single-paging .btn-top {
  display: inline-block;
  background: url('../img/single/btn_top.png?1538570993') no-repeat center top;
  width: 266px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.single .single-paging .btn-next a {
  display: inline-block;
  background: url('../img/single/page_next.png?1538570993') no-repeat center top;
  width: 147px;
  height: 67px;
  position: absolute;
  top: 3px;
  right: 180px;
}

@media screen and (max-width: 640px) {
  .single main {
    background: none;
    margin-top: -42px;
    position: relative;
    overflow: visible;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .single main:before {
    content: none;
  }
  .single main:after {
    content: none;
  }
  .single main .chara {
    display: none;
  }
  .single .news-wrapper {
    padding: 65px 40px 130px;
    margin-bottom: 0;
    background: url('../img/single/bg_body.png?1538571862') center top repeat-y;
    position: relative;
    z-index: 1009;
  }
  .single .news-wrapper:before {
    content: none;
  }
  .single .news-wrapper:after {
    content: none;
  }
  .single .news-wrapper img {
    width: 100%;
  }
  .single .entry-meta {
    background: url('../img/single/date_bg.png?1538571405') no-repeat center top;
    width: 565px;
    height: 37px;
    position: relative;
  }
  .single .entry-meta time {
    position: absolute;
    top: 0;
    font-size: 19px;
    padding: 10px 15px;
  }
  .single .entry-meta .entry-new {
    background: url('../img/common/new.png?1536653381') no-repeat center top;
    width: 34px;
    height: 41px;
    position: absolute;
    top: -5px;
    right: 10px;
  }
  .single .entry-title {
    font-weight: bold;
    margin-bottom: -0.5rem;
    line-height: 1.6;
  }
  .single .single-paging {
    text-align: center;
    position: absolute;
    bottom: 120px;
    width: 640px;
    z-index: 1026;
  }
  .single .single-paging .btn-pre a {
    display: inline-block;
    background: url('../img/single/page_pre.png?1538570993') no-repeat center top;
    width: 148px;
    height: 67px;
    position: absolute;
    top: 3px;
    left: 20px;
  }
  .single .single-paging .btn-top {
    display: inline-block;
    background: url('../img/single/btn_top.png?1538570993') no-repeat center top;
    width: 266px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .single .single-paging .btn-next a {
    display: inline-block;
    background: url('../img/single/page_next.png?1538570993') no-repeat center top;
    width: 147px;
    height: 67px;
    position: absolute;
    top: 3px;
    right: 20px;
  }
}
