@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-article {
  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-article {
    max-width: inherit;
    width: 100%;
    padding: 5% 0 0 0;
  }
}

@media screen and (max-width: 560px) {
  .p-article {
    font-size: 14px;
  }
}

.p-article hr {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .p-article hr {
    width: 90%;
  }
}

.p-article a {
  color: #00559A;
}

.p-article a:hover {
  opacity: 0.7;
}

.p-article__section {
  width: 60%;
  margin: 0 auto;
  background: white;
}

@media screen and (max-width: 560px) {
  .p-article__section {
    width: 90%;
  }
}

.p-article__paragraphHead {
  width: 96%;
  margin: 30px auto 10px auto;
  font-size: 18px;
}

.p-article__paragraphCaption {
  padding: 20px;
  margin-top: 16px;
  background-color: #F5F5F5;
  font-size: 14px;
  line-height: 1.6;
}

.p-article__paragraphCaption span {
  color: red;
}

.p-article__head {
  margin-top: 36px;
  padding: 10px 54px;
  background-color: #F5F5F5;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 560px) {
  .p-article__head {
    font-size: 20px;
    padding: 10px 48px;
  }
}

.p-article__head span {
  color: #00559A;
}

.p-article__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-article__helpTitle {
    font-size: 18px;
  }
}

.p-article__content {
  margin-bottom: 52px;
}

.p-article__problemTitle {
  color: #00559A;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #D5D5D5;
  margin: 40px 0 20px 0;
  font-size: 18px;
}

.p-article__solution {
  margin-top: 32px;
}

.p-article__solutionTitle {
  display: inline-block;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 24px;
  background-color: #00559A;
  border-radius: 20px;
}

.p-article__solutionText {
  color: #00559A;
  padding: 20px 54px;
  margin: 10px auto;
  background-color: #F3F7FB;
  font-size: 16px;
  position: relative;
}

.p-article__imgArea {
  width: 80%;
  margin: 30px auto;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .p-article__imgArea {
    width: 100%;
  }
}

.p-article__imgArea p {
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.p-article__maritTitle {
  color: #00559A;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #D5D5D5;
  margin: 40px 0 20px 0;
  font-size: 18px;
}

.p-article__meritText {
  padding: 20px 30px;
  background-color: #F3F7FB;
  font-size: 16px;
  position: relative;
}

@media screen and (max-width: 560px) {
  .p-article__meritText {
    padding: 20px 20px;
  }
}

.p-article__textTitle {
  font-weight: bold;
  margin-bottom: 10px;
}

.p-article__textTitle span {
  color: #00559A;
}

.p-article__margine {
  margin-top: 24px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.p-article__margine--2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-article__effectCont {
  padding-left: 14px;
  padding-bottom: 10px;
  font-size: 14px;
}

.p-article__effectHeading {
  font-weight: bold;
}

.p-article__list {
  margin: 30px auto 20px auto;
  padding: 8px 60px 30px 60px;
  border: 1px solid #acacac;
}

@media screen and (max-width: 560px) {
  .p-article__list {
    padding: 0px 20px 20px 20px;
  }
}

.p-article__list li:hover {
  opacity: 0.7;
}

.p-article__list--2 {
  padding: 40px 60px;
}

@media screen and (max-width: 560px) {
  .p-article__list--2 {
    padding: 30px 20px 30px 40px;
  }
}

.p-article__listText {
  position: relative;
  margin-left: 20px;
}

.p-article__problemList {
  padding: 26px 40px 20px 40px;
  background-color: #F3F7FB;
  font-size: 16px;
}

@media screen and (max-width: 560px) {
  .p-article__problemList {
    padding: 24px 20px 20px 20px;
    font-size: 14px;
  }
}

.p-article__problemList span {
  color: #00559A;
  font-weight: bold;
}

.p-article__problemList li {
  margin-bottom: 8px;
}

.p-article__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 46px 0 36px 0;
}

@media screen and (max-width: 560px) {
  .p-article__flex {
    display: block;
  }
}

.p-article__flexItem span {
  font-weight: bold;
}

@media screen and (max-width: 560px) {
  .p-article__flexItem {
    margin-bottom: 24px;
  }
}

p.p-article__solutionText::before {
  display: block;
  content: '';
  background-image: url(../poso/img/check.svg);
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 23px;
  left: 26px;
}

h2.p-article__head--1::before {
  display: block;
  content: '';
  background-image: url(../poso/img/question_icon.svg);
  background-repeat: no-repeat;
  height: 27px;
  width: 27px;
  position: absolute;
  top: 17px;
  left: 16px;
}

@media screen and (max-width: 560px) {
  h2.p-article__head--1::before {
    top: 13px;
    left: 10px;
  }
}

h2.p-article__head--2::before {
  display: block;
  content: '';
  background-image: url(../poso/img/check_icon.svg);
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 16px;
  left: 16px;
}

@media screen and (max-width: 560px) {
  h2.p-article__head--2::before {
    top: 13px;
    left: 10px;
  }
}

.p-article__listText::before {
  content: "●";
  color: #7a7a7a;
  font-size: 9px;
  position: absolute;
  top: 4px;
  left: -17px;
}

.p-articleSub {
  width: 100%;
  margin: 0 auto;
}

.p-articleSub__inner {
  width: 71.4%;
  margin: 0 auto;
  padding: 20px 0 10px 0;
}

@media screen and (max-width: 560px) {
  .p-articleSub__inner {
    width: 90%;
    padding: 4px 0 0 0;
  }
}

.p-articleSub__wrap {
  margin: 16px auto 0 auto;
}

.p-articleSub__content {
  margin: 0 0 52px 0;
}

@media screen and (max-width: 560px) {
  .p-articleSub__content {
    margin: 0 0 40px 0;
  }
}

.p-articleSub__contTitle {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: bold;
  padding: 16px 20px;
  background-color: #F5F5F5;
}

.p-articleSub__contTitle span {
  color: #00559A;
  font-size: 22px;
}

@media screen and (max-width: 560px) {
  .p-articleSub__contTitle span {
    font-size: 20px;
  }
}

@media screen and (max-width: 560px) {
  .p-articleSub__contTitle {
    font-size: 18px;
    padding: 10px 16px;
    margin-bottom: 16px;
  }
}

.p-articleSub__contText {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #595750;
  margin: 18px 0 0 28px;
}

.p-articleSub__contText:hover {
  color: #00559A;
  text-decoration: underline;
}

.p-articleSub__contText::before {
  content: " ";
  width: 8px;
  border-bottom: 1px solid #B8B8B8;
  position: absolute;
  top: 8px;
  left: -17px;
}
/*# sourceMappingURL=article.css.map */