/* body {
    background-color: beige;
}
img.w {
border:1px solid #c7c7c7c7;
}

h2 {
  padding: 0.5em; */
	/*文字周りの余白*/
/*   color: #494949; */
	/*文字色*/
/*   background: #fffaf4; */
	/*背景色*/
/*   border-left: solid 5px #ffaf58; */
	/*左線（実線 太さ 色）*/
/* } */

/* h3 {
  padding: 0.5em; */
	/*文字周りの余白*/
/*   color: #494949; */
	/*文字色*/
/*   background: #fffaf4; */
	/*背景色*/
/*   border-left: solid 5px #ffaf58; */
	/*左線（実線 太さ 色）*/
/* } */

/* h4 {
  padding: 0.5em; */
	/*文字周りの余白*/
/*   color: #494949; */
	/*文字色*/
/*   background: #fffaf4; */
	/*背景色*/
/*   border-left: solid 5px #ffaf58; */
	/*左線（実線 太さ 色）*/
/* } */

/* .yarpp-related h3 {
    font-size: 100%!important;
    padding: 0px 10px 5px!important;
    line-height: 50px;
} */

body {
  background-color: #E8E8EB;
}

a {
transition: .5s;
color: #333;
}

a:hover {
color: #ff0000;
}

img.w {
border:1px solid #c7c7c7c7;
}

.sitename img {
	height: 41.5px;
}

@media only screen and (max-width: 600px) {
	.sitename img {
		display: none;
	}
	
	.sitename a {
		display:block;
		position: relative;
	}
	
	.sitename a:after {
		content:'';
		position:absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -80%);
		display:block;
		background-image: url(http://kodomokids-bbs.com/wp-content/uploads/2022/05/papablog-logo-sp.png);
		width: 194px;
		height:41.5px;
		background-size:cover;
	}
}

h2 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #f5f5f5;/*背景色*/
border: none;
border-left: solid 5px #ff0000;/*左線（実線 太さ 色）*/
}

h3 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #f5f5f5;/*背景色*/
border: none;
border-left: solid 5px #ff0000;/*左線（実線 太さ 色）*/
}

h4 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #f5f5f5;/*背景色*/
border: none;
border-left: solid 5px #ff0000;/*左線（実線 太さ 色）*/
}

.yarpp-related h3 {
  font-size: 100%!important;
  padding: 0px 10px 5px!important;
  line-height: 50px;
}

@media only screen and (min-width: 960px) {
#st-menuwide {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  background: none;
}
header #st-menuwide nav.menu li {
  border-right: none;
}
}

/* デザイン変更分 */
#headbox-bg {
background: radial-gradient(#F2B9A1, #a61919);  /*ヘッダー背景色*/
width:100%;
box-shadow: 0 1px 4px rgb(0 0 0 / 12%);
}

#headbox-bg a {
color: #fff;
transition: .5s;
}

#s-navi dt.trigger .op {
background: transparent;
}

#s-navi dd.acordion_tree {
background: transparent;
}

#menu-header a {
transition: .5s;
}

#menu-header a:hover {
color: #ff0000;
} 

#header-l {
max-width: 100%;
text-align: center;
margin: 0 auto;
float: none;
}

#st-headerbox {
margin-bottom: 14px;
}

@media screen and (max-width: 414px) {
#st-headerbox {
  margin-bottom: 0px;
}
}

#st-header {
box-shadow: 0 1px 4px rgb(0 0 0 / 12%);
}

#menu-header-1 {
display: flex;
}

header .smanone ul.menu li {
 border-right: solid 0px #f3f3f3;
}

#menu-header-1 li {
float: none;
width: calc(100%/4);
border-right: solid 1px #f3f3f3;
}

#menu-header-1 li:last-child {
border-right: solid 1px #a61919;
transition: 0.5s;
}

#menu-header-1 li:hover {
border-right: solid 1px #fff;
}

#menu-header-1 li a {
color: #fff;
font-weight: bold;
background: #a61919;
transition: 0.5s;
border-bottom: solid 2px transparent;
}

#menu-header-1 li a:hover {
color: #a61919;
font-weight: bold;
background: #fff;
border-bottom: solid 2px #a61919;
}

#st-menuwide {
margin-bottom: 4px;
box-shadow: 0 1px 4px rgb(0 0 0 / 12%);
}

/* サムネイルホバー時ズーム */
.kanren dt {
overflow: hidden;
}

.kanren dt a img {
transform: scale(1.0,1.0);
transition: 0.5s all;
}

.kanren dt a:hover img{
transform: scale(1.1,1.1);
}

/* タイトルホバーエフェクト */
.kanren h3 {
	padding: 0;
}

.kanren h3 a {
display: block;
padding:0.5em;
	font-size: 24px;
	line-height: 32px;
transition: 0.5s;
}

.kanren h3 a:hover {
background: #f0f0f0;
color: #ff0000;
}

.kanren h5 a,.blog_info p a {
transition: .5s;
}

.kanren .clearfix dd h5 a:hover,.blog_info p a:hover {
color: #ff0000;
}

#breadcrumb ol li a {
transition: .5s;
}

#breadcrumb ol li a:hover  {
color: #ff0000;
}

.st-catgroup .catname {
background: #ff0000;
border-radius: 5px;
font-weight: bold;
color: #fff;
transition:.5s;
border: 2px solid transparent;
}

