/*  @import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600'); */
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@700&family=Noto+Sans+JP:wght@400;600&display=swap');
@import url('https://use.fontawesome.com/releases/v5.8.2/css/all.css');


/*
 Theme Name:   Edge Child
 Theme URI:    
 Description:  Edge Child Theme
 Author:       beck
 Author URI:   
 Template:     edge
 Version:      1.0.0
 License:      
 License URI:  
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  
*/

.page-header {
	padding: 10px 0 30px;
	position: relative;
	overflow: hidden;
}

.small-text{
	font-size:0.9em;
}

.entry-meta .posted-on,
.entry-meta .updated-on,
.entry-meta .posted-updated-data-separator {
    font-style: italic;
	font-size: 0.95em;
	margin-right: 0;
}
body.wp-singular .entry-meta .updated-on{
	font-weight: bold;
}
.entry-meta .posted-updated-data-separator {
    margin: 0 0.5em;
}

.entry-meta span.posted-on:hover,
.entry-meta span.updated-on:hover,
.entry-meta span.posted-on span:hover,
.entry-meta span.updated-on span:hover,
.entry-meta .posted-updated-data-separator:hover {
	color:currentColor;
}

.e-book-download {
	width: max-content;
	border-radius: 100px;
	font-weight: bold;
	background-color: #fe6f49;
	margin: 0 auto;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.05));
}
.e-book-download:hover {
	transform: scale(1.02);
	transition: 0.3s ease;
}

.e-book-download a {
	display:block;
	padding: 0.5em 2em;
	user-select: none;
	text-decoration: none !important;
	color: #FFF !important;
	font-size:1.1rem;
}

.e-book-download a:hover {
	color: #FFF !important;
}

.e-book-download-info {
	font-size: 0.8rem;
	width: fit-content;
	margin: 0 auto;
	margin-top: 1rem;
}


aside form.search-form {
	display: grid;
	grid-template-columns: 0.9fr 0.1fr;
	justify-content: center;
}

.cta-centering .hs-cta-embed {
	margin: 0 auto;
}

#custom_html-7 h2.widget-title {
  background-color: #a74424;
}


#custom_html-7 .widget-title:after {
  border-top-color: #a74424 !important;
}

#custom_html-7 input[type="submit"] {
	margin: 0 auto;
	padding: 0.3em 1.5em;
}

#custom_html-7 input[type="submit"]:hover {
    background-color: #a74424;
}

.ebook_image_column{
	gap: 3em !important;
}
.ebook_image_column img {
	border: 1px solid #d3d3d3;
}

.ebook_form_block{
	border: 1px solid #d3d3d3;
	padding: 2em;
	border-radius: 10px;
}
/* .ebook_column_under_line{
	border-bottom: 1px solid #d3d3d3;
} */

.ebook_media_text {
	border: 1px solid #d3d3d3;
	border-radius: 6px;
	padding: 1rem;
	background-color: #fffbf7 !important;
}
.ebook_media_text > figure {
	border: 1px solid #0092c3;
	user-select:none;
/* 	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3)); */
	filter:drop-shadow(2px 2px 3px rgba(141,127,113,0.5))
}
.ebook_media_text > .wp-block-media-text__content  a{
	color:currentcolor;
	text-decoration:none;
	font-weight: bold;
	font-size:1.05rem;
	user-select: none;
}

.link_text_nodeco a{
	text-decoration:none !important;
	transition: 0.3s;
}
.link_text_nodeco a:hover{
	scale: 1.02 !important;
}


div#hs-eu-cookie-confirmation{
    background:rgba(0,0,0,0.8) !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
    background: none !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
    color:#FFF !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area{
    justify-content:center !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    color: #333 !important;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    box-shadow: none !important;
    border-top: none !important;
}


.promonational-area {
    margin-top: 70px;
}

div#breadcrumb {
    margin: 70px 0 0;
}

