@charset "UTF-8";
.entry {
  font-size: 1.5vw;
  word-break: break-all;
  letter-spacing: 0.1em;
  /*タイトル*/
}
.entry a {
  text-decoration: underline;
}
.entry a:hover {
  color: #000;
  text-decoration: none;
}
.entry p {
  font-size: 1.5vw;
  margin-bottom: 3vw;
  letter-spacing: 0.05em;
}
@media (max-width: 896px) {
  .entry p {
    font-size: 14px;
    margin-bottom: 15%;
  }
}
.entry strong {
  font-weight: bold;
}
.entry .textarea {
  margin-bottom: 40px;
}
.entry .textarea .btn {
  margin-bottom: 40px;
}
.entry .textarea .btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #ff6347;
  color: #FFF;
  border-radius: 50px;
  padding: 10px 20px;
  width: auto;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Zen Antique Soft", serif;
  font-style: normal;
  transition: all 0.5s 0s ease;
  text-decoration: none;
}
.entry .textarea .btn a:hover {
  background: #FFF;
  color: #ff6347;
}
.entry .sub_title01 {
  font-size: 24px;
  font-size: 2.4vw;
  line-height: 1.5;
  margin-bottom: 3vw;
  position: relative;
  letter-spacing: 0.05em;
}
@media (max-width: 896px) {
  .entry .sub_title01 {
    font-size: 18px;
    margin-bottom: 10%;
  }
}
.entry .sub_title02 {
  border-radius: 50px;
  padding: 10px 15px;
  border: 1px #000 solid;
  font-size: 16px;
  font-size: 1.8vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .entry .sub_title02 {
    font-size: 16px;
    margin-bottom: 10%;
  }
}
.entry .sub_title03 {
  border-bottom: 1px #000 solid;
  color: #000;
  padding-bottom: 1.5vw;
  font-size: 18px;
  font-size: 1.8vw;
  letter-spacing: 0.05em;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .entry .sub_title03 {
    font-size: 16px;
    margin-bottom: 10%;
  }
}
.entry .sub_title01 + .sub_title03 {
  margin-bottom: 20px;
}
.entry figure {
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .entry figure {
    margin-bottom: 15%;
  }
}
.entry figure img {
  overflow: hidden;
  margin: 0;
}
.entry figure a {
  display: block;
}
.entry figure a:hover {
  opacity: 0.7;
}
.entry figure.small {
  width: 50%;
  margin: 0 auto;
}
.entry figure figcaption {
  padding-top: 0.5vw;
  display: block;
  font-size: 1.2vw;
  line-height: 1.8;
  text-decoration: none;
}
@media (max-width: 896px) {
  .entry figure figcaption {
    padding-top: 10px;
    font-size: 10px;
  }
}
.entry .two_column {
  margin-bottom: 3vw;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 896px) {
  .entry .two_column {
    flex-direction: column;
    margin-bottom: 15%;
  }
}
.entry .two_column figure {
  width: 48%;
}
@media (max-width: 896px) {
  .entry .two_column figure {
    width: 100%;
    margin-bottom: 10px;
  }
}
.entry .one_column {
  margin-bottom: 3vw;
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 896px) {
  .entry .one_column {
    margin-bottom: 15%;
  }
}
.entry .one_column.tate figure {
  width: 48%;
  margin: 0 auto;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .entry .one_column.tate figure {
    margin-bottom: 15%;
  }
}
.entry .youtube_embed {
  margin-bottom: 3vw;
  position: relative;
}
@media (max-width: 896px) {
  .entry .youtube_embed {
    margin-bottom: 15%;
  }
}
.entry .youtube_embed .v_wrap {
  position: relative;
  padding-top: 56%;
}
.entry .youtube_embed .v_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry hr {
  position: relative;
  left: -40px;
  width: 100%;
  width: calc(100% + 80px);
  border-top: 1px #505050 solid;
  margin-top: 60px;
  margin-bottom: 40px;
}
.entry blockquote {
  background: rgba(102, 240, 128, 0.5);
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  border-radius: 10px;
  font-size: 14px;
}
.entry blockquote::before {
  content: "“";
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 90px;
  line-height: 1;
}
.entry blockquote::after {
  content: "”";
  position: absolute;
  bottom: -70px;
  right: -10px;
  font-size: 90px;
  line-height: 1;
}
.entry blockquote p:first-child {
  margin-top: 0;
}
.entry .page_btn {
  margin-bottom: 40px;
}
.entry .page_btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #ff7fb3;
  color: #000;
  border-radius: 50px;
  padding: 20px 20px;
  width: auto;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.entry .page_btn a:hover {
  background: #000;
  color: #ff7fb3;
}
.entry .table_list {
  overflow: hidden;
  margin-bottom: 3vw;
}
@media (max-width: 896px) {
  .entry .table_list {
    margin-bottom: 15%;
  }
}
.entry .table_list dl {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px #000 dotted;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.2vw;
  line-height: 2;
}
@media (max-width: 896px) {
  .entry .table_list dl {
    font-size: 12px;
  }
}
.entry .table_list dt {
  width: 20%;
}
.entry .table_list dd {
  width: 78%;
}
.entry .table_list dd p {
  margin: 0;
}
.entry .border_area {
  margin-bottom: 3vw;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 896px) {
  .entry .border_area {
    margin-bottom: 15%;
  }
}
.entry .border_area.border {
  background: none;
  border: 2px #000 solid;
}
.entry .border_area figure {
  width: 40%;
  margin-bottom: 0px;
}
.entry .border_area .textarea {
  margin-bottom: 0;
  font-size: 1.5vw;
}
.entry .border_area figure + .textarea {
  width: 55%;
  margin-bottom: 0;
  font-size: 1.5vw;
}
.entry .border_area .sub_title01 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 1.5vw;
  background: none;
  width: auto;
  left: auto;
  color: #000;
  padding: 0;
}
@media (max-width: 896px) {
  .entry .border_area .sub_title01 {
    font-size: 14px;
  }
}
.entry .border_area p {
  margin: 0;
  font-size: 1.2vw;
  line-height: 1.6;
}
@media (max-width: 896px) {
  .entry .border_area p {
    font-size: 12px;
  }
}/*# sourceMappingURL=entry.css.map */