@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

a:hover{
	text-decoration:none;
}
.modalbtn div > a.wp-block-button__link{
	border-radius:0;
	border:2px solid #3d3f44;
	background:#bec6c9;
	color:#3d3f44;
}

.modalbtn div > a:hover{
	border:2px solid #3d3f44;
	background:#3d3f44;
	color:#e4eaef;
}

.ms-color-palette-modal-wrap .popup-modal .popup-inner-modal{
	border:2px solid #3d3f44;
}



/* クリックしてモーダルウィンドウを表示するボタン */
.ms-custom-btn {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  background: linear-gradient(to right bottom, #48D1CC, #008B8B);
  border-radius: 5px;
  color: #fff;
  margin: 20px;
  transition: 0.3s;
}

.ms-custom-btn:hover {
  opacity: 0.8;
}

/* オーバーレイ */
.ms-custom-overlay {
  /* 位置を固定 */
  position: fixed;
  top: 0;
  left: 0;
  /* 画面いっぱいに広がるようにする */
  width: 100%;
  height: 100vh;
  /* 黒い背景色(今回は黒で60%の不透明度) */
  background: rgba(0, 0, 0, 0.6);
  /* デフォルトでは非表示にしておく */
  display: none;
}

/* モーダルウィンドウ */
.ms-custom-modal {
  /* 大きさを指定 */
  max-width: 500px;
  width: 86%;
  /* 見た目を整える */
  padding: 15px 20px;
  background: #fff;
  /* 位置を固定表示 */
  position: fixed;
  /* 画面の真ん中に表示されるように指定 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* デフォルトでは非表示にしておく */
  display: none;
}

/* モーダルウィンドウ内にある×ボタン */
.ms-custom-modal .ms-custom-close {
  /* モーダルウィンドウを基準に位置を調整 */
  position: absolute;
  top: 10px;
  right: 20px;
  /* ホバーしたらカーソルの形になるようにする */
  cursor: pointer;
  font-size: 20px;
}

/* モーダルウィンドウ内の見出しのスタイル調整 */
.ms-custom-modal h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

/* モーダルウィンドウ内の文章の文字サイズの調整 */
.ms-custom-modal p {
  font-size: 13px;
}

/* スクロールできるように高さを出すためのsectionタグ */
section.ms-custom {
  height: 200vh;
}

.ms-color-palette-box{
	border:3px solid #3d3f44;
}


.entry-content h2.ms-custom-h2-blog{
	padding: 0.5em;
  color: #3d3f44;
  background: #e4eaef;
  border-left: solid 4px #314789;
}
.entry-content h3.ms-custom-h3-blog {
  font-weight: bold;
	color:#3d3f44;
  border-bottom: 3px solid #314789;
	border-left: none;
  padding: 0.3em;
  margin-bottom: 10px;
  position: relative;
}
.entry-content h3.ms-custom-h3-blog::before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
.entry-content h3.ms-custom-h3-blog::after {
  content: '';
  background-color: #314789;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}


/* .entry-content h2.ms-custom-h2-palette {
  font-weight: bold;
	font-size:1.25rem;
	color:#3d3f44;
  background-color: #e4eaef;
  padding: 0.5em 1em calc(0.5em);
  position: relative;
}
.entry-content h2.ms-custom-h2-palette::after {
  content: '';
  background-color: #314789;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -6px;
  left: 0;
} */

.ms-color-accordion{
	font-size:0.875rem;
}
.entry-content h2.ms-custom-h2-palette{
	border-bottom:3px solid #b24531;
	border-left:none;
	padding: .3em 0 .3em 0;
	margin-bottom: 1.5rem;
	color:#3d3f44;
	font-size: 1.3rem;
}

.entry-content h3.ms-custom-h3-palette{
	color:#3d3f44;
	font-size: 1.1rem;
    padding: 0px 0 0px 10px;
	margin: 1rem 0 0.8rem;
	border-left-width: 3px;
}

.entry-content p.ms-custom-memo{
	background:#eff3f9;
	font-size:0.875rem;
}
.is-style-sango-paragraph-memo.ms-custom-memo:before{
	color:#8e94a1;
	border-right: 2px solid #8e94a1;
}