#sidebartext p{
	font-size : 18px;
	color : rgb(51, 51, 51);
}

#sidebartext2 p{
	font-size : 18px;
	color : rgb(51, 51, 51);
}

#sidebartext3 p{
	font-size : 18px;
	color : rgb(51, 51, 51);
}

/* ----------------------------------------------------------------------
あなたの大切にしている事はなんですか
---------------------------------------------------------------------- */
.post #yano h3 {
background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

.post #yano h2 {
background: #dfefff;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 2px white;
padding: 0.2em 0.5em;
}

.post #yano2 h2 {
background: #facd89;
box-shadow: 0px 0px 0px 5px #facd89;
border: dashed 2px white;
padding: 0.2em 0.5em;
}


.post .sample-box-3 {
    border: 4px double #ddd;
    margin: 2em 0;
    padding: 2em;
}

.post .mybox5{
    border: 1px solid #CAE7F2;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}
.post .mybox5:before{
    background-color: rgba(255,255,255,0.7);
    border-radius: 5px;
    content: '';
  display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  margin: 5px;
    z-index: -1;
}
.post .mybox5:after{
    background: repeating-linear-gradient(-45deg, #cae7f2, #cae7f2 5px, #fff 0, #fff 10px);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}


/* ----------------------------------------------------------------------
スマホ電話番号リンク
---------------------------------------------------------------------- */
/*　PC用　*/
 
.tel-pc {
    スタイル
}
 
.tel-mobile {
    display: none;
}
 
/*　PC用ここまで　*/
 
 
/*　モバイル用　*/
 
.tel-pc {
    display: none;
}
 
.tel-mobile {
    スタイル
}
 
/*　モバイル用ここまで　*/
