@charset "UTF-8";
.single_cont {
  padding-top: 2em;
}

.sec_single--ttl {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1100px) {
  .sec_single--ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_single--ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .sec_single--ttl {
    font-size: 2.4rem;
  }
}

.sec_single--data {
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .sec_single--data {
    font-size: 1.4rem;
  }
}

.sec_single--tag {
  margin-bottom: 3rem;
}
.sec_single--tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.sec_single--tag ul li a {
  display: flex;
  padding: 1em 1.5em;
  background-color: #242424;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 0.5em;
}
@media screen and (max-width: 480px) {
  .sec_single--tag ul li a {
    font-size: 1rem;
  }
}

.sec_single--img {
  width: 90%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .sec_single--img {
    width: 100%;
  }
}
.sec_single--img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single_imgtxt {
  display: flex;
  margin: 2em 0;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .single_imgtxt {
    flex-direction: column;
    margin: 1.4em 0;
  }
}

.single_imgtxt--img {
  width: 40%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .single_imgtxt--img {
    width: 100%;
  }
}
.single_imgtxt--img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single_imgtxt--txt {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .single_imgtxt--txt {
    width: 100%;
  }
}

.sec_single--edit {
  line-height: 1.8em;
  margin-top: 8rem;
  margin-bottom: 10rem;
  color: #3a3a3a;
}
@media screen and (max-width: 1100px) {
  .sec_single--edit {
    margin-top: 6rem;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_single--edit {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
}

.sec_single--edit h2, .sec_single--edit h3, .sec_single--edit h4, .sec_single--edit h5 {
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .sec_single--edit h2, .sec_single--edit h3, .sec_single--edit h4, .sec_single--edit h5 {
    margin-bottom: 0.8em;
  }
}
.sec_single--edit h2 {
  font-size: 4rem;
}
@media screen and (max-width: 1100px) {
  .sec_single--edit h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_single--edit h2 {
    font-size: 2.4rem;
  }
}
.sec_single--edit h3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 1100px) {
  .sec_single--edit h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_single--edit h3 {
    font-size: 2rem;
  }
}
.sec_single--edit h4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 1100px) {
  .sec_single--edit h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_single--edit h4 {
    font-size: 1.8rem;
  }
}
.sec_single--edit h5 {
  font-size: 1.8rem;
}
@media screen and (max-width: 1100px) {
  .sec_single--edit h5 {
    font-size: 1.6rem;
  }
}
.sec_single--edit p {
  margin: 2em 0;
}
@media screen and (max-width: 768px) {
  .sec_single--edit p {
    font-size: 1.4rem;
    margin: 1.4em 0;
  }
}
.sec_single--edit strong {
  font-weight: bold;
}
.sec_single--edit a {
  color: #4d9bc1;
}
@media (hover: hover) and (pointer: fine) {
  .sec_single--edit a:hover {
    opacity: 0.8;
  }
}

.single_bg {
  padding: 1em;
  background-color: #F3F3F3;
}

