@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
*/

@font-face {
  font-family: 'LINEseed';
  src: url('./LINESeedJP_OTF_Rg.woff') format('woff');
}

body {
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #00694780 1px, transparent 1px), linear-gradient(#00694780 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 51px 51px;
}
/* .l-mainContent,
#main_content,
.p-profileBox,.-frame-on-sidebar #sidebar .c-widget
{
  border-radius: 12px;
} */
.c-widget__title.-side {
	margin: 0px;
}

#main_content{
	border:1px solid #000;
}
.-frame-on-sidebar #sidebar .c-widget {
	border:1px solid #000;
}

/* 投稿のh2カスタマイズ */
.post_content .custom-h2 {
	padding-left: 10px;
    border-left: 6px solid #006947;
    margin-left: 0px;
    margin-right: 0px;
}
.post_content .custom-h3 {
  position: relative;
}
.post_content .custom-h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #a6ffb5, #a6ffb5 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #a6ffb5, #a6ffb5 2px, #fff 2px, #fff 4px);
}
/* サイドバー目次 */
#sidebar .p-toc{
	margin-top: 10px;
}

.mark_yellow,.mark_orange {
	background-repeat: no-repeat;
	background-size:0% 100%;
}

.swell-block-balloon{
	overflow:hidden;
}
