/* ”必須項目に入力してください”の文字の色を変える */
.wpcf7-not-valid-tip{
   color: #dc3232;
}
.wpcf7 form.invalid .wpcf7-response-output{
    color: #dc3232;
	font-weight: 900;
	border: 1.5px solid #dc3232;
	border-radius: 2px;
	margin: 1.5em 0;
	padding: 0.5em 1em;
	text-align: center;
}

.img-responsive{
	width:100% !important;
}


.cta_btn03 {
  width: 220px;
  max-width: 220px; /* ボタン幅 */
  color: #fff; /* ボタン文字色 */
 background-color: var(--wp--preset--color--vivid-cyan-blue) !important;


; /* ボタン上色 */
  position: relative;
  padding: 1em 2em;
  border-radius: 100vh;
  border-bottom: 5px solid #7c3b97; /* ボタン下色 */
  font-weight: bold; /* ボタン文字の太さ */
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
  text-align: center;
  margin-top: 2em;
}



/* マウスオーバーした際のデザイン */
.cta_btn03-new:hover {
  margin-top: calc(2em + 3px);
  border-bottom: 2px solid #7c3b97; /* ボタン下色 */
}

.cta_btn03-new {
  width: 220px;
  max-width: 220px; /* ボタン幅 */
  color: #fff; /* ボタン文字色 */
 background-color: var(--wp--preset--color--vivid-cyan-blue) !important;


; /* ボタン上色 */
  position: relative;
  padding: 1em 2em;
  border-radius: 100vh;
  border-bottom: 5px solid #7c3b97; /* ボタン下色 */
  font-weight: bold; /* ボタン文字の太さ */
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
  text-align: center;
  margin-top: 2em;
}
.cta_btn03-new-copy {
  font-size:90%; /* コピー文字サイズ */
  font-weight: bold; /* コピー文字の太さ */
  color: red; /* コピー文字の色 */
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}

.cta_btn03-new-copy:before {
  margin-right: 1rem;
  content: '＼';
}

.cta_btn03-new-copy:after {
  margin-left: 1rem;
  content: '／';
}

/* マウスオーバーした際のデザイン */
.cta_btn03-new:hover {
  margin-top: calc(2em + 3px);
  border-bottom: 2px solid #7c3b97; /* ボタン下色 */
}

.bg-beige{
	background-color:beige;
	padding:5px;
}


#main .pen_article ul, #main .pen_article ol {
 padding: 0
}

.wp-block-latest-posts__post-title {
  display: block;
  width: 100vw; 
  margin-left: calc(-50vw + 50%);
	margin-top:50px;
  padding: .5em .7em;
	    padding: .5em .7em;
    background-image: repeating-linear-gradient(-45deg, #ffe5fc, #ffe5fc 3px, #ffd6f0 3px, #ffd6f0 7px);
    color: #ff69b4;
	font-size:2em;

}
@media screen and (max-width:768px) {
.wp-block-latest-posts__post-title {	font-size:1.4em;
	}
}
.wp-block-latest-posts__post-title a {
		text-decoration:none;
}
.wp-block-latest-posts__post-title:hover{
	color:#ff69b4;
}

.wp-block-details summary {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background-color: #8ecae6; /* お好きな色に */
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wp-block-details summary:hover {
  background-color: #219ebc; /* ホバー時の色 */
}

.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #134758;
}

.heading-16::before,
.heading-16::after {
    width: 3px;
    height: 40px;
    background-color: #2e80a3;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}