.pc_inline {
	display: inline-block;
}
.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
	.pc_inline {
		display: none;
	}
  .br-sp {
    display: inline-block;
  }
}


#page_single .contents_wrap {
    padding: 20px 10px;
}
.column_post h1, #mainImage, .post_wrap, .wrap, .blog, .contents_wrap {
    width: auto;
}
.post {
    background: #ffffff;
    padding-left: 0;
    padding-right: 0;
}
.thumb {
    margin: 2em 0;
}
.thumb img {
    box-shadow: var(--swl-img_shadow);
}

.post p {
    padding-bottom: 27px;
    line-height: 1.5;
    font-size: 13.5px;
}
ul.wp-block-list:where(ul:not([type])) li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}
ul.wp-block-list:where(ul:not([type])) li {
    line-height: 1.5;
    margin: .25em 0;
    position: relative;
    font-size: 0.9em;
}
ul.wp-block-list:where(ul:not([type])) {
    padding-left: var(--swl-list-padding--left);
        clear: both;
    margin-bottom: var(--swl-block-margin, 2em);
    list-style: disc;
}
ul.wp-block-list.is-style-num_circle,
.swell-block-capbox.cap_box.is-style-inner {
    margin-bottom: 0;
    list-style: none;
}

ul.wp-block-list.is-style-check_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
p.baloon {
    position: relative;
    padding-left: 100px; /* 画像分のスペース */
    min-height: 115px; /* 高さを確保 */
    line-height: 1.8;
    /* background: #f7f7f7; */
    border: solid 1px #999;
    padding: 20px 20px 20px 120px;
    border-radius: 20px;
}

/* 左側の画像 */
p.baloon::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 10px;
    width: 80px;
    height: 80px;
    background-image: url("https://wavy-inc.com/column/wp-content/uploads/2024/07/yamashita.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

/* 画像の下に名前 */
p.baloon::after {
    content: "監修者 山下";
    position: absolute;
    top: 85px;
    left: 10px;
    width: 80px;
    font-size: 12px;
    color: #333;
    text-align: center;
}


.has-border.-border04 {
    border: var(--border04);
	margin-bottom: 3em;
}
.has-border, div.has-background, p.has-background {
    padding: 30px;
}
.is-style-btn_normal {
    --the-btn-radius: 4px;
}


[class*=is-style-btn_] {
    --the-fz: 1em;
    --the-width: auto;
    --the-min-width: 64%;
    --the-padding: .75em 1.5em;
    --the-btn-color: var(--color_main);
    --the-btn-color2: var(--color_main);
    --the-btn-bg: var(--the-btn-color);
    display: block;
    font-size: var(--the-fz);
    margin: 0 auto 2em;
    position: relative;
    text-align: center;
}
.red_ {
    --the-btn-color: #4bb65d;
    --the-btn-color2: #ffbc49;
    --the-solid-shadow: rgba(56, 137, 70, 1);
}
.swell-block-button .swell-block-button__link[data-has-icon] {
    align-items: center;
    display: inline-flex;
    gap: .5em;
    justify-content: center;
	    color: white;
	text-decoration: none;
}
.post_content dd>:last-child, .post_content div>:last-child, .post_content>:last-child {
    margin-bottom: 0 !important;
}

.post_content div>:first-child, .post_content>:first-child {
    margin-top: 0 !important;
}
.is-style-btn_normal a, .is-style-btn_shiny a {
    box-shadow: var(--swl-btn_shadow);
}
.is-style-btn_normal a {
    color: #fff;
    font-weight: 700;
    transition: box-shadow .25s;
}
.has-border.-border02 {
    border: var(--border02);
}
.swell-block-button a {
    text-align: center;
}
.swell-block-button .__icon.-right {
    margin-right: -.25em;
}

.swell-block-button .__icon {
    font-size: var(--the-icon-size);
    height: var(--the-icon-size);
    width: var(--the-icon-size);
}
svg:not([fill]) {
    fill: currentcolor;
}


.column_post a {
    color: var(--color_link);
	text-decoration: underline;
}

.column_post h2 {
	border-left: solid 6px var(--color_htag);
    padding: .5em 0 .5em 16px;
	font-weight: 500;
	font-size: 1.2em;
        letter-spacing: 0px;
        text-align: left;
        color: black;
	margin-left: -0.2em;
}

.column_post h3 {
         padding: 0 .5em .5em;;
	font-weight: 500;
	font-size: 1.1em;
        letter-spacing: 0px;
        text-align: left;
        color: black;
	position: relative;
	margin: 3em 0em 2em;
	    padding: 0 .5em .5em !important;
}
.column_post h3::before {
    content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--color_htag) 0%, var(--color_htag) 20%, rgba(234, 255, 255, 0.2) 90%, rgba(234, 255, 255, 0.2) 100%);
}
.column_post h3:before {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    z-index: 0;
}
.service h3 strong, #column h3 strong {
    color: black;
    margin: 0;
}

