/*
Theme Name:Child Splash
Template:sweet-theme-2024
Description: FOR Dssert
Theme URI: 
Author: Development
Author URI: 
Version: 1.0.0
*/
* {
  margin: 0;
  padding: 0;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  background: -webkit-gradient(linear, left top, right top, from(#885988), color-stop(#a96fa9), to(#b882b8));
  background: -webkit-linear-gradient(left, #885988, #a96fa9, #b882b8);
  background: linear-gradient(to right, #885988, #a96fa9, #b882b8);
  border-bottom-left-radius: 50% 5px;
  border-bottom-right-radius: 50% 5px;
  padding: 4px 0 6px;
}
header .header_inner {
  margin: 0 auto;
}
header h1 {
  font-size: 15px;
  margin: 0;
}
header h1 a {
  color: #fff;
}
header h1 a:hover {
  color: #fff;
}

.header_af_text {
  font-size: 12px;
  text-align: right;
}

main {
  padding: 16px 0 60px;
}
main .main_inner {
  margin: 0 auto;
}

.pagination .current {
  background-color: #a96fa9;
}

.index_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.index_article {
  margin-bottom: 16px;
}
.index_article a {
  display: block;
  border: solid 1px #eee;
  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;
}
.index_article img {
  display: block;
  width: 144px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.index_article .text {
  padding: 8px 0;
  width: calc(100% - 154px);
}
.index_article h2 {
  font-size: 16px;
}
.index_article .time {
  margin: 0 0 0;
  font-size: 13px;
  text-align: right;
}
.index_article hr {
  margin: 40px 0;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.nav-links > a {
  display: block;
}
.nav-links > span {
  display: block;
}

footer {
  background-color: #FFF5F7;
  padding: 40px 0 0px;
}
footer .site {
  text-align: center;
  padding: 0 0 40px;
}

.widget {
  margin: 0 0 40px;
}

#footer-1 {
  margin: 40px 0 0;
  text-align: center;
}

#footer-3 {
  text-align: center;
}

.widget_search .wp-block-search__inside-wrapper {
  border-color: #a96fa9;
  background-color: #a96fa9;
}
.widget_search .wp-block-search__inside-wrapper svg {
  color: #fff;
}
.widget_search .wp-block-search__input {
  margin: 0;
}
.widget_search .wp-block-search__button {
  width: auto;
  margin: 0;
  padding: 0 10px;
}

.cat_box {
  margin: 0 0 40px;
}
.cat_box li {
  width: 50%;
}
@media screen and (min-width: 480px) {
  .cat_box li {
    width: 33%;
  }
}
@media screen and (min-width: 600px) {
  .cat_box li {
    width: 25%;
  }
}
@media screen and (min-width: 980px) {
  .cat_box li {
    width: 20%;
  }
}
.cat_box h3 {
  border-left: solid 8px #a96fa9;
  padding: 2px 8px 0;
}

.post_article {
  max-width: 860px;
  margin: auto;
}
.post_article .douga {
  width: 100%;
  aspect-ratio: 476/306;
  border: solid 1px #eee;
}
.post_article .douga iframe {
  width: 100%;
  height: 100%;
}
.post_article .wp-block-group {
  margin: 40px 0 0;
}
.post_article .post_category ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.post_article .post_category li {
  margin: 0 5px 5px 0;
}
.post_article .post_category a {
  border: solid 1px;
  font-size: 14px;
  padding: 2px 8px;
}
.post_article .post_title {
  margin-top: 16px;
}
.post_article h2 {
  margin: 0 0 20px;
  border-left: solid 8px #a96fa9;
  padding: 2px 0 0px 8px;
}
.post_article .post_date {
  text-align: right;
}
.post_article .jacket {
  margin: 0 auto 40px;
}
.post_article .douga {
  margin: 0 auto 40px;
}
.post_article .alert.button {
  margin: 0 0 40px;
}
.post_article .thumb_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 60px;
}
.post_article .thumb_box img {
  margin: 1px;
}
.post_article .syousai {
  margin: 0 auto 40px;
}
.post_article .m_img {
  display: block;
  margin: 0 auto 40px;
}
.post_article table {
  margin: 0 0 30px;
}
.post_article tr {
  background-color: #fff !important;
}
.post_article th {
  border: solid 1px #ddd;
  background-color: #f1f1f1;
  width: 120px;
}
.post_article td {
  border: solid 1px #ddd;
}
.post_article td ul {
  margin: 0;
}
.post_article .content_text {
  padding: 10px;
}
.post_article .content_text p {
  margin: 0;
}

.post_recomend h3 {
  border-left: solid 8px #a96fa9;
  padding: 2px 0 0px 8px;
}