.post .st-catgroup a:hover {
opacity: 1;
}

.st-catgroup a:hover .catname {
background: #fff;
border-radius: 5px;
font-weight: bold;
color: #ff0000;
border: 2px solid #ff0000;
}

/* ctr-btn */
.ctr-btn {
border-radius: 3px;
color: #fff;
padding:10px 20px;
display: inline-block;
text-decoration: none; 
outline: none;
/*アニメーションの指定*/
transition: all .3s;
margin:1em;
background: #f88080;
}
.ctr-btn:hover {
box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
border-color: transparent;
color: #fff;
}

/* ツールチップ */
.tooltip {
position: relative;
cursor: pointer;
display: inline-block;
}

@media screen and (min-width: 960px) {
	.tooltip {
		margin-top:40px;
	}
}

.description {
opacity:0;
position: absolute;
padding: 10px;
font-size: 12px;
line-height: 1.6em;
color: #fff;
border-radius: 5px;
background: #000;
top: -55px;
left: 50%;
transform:translatex(-50%);
transition:.5s;
}

.description:before {
content: "";
position: absolute;
top: 100%;
left: 50%;
border: 15px solid transparent;
border-top: 15px solid #000;
margin-left: -15px;
}

.tooltip:hover .description{
display: inline-block;
opacity: 1;
}

.wp-block-button__link {
transition: .5s;
}

.wp-block-button__link:hover {
opacity: 0.5;
}

/* spのみ見出しタイトルサイズ調整 */

@media screen and (max-width: 960px) {
  .kanren h3 a {
    font-size: 15px;
    line-height: 24px;
  }

  .kanren .clearfix dd h5 a {
    font-size: 12px;
    line-height: 20px;
  }
}

/* 関連動画見出し修正 */
.post h4.point {
	background-color: #f3f3f3;
}

.post h4 .point-in {
	top: 0;
}

main {
	width: calc(100% - 100px);
}

@media screen and (max-width: 960px) {
	main {
	width: calc(100% - 60px);
}
}

@media screen and (max-width: 600px) {
	main {
    width: calc(100% - 30px);
	}
}

/* PCサイドバー消去 */

#side aside {
	display: none;
}

/* sns消去 */
.sns {
	display: none;
}

/* フッターロゴ消去 */

@media screen and (max-width: 960px) {
	.footerlogo {
		display: none;
	}
	/* SPフッターカテゴリ一覧 */
	footer .footermenust li {
		border-right: 1px solid #000;
	}

	#footer .footermenust a {
		color: #000;
	}
	
	#footer .footermenust a:hover {
		color: #ff0000;
	}
}

@media screen and (min-width: 960px) {
	.footermenubox {
	display:none;
	}
}

.kanren dd .pcone{
	display: none;
}

.kanren dd .smanone{
	display: block!important;
}

@media screen and (min-width: 960px) {
	
.kanren:not(.st-cardbox) .clearfix dd p {
	font-size: 14px;
	line-height: 27px;
}
}

.rakuten_aff table, .rakuten_aff th, .rakuten_aff td {
    border: none !important ;/*優先順位高*/
}

/*-------------------------*/

/* solid004 */
.newbutton_solid004 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #cd3636;
    border-radius: 8px;
    border-bottom: solid 5px #6e3030;
}
.newbutton_solid004 a:hover {
    border-bottom: solid 2px #6e3030;
    transform: translateY(3px);
}

/*-------------------------*/
/* solid015 */
.button_solid015 {
    text-align: center;
}
.button_solid015 p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #6bb6ff;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_solid015 p:before, .button_solid015 p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #6bb6ff;
    content: "";
}
.button_solid015 p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_solid015 p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.button_solid015 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #6bb6ff;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 50px;
}
.button_solid015 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.button_solid015 a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-54%);
}

/*-------------------------*/
#toc_container {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 1;
  margin: 36px auto;
  padding: 1em 2em;
}
#toc_container .toc_title {
  text-align: center;
  margin-top: 0 0 0 35px;
  padding: 0.4em 0;
  font-size: 2em;
  border-bottom: 2px solid #dedede;
}
#toc_container ul {
    list-style: none;
    margin-bottom: 0;
}
#toc_container ul a {
	display: inline-block;
	text-decoration: none;
	color: #444;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
}
#toc_container .toc_list > li > a {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
#toc_container .toc_list > li > a:before {
    font-family: FontAwesome;
    content: '\f02c';
    color: #b22222;
    font-size: 100%;
    padding-right: 5px;
}
#toc_container li li > a:before {
    font-family: FontAwesome;
    content: '\f00c';
    color: #0f9e44;
    font-size: 100%;
    padding-right: 5px;
}

/*タイトル付きボックス*/
.box26 {
    position: relative;
    padding: 0.5em 1em;
    border: solid 3px #d47b6c;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #d47b6c;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}
/*⇩をタップボタン*/
.box12{
    padding: 0.5em 1em;
    margin:1em;
    color: #5989cf;
    background: #a41414;
    border-bottom: solid 6px #d47b6c;
    border-radius: 9px;
}
.box12 p {
    margin: 0; 
    padding: 0;
}
/*-------------------------*/

/*関連記事リンク*/
.box27 {
    position: relative;
    padding: 0.5em 1em;
    border: solid 3px #e0ac04;
	  background: #fcfce4;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #e0ac04;
    color: #fffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

/*-------------------------*/