﻿p{
	color: rgb(0,0,0);
	position: inherit;
}

    body {
        background-color: white;
      }
      h1
      {color: blue;
    }

.text-background-test04{
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.4em;
    filter:drop-shadow(1px 1px 2px #FFD9D7);
}
.bg_test{
    background-color: #7775f5;}
    .box26 {
	position: relative;
	margin-left: auto;
    margin-right: auto;
	padding: 0.5em 1em;
	border: solid 3px #95ccff;
	border-radius: 8px;
	width: 1150px;
}
    .box26 .box-title {
        position: absolute;
        display: inline-block;
        top: -13px;
        left: 10px;
        padding: 0 9px;
        line-height: 1;
        font-size: 19px;
        background: #FFF;
        color: #95ccff;
        font-weight: bold;
    }
    .box26 p {
	margin: 0;
	padding: 0;
}
    .chuou{
        text-align: center    
    }
    .mybox{
        background-color: #95ccff;  /* 閭梧勹濶ｲ */
        border-radius: 5px;
        margin: 20px 5px; /* 螟門・縺ｮ菴咏區 荳贋ｸ九・蟾ｦ蜿ｳ */
        padding: 30px 20px 20px 20px; /* 蜀・・縺ｮ菴咏區 荳翫・蜿ｳ繝ｻ荳九・蟾ｦ */
        position: relative;
        z-index: 0;
    }
    .mybox:before{
        border: 1px solid #fff; /* 逋ｽ縺・ｮ溽ｷ・*/
        border-radius: 5px;
        content: '';
        display: block;
        margin: 4px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: -1;
    }
    .mybox:after{
        background-color: rgba(249,223,213,0.9);  /* 繝槭せ繝・レ譎ｯ濶ｲ */
        background-image: radial-gradient(#fff 20%, transparent 0), radial-gradient(#fff 20%, transparent 0); /* 豌ｴ邇峨・濶ｲ */
        background-position: 0 0, 8px 8px;  /* 豌ｴ邇峨・霍晞屬 */
        background-size: 15px 15px; /* 豌ｴ邇峨・螟ｧ縺阪＆ */
        border-left: 2px dotted rgba(0,0,0,0.1);
        border-right: 2px dotted rgba(0,0,0,0.1);
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        content: 'PC繝励Ξ繝溘い繝繧ｵ繝昴・繝井ｼ壼藤蟆ら畑';
        display: block;
        padding: 5px 20px;  
        text-align: center;
        position: absolute;
        top: -10px;
        left: 20px;
        transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
    }