.wp-block-image {
    margin-bottom: var(--swl-block-margin, 2em);
}

.cap_box[data-colset="col1"] {
    --capbox-color: #6e61a9;
    --capbox-color--bg: #ffffff;
}
.cap_box {
    --capbox-color: var(--color_main);
    --capbox-color--bg: unset;
    --the-icon-size: 1.1em;
    position: relative;
	margin-bottom: var(--swl-block-margin, 2em);
}
.swell-block-capbox {
    font-size: 13px;
}
.cap_box_ttl {
    align-items: center;
    background-color: var(--capbox-color);
    color: #fff;
    display: flex;
    gap: .5em;
    justify-content: center;
    line-height: 1.5;
    margin-bottom: 0 !important;
    padding: .5em;
    position: relative;
    text-align: center;
    z-index: 1;
}
.cap_box_content {
    background-color: var(--capbox-color--bg);
    border: 1px solid var(--capbox-color);
    clear: both;
    margin-top: -2px;
    padding: 1.5em;
    position: relative;
    z-index: 0;
}
.is-style-inner>.cap_box_ttl {
    font-size: .85em;
    max-width: 100%;
    min-width: 2em;
    overflow: hidden;
    padding: .25em 1em;
    position: absolute;
    white-space: nowrap;
}
.is-style-check_list li:before {
content: "\f00c" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 600;
    vertical-align: middle;
	    color: var(--color_list_check);
}

.is-style-onborder_ttl2>.cap_box_ttl, .is-style-onborder_ttl>.cap_box_ttl {
    display: inline-flex;
    font-size: .85em;
    left: 1em;
    line-height: 1;
    margin-bottom: 0;
    padding: .5em .75em;
    position: relative;
    text-align: center;
    top: 1em;
    z-index: 1;
}
.post_content div>:first-child, .post_content>:first-child {
    margin-top: 0 !important;
}
.is-style-onborder_ttl>.cap_box_content, .is-style-onborder_ttl>.cap_box_ttl {
    background-color: var(--color_content_bg) !important;
}
.is-style-onborder_ttl>.cap_box_ttl {
    color: var(--capbox-color);
}

.is-style-bad_list li:before, .is-style-check_list li:before, .is-style-good_list li:before, .is-style-triangle_list li:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    border: none;
    border-radius: 0;
    display: block;
    font-family: icomoon;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 1em;
}
.is-style-bad_list li, .is-style-check_list li, .is-style-good_list li, .is-style-triangle_list li {
    padding-left: 1.5em;
}
.column_post li {
    line-height: 1.5;
    margin: .25em 0;
    position: relative;
}

.is-style-bad_list li:before, .is-style-check_list li:before, .is-style-good_list li:before, .is-style-triangle_list li:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    border: none;
    border-radius: 0;
    display: block;
    font-family: icomoon;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 1em;
}

.wp-block-table {
    margin-bottom: var(--swl-block-margin, 2em);
    --table-border: 1px solid var(--color_border--table);
}
.column_post .wp-block-table>table tr>:first-child:not(.-no1) {
    max-width: var(--swl-cell1-width, auto);
    min-width: var(--swl-cell1-width, var(--swl-minwidth-cell, 0)) !important;
    width: var(--swl-cell1-width, auto);
}
.column_post .wp-block-table td, .column_post .wp-block-table th {
    background-clip: padding-box;
    border: var(--table-border);
    min-width: var(--swl-minwidth-cell, 0) !important;
    padding: .5em .75em;
    position: relative;
    vertical-align: top;
    z-index: 0;
	background: white;
	font-size: 0.8em;
}
.cap_box[data-colset="col2"] {
    --capbox-color: #1e73be;
    --capbox-color--bg: #ffffff;
}
.cap_box[data-colset="col3"] {
    --capbox-color: #dd3333;
    --capbox-color--bg: #ffffff;
}
blockquote {
    background: var(--color_gray);
    position: relative;
 margin: 10px 5px;
padding: 10px 30px;

}
blockquote::before {
    font-family: Arial, Helvetica, sans-serif;
    top: 4px;
    left: 8px;
}

blockquote::before, blockquote::after {
    content: "\f10d";
font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
        font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    font-size: 1.5em;
    color: rgba(200, 200, 200, .4);
}

