@charset "utf-8";
/*======================================================================
||
||    thanks.css
||
======================================================================*/
.thankspage {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", serif !important;
}
.thankspage h1 {
  text-align: center;
  color: #f5a101;
  font-weight: bold;
}
.thankspage h1 span {
  display: block;
}
.thankspage h1 span:nth-child(3) {
  font-size: 2em;
}
.thankspage b {
  text-align: center;
  margin: 2em auto;
  display: block;
  font-size: 1.2em;
  line-height: 1.9;
}
.thankspage b span {
  color: #f5a101;
}
div.thankslist {
  border: solid 3px #f5a101;
  padding:1.5em;
}
div.thankslist h2 {
  background-color: #f5a101;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 2.5em;
  padding: 0.1em 0 0.4em;
  position: relative;
  margin-bottom: 20px; /* h2の下に余白 */
}

div.thankslist h2::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 3px dashed #f5a101;
  position: absolute;
  bottom: -20px; /* 余白の一番下に線 */
  left: 0;
}
div.thankslist ul {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 1.2em;
  width: 90%;
  margin: 3em auto 1em auto;
}
div.thankslist ul:nth-child(3) {
  margin: 1.5em auto 0em auto;
}
div.thankslist ul li {
    width: 50%;
    box-sizing: border-box;
	margin: 0.3em 0;
}
.thankspage p.thanksbottom {
  text-align: center;
  margin: 2em auto;
  display: block;
  font-size: 1.4em;
  line-height: 1.6;
  color: #f5a101;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 768px) {
.thankspage .post {
  width:90%;
}
  .page-id-32564 #bread span[property="v:title"] > span:not(:nth-child(2)) {
    display: none !important;
  }
.thankspage h1 span:nth-child(3) {
  font-size: 1.4em;
}
.thankspage b {
  text-align: left;
  line-height: 1.5;
}
div.thankslist h2 {
  font-size: 2em;
  padding: 0.4em 0 0.4em;
}
div.thankslist ul {
  display: block;
  width: 100%;
  font-size: 1.1em;
}
div.thankslist ul li {
  width: 100%;
}
.thankspage p.thanksbottom {
  text-align: left;
  margin: 2em auto 0 auto;
}
#btm_contact {
  display:none;
}
}

