/* 記事タイトル */

h1.c-entry__title {
    font-size: 28px;
}


@media screen and (max-width: 480px) {
h1.c-entry__title {
    font-size: 22px;
}
}

/* 背景色 */

.home .l-header,
.home .l-container{
	background-color:#fff;
}

.l-header{
	background-color:#ebece6;
}

.l-container {
    background-color:#ebece6;
}

.wpp-list li:before {
	background-color: #ebece6 !important;
}

.c-entries--panel .c-entry-summary {
    background-color: #fff;
}

.single .c-entry__body {
	padding-bottom:1rem;
    background-color: #fff;
}

.single header.c-entry__header {
    padding-top: 1rem;
	padding-bottom:calc(var(--_space, 1.76923rem)*1*var(--_margin-scale, 1));
	margin-bottom:0;
    background-color: #fff;
}

.single header.c-entry__header,
.single .c-entry__body {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media screen and (max-width: 480px) {
.c-entry__body,
header.c-entry__header {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
}

div#text-16 {
    padding-bottom: 0 !important;
}

.wpaw-showcase__figure img {
    max-width: 240px;
}

/* 人気記事 */
.wpp-list li a {
    color: #333;
    text-decoration: none;
}

.wpp-list li {
    margin-bottom: 1.5em;
}

.wpp-list {
    counter-reset: number;/*ここは自分の好きな名前でOK*/
    list-style: none;
}

.wpp-list li:before {
    color: #333;
    content: counter(number);/*()内はcounter-resetで指定したものをそのまま書く*/
    counter-increment: number;/*ここはcounter-resetで指定したものをそのまま書く*/
    text-align: center;
    opacity: .999;
    float: left;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background-color:#fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    /*margin-right: -25px;*/
}

li.c-meta__item.c-meta__item--author {
    display: none;
}

@media screen and (max-width: 480px) {
.c-entries__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 88%;
    padding-right: .46739rem;
    padding-left: .46739rem;
    margin-bottom: 1.93478rem;
	margin-left:auto;
	margin-right:auto;
}
	
}

/* Blog card */
.wp-oembed-blog-card__figure {
    float: left;
    margin-right: 1em;
}

.wp-oembed-blog-card-label {
    position: absolute;
    /*top: -4px;
    left: -4px;*/
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.wp-oembed-blog-card-label-text {
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    top: 25px;
    width: 150px;
    text-align: center;
    font-size: 60%;
    line-height: 1.2;
    font-weight: bold;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 9;
    left: -35px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wp-oembed-blog-card-label-text {
    background: #f5bf08;
    color: #fff;
}
.wp-oembed-blog-card>a, .wp-oembed-blog-card>span {
    padding: 1.32692rem;
    padding: calc(var(--_space,1.76923rem)*0.25);
}

.wp-oembed-blog-card__title {
    font-weight: 500;
    color: #444;
    font-size: 16px;
}

@media screen and (max-width: 480px) {
.wp-oembed-blog-card__figure {
    float: left;
    float: none;
    width: 150px !important;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: .5rem;
}
.wp-oembed-blog-card__title {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}
}

.wp-oembed-blog-card__more {
    text-align: right;
    margin-top: .5rem;

}

p.wp-oembed-blog-card-more {
    margin-bottom: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-align: center;
    text-decoration: none;
    color: #757575;
	display: inline-block;
	font-size: 14px;
}

@media screen and (max-width: 480px) {
	
p.wp-oembed-blog-card-more {
	font-size: 10px;
	    margin-bottom: 0;
}
}
.wp-oembed-blog-card__body {
    width: 77%;
    margin-left: auto;
}

@media screen and (min-width: 480px) {
.wp-oembed-blog-card__body {
    width: 73%;
    margin-left: auto;
}
}


/* Blog card end */

/* Youtube */
span.embed-youtube{
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
}
span.embed-youtube iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}