blockquote::after {
    transform: rotate(180deg);
    font-family: Arial, Helvetica, sans-serif;
    bottom: 4px;
    right: 8px;
}
blockquote:after, blockquote:before {
    line-height: 1;
    position: absolute;
    z-index: 0;
}

blockquote cite {
    display: block;
    font-size: .5em;
    margin-top: 1em;
    opacity: .8;
}

.is-style-num_circle {
    counter-reset: li;
}
.is-style-num_circle li {
    padding-left: 2em;
}
.post_content li {
    line-height: 1.5;
    margin: .25em 0;
    position: relative;
}
.is-style-num_circle li:before {
    background-color: var(--color_list_num);
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--color_list_num);
    box-sizing: content-box;
    color: #fff;
    content: counter(li);
    counter-increment: li;
    display: block;
    height: 1.8em;
    left: 1px;
    line-height: 1.8;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -.15em;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 1.8em;
}
cite {
    font-style: italic;
}
.is-style-inner>.cap_box_content:before {
    content: "";
    display: block;
    height: 1em;
    visibility: hidden;
    width: 100%;
}
.p-articleThumb__caption, .wp-block-embed>figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-video figcaption {
    color: inherit;
    display: block !important;
    font-size: .5em;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: .75em;
    opacity: .8;
    text-align: center;
}
.column_post .wp-block-table th {
    background-color: #dcdcdc;
	color: black;
	font-size: 0.8em;
	text-align: left;
}
.column_post .post_content th {
    background-color: var(--tbody-th-color--bg, hsla(0, 0%, 59%, .05));
    color: var(--tbody-th-color--txt, inherit);
    font-weight: 700;
}
.column_post thead td, .column_post thead th {
    background-color: var(--thead-color--bg, var(--color_main)) !important;
    color: white !important;
}
.wp-block-table thead {
    border-bottom: none;
}

.has-swl-deep-01-color {
    color: var(--color_deep01) !important;
}

.swl-inline-color {
    --color_link: currentcolor;
}
.is-style-btn_shiny {
    --the-btn-radius: 80px;
}
.blue_ {
    --the-btn-color: #ff8426;
    --the-btn-color2: #35eaff;
    --the-solid-shadow: rgba(191, 99, 29, 1);
}
[class*=is-style-btn_] a {
    background: var(--the-btn-bg);
    border-radius: var(--the-btn-radius, 0);
    display: inline-block;
    letter-spacing: var(--swl-letter_spacing, 1px);
    line-height: 1.5;
    margin: 0;
    /* min-width: var(--the-min-width); */
    padding: 10px 70px;
    position: relative;
    text-decoration: none;
    width: var(--the-width);
}
.mark_orange {
    background: -webkit-linear-gradient(transparent 64%, var(--color_mark_orange) 0%);
    background: linear-gradient(transparent 64%, var(--color_mark_orange) 0%);
}
.swl-marker {
    display: inline;
    padding: 2px;
}

.has-border.-border01 {
    border: var(--border01);
    padding: 20px;
    margin-bottom: var(--swl-block-margin, 2em);
}


.post_content blockquote {
    padding: 1.5em 3em;
}
.post_content blockquote {
    background: var(--color_gray);
    position: relative;
}
.post_content blockquote::before {
    font-family: Arial, Helvetica, sans-serif;
    top: 4px;
    left: 8px;
}
.post_content blockquote::before, .post_content blockquote::after {
    content: "";
    display: inline-block;
    position: absolute;
    font-size: 6em;
    color: rgba(200, 200, 200, .4);
}
.post_content blockquote cite {
    display: block;
    font-size: .8em;
    margin-top: 1em;
    opacity: .8;
}
.post_content blockquote::after {
    transform: rotate(180deg);
    font-family: Arial, Helvetica, sans-serif;
    bottom: 4px;
    right: 8px;
}
.post_content blockquote::before, .post_content blockquote::after {
    content: "\00201c";
    display: inline-block;
    position: absolute;
    font-size: 6em;
    color: rgba(200, 200, 200, .4);
}
.fs_xs, .has-xs-font-size, .u-fz-xs {
    font-size: var(--swl-fz--xs) !important;
}


.wp-block-table td,
.column_post thead td{
    background: #ffffff !important;
    border-color: #b2b2b2 !important;
	color: black !important;
}
.wp-block-table th,
.column_post thead th {
    background: #ebebeb !important;
	border-color: #b2b2b2 !important;
	color: black !important;
}

@media screen and (max-width: 768px) {
    p {
        font-size: 13.5px;
    }
	h1.topic_title {
    font-size: 5vw;
    line-height: 1.4;
    width: 100%;
    font-weight: 700;
}
	p.baloon {
        padding: 110px 10px 20px;
    }

    p.baloon::before {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 70px;
    }

    p.baloon::after {
        top: 85px;
        left: 50%;
        transform: translateX(-50%);
    }
}



