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


/* グラデーション
参考：soracidblog.com/subtheme/swell-background-gradation/　*/

:root {
  /*--color_header_bg: var(--color_main_new);*/
  --color_main_new :linear-gradient(135deg,#A89CFC 10%,#7FBEEE 40%,#47FEDA 100%);
}
.c-categoryList__link, .c-postThumb__cat, .c-widget__title.-side, .cap_box_ttl, .is-style-balloon_box, .is-style-num_circle li::before, .post_content h2, .p-toc__ttl, .l-footer, .u-bg-main, [data-type=type2] .p-blogCard__caption, [class*=is-style-btn_] a{
  background: var(--color_main_new);
}

/* h2　フォント色変更 */
.post_content h2 {
		color:#fff;
}

/* コンテンツをゴシックに変更 */
/*.post_content p{
	font-family: sans-serif;
}*/

/*　この記事でわかること　*/
.sc_frame_title{
	position: absolute;
	display: inline-block;
	top: -25px;
	left: -1px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	background-color: #6A5EA7 !important;
	color: #ffffff;
}
.wp-block-dvaux-frame{
	 /*box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);*/
	position: relative;
	margin: 3em  0;
	padding: 0.5em 1em;
	border: solid 1px #6A5EA7;
}
