/*
  Skin Name: マインドセレモニースキン2022
  Description: マインドセレモニー用スキン
  Skin URI: https://wp-cocoon.com/
  Author: （株）鈴幻
  Author URI: https://nelog.jp/
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
  Version: 0.0.1
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/


/* 全般 */
body {
  color: #1a1a1a;
  background: #fff;
}

a {
  color: #4b256b;
  text-decoration: none;
}
a:hover{
  color: #B36094;
  text-decoration: underline;
}

pre {
  background-color:#ffffff;
  border: none;
  overflow: auto;
  padding: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

main#main.main{
  margin: 0;
  padding: 0;
}

.wp-block-preformatted{
  padding: 20px 40px;
  margin:0 auto;
}

/* 見出し */
.article h1{
	font-size:150%;
	text-align: center;
}
.article h2::before {
  background: #634c8c;
  content: "";
  display: block;
  height: 0px;
  margin: 1rem 0;
  width: 100%;
}
.article h2 {
  position: relative;
  padding: 0.5em 1em;
  background: -webkit-linear-gradient(to left, rgb(118, 92, 165), transparent);
  background: linear-gradient(to left, rgb(118, 92, 165), transparent);
  color: #1A1A1A;
  font-size: 2em;
  border-bottom: solid #bfbfbf 2px;
  width:100%;
  margin-top: 0;
}

.article h3{
	font-size: 100%;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	border-left: solid 5px #b58aff;/*左線*/
  border-bottom: none;
  border-top: none;
}

.article h4{
	font-weight: bold;
  font-size: 1.6em;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #b58aff;/*左線*/
  border-bottom: none;
  border-top: none;
  margin-top: 0!important;
  margin-bottom: 1em!important;
}

.article h6{
  padding: 0;
  border-bottom: none;
}

/*480px以下*/
@media screen and (max-width: 480px){

  .article h2 {
    font-size: 1.6em;
  }
}
