/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

/*
引用タグのパディング調整
*/
@media screen and (max-width: 767px) {
.cps-post-main blockquote {
    padding: 2.4em 1em 0em 1em;
}
}
/*
ボックスのパディング調整
*/
@media screen and (max-width: 767px) {
.simple-box7,.simple-box4, .simple-box3 ,.kaisetsu-box2,.kaisetsu-box1{
    padding: 10px 10px 10px 10px;
}
}

@media screen and (max-width: 767px) {
.concept-box2,.concept-box1{
    padding-bottom: 10px;
    padding-right: 10px;
}
.kaisetsu-box2-title,.kaisetsu-box1-title {
font-size: 16px;
}
}

@media screen and (min-width: 768px) {
.concept-box2,.simple-box7,.simple-box4, .simple-box3 ,.kaisetsu-box2,.kaisetsu-box1,.concept-box1{
    padding-bottom: 20px !important;
}
}

.concept-box2 ol,.concept-box2 ul,.simple-box7 ol ,.simple-box7 ul ,.simple-box4 ol ,.simple-box4 ul , .simple-box3 ol, .simple-box3 ul, .kaisetsu-box2 ol, .kaisetsu-box2 ul, .kaisetsu-box1 ol, .kaisetsu-box1 ul, .concept-box1 ol, .concept-box1 ul{
    padding-bottom: 10px !important;
}

@media (max-width: 767px){
.kaisetsu-box2,.kaisetsu-box1 {
    padding-top: 65px !important;
}
}

.simple-box4 P {
    padding-bottom: 0 !important;
}
/*
テーブル　thの色
*/
th {
    background-color: #f7f7f7;
}

/*
テーブル　フォントサイズ
*/
table, tr, th, td {
    font-size: 14px;
}

.cps-post-main table tr th {
    font-size: 14px;
    text-align: left;
}

/*
文字サイズ指定
*/
.cps-post-main p {
    font-size: 16px;
}

/*
pのボトムパディング
*/
.cps-post-main p {
    padding-bottom: 16px;
}
p.box-title  {
    padding-bottom: 4px!important;
}
p.table-title  {
    padding-top: 8px;
    padding-bottom: 8px;
}

/*
テーブルタイトル
*/
span.table-title{
font-weight: 700;
color: #555555;
}

/*
解説ボックスのリストの下線を消す
*/
.kaisetsu-box2 ol li, .kaisetsu-box2 ul li {
    border-bottom: 0;
    padding-bottom: 0;
}

/*
引用のマージン上
*/
.cps-post-main blockquote {
    margin-top: 8px;
}

/*
目次のパディング
*/
@media screen and (max-width: 767px) {
.rtoc-mokuji-content {
    padding: 20px 16px 20px;
}
	.rtoc-mokuji-content .rtoc-mokuji.level-1 li {
    padding-top: 8px;
}
}

/*
リストのパディング
*/
@media screen and (max-width: 767px) {
.cps-post-main ul li,.cps-post-main ol li  {
    margin-bottom: 8px;
}
}
/*
テーブル　td　二重丸
*/
td.back_nijuumaru {
    background-image: url(/sabusukuken/wp-content/uploads/2020/08/icon-nijuumaru.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 50%;
}
/*
テーブル　td　丸
*/
td.back_maru {
    background-image: url(/sabusukuken/wp-content/uploads/2020/08/icon-maru.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 50%;
}
/*
テーブル　td　三角
*/
td.back_sankaku {
    background-image: url(/sabusukuken/wp-content/uploads/2020/08/icon-sankaku.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 50%;
}
/*
テーブル　td　バツ
*/
td.back_batsu {
    background-image: url(/sabusukuken/wp-content/uploads/2020/08/icon-batsu.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 50%;
}
/*
引用元
*/
p.reference  {
    padding-top: 0px;
    text-align: right;
    font-size: 14px;
}
ul>p.reference ,ol>p.reference  {
    padding-top: 8px;
    padding-bottom: 0px !important;
}
.lp-btn a:hover, .lp-btn a:active, .lp-btn a:focus {
    color: #222;
}
.lp-btn {
    position: relative;
    text-align: center;
    width: 60%;
    margin: 0 auto 1em;
}
.lp-btn a {
    display: block;
    background-color: #28b335;
    padding: .5em 0;
    text-decoration: none;
    color: #fff !important;
}

.lp-btn a:after {content: ">";position: absolute;right: 8px;margin-top: -1px;}
/***折りたたみ****/

@media screen and (max-width:480px) {
	.lp-btn {
    width: 100%;
}
}
/**関連記事***/
.category-kanrenkiji-title {
    border-top: 2px solid #444;
    border-bottom: 2px solid #444;
    padding: 5px 0;
	 font-size :12px;
}
.category-kanrenkiji-title span {
    color: #ed6666;
    font-weight: bold;
}
ol.recommend li:before {
    background-image: url(/sabusukuken/wp-content/uploads/site-icons.png);
    background-size: 90px;
    content: "";
    background-position: -41px -20px;
    background-repeat: no-repeat;
    position: absolute;
    width: 13px;
    height: 13px;
    margin: 5px -17px;
    }
.category-kanrenkiji-ichiran {
    margin-top: 1em;
    padding: 5px 0 5px 20px;
    border: 1px solid #ccc;
    border-bottom: 0;
    font-weight: 700;
	background-color: #a5d85d;
    color: #fff;
		 font-size :12px;
}

ul.category-kanrenkiji-list {
    margin: 0;
    list-style: none;
    border: 1px solid #ccc;
			 font-size :12px;
}

ul.category-kanrenkiji-list>li {
    border-bottom: 1px dashed #ccc;
    padding-left: 2px;
}

ul.category-kanrenkiji-list>li:last-child {
    border-bottom: none;
}
ul.category-kanrenkiji-list>li a {
    color: #222;
}
.category-kanrenkiji-ichiran.cost-posts:before {
    background-image: url(/sabusukuken/wp-content/uploads/site-icons.png);
    background-size: 90px;
    content: "";
    background-position: -54px -5px;
    background-repeat: no-repeat;
    position: absolute;
    width: 11px;
    height: 14px;
    margin: 9px -13px;
}

.al-c {
    text-align: center!important;
}
.f14em {
    font-size: 1.4em!important;
}
/***記事終わりカテゴリーTOPボタン***/
span.ds-b {
	color: #2685e6;
   text-decoration: underline;
	cursor: pointer;
}
span.btn {
    display: block;
    padding: 1em;
    border: 1px solid #111;
    background: rgb(40, 179, 53);
    border-radius: 3px;
    box-shadow: 1px 2px 0px #e9e9e9;
	 text-align: center;
	color: rgb(255, 255, 255);
}
/*スクロールテーブル*/
.scroll-table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}