@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


.post_content h2 {   /* 互換用。環境により不要 */
  padding: 5px 10px;
  background: #1557ab;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  /* 影・境界線など元コードをそのまま */
  text-shadow: -1px -1px #1557ab;
  border: 1px dashed #fff;
  box-shadow: 0 0 0 4px #1557ab, 1px 1px 6px 3px rgba(10,10,0,.5);
  position: relative;
  line-height: 130%;
}