/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2020 | 03:46:16 */
/**************************
 *        ヘッダー
 **************************/
#header-box::after {
    content: "";
    background: url(/wp-content/uploads/2020/01/nure-border.png) repeat;
    width: 100%;
    height: 8px;
    position: absolute;
    border-bottom: solid 3px #111;
    box-sizing: border-box;
}
/**************************
 *        タブ化
 **************************/
.su-tabs {
	background: #E7D7CA !important;
}
/**************************
 *       テーブル
 **************************/
table {
	font-size: 0.8em;
}
td, th {
	border: 3px solid #E7D7CA !important;
}
th {
	background: #fff2e5;
	font-size: 1em !important;
}
.tlogo{/*ロゴとかの余白消し*/
	margin-bottom: 0 !important;
}
.aoi {/*テーブル内のテキストリンク*/
  text-align: center;
  width: 100%;
  display: block;
    animation-name: move;
    animation-timing-function: steps(2,end);
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 0.5s;
}
@keyframes move {
    0% {
        transform: translate(0px, 0);
    }
    100% {
        transform: translate(5px, 0);
    }
}
.aoi:after {
    content:  url(/wp-content/uploads/2020/02/yuyu.gif);
    margin-left: 0.5em;
    display: inline-block;
    vertical-align: middle;
}
/**************************
 *       装飾
 **************************/
.cps-post .cps-post-header .cps-post-title {
  font-size: 1.5em;
  font-weight: bold;
}
.cps-post-box h2 {
  position: relative;
  font-size: 1.5rem !important;
  border-radius: 20px 20px 0px 0px;
}
.cps-post-box h2:before {
    content: "\f03d";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    padding-right: .5em;
}
.cps-post-box h2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 8px;
    background: url(/wp-content/uploads/2020/01/nure-border.png) repeat;
    border-bottom: solid 3px #111;
    box-sizing: border-box;
}
.cps-post-box h3 {font-size: 1.3rem !important;}
.cps-post-box h3:before {
    content: "\f26c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    padding-right: .5em;
}
.sawa {
	font-size: 1.2em;
	padding: 0 0 0.1em;
	font-weight: bold;
	color: #777;
	border-bottom: 1px solid #777;
	margin: 0 0 1em;
}
.sawa:before {
    content: "\f008";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
	padding: 0 0.3em 0 0;
}
.eri {
	font-size: 1.2em;
	padding: 0 0 0.1em;
	font-weight: bold;
	color: #ff98be;
	border-bottom: 1px dashed #ff98be;
	margin: 0 0 1em;
}
.eri:before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
	padding: 0 0.3em 0 0;
}
/* スマホだけ */
@media screen and ( max-width:479px )
{
.cps-post .cps-post-header .cps-post-title {
    font-size: 1rem;
}
.cps-post-box h2 {
    font-size: 1.2rem !important;
}
.cps-post-box h3 {
    font-size: 1.2rem !important;
}
}
/**************************
 *       解析タグ
 **************************/
.ac-tag {
	font-size: 0;
	line-height: 0;
}
/**************************
 *       広告周り
 **************************/
.apiapi {
    border-radius: 4px;
    box-sizing: border-box;
    color: #FF5E75;
    font-weight: bold;
    line-height: 1;
    padding: 7px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.apiapi::before {
    content: "＼";
    display: inline-block;
    margin-right: 2px;
}
.apiapi::after {
    content: "／";
    display: inline-block;
    margin-left: 2px;
}
.btn {
  padding: 0 0 7px;
}
.micro {
    font-size: 0.8em;
    color: #888;  
    font-weight: bold;
    text-align: center;
}