/*
Theme Name:twentytwentyfive-Child
Version: 1.1
Template:twentytwentyfive
*/
/*サイト全体のフォントを変えるメイリオ*/
.wp-block-post-title {
  font-size : 200%;
  font-family: "メイリオ",Meiryo,"yu gothic","sans-serif";
}

h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size : 150%;
  font-weight: 500;
  border-bottom: solid 3px #696969;
  position: relative;
  font-family: "メイリオ",Meiryo,"yu gothic","sans-serif"!important;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #800000;
  bottom: -3px;
  width: 30%;
}

h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  position: relative;
  font-size : 120%;
  font-weight: 600;
  font-family: "メイリオ",Meiryo,"yu gothic","sans-serif"!important;
}

h3:before {
  content:  '';
  width: 70px;
  height: 4px;
  background-color: #b0c4de;
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.post-modified-info{
    text-align: right !important;
}

/*新着情報の幅と装飾*/
.whatsnew{
	max-width: 680px;
}

li {
	list-style-type: disc;
	line-height:2.0em;
  margin-left: 20px;
  max-width: 600px ;
}
/*.kanren{
	border-bottom: 1px solid #800000;
  max-width: 100px ;

}*/


/*ソースコード表示の背景色・折り返し*/
pre{
	background-color: #e6e6fa;
	white-space: pre-wrap ;
}
/*プロフィール用ボックス*/
.box3-blue {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	max-width:600px!important; /* ボックスの横幅 */
	margin: 2em auto;	/* ボックスの外側余白(上下:2em　左右:auto) */
	padding: 1.7em 2em;	/* ボックスの内側余白(上下:1.7em　左右:2em) */
	border: 2px solid #0e7ac4;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
}
.box3-blue .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -10px; /* 上から（-10px）移動*/
	left: 30px; /* 左から(30px)移動 */
	background: #fff; /* タイトル背景色 */
	color: #0e7ac4; /* タイトル文字色 */
	padding: 0 10px;/* タイトルの余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 20px;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
}
.box3-blue p {
	margin: 0; /* 文字の外側余白リセット*/
	padding: 0; /* 文字の内側余白リセット*/
}

/*蛍光マーカー*/
.keiko_blue {
  background: linear-gradient(transparent 50%, #dbedff 50%);
}
.keiko_yellow {
  background: linear-gradient(transparent 50%, #fffc98 50%);
}
.keiko_green {
  background: linear-gradient(transparent 50%, #b7efb9 50%);
}
.keiko_red {
  background: linear-gradient(transparent 50%, #ffd6d6 50%);
}

/*.wp-block-post-featured-image{
display:none;
}*/

.icon::before {
    	content: "\f2f9";
        font-weight: 900;
	color: #008000;
	font-family: "Font Awesome 6 Free";
}

.box01 {/*関連記事用*/
max-width:90%;
list-style:none;/*これはリストの・を消すという意味*/
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 3em;/*上のテキストとの被りを防止*/
　　margin-bottom:1.5em;
    padding: 0.5em;
    position:  relative;
    border: solid 3px #62c1ce;
    border-radius:0 5px 5px 5px ;
    }
.box01 .box-title {
    position:  absolute;
    display: inline-block;
    top: -15px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    } 

/*テキストリンク装飾*/
.arrow:before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color:#4f96f6;
    margin-right:9px;
}
/*リンクタイトル*/
.plink{
  display: inline-block;
  font-size: 0.9em;
  color: #FFFF;
  background-color: #4f96f6;
  border: solid 1px #7777CC;
  padding: 0.1em 1.0em 0em;
  border-radius: 0.5em;
  margin-bottom: 0.1em;
}
.plink:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: relative;
  right: 0.5em;
  color: #ffff;
  font-weight: 900;
}
/*内部リンクタイトル*/
.naib{
  display: inline-block;
  font-size: 0.9em;
  color: #FFFF;
  background-color: #0095D9;
  padding: 0.1em 1.2em 0em;
  border-radius: 0.5em;
  margin-bottom: 0.1em;
}
.naib:before {
  font-family: "Font Awesome 5 Free";
  content: "\f024";
  position: relative;
  right: 0.5em;
  color: #ffff;
  font-weight: 900;
}
.wp-embedded-content {
max-width: 100%;
}
/*子テーマに指定する親テーマの名称は、テーマ名ではなくディレクトリ名にしなくてはなりません。*/
/*functions.phpの終了タグ「？＞」は付けないのが基本*/