@media screen and (max-width:1023px){
		div#breadcrumb {
			max-width: 708px;
			margin: 70px auto 0;
		}
}
@media screen and (max-width:767px){
		div#breadcrumb {
			max-width: 708px;
			margin: 30px auto 0;
		}
		#content{
			padding-top:20px !important;
		}
		.page-title{
			font-size:1.2rem;
		}
}
@media screen and (max-width:480px){
		div#breadcrumb {
			max-width:350px;
		}
		.lkc-title-text {
			font-size: 14px !important;
			line-height: 1.5;
		}
}


div#breadcrumb ul {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.3rem 0.2rem 1rem 0.2rem;
    font-size: 0.9rem;
}

div#breadcrumb ul li:not(:last-child) {
    white-space: nowrap;
}

#content {
    padding: 15px 0 30px;
}


.wp-block-media-text__content p{
    border-right: none;
    display: inline;
    float: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    text-align: inherit;
}

span.tag-links {
    display: none;
}


.hs-input {
    background-color: #fafafa !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}


.attachment-250x99.aligncenter {
	border: 1px solid #13376d7d;
	border-radius: 15px;
	padding: 10px;
	transition: 0.5s;
}

.attachment-250x99.aligncenter:hover {
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	border: 1px solid #13376d59;
	transform: scale(1.01);	
}


#secondary .widget-title {
    color: #FFF !important;
}

.wp-block-image img {
  border-radius: 10px !important;
}

.wp-block-image figcaption{
	text-align:left;
	padding:0 2em;
	color: #807373;
	font-size: 0.9em;
}

.banner_hv:hover{
	opacity:0.8;
}

.outlink{
	font-weight:bold;
	color:#35a6d3;
	text-decoration:underline;
	cursor:pointer;
	margin: 0 0.2em 0 0.2em;
}

.outlink i{
	margin-right:0.2em;
}

.entry-content a{ 
	color:#35a6d3;
	text-decoration:underline;
}

.entry-content a:hover, .outlink:hover{
	color:#33bad4;
}


.linkcard {
/*     margin: 10px; */
}

.lkc-external-wrap{
	background-color:#FFF !important;
}

.linkcard .entry-content a,
.linkcard a{
	text-decoration:none !important;
}

.lkc-title-text {
	font-size: 18px;
    padding-left: 5px;
	text-decoration:none !important;
}

.lkc-content{
	height: auto !important;
}

.lkc-thumbnail {
  display: flex;
  float: left;
  width: 152px;
  margin: 0 1em 0 0;
  border: 1px solid #eaeaea;
}

.lkc-title{
	margin-bottom:0.5em;
}
.lkc-excerpt {
    padding: 2px 0 0 5px;
	text-decoration:none !important;
	line-height: 1.5;
}

.lkc-info {
    padding: 0.8em 0 0.2em 0;
}

.lkc-favicon {
  height: auto !important;
  width: auto !important;
}

.lkc-domain{
	line-height: 1.8 !important;
}

.go-to-top {
	position: fixed;
	bottom: 20px;
	left: 10px;
	z-index: 999;
}

body {
  padding-left:5px;
  padding-right:5px;
}

body, button, input, select, textarea {
  color: #333;
  font: 400 14px/1.8 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

.entry-title, .entry-title a {
	color: #333;
	letter-spacing: 0.02em;
	line-height: 1.5;
	font-size:23px;
}

.entry-content {
  letter-spacing: 0.06em;
}

.promonational-overlay h4 {
	color:#4d4d4d;
}

.slider-buttons .btn-default {
    border: 1px solid #fff !important;
    color: #fff !important;
}

.container {
	max-width: 1300px !important;
}

.slider-buttons .btn-default:hover {
	background-color: rgba(200, 200, 200, 0.3);
	border: 1px solid #C69f70; 
	color: #fff;
}


#site-branding {
	width: 40% !important;
	padding: 20px 0 !important;
}

#site-title {
/* 	font-family: 'Noto Serif JP', sans-serif !important; */
	font-family: 'Kaisei Opti', serif !important;
	font-size: 32px !important;
	font-weight: 600 !important;
	line-height: 1.5em !important;
	padding: 0 0 0.1em 0 !important;
}

h3.nav-site-title {
  font-family: 'Kaisei Opti', serif;
  font-weight: 700;
}

h3.nav-site-title a {
    color: #333;
}

