/*
Template: jstork
Theme Name: stork_custom1
Theme URI:http://open-cage.com/stork/
*/

/*　アンダーラインカスタマイズ　*/
.blue-line {
  background: linear-gradient(transparent 60%, #FE2E9A 40%);
}

/* 外部リンクアイコンを消す */
 .entry-content a[target="_blank"]:after {
 content:none;
 }