@charset "UTF-8";

/* ===== ===== =====
    投稿テンプレートCSS [temp_under.css との共用前提]
===== ===== ===== */

.temp_post {
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: left;
}

/*  */
.temp_post h1 {
  color: var(--contents_default_color);
  font-size: clamp(2rem, 0.67rem + 2.78vw, 4rem);
  text-align: center;
}

.temp_post h2 {
  font-size: clamp(2.2rem, 2.072rem + 0.27vw, 2.4rem);
  margin-bottom: .5rem;
  margin-top: 6rem;
  color: var(--contents_default_color);
}

.temp_post h2::before {
  content: "<";
  display: inline-block;
  margin-right: .5rem;
  font-size: 150%;
  /* font-weight: 400; */
}

.temp_post h2::after {
  content: ">";
  display: inline-block;
  margin-right: .5rem;
  font-size: 150%;
  /* font-weight: 400; */
}

.temp_post h3 {
  color: var(--contents_default_color);
  font-size: 2.4rem;
  margin-top: 6rem;
}

.temp_post h4 {
  font-size: 2rem;
  margin-top: 6rem;
}

/*  */
.temp_post .wp-block-table table {
  border: none;
  margin-top: 3rem;
}

.temp_post .wp-block-table table th,
.temp_post .wp-block-table table td {
  border: none;
  padding: 3rem;
  /* font-weight: bold; */
}

.temp_post .wp-block-table table tr {
  border-bottom: 1px solid;
  border-top: 1px solid;
}

.temp_post .wp-block-table thead {
  border-bottom: none;
}

.temp_post .wp-block-table table tr th {
  background-color: var(--contents_default_color_sub2);
  color: #fff;
}

.temp_post .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.temp_post .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: center;
}

.wp-block-media-text.is-stacked-on-mobile.is-vertically-aligned-top .wp-block-media-text__content {
  padding-right: 0;
}

.wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile.is-vertically-aligned-top .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 48px;
}

/*  */
.temp_post ul,
.temp_post ol {
  display: block;
  margin-top: 2rem;
  padding-left: 2rem;
}

.temp_post ul li {
  /*font-weight: bold;600*/
  padding-left: .5rem;
  margin-bottom: clamp(0.2rem, -0.313rem + 1.09vw, 1rem);
}

.temp_post ul li::before {
  color: var(--contents_default_color);
  content: "●";
  margin-right: .5rem;
  margin-left: -2.2rem;
}

.temp_post ol li {
  /*font-weight: bold;600*/
  padding-left: .5rem;
}

.temp_post ol li::marker {
  color: var(--contents_default_color);
  /*font-weight: bold;900*/
}

/*  */

.temp_post p {
  display: block;
  /*font-weight: bold;600*/
  line-height: 1.8;
  margin-top: 2rem;
}

.temp_post a {
  color: var(--contents_default_color);
  text-decoration: none;
}

.temp_post a::before {
  content: "▶";
  display: inline-block;
}

.temp_post a[target="_blank"]::after {
  background-image: url(../image/icon_blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  /*font-weight: bold;600*/
  height: 1.5rem;
  margin: 0 4px;
  width: 1.5rem;
}

.temp_post a[href*=".docx"]::after {
  background-image: url(../image/icon_doc.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  /*font-weight: bold;600*/
  height: 1.5rem;
  margin: 0 4px;
  width: 1.5rem;
}

.temp_post a[href*=".pptx"]::after {
  background-image: url(../image/icon_ppt.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  /*font-weight: bold;600*/
  height: 1.5rem;
  margin: 0 4px;
  width: 1.5rem;
}

.temp_post a[href*=".xlsx"]::after {
  background-image: url(../image/icon_xls.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  /*font-weight: bold;600*/
  height: 1.5rem;
  margin: 0 4px;
  width: 1.5rem;
}

/* .temp_post a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  margin: 0 4px;
  font-weight: 600;
  background-image: url(../image/icon_pdf.png);
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
} */

/*  */
.temp_post .wp-block-button {
  margin: 6rem auto 0;
  text-align: center;
  /* width: 100%; */
}

@media screen and (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile.is-vertically-aligned-top .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2rem;
  }
}

/*  */
.temp_post .wp-block-media-text.is-stacked-on-mobile {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

/*  */
.temp_post .wp-block-image {
  margin: 3rem 0;
}

/*  */

@media screen and (max-width: 767px) {

  .wp-container-core-columns-is-layout-1,
  .wp-container-core-columns-is-layout-2,
  .wp-container-core-columns-is-layout-3,
  .wp-container-core-columns-is-layout-4,
  .wp-container-core-columns-is-layout-5 {
    gap: 0;
  }

  .temp_post .wp-block-image {
    margin-bottom: 0;
  }
}


/*  */
.nav-links {
  display: none !important;
}

.p0{
  padding: 0!important;
}

/*  */
@media screen and (max-width: 600px) {
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
  padding-left: 0;
  padding-right: 0;
}}