@charset "utf-8";

/*-------------------------------------------------------------------------------------------
スタイルシートを編集する場合はこちらへ記述すること！
-------------------------------------------------------------------------------------------*/

/*★RP表記の装飾*/
.ad-pr{
	font-size: 0.8em;
	font-weight: bold;
	font-family: 'Ubuntu Condensed', sans-serif;
	background:#969696;
	color:white;
	padding: 0.2em 0.4em;
	margin-top: 0.3em;
    margin-left: 0.9em;
    font-size: 0.7em;
    float: right;
	transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}
.ad-pr:before{
	font-family: "fontawesome";
    content: "\f08d";
    color: #fff;
    font-size: 1.15em;
    display: inline-block;
    margin-right: 0.5em;
	transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}

/*★カテゴリ一覧のための装飾★*/
.top-post-list .post-list a{

}
.lcp_thumbnail{

}
/*★緑＆赤ボタンのCSSアニメーション装飾*/
.anime-btn a:before{
	animation: kodou 1.5s ease-out infinite;
}
@keyframes kodou {
	0% {transform:	scale(1.0);		opacity:1;	}
	10% {transform: scale(1.01,1.05);	opacity:0.85;	}
	20% {transform: scale(1.02,1.1);	opacity:0.7;	}
	30% {transform: scale(1.03,1.15);	opacity:0.55;	}
	40% {transform: scale(1.04,1.2);		opacity:0.4;	}
	60% {transform: scale(1.06,1.3);	opacity:0.1;	}
	80% {transform: scale(1.08),1.4;		opacity:0.0;	}
	100% {transform: scale(1.1,1.5);	opacity:0.0;	}
}
/*■緑ボタンの装飾■*/
.green-btn a:before{
	background: #1cc879!important;
    border-color: #1cc86d!important;
    opacity: .4;
    display: block!important;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.btn-wrap.green-btn a {
font-size: 110%!important;
background: #1cc879!important;
box-shadow: 0 4px 0 #29773d!important;
border-color: #1cc86d!important;
position: relative;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
max-width: 240px;
padding: 15px 25px;
color: #FFF;
transition: 0.3s ease-in-out;
font-weight: 600;
filter: drop-shadow(0px 2px 4px #ccc);
border-radius: 3px;
border-radius: 50px;
max-width: none!important;
width: 75%!important;
}
.btn-wrap.rittai a {
box-shadow: 0 4px 0 #459b31!important;
}
/*■赤ボタンの装飾■*/
.redred-btn a {
font-size: 110%!important;
background: #db4242!important;
box-shadow: 0 4px 0 #922b2b!important;
border-color: #db4242!important;
position: relative;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
max-width: 240px;
padding: 15px 25px;
color: #FFF;
transition: 0.3s ease-in-out;
font-weight: 600;
filter: drop-shadow(0px 2px 4px #ccc);
border-radius: 3px;
border-radius: 50px;
max-width: none!important;
width: 75%!important;
}
.redred-btn a:before{
	background: #db4242!important;
    border-color: #db4242!important;
    opacity: .4;
    display: block!important;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*★フローブロックの装飾★*/
.flow-block{
	margin:0 10px;
	padding:5px 15px 5px 25px;
	border:2px solid #6ac486;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#f1fff7;
}
/*★下三角形矢印★*/
.arrow{
	margin:10px auto;
	width: 0px;
	border-color: #fcb6b6;
	border-style: solid;
	border-width: 20px;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}


.widgettitle{background:#19d464;}

/*★関連記事リンク部の装飾*/
.related_article a{background:#bde9cc;	border:1px solid #15af4b;}


/*★テーブルの装飾*/
.table_title{
	/*background:rgba(181, 228, 255, 0.4)!important; color:#000;*/
	background:#04384c!important; 
	color:white;
}

.header{background:#37e57d;}

/*■h1の見出し1文字目の強調■*/
h1:first-letter{
	font-size: 150%;
	color: #37e57d;
	font-weight:bold;
}

/*■h2の見出し1文字目の強調■*/
#main h2:first-letter{
	font-size: 120%;
	color: #FFF;
	font-weight:bold;
}

.entry-content h2{
	background:#19d464;
	text-shadow: 1px 2px 3px #808080;
}

/*★strongマイクロコピーのアニメーション★*/
.fluffy {
  animation: fluffy1 3s linear infinite;
}
 
@keyframes fluffy1 {
  0% { transform:translateY(-5px) }
  50% { transform:translateY(5px) }
  100% { transform:translateY(-5px) }
}

/*★テーブルタグの文字スマホビューで小さく★*/
@media only screen and (max-width: 480px){
	.entry-content table { font-size:0.8em;}
}

/*★ポイント枠*/
.waku-point{
	position: relative;
    margin: 0 0 2em;
    padding: 0.5em 1em;
    border: solid 3px #359dff;
    border-radius: 8px;
}
.waku-point p {
    margin: 0; 
    padding: 0;
}
.waku-point-title{
	//position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    color: #359dff;
    font-weight: bold;
	margin-bottom:0!important;
}
 
/*★枠の装飾★*/
.waku-simple{
	margin:2em 0 ;
    position: relative;
    padding: 1em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.waku-simple p {
    margin: 0; 
    padding: 0;
}