@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);




/*!==========================================================================

レスポンシブ用

==========================================================================*/

@media screen and (min-width: 990px) {

}

@media screen and (min-width: 769px) {
iframe.wp-embedded-content{
	width:70%;
}
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 767px) {

}

/*!==========================================================================
追加css
==========================================================================*/

.post-font-dec01 {
	color:	#ff6600;
	font-weight: bold;
}

.post-font-dec02 {
	background:linear-gradient(transparent 70%, #FFC23F 70%);
}

.post-surroundbox01 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: 1px solid #666;
	border-radius: 8px;
}
.post-surroundbox01 .post-surroundbox01-title {
	position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
   }
.post-surroundbox01 p {
    margin: 0; 
    padding: 0;
}

.blogcard{
	text-align:center;
}


.summarybox{
    background-color: #fff;	
    border: 2px solid #FFC23F;	
    border-radius: 5px;
    margin: 40px 5px 5px 20px;	
    padding: 25px 20px 10px 20px;	
	font-size: 16px;
    position: relative;
}
.summarybox:before{
    background-color: #ff6600;	
    border-radius: 5px;
    color: #fff;	
    content: 'POINT';
    padding: 5px 20px;
    position: absolute;
    left: -10px;
    top: -20px;
}
.summarybox:after{
	border-top: 12px solid #ff6600;		/* 吹き出し三角部分の色 */
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
}


.box29 {
    margin: 2em 0;
    background: #FFC23F;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #ff6600;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}



















