.article_header {
    background-color: #e8ccff;
}

.article_header::after {
    background-image: url(/img/common/article_header_bg_ec.png);
}

@media screen and (max-width:767px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
.section p { margin-bottom: 20px;}
.section textarea { height: 150px;}
}

textarea {
		resize: none;
		white-space: pre-wrap;
    width: 90%;
    height: 65px;
		background: #f2f2f2;
    padding: 10px 10px 0px 10px;			
}