@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  font-family: inherit;
}

table, td, th {
  border: 1px #000 solid;
  padding: 10px;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th, td {
  border-collapse: collapse;
}

table th, table td {
  white-space: nowrap;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
}

main {
  margin-top: 75px;
}
main ._sp {
  display: none;
}
@media screen and (max-width: 750px) {
  main ._sp {
    display: block;
  }
}
main .head-breadlist {
  margin: 0 auto;
  padding: 20px;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #909090;
}
main .head-breadlist a {
  color: #333333;
  border-bottom: 1px solid #333333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 750px) {
  main .head-breadlist a {
    font-size: 3.4666666667vw;
  }
}
main .head-breadlist a:hover {
  opacity: 0.6;
}
main .head-breadlist li {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  main .head-breadlist li {
    font-size: 3.4666666667vw;
    min-width: 12.6666666667vw;
  }
}
main .head-breadlist li + li {
  margin-left: 26px;
  position: relative;
}
main .head-breadlist li + li::before {
  content: "";
  background: url(../../img/common/vector.png) center center no-repeat;
  width: 6px;
  height: 11px;
  background-size: cover;
  position: absolute;
  top: 52%;
  left: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  main .head-breadlist li + li::before {
    top: 50%;
    left: -16px;
  }
}
main .main {
  color: #2A2A2A;
}
main .main .sec-blog {
  max-width: 960px;
  margin: 75px auto 120px;
  width: 90%;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog {
    width: 95%;
    margin: 30px auto;
  }
}
main .main .sec-blog-head__cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #5A5A5A;
  padding: 8px 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog-head__cat {
    font-size: 3.2vw;
    padding: 1.0666666667vw 2.6666666667vw;
  }
}
main .main .sec-blog-head h2, main .main .sec-blog-head h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  padding: 18px 0 24px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog-head h2, main .main .sec-blog-head h1 {
    font-size: 5.3333333333vw;
    padding: 2.6666666667vw 0;
    margin-bottom: 5.3333333333vw;
    line-height: 1.7;
  }
}
main .main .sec-blog-head h2::after, main .main .sec-blog-head h1::after {
  content: "";
  background: url(../../img/common/title-line.png) center center no-repeat;
  width: 100%;
  height: 4px;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 650px) {
  main .main .sec-blog-head h2::after, main .main .sec-blog-head h1::after {
    background: url(../../img/common/title-line-sp.png) center center no-repeat;
    width: 100%;
    height: 2px;
    background-size: contain;
  }
}
main .main .sec-blog-head__thumb {
  width: 100%;
}
main .main .sec-blog-head__thumb img {
  width: 100%;
  height: 100%;
  background-size: cover;
  aspect-ratio: 960/480;
}
main .main .sec-blog-head__detail {
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog-head__detail {
    margin-bottom: 10px;
    display: block;
    margin-top: 0;
  }
}
main .main .sec-blog-head .writer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main .main .sec-blog-head .writer-image {
  width: 50px;
}
main .main .sec-blog-head .writer-image img {
  width: 100%;
}
main .main .sec-blog-head .writer-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-left: 10px;
  font-weight: bold;
  letter-spacing: 0.032em;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog-head .writer-name {
    font-size: 3.2vw;
    margin-left: 5px;
  }
}
main .main .sec-blog-head .date {
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog-head .date {
    font-size: 2.6666666667vw;
    margin-left: 7px;
  }
}
@media screen and (max-width: 750px) {
  main .main .sec-blog-head .date002 {
    font-size: 15px!important;
    margin-left: 0px!important;
    margin-top: 8px!important;
  }
}
main .main .sec-blog-head .date .update {
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog-head .date .update {
    margin-left: 15px;
    display: block;
  }
}
main .main .sec-blog .sns {
  padding: 0 0 14px 0;
  text-align: right;
  background-color: unset;
}
main .main .sec-blog .sns ul {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
main .main .sec-blog .sns ul li {
  display: inline-block;
  padding: 0 0 6px 6px;
  vertical-align: top;
}
main .main .sec-blog .sns ul a {
  font-size: 12px;
  display: block;
  width: 64px;
  padding: 0 0 0 26px;
  border-radius: 2px;
  text-align: left;
  color: #ffffff;
  line-height: 26px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
main .main .sec-blog .sns ul a:hover {
  opacity: 0.6;
}
main .main .sec-blog .sns ul a.twitter {
  background: url(../../img/blog/icon_twitter.png) no-repeat 6px center #55acee;
}
main .main .sec-blog .sns ul a.facebook {
  background: url(../../img/blog/icon_facebook.png) no-repeat 6px center #35629a;
}
main .main .sec-blog .sns ul a.feedly {
  background: url(../../img/blog/icon_feedly.png) no-repeat 6px center #6cc655;
}
main .main .sec-blog .sns ul a.pinterest {
  background: url(../../img/blog/icon_pinterest.png) no-repeat 6px center #d4121c;
}
main .main .sec-blog .sns ul a.rss {
  background: url(../../img/blog/icon_rss.png) no-repeat 6px center #ffb53c;
}
main .main .sec-blog .sns.center {
  text-align: center;
}
main .main .sec-blog .content {
  max-width: 750px;
  margin: 60px auto 120px;
  width: 95%;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  display: block;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog .content {
    margin-top: 8vw;
    margin-bottom: 10.6666666667vw;
    max-width: 100%;
  }
}
main .main .sec-blog .content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.875;
}
main .main .sec-blog .content h4 {
  margin: 0;
  padding: 20px 0 20px 0;
  border: none;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #ff0701;
  line-height: 28px;
  letter-spacing: 0.06em;
}
main .main .sec-blog .content p img {
  margin: 40px auto;
}
@media screen and (max-width: 650px) {
  main .main .sec-blog .content p img {
    margin: 20px auto;
  }
}
main .main .sec-blog .content p + p {
  margin-top: 40px;
}
main .main .sec-blog .content span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
main .main .sec-blog .content div {
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.875;
  width: 100%;
  margin: 0 auto;
}
main .main .sec-blog .content div.point {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #5A5A5A;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 2px 12px;
  margin: 40px 0 10px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
main .main .sec-blog .content h2 {
  margin: 120px auto 40px;
  display: block;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.58;
  padding: 13px 41px 12px 31px;
  background-color: #FDF1F2;
  border-left: 8px solid #D70D1F;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog .content h2 span {
    font-size: 6.4vw;
    padding: 10px 15px;
    margin: 16vw auto 10.6666666667vw;
  }
}
main .main .sec-blog .content h3,
main .main .sec-blog .content h4 {
  display: block;
  margin: 100px auto 40px;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.58;
  font-weight: bold;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #2A2A2A;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog .content h3,
  main .main .sec-blog .content h4 {
    font-size: 18px;
    padding: 10px;
    margin: 13.3333333333vw auto 10.6666666667vw;
  }
}
main .main .sec-blog .content h3::after,
main .main .sec-blog .content h4::after {
  content: "";
  background: url(../../img/common/blog_h3-line.png) center center no-repeat;
  width: 100%;
  height: 4px;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 650px) {
  main .main .sec-blog .content h3::after,
  main .main .sec-blog .content h4::after {
    background: url(../../img/common/title-line-sp.png) center center no-repeat;
    width: 100%;
    height: 2px;
    background-size: contain;
  }
}
main .main .sec-blog .content ul,
main .main .sec-blog .content ol {
  margin: 30px auto;
  list-style: none;
  padding-left: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog .content ul,
  main .main .sec-blog .content ol {
    margin: 4vw auto 5.3333333333vw;
  }
}
main .main .sec-blog .content ul li,
main .main .sec-blog .content ol li {
  position: relative;
  padding-left: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
main .main .sec-blog .content ul li::after,
main .main .sec-blog .content ol li::after {
  content: "・";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
main .main .sec-blog .content span[style="text-decoration: underline;"] {
  background: #FDF1F2;
  text-decoration: none !important;
}
main .main .sec-blog .content a {
  color: #3366ff !important;
  text-decoration: underline;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
main .main .sec-blog .content a:hover {
  opacity: 0.6;
}
main .main .sec-blog .btn_copy {
  max-width: 424px;
  width: 95%;
  margin: 0 auto 60px;
  background-color: #333333;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 25px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 650px) {
  main .main .sec-blog .btn_copy {
    font-size: 16px;
    padding: 15px;
    margin: 0 auto 40px;
  }
}
main .main .sec-blog .btn_copy:hover {
  opacity: 0.7;
}
main .main .sec-blog .btn_copy:hover::before {
  right: 26px;
}
main .main .sec-blog .btn_copy::before {
  position: absolute;
  top: 2px;
  right: 35px;
  bottom: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
main .main .sec-blog .btn_copy02 {
  max-width: 270px;
  display: block;
  width: 95%;
  margin: 60px auto 60px auto;
  background-color: #D70D1F;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 15px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 650px) {
  main .main .sec-blog .btn_copy02 {
    font-size: 16px;
    padding: 15px;
    margin: 40px auto 50px auto;
  }
}
main .main .sec-blog .btn_copy02:hover {
  opacity: 0.7;
}
main .main .sec-blog .btn_copy02:hover::before {
  right: 26px;
}
main .main .sec-blog .btn_copy02::before {
  position: absolute;
  top: 2px;
  right: 35px;
  bottom: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

main .main .sec-blog #toc_container {
  width: 100%;
  margin-top: 100px;
  background-color: #F2F2F2;
  padding: 60px 35px;
  border: unset;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog #toc_container {
    margin-top: 13.3333333333vw;
    padding: 5.3333333333vw 15px;
  }
}
main .main .sec-blog #toc_container .toc_title {
  margin: 0 auto;
  font-size: 24px;
  font-weight: 900;
  text-align: left;
  padding-bottom: 18px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog #toc_container .toc_title {
    padding-bottom: 2.6666666667vw;
    font-size: 6.4vw;
  }
}
main .main .sec-blog #toc_container .toc_title::after {
  content: "";
  background: url(../../img/common/toc_title-line.svg) center center no-repeat;
  width: 100%;
  height: 2px;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 650px) {
  main .main .sec-blog #toc_container .toc_title::after {
    background: url(../../img/common/toc_title-line-sp.png) center center no-repeat;
    width: 100%;
    height: 2px;
    background-size: contain;
  }
}
main .main .sec-blog #toc_container .toc_list {
  margin: 40px auto 0;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog #toc_container .toc_list {
    margin: 8vw auto 0;
  }
}
main .main .sec-blog #toc_container .toc_list li {
  padding-left: 0;
}
main .main .sec-blog #toc_container .toc_list li + li {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog #toc_container .toc_list li + li {
    margin-top: 4vw;
  }
}
main .main .sec-blog #toc_container .toc_list li::after {
  content: "";
}
main .main .sec-blog #toc_container .toc_list li ul {
  margin-top: 10px;
  margin-left: 60px;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog #toc_container .toc_list li ul {
    margin-left: 40px;
  }
}
main .main .sec-blog #toc_container .toc_list li ul li + li {
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  main .main .sec-blog #toc_container .toc_list li ul li + li {
    margin-top: 10px;
  }
}
main .main .sec-blog #toc_container .toc_list li ul a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  color: #2A2A2A !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
main .main .sec-blog #toc_container .toc_list li ul a:hover {
  opacity: 0.6;
}
main .main .sec-blog #toc_container .toc_list a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  color: #2A2A2A !important;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
main .main .sec-blog #toc_container .toc_list a:hover {
  opacity: 0.6;
}
main .main .sec-blog #toc_container .toc_list .toc_number {
  display: none;
}
main .main .sec-writer {
  background-color: #F2F2F2;
  padding: 80px 60px;
}
@media screen and (max-width: 750px) {
  main .main .sec-writer {
    padding: 10.6666666667vw 8vw;
  }
}
main .main .sec-writer__inner {
  max-width: 1200px;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.0862745098);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.0862745098);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  main .main .sec-writer__inner {
    padding: 8vw;
    display: block;
    width: 100%;
  }
}
main .main .sec-writer-left {
  width: 120px;
  margin: 0 auto;
  text-align: center;
}
main .main .sec-writer-left__image {
  width: 100%;
  aspect-ratio: 1 / 1;
}
main .main .sec-writer-left__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
main .main .sec-writer-left__text {
  margin-top: 12px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
main .main .sec-writer-right {
  width: calc(100% - 120px);
  margin-left: 60px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  main .main .sec-writer-right {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
}
main .main .sec-writer-right p + p {
  margin-top: 30px;
}
main .main .sec-connection {
  margin: 120px auto 150px;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 750px) {
  main .main .sec-connection {
    width: 95%;
    margin: 16vw auto 20vw;
  }
}
main .main .sec-connection h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px;
  margin: 0 auto;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  main .main .sec-connection h2 {
    font-size: 6.4vw;
    padding: 1.6vw 3.2vw;
  }
}
main .main .sec-connection h2::after {
  content: "";
  background: url(../../img/common/connection-title.svg) center center no-repeat;
  width: 66px;
  height: 66px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  main .main .sec-connection h2::after {
    width: 8.8vw;
    height: 8.8vw;
  }
}
main .main .sec-connection__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  main .main .sec-connection__list {
    margin-top: 10.6666666667vw;
  }
}
main .main .sec-connection__list li {
  width: calc(33.3333333333% - 30px);
  margin: 20px 15px;
}
@media screen and (max-width: 750px) {
  main .main .sec-connection__list li {
    width: 100%;
    margin: 10.6666666667vw auto 0;
  }
}
main .main .sec-connection__list a {
  display: block;
  width: 100%;
  color: #2A2A2A;
  text-decoration: none;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .main .sec-connection__list a:hover .sec-connection__thumb {
  opacity: 0.6;
}
main .main .sec-connection__thumb {
  max-width: 380px;
}
main .main .sec-connection__thumb img {
  width: 100%;
  height: 230px!important;
  background-size: cover;
}
main .main .sec-connection__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  padding: 0 20px 12px;
  border-bottom: 2px #F2F2F2 solid;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  main .main .sec-connection__detail {
    padding: 0 0 12px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  main .main .sec-connection__detail {
    padding: 0 0 12px;
    margin-top: 4.2666666667vw;
  }
}
main .main .sec-connection__detail .cat {
  font-size: 14px;
  background-color: #5A5A5A;
  padding: 4px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  main .main .sec-connection__detail .cat {
    padding: 3px 10px;
    font-size: 3.7333333333vw;
  }
}
main .main .sec-connection__detail time {
  font-size: 14px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  main .main .sec-connection__detail time {
    font-size: 3.7333333333vw;
  }
}
main .main .sec-connection h3 {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.77;
  font-weight: bold;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  main .main .sec-connection h3 {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  main .main .sec-connection h3 {
    padding: 0;
    font-size: 4.8vw;
    line-height: 1.5;
    margin-top: 10px;
  }
}/*# sourceMappingURL=blog-detail.css.map */

.newscontent p {
  color: #333333 !important;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.newscontent div span {
  color: #333333 !important;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.newscontent u {
  color: #333333 !important;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.newscontent div strong {
  color: #333333 !important;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.newscontent a {
  color: #1a56a1!important;
  font-size: 16px!important;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.newscontent img {
  margin: 10px 0 10px 0;
}
.newscontent div h2 span {
  display: block;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.58;
  padding: 13px 41px 12px 31px;
  margin: 25px 0;
  background-color: #FDF1F2;
  border-left: 8px solid #D70D1F;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

/* 前の記事・一覧に戻る */
.sec-btns {
  width: 100%;
  height: auto;
}

.sec-btns__inner {
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px auto 0 auto;
}

.sec-btns__left {
  width: 43%;
}
.sec-btns__right {
  width: 43%;
}

@media screen and (max-width: 768px) {
  .sec-btns__inner {
    width: 85%;
    display: block;
    margin: 60px auto 0 auto;
  }
  
  .sec-btns__left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .sec-btns__right {
    width: 100%;
  }
}

.previous-post-link-wrapper a {
  width: 100%;
  display: block;
  margin: 0 auto 0 auto;
  background-color: #D70D1F;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 15px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 650px) {
  .previous-post-link-wrapper a {
    font-size: 16px;
    padding: 15px;
    margin: 0 auto 25px auto;
  }
}
.previous-post-link-wrapper a:hover {
  opacity: 0.7;
}
.previous-post-link-wrapper a:hover::before {
  left: 26px;
}
.previous-post-link-wrapper a::before {
  position: absolute;
  top: 2px;
  left: 35px;
  bottom: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sec-btns__btn {
  width: 100%;
  display: block;
  margin: 0 auto 0 auto;
  background-color: #333333;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 15px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 650px) {
  .sec-btns__btn {
    font-size: 16px;
    padding: 15px;
    margin: 0 auto 40px;
  }
}
.sec-btns__btn:hover {
  opacity: 0.7;
}
.sec-btns__btn:hover::before {
  right: 26px;
}
.sec-btns__btn::before {
  position: absolute;
  top: 2px;
  right: 35px;
  bottom: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}