.single_marker {
  background: linear-gradient(transparent 60%, #f2cf39 0%);
  display: inline;
  padding: 0 1px 0px;
}

.single_li {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.single_li li {
  margin-bottom: 0.8em;
  position: relative;
  margin-left: 1.5em;
}
.single_li li::after {
  content: "・";
  top: 0;
  left: -1.2em;
  position: absolute;
}
.single_li li:last-child {
  margin-bottom: 0;
}

.single_img {
  max-width: 70%;
}
@media screen and (max-width: 768px) {
  .single_img {
    max-width: 100%;
  }
}
.single_img img {
  width: 100%;
}

.single_mult_img {
  padding: 2em 0;
  display: flex;
  gap: 20px;
}

.single_mult_img_inner {
  width: 50%;
}
.single_mult_img_inner img {
  width: 100%;
}

.single_table-scroll {
  overflow-x: auto;
}

.single_table01 {
  margin: 2em 0;
  border-collapse: collapse;
  width: 80%;
}
@media screen and (max-width: 1100px) {
  .single_table01 {
    width: 100%;
  }
}
.single_table01 th,
.single_table01 td {
  border: 1px solid #bebebe;
  background-color: #ffffff;
  padding: 1.5em;
}
@media screen and (max-width: 768px) {
  .single_table01 th,
  .single_table01 td {
    font-size: 1.4rem;
    padding: 1em;
  }
}
.single_table01 th {
  background-color: #e2e2e2;
  color: #242424;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

.single_table02 {
  margin: 2em 0;
  border-collapse: collapse;
  table-layout: fixed;
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .single_table02 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .single_table02 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .single_table02 {
    text-align: left;
  }
  .single_table02 td::before {
    content: attr(data-label);
    color: #4d9bc1;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
  }
}
.single_table02 th,
.single_table02 td {
  border: 2px solid #bebebe;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .single_table02 th,
  .single_table02 td {
    display: block;
    border: 0;
    border-bottom: 2px solid #bebebe;
  }
}
@media screen and (max-width: 768px) {
  .single_table02 thead {
    display: none;
  }
}
.single_table02 thead th {
  background-color: #e2e2e2;
  color: #242424;
  border: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  border-bottom: 2px solid #bebebe;
}
.single_table02 thead th:last-of-type {
  border-right: 2px solid #bebebe;
}
.single_table02 tbody th {
  color: #242424;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single_table02 tbody th {
    background: #e2e2e2;
    color: #242424;
  }
}

.single_table03 {
  margin: 2em 0;
  border-collapse: collapse;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
}
.single_table03 td,
.single_table03 th {
  padding: 0.5em 1em;
  border: 2px solid #bebebe;
}
.single_table03 th {
  background: #e2e2e2;
  color: #242424;
  border-right: 2px solid #bebebe;
  border-top: 2px solid #bebebe;
}
.single_table03 th:last-of-type {
  border-right: 2px solid #bebebe;
}

.single_table04 {
  margin: 2em 0;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
.single_table04 tbody td,
.single_table04 tbody th {
  border: 2px solid #bebebe;
}
.single_table04 tbody th {
  background-color: #e2e2e2;
  color: #242424;
}
.single_table04 tbody td {
  background-color: #fff;
}
.single_table04 thead th {
  padding: 1em 0.8em;
  border-right: 2px solid #fff;
}
.single_table04 thead th:not(:first-child) {
  background: #000;
  color: #fff;
  font-size: 2rem;
  padding: 0.5em;
}
.single_table04 thead th:nth-child(3) {
  background-color: #f88400;
  position: relative;
}
.single_table04 thead th:nth-child(3)::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  background-color: #f88400;
  left: 0;
  bottom: 100%;
}
.single_table04 thead th:nth-child(3)::after {
  content: "おすすめプラン";
  width: max-content;
  color: #f88400;
  font-size: 1.2rem;
  padding: 0.3em 1em;
  background: #fff;
  border: 2px solid #f88400;
  border-radius: 100vh;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .single_table04 thead th:nth-child(3)::after {
    font-size: 0.8rem;
    top: -25px;
  }
}
.single_table04 thead th span {
  font-size: 0.8rem;
}
.single_table04 td {
  color: #242424;
  padding: 1em;
}
.single_table04 td:nth-child(3) {
  color: #f88400;
  background: #fef1e3;
}
@media (hover: hover) and (pointer: fine) {
  .single_table04 td:nth-child(3):hover {
    transform: scale(1.05);
    outline: 2px solid #f88400;
  }
}
@media (hover: hover) and (pointer: fine) {
  .single_table04 td:hover {
    transform: scale(1.05);
    outline: 2px solid #bebebe;
  }
}

.single_writer {
  display: flex;
  align-items: center;
  border: 1px solid #242424;
  padding: 2em 3em;
  margin-bottom: 4rem;
  background-color: #000;
  border-radius: 1rem;
}
@media screen and (max-width: 480px) {
  .single_writer {
    flex-direction: column;
  }
}

.single_writer_inner {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.single_writer_inner--top {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.single_writer_inner--top--img {
  min-width: 100px;
  max-width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.single_writer_inner--top--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single_writer_inner--top--txt {
  flex-grow: 1;
  padding-left: 1em;
}

.single_writer_top {
  margin-bottom: 0.5em;
}

.single_writer_name {
  font-weight: bold;
  line-height: 1.6em;
}

.single_writer_disc {
  line-height: 1.6em;
  font-size: 1.4rem;
}

.sns_share_ttl {
  text-align: center;
  font-weight: bold;
  padding: 1.5em;
  background-color: #efefef;
  margin-bottom: 2em;
}
.sns_share_ttl i {
  margin-right: 1em;
}

.sns_list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sns_list {
    flex-wrap: wrap;
  }
}

.sns_share_ttl {
  text-align: center;
}

.sns_list li {
  width: 25%;
  text-align: center;
  border: 2px solid;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sns_list li {
    width: 48%;
  }
}

.sns_list li a {
  display: block;
  line-height: 25px;
  text-decoration: none;
  transition: 0.3s all;
  padding: 1.5em;
  font-weight: bold;
  transition: all 0.5s;
  position: relative;
}
@media screen and (max-width: 480px) {
  .sns_list li a {
    padding: 1em 1.5em;
  }
}
.sns_list li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .sns_list li a:hover {
    color: #fff;
  }
  .sns_list li a:hover::after {
    width: 100%;
  }
}

.sns_list li a i {
  padding-right: 0.5em;
}

.sns_twitter {
  border-color: #000 !important;
}
.sns_twitter a {
  color: #656565;
}
.sns_twitter a::after {
  background-color: #000;
}

.sns_fb {
  border-color: #3b5998 !important;
}
.sns_fb a {
  color: #3b5998;
}
.sns_fb a::after {
  background-color: #3b5998;
}

.sns_hatena {
  border-color: #5d8ac1 !important;
}
.sns_hatena a {
  color: #5d8ac1;
}
@media (hover: hover) and (pointer: fine) {
  .sns_hatena a:hover {
    color: #fff;
  }
  .sns_hatena a:hover::before {
    color: #fff;
  }
}
.sns_hatena a::after {
  background-color: #5d8ac1;
}

.sns_hatena a::before {
  content: "B!";
  color: #5d8ac1;
  font-weight: bold;
  padding-right: 0.3em;
  transition: all 0.5s;
}

.sns_pocket {
  border-color: #f03e51 !important;
}
.sns_pocket a {
  color: #f03e51;
}
.sns_pocket a::after {
  background-color: #f03e51;
}

.sns_line {
  background-color: #6cc655;
  border-color: #6cc655 !important;
}/*# sourceMappingURL=single.css.map */