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



/*--------------------------------------
記事URLコピーボタン
--------------------------------------*/
.copy_main {
	margin: 5px 0 2.4em;
}
.copy_btn {/*ボタンデザイン*/
	width: 100%; !important;/*ボタンの横幅*/
	margin: auto;
	padding: 10px 0;
	border: dashed 2px  #778899;/*ボタンの枠線*/
	border-radius: 5px;/*角丸*/
	color: #778899;/*ボタンの文字色*/
	text-align: center;
	font-size: 20px;
	background: #fff;/*ボタンの背景色*/
	cursor: pointer;
	box-shadow: 0 0 0 5px #fff;/*ボタン背景色*/
	transition: .3s;
}
.copy_btn:hover {/*ホバーエフェクト*/
	border: dashed 2px #778899;
	background: #dcdcdc;/*ボタン背景色*/
	color: #778899;/*ボタンの文字色*/
	box-shadow: 0 0 0 5px #fff;/*ボタン背景色*/
}
.copy_btn i:before {
	display: inline-block;
	margin-right: 8px;
	content: '\f0c5';
	font-size: 25px;
	vertical-align: middle;
}
.copy_btn.copied {/*コピー成功時*/
	border: dashed 2px #fff;
	box-shadow: 0 0 0 5px #ffc679;/*ボタン背景色*/
	background: #ffc679;/**//*ボタン背景色*/
	color: #fff;/*ボタンの文字色*/
	pointer-events: none;
}
.copy_btn.copied i:before {
	content: '\f00c';
}
.copy_btn.not-copied {/*コピー失敗時*/
	border: dashed 2px #fff;
	box-shadow: 0 0 0 5px #e27061;/*ボタン背景色*/
	background: #e27061;/**//*ボタン背景色*/
	color: #fff;/*ボタンの文字色*/
	pointer-events: none;
}
.copy_btn.not-copied i:before {
	content: '\f06a';
}

@media (max-width:575px) {/*スマホ表示*/
.copy_btn span {
	font-size: 16px;
}
.copy_btn.copied span {
	font-size: 18px;
}
}
/*--------------------------------------
記事URLコピーボタン　ここまで
--------------------------------------*/
/*--------------------------------------
テキストを選択(反転)した時のスタイルを指定
--------------------------------------*/
[css]
::selection {
background: #e9580f; /*背景色*/
color: #fff; /*文字色*/
}
::-moz-selection {
background: #e9580f; /*背景色*/
color: #fff; /*文字色*/
}
[/css]

/*--------------------------------------
テキストを選択(反転)した時のスタイルを指定　ここまで
--------------------------------------*/





/*----------------------------
  SANGO Gutenberg 吹き出しの大きさ変更と位置調整
-----------------------------*/
@media only screen and (min-width: 481px) {
  .sgb-block-say-avatar {
    width: 100px!important;
  }
  .sgb-block-say-text {
padding-left: 120px!important;
  }
}
.sgb-block-say {
    position: relative;
    width: 102%!important;
margin-bottom: 3.5em;
 top: 0px;
    min-height: 90px;
}
.has-sango-black-color {
    color: #333;
}

/*
     FILE ARCHIVED ON 17:35:10 May 05, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:40:09 Jun 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.482
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.042
  esindex: 0.008
  cdx.remote: 27.296
  LoadShardBlock: 50.736 (3)
  PetaboxLoader3.datanode: 42.133 (4)
  PetaboxLoader3.resolve: 57.157 (2)
  load_resource: 52.929
*/