@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-help {
  width: 100%;
  margin: 0 auto;
  background: #F3F7FB;
}

.p-help__inner {
  width: 71.4%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0 80px 0;
}

.p-help__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 560px) {
  .p-help__flex {
    display: block;
  }
}

.p-help__content {
  margin-top: 46px;
}

.p-help__content:hover img {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-help__contentDate img {
  width: 50%;
}

@media screen and (max-width: 560px) {
  .p-help__contentDate img {
    width: 100%;
  }
}

.p-help__contTitle {
  font-size: 16px;
  margin-left: 8px;
  margin-bottom: 11px;
}

.p-help__contTitle span {
  color: #00559A;
  font-size: 18px;
}

.p-helpSub {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

@media screen and (max-width: 560px) {
  .p-helpSub {
    width: 100%;
    padding: 5% 0 0 0;
  }
}

.p-helpSub__inner {
  width: 71.4%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 60px 0;
}

@media screen and (max-width: 560px) {
  .p-helpSub__inner {
    width: 85%;
    padding: 20px 0 0 0;
  }
}

.p-helpSub__flex {
  width: 90%;
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 560px) {
  .p-helpSub__flex {
    width: 100%;
    display: block;
  }
}

.p-helpSub__content {
  margin: 30px 0 0 0;
  width: 46%;
}

@media screen and (max-width: 560px) {
  .p-helpSub__content {
    width: 100%;
  }
}

.p-helpSub__content P {
  margin-left: 28px;
  font-size: 13px;
  line-height: 1.3;
  color: #999999;
  margin-top: 8px;
}

.p-helpSub__contTitle {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: bold;
}

.p-helpSub__contTitle span {
  color: #00559A;
  font-size: 22px;
}

@media screen and (max-width: 560px) {
  .p-helpSub__contTitle span {
    font-size: 20px;
  }
}

@media screen and (max-width: 560px) {
  .p-helpSub__contTitle {
    font-size: 18px;
  }
}

.p-helpSub__contText {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #595750;
  margin: 10px 0 0 28px;
}

.p-helpSub__contText:hover {
  color: #00559A;
  text-decoration: underline;
}

.p-helpSub__question {
  width: 100%;
}

.p-helpSub__questionFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 560px) {
  .p-helpSub__questionFlex {
    display: block;
  }
}

.p-helpSub__questionItem {
  width: 46%;
}

@media screen and (max-width: 560px) {
  .p-helpSub__questionItem {
    width: 100%;
  }
}

/*format_import.html*/
.p-helpSub__head {
  margin-top: 60px;
  padding: 16px 20px;
  background-color: #F5F5F5;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 560px) {
  .p-helpSub__head {
    font-size: 18px;
    padding: 10px 16px;
  }
}

.p-helpSub__head span {
  color: #00559A;
  font-size: 22px;
}

@media screen and (max-width: 560px) {
  .p-helpSub__head span {
    font-size: 20px;
  }
}

.p-helpSub__flex--2 {
  margin: 20px auto 0 auto;
}

.p-helpSub__contText::before {
  content: " ";
  width: 8px;
  border-bottom: 1px solid #B8B8B8;
  position: absolute;
  top: 8px;
  left: -17px;
}
/*# sourceMappingURL=help.css.map */