/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 15 2023 | 09:02:38 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 
.gb-block-profile{
	padding: 0;
	box-sizing: border-box;
	background: #fff !important;
	border: 1px solid #ccc !important;
}
.entry-content .gb-block-profile p{
	margin: 0;
}
.entry-content ul{
	border: 2px solid #e98a69;
    border-radius: 3px;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 1em 1em 2.5em;
    list-style-type: revert;
    box-sizing: border-box;
}

.entry-content ol{
	border: 2px solid #e98a69 !important;
    border-radius: 3px !important;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em 1em;
    box-sizing: border-box;
	counter-reset: number;
}
.entry-content ol li {
    position: relative;
    margin: 10px 0;
	padding-left: 2em;
    -webkit-user-select: text;
    user-select: text;
    overflow-wrap: break-word;
    display: disc;
    text-align: -webkit-match-parent;
}
.entry-content ol li:before{
    border-radius: 50%;
    color: #fff;
    content: counter(number);
    counter-increment: number;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 27px;
    left: 0;
    line-height: 27px;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 27px;
    background-color: #e98a69;
}
.entry-content ul li{
	position: relative;
	margin: 3px 0;
    -webkit-user-select: text;
    user-select: text;
    overflow-wrap: break-word;
    display: list-item;
    text-align: -webkit-match-parent;
}

.entry-content .alignleft,
.entry-content img.alignleft {
  display: inline;
  float: left;
  margin: 0.5em 1.2em 0.5em 0;
}
.entry-content .alignright,
.entry-content img.alignright {
  display: inline;
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

div#ez-toc-container {
  margin: 50px 0;
}
#ez-toc-container{
	float: initial;
	width: 100%;
}
.entry-content div#ez-toc-container {
  padding: 40px;
}
#ez-toc-container ul,
.entry-content #ez-toc-container ol {
  border: none;
}

.entry-content blockquote {
  background: #f2f2f2;
  border: none;
}
.entry-content blockquote p{
	font-size: 15px;
}
.entry-content blockquote a{
	color: #888;
}
.entry-content blockquote:before {
  color: #ccc;
}
.entry-content p {
  margin: 0.8em 0;
}
.wp-block-table table td,.wp-block-table table th {
  padding: 20px 10px;
  border: 1px solid #004e9680;
}
.entry-content .wp-block-image.cta_img_ttl {
  margin-bottom: 0 !important;
}
.entry-content .wp-block-table table tr:nth-child(2n-1) {
  background: #0067960d;
}
.entry-content h2 {
	background-color: #5ba9f7;
  padding: 0.75em 0.65em;
  color: #fff;
  margin: 2.5em 0 1.8em;
  font-size: 1.4em;
  position: relative;
  border: none;
  border-radius: 0;
}
.entry-content h2:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}
.entry-content h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.entry-content h3 {
	margin: 2.6em 0 1.7em;
  padding: 10px 0 10px 10px;
  font-size: 1.2em;
  line-height: 1.5;
  border-bottom: 2px solid #ccc;
  position: relative;
  border-left: none;
}
.entry-content h3:before {
  content: "";
  width: 240px;
  position: absolute;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #5ba9f7;
}
.entry-content h4 {
  border-left: 3px solid #5ba9f7;
  background-color: #fff;
  border-radius: 0;
  font-size: 1.1em;
  padding: 0.45em;
  margin: 2.6em 0 0.7em;
}
.entry-content h2.gb-profile-name {
  background: transparent;
  border: none;
  padding: 0;
}
.entry-content h2.gb-profile-name:before,
.entry-content h2.gb-profile-name:after {
  content: none;
}
.entry-content h2.gb-testimonial-name {
  background: transparent;
  border: none;
  padding: 0;
}
.entry-content h2.gb-testimonial-name:before,
.entry-content h2.gb-testimonial-name:after {
  content: none;
}
.gb-block-profile .gb-profile-text p {
  font-size: 15px !important;
}
.entry-content blockquote {
    margin: 1.5em auto;
    padding: 20px 20px 20px 50px;
    position: relative;
}
.entry-content blockquote::before {
    content: "";
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-size: 25px;
    font-weight: 900;
    left: 15px;
    line-height: 1;
    position: absolute;
    top: 20px;
    vertical-align: middle;
    color: #ccc;
}
.entry-content .wp-block-quote cite {
	margin-top: 10px;
	    display: block;
    white-space: pre-wrap;
    color: #888;
    font-style: italic;
    text-align: left;
}
.entry-content .wp-block-quote cite a{
	color: #888;
}
.w_b_size_M{
	width: 64px !important;
	height: 64px !important;
}
.w_b_bal p{
	font-size: 15px;
}
@media screen and (max-width: 786px){
	.entry-content h2{
		font-size: 1.4em;
	}
}
.bookmark-card{
	flex-direction: row-reverse !important;
}

@media screen and (max-width: 600px){
.is-style-horizontal .bookmark-card__image {
    flex: 0 0 120px !important;
}
	.bookmark-card__description{
		display: none;
	}
	.bookmark-card__title{
		font-size: 14px;
	}
	.gb-block-profile .gb-profile-text{
		text-align: left;
	}
}
#inner-content .sng-box>:last-child, #inner-content .sng-box>:last-child .sgb-heading__inner{
	margin-bottom: 0;
}
.cta_search{
	margin-bottom: 2em;
}
.wp-block-table.is-style-sango-table-responsive table td, .wp-block-table.is-style-sango-table-responsive table th{
	font-size: 16px !important;
	height: 70px;
}
.wp-block-table.is-style-sango-table-responsive table{
	overflow-x: initial;
	display: table;
}
.bookmark-card__image{
	max-width: 200px;
}
.bookmark-card__content{
	flex: 1;
}