* {
  box-sizing: border-box;
}
.baseWp {
  overflow: hidden;
  width: 1000px;
  margin: 40px auto;
}

  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
@media screen and (max-width: 1024px) {
  .baseWp {
    overflow: hidden;
    width: auto;
    margin: 20px 4%;
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}

/*----------------------------------------------------
  common
-----------------------------------------------------*/
main {
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN", "MS PGothic", arial, helvetica, sans-serif;
}

main dd {
  margin-left: 0;
}

main h2,
h3,
h4,
h5 {
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  main img {
    max-width: 100%;
  }
}

#main h2.jp {
  text-align: center;
  font-size: 22px;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN", "MS PGothic", arial, helvetica, sans-serif;
  padding: 24px 0;
  border-bottom: 1px solid #ededed;
}

#main dd {
  margin-left: 0;
  margin-right: 0;
  list-style-type: none;
  list-style-position: outside;
}

@media screen and (max-width: 1024px) {
  #main h2.jp {
    font-size: 16px;
    padding: 15px 10px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN",
      "メイリオ", "Meiryo", "MS PGothic", arial, helvetica,
      sans-serif;
  }
}

/*----------------------------------------------------
　newsDetails
-----------------------------------------------------*/
.newsDetails {
  margin: 60px auto;
  width: 800px;
}

.newsDetails .left {
  text-align: left;
}

.newsDetails .right {
  text-align: right;
}

.newsDetails .red {
  color: #df2026;
}

.newsDetails .mb-s {
  margin-bottom: 10px;
}

.newsDetails .mt-s {
  margin-top: 10px;
}

.newsDetails .mb-m {
  margin-bottom: 20px;
}

.newsDetails .mt-m {
  margin-top: 20px;
}

.newsDetails .mb-l {
  margin-bottom: 30px;
}

.newsDetails .mt-l {
  margin-top: 30px;
}

.newsDetails h3 {
  font-size: 18px;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
  margin: 40px auto 20px;
}

.newsDetails p {
  font-size: 14px;
  line-height: 2;
}

.newsDetails a.link-text {
  border-bottom: 1px solid #000000;
  vertical-align: middle;
  word-break: break-word;
}

.newsDetails .img-c {
  text-align: center;
  margin: 30px auto;
}

.newsDetails .img-c img {
  width: 100%;
  height: auto;
}

.newsDetails .img-l {
  margin: 20px 20px 20px 0;
  float: left;
}

.newsDetails .img-l img {
  width: 100%;
  height: auto;
}

.newsDetails .img-r {
  margin: 20px 0 20px 20px;
  float: right;
}

.newsDetails .img-r img {
  width: 100%;
  height: auto;
}

.newsDetails .w-300 {
  width: 300px;
}

.newsDetails .w-400 {
  width: 400px;
}

.newsDetails .w-500 {
  width: 500px;
}

.newsDetails .w-600 {
  width: 600px;
}

.newsDetails ul.note {
  font-size: 12px;
}

.newsDetails ul.note li {
  text-indent: -1em;
  margin-left: 1em;
}

.newsDetails p.note {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 12px;
}

.newsDetails dl.contact {
  margin-top: 30px;
  display: inline-block;
  padding: 30px;
  background: #f3f3f3;
  line-height: 2;
}

.newsDetails dl.contact dd {
  font-size: 13px;
}

.lmc_list a {
  text-decoration: underline;
}

.lmc_list li {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.4285714286;
}

.lmc_caution {
  margin-top: 30px;
}

.lmc_button {
  margin-top: 30px;
}

.lmc_button a {
  padding: 10px;
  background-color: gray;
  color: white;
}

@media screen and (max-width: 1024px) {
  .newsDetails {
    margin: 20px 4%;
    width: auto;
  }
  .lmc_list li {
    font-size: 12px;
  }

  .newsDetails h3 {
    font-size: 16px;
    margin: 30px auto 20px;
  }

  .newsDetails p {
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
  }

  .newsDetails .w-300 {
    width: 90%;
    max-width: 300px;
  }

  .newsDetails .w-400 {
    width: 100%;
    max-width: 400px;
  }

  .newsDetails .w-500 {
    width: 100%;
    max-width: 500px;
  }

  .newsDetails .w-600 {
    width: 100%;
    max-width: 600px;
  }

  .newsDetails .img-l {
    width: 50%;
  }

  .newsDetails .img-r {
    width: 50%;
  }

  .newsDetails .caption {
    margin: 10px 0;
  }

  .newsDetails .note {
    font-size: 11px;
  }

  .newsDetails dl.contact {
    display: block;
    padding: 15px;
  }

  .newsDetails dl.contact dd {
    font-size: 12px;
  }

  .newsDetails .btnRe {
    margin: 30px auto;
  }

  .newsDetails .btnRe a {
    margin-bottom: 0;
  }
}

.contact a {
  border-bottom: 1px solid #000;
}

.contact a:hover {
  opacity: 0.7;
}

.newsDetails dl.contact {
  margin-top: 20px;
  padding: 20px;
  width: 400px;
}

@media screen and (max-width: 1024px) {
  .newsDetails dl.contact {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }
}

.btnSubmit a,
.btnSubmit input {
  box-shadow: none;
  border: none;
  background: #000000;
  color: #ffffff;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 30px auto 0 auto;
  width: 240px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.btnSubmit a:active,
.btnSubmit a:focus,
.btnSubmit a:hover,
.btnSubmit input:active,
.btnSubmit input:focus,
.btnSubmit input:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none !important;
}

.text-bold {
  font-weight: bold;
}

.news-block+.news-block {
  margin-top: 30px;
  padding-top: 30px;
  /*border-top: 1px solid #ededed;*/
}

@media screen and (max-width: 1024px) {
  .news-block+.news-block {
    margin-top: 30px;
    padding-top: 0px;
    /*border-top: 1px solid #ededed;*/
  }
}

#newsContents .newsDetails .news-block h2.jp {
  border-bottom: none;
}



/* ===============================================### 
251015 追加
###=============================================== */
.LimitedContents {
  margin: 0 auto 60px;
  width: 800px;
}

.LimitedContents h3 {
  font-size: 18px;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
  margin: 0 auto 20px;
  line-height: 1.25;
}

.LimitedContents p {
  font-size: 14px;
  line-height: 2;
}

.LimitedContents .img {
  margin: 20px 0;
  width: 80%;
}


@media screen and (max-width: 1024px) {
  .LimitedContents {
    margin: 0 4% 60px;
    width: auto;
  }

  .LimitedContents h3 {
    font-size: 16px;
    margin: 0 auto 20px;
  }

  .LimitedContents p {
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
  }

  .LimitedContents .img {
    margin: 10px 0;
    width: auto;
  }
}