@charset "UTF-8";
body {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.3px;
  font-size: 16px;
  overflow-x: hidden;
}

pre {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  white-space: pre-wrap;
}

.SingleTime {
  font-weight: bold;
}

p {
  font-weight: 500;
}

p img {
  width: 100%;
  max-width: 750px;
  height: auto;
}

.main_content {
  width: 100%;
  max-width: 980px;
  margin: 50px auto;
}

.main_content h1 {
  font-size: 22px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

.main_content.blog {
  margin-top: 150px;
}

@media (max-width: 780px) {
  .main_content.blog {
    width: 95%;
    margin: auto;
  }
}

.wapper.single_wap img {
  width: 100%;
  height: auto;
  max-width: 500px;
}

.H1SingleMainTitle {
  padding: 100px 0 20px;
  margin-top: 40px;
}

.SingleMainTitle {
  text-align: left !important;
  padding: 10px 0 30px !important;
}

.img_wrap {
  margin: 20px auto;
}

.img_wrap img {
  width: 100%;
  max-width: 500px;
}

.pink_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffb7ff));
  background: linear-gradient(transparent 60%, #ffb7ff 60%);
  display: inline-block;
}

.yellow_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffffa8));
  background: linear-gradient(transparent 60%, #ffffa8 60%);
  display: inline-block;
}

.midashi {
  text-align: center;
  font-weight: bold;
}

.midashi p {
  font-weight: bold;
  font-size: 20px;
}

.red {
  color: #f00;
  font-weight: bold;
  font-size: 1.3em;
}

ol {
  width: 90%;
  margin: auto;
}

ol li {
  list-style: decimal;
  list-style-position: inside;
  margin: 20px 0;
}

ol li a {
  text-decoration: underline;
}

ul {
  width: 90%;
  margin: auto;
}

ul li {
  margin: 10px 0;
}

ul li a {
  text-decoration: underline;
}

section h2 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 30px auto;
  display: inline-block;
}

.cv_btn {
  display: block;
  width: 50%;
  background-color: #f37902;
  margin: 20px auto;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.8px;
  position: relative;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
}

.cv_btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 780px) {
  .cv_btn {
    width: 95%;
    margin: auto;
  }
}

#notice {
  background-color: #f9f9f9;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 95%;
  overflow-wrap: break-word;
}

.bold {
  font-weight: bold;
}

.unsubscribeText {
  font-size: 14px;
}

.unsubscribeLink {
  font-size: 14px;
  text-decoration: underline;
}

.modal_btn a {
  display: block;
  background-color: #f37902;
  color: #fff;
  max-width: 600px;
  width: 90%;
  font-size: 16px;
  padding: 25px 0;
  text-align: center;
  margin: 10px 0;
  text-decoration: none;
  font-weight: bold;
  border-radius: 2px;
  position: relative;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
}

@media (max-width: 780px) {
  .modal_btn a {
    margin: 10px auto;
    width: 95%;
  }
}

.modal_btn a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 30px;
}

.relatedarticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.relatedarticle h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 30px auto;
  font-size: 22px;
  font-weight: bold;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
}

.relatedarticle a {
  display: block;
  width: calc((100% - 30px) / 4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  height: 300px;
  border-radius: 3px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
  background-color: #fff;
}

.relatedarticle a .thumb img {
  width: 100%;
}

.relatedarticle a .title {
  font-size: 16px;
  font-weight: bold;
}

.relatedarticle a .title p {
  width: 100%;
  word-break: break-all;
}

@media (max-width: 780px) {
  .relatedarticle a {
    width: 95%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .relatedarticle a .thumb {
    width: 50%;
  }
  .relatedarticle a .title {
    width: 45%;
  }
}
/*# sourceMappingURL=is_info.css.map */