/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.is-style-vk-group-solid-roundcorner {
	border-color: #ed1e79;
}

.single-post .elementor-element h2.wp-block-heading {
	margin: 80px 0 40px;
    padding: 10px 0 10px 15px;
    background-color: #f4a8b8;
    border-radius: 5px;
	color: var(--e-global-color-cf1d84e);
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2em;
}

.single-post .elementor-element h3.wp-block-heading {
	display: flex;
    flex-direction: column;
	padding-left: 20px;
	border-left: solid 3px #e8608c;
	font-size: 20px;
	color: #000;
	margin: 40px 0;
	font-weight: 600;
}

.single-post .elementor-element h3.wp-block-heading::after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc; /* 下部の1pxボーダー */
    margin-top: 5px; /* ボーダーとの余白 */
}


.single-post .elementor-element .wp-block-image {
	margin-bottom: 20px;
}

.single-post th,
.single-post td {
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  padding: 15px;
}

.single-post table th,
.yokoth table td:first-child {
  background-color: var(--e-global-color-d7e16d0);
  font-weight: 600;
  color: #fff;
}

.single-post thead {
	border-bottom: 1px;
}

.single-post table thead:first-child tr:first-child th {
  border-block-start: 1px solid hsla(0, 0%, 50.2%, 0.5);
}

.single-post table tr:nth-child(even){
	background: #e6e6e6;
}
