/*  SWELLパーツのカスタマイズ（swell-parts-style.css） */

/*
    SWELLパーツなどを記載します。(ver.1.0.0)
*/


/* ==============================
リスト装飾
============================== */

/* リストブロックの項目同士の余白 */
.post_content li {
  margin: 0.25em 0 0.75em;
}

/* リストタグ（ノーマル） */
.-border01 {
  background-color: #fdf9ee;
}

.-border02 {
  background-color: #fff;
}

.-border03 {
  background-color: #f5f5f5;
}

.-border04 {
  background-color: #f7fafc;
}

/* ==============================
吹き出しデザイン
============================== */

/* 吹き出しデザイン変更 */
.is-style-balloon_box2{
	border:solid 2px #26bdbd;
}

.is-style-balloon_box2:before {
    background: inherit;
    border-bottom: 2px solid #26bdbd;
    border-right: 2px solid #26bdbd;
}


/* ==============================
ステップブロック
============================== */

/* ステップブロックの装飾（ビッグ） */
.swell-block-step {
	background:#f3f8fd;
	padding:15px 15px;
}

/* ステップブロックの装飾（スモール） */
.is-style-small.swell-block-step{
	background:#fff!important
}

/* キャプションの白背景 */
.is-style-onborder_ttl>.cap_box_ttl {
	background:#fff!important
}