#site-description
{
	letter-spacing: 0.25em !important;
}


@media only screen and (max-width: 1024px)
{
	.container 
	{
	max-width: 970px !important;
	}
}

@media only screen and (max-width: 767px)
{
	
	.container {
		width: 708px !important;
	}

}

@media only screen and (max-width: 480px)
{
	.container 
	{
	width: 350px !important;
	}
	
	#site-branding 
	{
	max-width: 350px !important;
	padding: 20px 0 !important;
	width: 100% !important;
	}
	
	#site-title 
	{
	font-size: 28px !important;
	font-weight: bold !important;
	line-height: 1.3em !important;
	padding: 0 0 0.2em 0 !important;
	}
	#site-description
	{
		letter-spacing: 0.2em !important;
	}
}


p.clear{
	clear:both;
	margin:0;
}


.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"],
.wpcf7 input[name="company-name"],
.wpcf7 input[name="representative"],
.wpcf7 input[name="your-capital"],
.wpcf7 input[name="your-establishment"],
.wpcf7 input[name="tel-702"],
.wpcf7 input[name="fax-445"],
.wpcf7 input[name="email-156"],
.wpcf7 input[name="first-order"],
.wpcf7 input[name="badge-size"],
.wpcf7 input[name="url-662"] {
        width: 100%;
		max-width:900px;
        height: 35px !important;
}
.wpcf7 input[name="street-address"]{
	width:60%;
	height:35px !important;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="password"],
textarea {
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	border-radius: 5px;
	width: auto;
	margin-bottom: 20px;
	background-color: #fafafa;
}

.entry-content li {
    margin-bottom: 1em;
}

.entry-content h2 {
	border-left: 5px solid #00779e;
	padding: 0 0 0 10px ;
	margin-bottom:20px;
	line-height: 1.5;
	font-size: 20px;
	background-color: #fff;
	font-weight:bold;
}

