/*
Theme Name: New Standard v.3 Child
Version: 3.2.1
Template: new-standard-3
*/

/* title style */
.title_bg_pink {
	font-size: 1.3em;
    line-height: 1.5;
    background: #ff1493;
    color: #fff !important;
    font-weight: bold;
    padding: 15px 10px;
    border-radius: 5px;
}
.title_bg_blue {
	font-size: 1.3em;
    line-height: 1.5;
    background: #87cefa;
    font-weight: bold;
    padding: 15px 10px;
    border-radius: 5px;
}
.title_border_yellow {
    display: block;
    border-top: 5px solid #ffd85c;
    border-bottom: 5px solid #ffd85c;
    padding: 15px 10px;
}
.flame_gray {
    margin: 20px 0;
    padding: 0;
    border: 1px solid #ccc;
}
.flame_gray div {
    padding: 0 20px 20px 20px;
}
.flame_gray h2 {
	font-size: 18px !important;
    font-weight: bold;
    background: #87cefa;
    padding: 10px 10px 5px 10px;
}
.post-content .flame_gray h2:after {
    background: none;
}
.flame_gray h3 {
    font-weight: bold;
    font-size: 16px !important;
    margin-top: 10px !important;
}
.post-content h2 {
	font-size: 1.5em;
}
.post-content h2:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 4px;
	background: linear-gradient(to right, #ff1493 0%,#ff1493 30%,#cccccc 30.1%,#cccccc 100%);
}
.post-content h3:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 4px;
	background: linear-gradient(to right, #ff1493 0%,#ff1493 10%,#cccccc 10.1%,#cccccc 100%);
}
.line_fukidashi {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    display: inline;
}
.line_fukidashi::before{
    content:"";
    display:inline-block;
    width:3px;
    height:30px;
    background-color:#ff1493;
    position:absolute;
    top:-5px;
    left:0px;
    transform: rotate(-20deg);
}
.line_fukidashi::after{
    content:"";
    display:inline-block;
    width:3px;
    height:30px;
    background-color:#ff1493;
    position:absolute;
    top:-5px;
    right:0px;
    transform: rotate(20deg);
}
.wp-block-group,.widget_search {
    padding: 10px!important;
}
.widget_search label {
    font-size: 16px!important;
}
th {
    background-color: #efefef!important;
}