@charset "UTF-8";
/*共通
---------------------------------------------------------- */
html {
  overflow-y: scroll;
}

body {
  background: #fff;
  color: #595750;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#container {
  width: 100%;
  overflow: hidden;
}

.btn_sns {
  margin: 8px 0 0 10px;
}

.p-helpArticle {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 560px) {
  .p-helpArticle {
    max-width: inherit;
    width: 100%;
    padding: 5% 0 0 0;
  }
}

@media screen and (max-width: 560px) {
  .p-helpArticle {
    font-size: 15px;
  }
}

.p-helpArticle hr {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .p-helpArticle hr {
    width: 90%;
  }
}

.p-helpArticle a {
  color: #00559A;
}

.p-helpArticle a:hover {
  opacity: 0.7;
}

.p-helpArticle__content {
  width: 60%;
  margin: 0 auto;
  background: white;
  margin-bottom: 52px;
}

@media screen and (max-width: 560px) {
  .p-helpArticle__content {
    width: 90%;
  }
}

.p-helpArticle__paragraphHead {
  width: 96%;
  margin: 40px auto 50px auto;
  font-size: 16px;
}

.p-helpArticle__caption {
  width: 96%;
  padding: 20px;
  margin: 16px auto;
  background-color: #F5F5F5;
  font-size: 14px;
  line-height: 1.6;
}

.p-helpArticle__caption span {
  color: red;
}

.p-helpArticle__helpTitle {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 14px 16px 12px 18px;
  background-color: #F5F5F5;
  font-size: 20px;
  border-left: solid 6px #c4c4c4;
  line-height: 1.4;
}

@media screen and (max-width: 560px) {
  .p-helpArticle__helpTitle {
    font-size: 18px;
  }
}

.p-helpArticle__subTitle {
  color: #00559A;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #D5D5D5;
  margin: 40px 0 20px 0;
  font-size: 18px;
}

@media screen and (max-width: 560px) {
  .p-helpArticle__subTitle {
    font-size: 16px;
  }
}

.p-helpArticle__localTitle {
  color: #595750;
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.p-helpArticle__bg-blue {
  padding: 20px 30px;
  background-color: #F3F7FB;
  font-size: 16px;
  position: relative;
}

@media screen and (max-width: 560px) {
  .p-helpArticle__bg-blue {
    padding: 20px 20px;
    font-size: 14px;
  }
}

.p-helpArticle__pointText {
  color: #00559A;
  padding: 24px 30px 20px 30px;
  margin: 50px auto 20px auto;
  position: relative;
}

.p-helpArticle__margin {
  margin-top: 24px;
  margin-bottom: 20px;
}

.p-helpArticle__imgArea {
  width: 90%;
  margin: 30px auto;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .p-helpArticle__imgArea {
    width: 100%;
  }
}

.p-helpArticle__imgArea p {
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.p-helpArticle__border {
  margin: 30px auto;
  padding: 30px 54px;
  border: 1px solid #c4c4c4;
}

.p-helpArticle__border li {
  margin-top: 12px;
}

@media screen and (max-width: 560px) {
  .p-helpArticle__border {
    padding: 30px 20px 30px 40px;
  }
}

.p-helpArticle__border span {
  font-weight: bold;
}

.p-helpArticle__listText {
  position: relative;
  margin-left: 20px;
  margin-top: 8px;
}

.p-helpArticle__listText span {
  font-weight: bold;
}

.p-helpArticle__contact {
  width: 80%;
  margin: 16px 0 0 0;
  padding: 20px;
  border: solid 1px #c4c4c4;
  background-color: white;
}

@media screen and (max-width: 560px) {
  .p-helpArticle__contact {
    width: 100%;
  }
}

.p-helpArticle__contact p {
  color: #00559A;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 560px) {
  .p-helpArticle__contact p {
    font-size: 16px;
  }
}

.p-helpArticle__contact span {
  color: #595750;
  font-size: 14px;
  display: inline-block;
  font-weight: normal;
  margin-top: 8px;
}

@media screen and (max-width: 560px) {
  .p-helpArticle__contact span {
    font-size: 12px;
  }
}

.p-helpArticle__listText::before {
  content: "●";
  color: #8a8a8a;
  font-size: 9px;
  position: absolute;
  top: 4px;
  left: -17px;
}

.p-helpArticle__pointText::before {
  content: "Point";
  display: inline-block;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 24px;
  background-color: #00559A;
  border-radius: 20px;
  position: absolute;
  top: -22px;
  left: 10px;
}
/*# sourceMappingURL=help_article.css.map */