.entry-content h2.conclusion-title-highlight{
	border: none;
	padding: 0;
}
.entry-content h2.conclusion-title-highlight strong{
	border: none;
	padding: 0;
	display: inline;
	padding-left: 0.05rem;
	padding-right: 0.05rem;
	background: linear-gradient(to bottom, transparent 38%, #FF0 38%, #FF0 63%, transparent 63%);
	padding-bottom: 0.8em !important;
}




.entry-content h3 {
  position: relative;
  padding: 0 .5em 1px 1.3em;
  border-bottom: 3px solid #00779e;
  font-size: 20px;
  margin-bottom:15px;
  font-weight:bold;
}
.entry-content h3::after {
  position: absolute;
  top: 12px;
  left: 0.3em;
  z-index: 2;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #00779e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


h3.wp-block-heading.h3-small-title {
	padding: initial;
	border-bottom: initial;
	font-size: 1.05rem;
	margin-bottom: 0.5rem;
	font-weight: bold;
}
h3.wp-block-heading.h3-small-title::after {
	position:static;
	content:none;
}

h3.h3-small-title.bg-box{
    font-size:1em;
    border-radius: 50px;
    display: inline-block;
	line-height:1.8;
    padding: 0.1em 1.2em !important;
	margin-bottom: 1rem;
}

h4.wp-block-heading.h4-small-title {
	padding: initial;
	border-bottom: 1px solid currentColor !important;
	font-size: 1rem;
	margin-bottom: 0.5rem;
	font-weight: bold;
}
h4.wp-block-heading.h4-small-title.h4-indent{
	margin-left: 0.5em;
}


.wp-block-table.table-indent{
	margin-left:0.5rem;
	margin-right:0.5rem;
}

.title-inner-bg-round {
  border-radius:50px;
  color: #FFF;
  line-height: 1.8;
  padding:0 0.8em;
  margin-right: 0.5em;
  min-width: 5rem;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
}


.entry-content h2.left-line-orange{
/*     border-left: 5px solid #ff9c44; */
	border-left: 5px solid #ff973b;
}
.entry-content h2.left-line-brown{
    border-left: 5px solid #c48066;
}
.entry-content h2.left-line-bluegreen{
	border-left: 5px solid #56bdaa;
}
.entry-content h2.left-line-lightblue{
    border-left: 5px solid #66a1c4;
}
.entry-content h2.left-line-red{
    border-left: 5px solid #c85555;
}
.entry-content h2.left-line-purple{
    border-left: 5px solid #6679c4;
}
.entry-content h2.left-line-gray{
    border-left: 5px solid #a6a8ac;
}
.entry-content h2.left-line-dullgray{
    border-left: 5px solid #9d9696;
}

.bg-box.bg-color-default,
.title-inner-bg-round.bg-color-default{
	background-color: #00779e;
  	color: #FFF;
}
.bg-box.bg-color-orange,
.title-inner-bg-round.bg-color-orange{
/* 	background-color: #ffab29; */
	background-color: #ff973b;
  	color: #FFF;
}
.bg-box.bg-color-brown,
.title-inner-bg-round.bg-color-brown{
	background-color: #c48066;
  	color: #FFF;
}
.bg-box.bg-color-bluegreen,
.title-inner-bg-round.bg-color-bluegreen{
	background-color: #56bdaa;
  	color: #FFF;
}
.bg-box.bg-color-lightblue,
.title-inner-bg-round.bg-color-lightblue{
	background-color: #66a1c4;
  	color: #FFF;
}
.bg-box.bg-color-red,
.title-inner-bg-round.bg-color-red{
	background-color: #c85555;
  	color: #FFF;
}
.bg-box.bg-color-purple,
.title-inner-bg-round.bg-color-purple{
    background-color: #6679c4;
	color: #FFF;
}
.bg-box.bg-color-gray,
.title-inner-bg-round.bg-color-gray{
    background-color: #a6a8ac;
	color: #FFF;
}
.bg-box.bg-color-dullgray,
.title-inner-bg-round.bg-color-dullgray{
    background-color: #9d9696;
	color: #FFF;
}
	
p.p-underline-title {
  display: inline-block;
  margin: 0 0.5em 15px 0.5em;
  line-height: 1.7;
  font-size: 1em;
  border-bottom: 2px solid currentColor;
}

p.p-box-indent{
    padding: 0 0.5em;
}
p.p-box-indent-double{
    padding: 0 1em;
}

p.p-small-title {
	border: 1px solid currentColor;
	display: inline-block;
	margin: 0 0.5em 20px 0.5em;
	line-height: 1.7;
	padding: 0.3em 0.4em;
	font-size: 0.97em;
	border-radius: 4px;
}
p.link-box-orange{
	border: 2px solid #ff8124;
	text-align: center;
	padding: 0.5em 0.5em;
	color: currentColor;
	font-weight: bold;
	margin: 2em 0.5em 3em 0.5em;
}
@supports (selector(:has(*))) {
  p.link-box-orange {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  p.link-box-orange:not(:has(+ p.link-box-orange)) {
    margin-bottom: 3em;
  }
}

p.link-box-orange a{
	color:#ff8124;
	user-select:none;
	text-decoration-line: none;
}
p.link-box-orange a:hover {
  color: #ff4c06;
}

.entry-content li.li-spacer > strong{
	display:inline-block;
	margin-bottom:0.5rem;
}

.wp-block-group__inner-container h3.wp-block-heading.h3-small-title ~ p {
    padding-left: 0.1rem;
}


.wp-block-group__inner-container h3.wp-block-heading.h3-small-title ~ ul {
    margin-left: 1.5rem;
    list-style-type: circle !important;
}

.wp-block-group__inner-container h3.wp-block-heading.h3-small-title ~ ul li {
	margin-bottom:1.5rem;
}


.entry-content h4 {
  display:inline-block;
  position: relative;
  padding: 0 .5em 0em 0em;
  border-bottom: 2px solid currentColor;
  font-size: 18px;
  margin-bottom:12px;
  font-weight:bold;
}

.entry-content h5 {
  display:inline-block;
  position: relative;
  padding: 0 .5em 0em 0em;
  font-size: 17px;
  margin-bottom:3px;
  font-weight:bold;
}


.midashi_04{
  position:relative;
  font-size:1.35em;
  line-height:1.0em;
  margin-bottom:1.5em;
}
.midashi_04::before{
  position:absolute;
  top:0.2em;
  left:0;
  content:'◇';
}

.entry-content .midashi_04 h4 {

  padding:0 0 0 1.1em;
  font-size: 1em;
  line-height: 1.3em;
  font-weight:bold;
}
.entry-content .midashi_04 h4::before,
.entry-content .midashi_04 h4::after {
  position: absolute;
  bottom: -0.5em;
  left: 0;
  content: '';
  height: 4px;

}


.entry-content .midashi_04 h4::before {
  z-index: 2;
  width: 17%;
  background-color: #44617b;
}
.entry-content .midashi_04 h4::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}



.midashi_05{
  margin-bottom:2em;
}

.entry-content .midashi_05 h4 {
  font-size:1.3em;
  color:#333;
  font-weight:bold;
  position: relative;
  padding: 0.6em;
  background: #ffeed5;
  border-radius:10px;
-webkit-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
-moz-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
-ms-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}

.entry-content .midashi_05 h4::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffeed5;
  width: 0;
  height: 0;

}

.qt_style{
	background-color:#f5f5f5;
	padding:20px; 
	margin:10px; 
	border-radius:10px;
}


/* All HubSpot Forms
   ========================================================================== */

/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {

}

/* Descriptions (targets class applied to Help Text divs) */
.hs-form .hs-field-desc {}

/* Labels (selects field labels and error messages) */
.hs-form label {
  font-size:1em;
}
.hs-form .hs-form-field > label {}

/* Inputs (selectors for all inputs)  */
.hs-form input[type="text"],
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {

  width: 95%;
  display: block;
  margin: 0 0.8em 0.8em 0em;
  padding:0.8em;
  border-radius:5px;
  border: none;
  font-size: 1em;
  background: #fff;
  color: #333333;
  border:1px solid #333;

}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {}

/* Multi-line inputs (selectors to target multi-line fields */
.hs-form textarea {}
.hs-form textarea:focus {}

/* Dropdowns (selectors for dropdowns) */
.hs-form select {


}
.hs-form select:focus {
  


}

/* Multi-select (selectors for multi-select fields) */
.hs-form form.hs-form .hs-form-field ul.inputs-list {


}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs-form input[type="radio"] {}
.hs-form input[type="checkbox"] {}

/* Required (selectors for fields, when they do not pass validation) */
.hs-form input:focus:required:invalid, 
.hs-form textarea:focus:required:invalid, 
.hs-form select:focus:required:invalid {


}

.hs-form input:focus:required:invalid:focus, 
.hs-form textarea:focus:required:invalid:focus, 
.hs-form select:focus:required:invalid:focus {}

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs label{
  font-size:1em;
  color:#ff7f50;
}
.hs-form .hs-error-msgs li{
  padding-left:0.5em;
  margin:-0.8em 0 1em 0;
}

/* Placeholder Text (styles the placeholder attribute text) */
::-webkit-input-placeholder { /* Webkit Browsers */}
:-moz-placeholder { /* Firefox 18- */}
::-moz-placeholder { /* Firefox 19+ */}
:-ms-input-placeholder { /* IE10 */}

/* Multi Column Form (selectors for fieldsets and field wrappers) 
   ========================================================================== */

.hs-form .hs-form fieldset.form-columns-1 {}
.hs-form .hs-form fieldset.form-columns-1 .hs-form-field {}

.hs-form .hs-form fieldset.form-columns-2 {}
.hs-form .hs-form fieldset.form-columns-2 .hs-form-field {}

.hs-form .hs-form fieldset.form-columns-3 {}
.hs-form .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  font-size:1.1em;
  padding:0.7em 1.5em 0.7em 1.5em;
  border-radius:5px;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}