:root {
	--color_content_bg: var(--color_bg);
	--color_border--table: #dcdcdc;
    --swl-fz--content: 3.8vw;
    --swl-letter_spacing: .025em;
    --swl-font_family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    --swl-font_weight: 500;
    --color_main: #b6d45d;
    --color_text: #2d2d2d;
    --color_link: #1176d4;
    --color_htag: #9cd5d3;
    --color_bg: #ffffff;
    --color_gradient1: #d8ffff;
    --color_gradient2: #87e7ff;
    --color_main_thin: rgba(228, 255, 116, 0.05);
    --color_main_dark: rgba(137, 159, 70, 1);
    --color_list_check: #6e61a9;
    --color_list_num: #6e61a9;
    --color_list_good: #6e61a9;
    --color_list_triangle: #6e61a9;
    --color_list_bad: #6e61a9;
    --color_faq_q: #d55656;
    --color_faq_a: #6599b7;
    --color_icon_good: #3cd250;
    --color_icon_good_bg: #ecffe9;
    --color_icon_bad: #4b73eb;
    --color_icon_bad_bg: #eafaff;
    --color_icon_info: #f578b4;
    --color_icon_info_bg: #fff0fa;
    --color_icon_announce: #ffa537;
    --color_icon_announce_bg: #fff5f0;
    --color_icon_pen: #7a7a7a;
    --color_icon_pen_bg: #f7f7f7;
    --color_icon_book: #787364;
    --color_icon_book_bg: #f8f6ef;
    --color_icon_point: #ffa639;
    --color_icon_check: #86d67c;
    --color_icon_batsu: #f36060;
    --color_icon_hatena: #5295cc;
    --color_icon_caution: #f7da38;
    --color_icon_memo: #84878a;
    --color_deep01: #e44141;
    --color_deep02: #3d79d5;
    --color_deep03: #63a84d;
    --color_deep04: #f09f4d;
    --color_pale01: #fff2f0;
    --color_pale02: #f3f8fd;
    --color_pale03: #f1f9ee;
    --color_pale04: #fdf9ee;
    --color_mark_blue: #000000;
    --color_mark_green: #000000;
    --color_mark_yellow: #000000;
    --color_mark_orange: #9cd5d3;
    --border01: solid 1px #6e61a9;
    --border02: double 4px #6e61a9;
    --border03: dashed 2px #6e61a9;
    --border04: solid 4px #6e61a9;
    --card_posts_thumb_ratio: 56.25%;
    --list_posts_thumb_ratio: 61.805%;
    --big_posts_thumb_ratio: 56.25%;
    --thumb_posts_thumb_ratio: 61.805%;
    --blogcard_thumb_ratio: 56.25%;
    --color_header_bg: #ffffff;
    --color_header_text: #333;
    --color_footer_bg: #fdfdfd;
    --color_footer_text: #333;
    --container_size: 1200px;
    --article_size: 900px;
    --logo_size_sp: 48px;
    --logo_size_pc: 40px;
    --logo_size_pcfix: 32px;
	--color_border: hsla(0, 0%, 78%, .5);
    --color_gray: hsla(0, 0%, 78%, .15);
    --swl-color_hov_gray: rgba(3, 2, 2, .05);
    --swl-color_shadow: rgba(0, 0, 0, .12);
    --swl-fz--root: 3.6vw;
    --swl-fz--side: var(--swl-fz--root);
    --swl-block-margin: 2em;
    --swl-sidebar_width: 280px;
    --swl-sidebar_margin: 24px;
    --swl-pad_post_content: 0px;
    --swl-pad_container: 4vw;
    --swl-h2-margin--x: -2vw;
    --swl-box_shadow: 0 2px 4px rgba(0, 0, 0, .05), 0 4px 4px -4px rgba(0, 0, 0, .1);
    --swl-img_shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 8px -4px rgba(0, 0, 0, .2);
    --swl-btn_shadow: 0 2px 2px rgba(0, 0, 0, .1), 0 4px 8px -4px rgba(0, 0, 0, .2);
    --swl-text_color--black: #333;
    --swl-text_color--white: #fff;
    --swl-fz--xs: .75em;
    --swl-fz--small: .9em;
    --swl-fz--normal: 1rem;
    --swl-fz--medium: 1.1em;
    --swl-fz--large: 1.25em;
    --swl-fz--huge: 1.6em;
    --swl-list-padding--left: 1.5em;
    --swl-list-padding--has_bg: 1em 1em 1em 1.75em;
}