/** e-book download banner pattern style */

.e-book-download-banner-wrap{
	background-color: #f5f5f5;
	padding: 0.5em;
	gap:0;
	border: 1px solid #e9e9e9;
}

.e-book-download-banner-wrap .e-book-thumbnails {
	all: initial;
	position: relative;
}
@media screen and (max-width: 782px) {
	.e-book-download-banner-wrap .e-book-thumbnails{
		min-height: 190px;
		padding: 0.5em 0;
	}
	.e-book-catchphrase{
		font-size: 0.85rem !important;
	}
}

.e-book-download-banner-wrap .e-book-thumbnails > figure{
	all: initial;
}

.e-book-download-banner-wrap .e-book-thumbnails > figure > figure{
	all: initial;
	position: absolute !important;
	width: 100% !important;
	max-width: 190px !important;
	filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.3)) !important;

}

.e-book-download-banner-wrap .e-book-thumbnails > figure > figure:nth-child(1){
	all: initial;
	top: 60%;
	left: 40%;
	z-index: 10;
	transform: translate(-50%, -50%);
}
.e-book-download-banner-wrap .e-book-thumbnails > figure > figure:nth-child(2){
	all: initial;
	top: 40%;
	left: 60%;
	z-index: 5;
	transform: translate(-50%, -50%);
}

.e-book-download-banner-wrap .e-book-thumbnails img{
	all: initial;
	border-radius: initial !important;
	width: 100% !important;
	height: auto !important;
}

.post:first-child .entry-content .e-book-catchphrase > p:first-child::first-letter {
	all: initial;
	font-weight: inherit;
}

.e-book-catchphrase{
	all: initial;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.3em;
	padding: 1rem 0;
}
.e-book-catchphrase > p{
	all: initial;
	font-weight: bold;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.05)) !important;
}

.e-book-catchphrase > p:nth-child(2){
	font-size: 1em;
}
.e-book-catchphrase > p:nth-child(2){
	font-size: 1.4em;
}
.e-book-catchphrase > p:nth-child(3){
	font-size: 1.15em;
}
.color-deep-teal{
	color: #2E8B8B !important;
}
.color-deep-gold{
	color: #B8860B !important;
}
.color-deep-orange{
	color: #D2691E !important;
}
.color-red{
	color: #f44444 !important;
}
.color-dark-navy{
	color: #2C3E50 !important;
}

.text-centering{
	text-align:center !important;
}

.e-book-catchphrase .e-book-download-button-wrap{
	margin-top: 0.5em;
}
.e-book-catchphrase .e-book-download-button{
	all: initial;
	background-color: #f44444;
	color: #fff;
	padding: 0.5em 1.7em;
	border-radius: 100px;
	transition: 0.2s ease;
	text-align: center;
	cursor: pointer;
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1)) !important;
}

.e-book-catchphrase .e-book-download-button:hover{
	background-color: #ff4444;
	scale: 1.02;
}


.e-book-catchphrase .e-book-download-button a{
	all: initial;
	font-weight: bold;
	color: #fff;
	font-size: 0.9em;
	cursor: pointer;
}


.semi-margin-bottom{
	margin-bottom:0.5em;
}
.entry-content ul.semi-margin-list{
	margin-bottom:0.5em;
}
.entry-content ul.semi-margin-list li {
	margin-bottom: 0.5em !important;
}
.entry-content ul.sesqui-margin-list li{
	margin-bottom: 1.5em !important;
}
.entry-content ul.bi-margin-list li{
	margin-bottom: 2em !important;
}
.entry-content ul.list-marker-none,
.entry-content ul.list-marker-none > li{
	list-style-type:none;
}
.entry-content ul.list-marker-disc,
.entry-content ul.list-marker-disc > li{
	list-style-type:disc;
}
.entry-content ul.list-marker-square,
.entry-content ul.list-marker-square > li{
	list-style-type:square;
}
.entry-content ul.list-marker-circle,
.entry-content ul.list-marker-circle > li{
	list-style-type:circle;
}

.under-line{
	position:relative;
}
.under-line:after{
	position:absolute;
}

.media-padding-0-5rem{
	padding:0.5rem;
}

.hs_recaptcha, .hs-recaptcha {
    justify-content: center;
    display: grid;
    scale: 0.8;
    margin-bottom: 0.5rem;
}

.hs_recaptcha .grecaptcha-badge,
.hs-recaptcha .grecaptcha-badge{
    box-shadow: none !important;
    outline: 1px solid #e1e1e1;
}