@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------------------
 column
---------------------------------------------------------------------- */

.so-panel {
    margin-bottom: 100px!important;
}

.post_content h3 {
  font-size: 32px !important;
  padding: 0.4rem 1.5rem;
  border-left: 7px solid #ccc;
}
.post_content h4 {
  font-size: 24px;
  font-weight: normal;
  padding: 0.4rem 1.5rem;
  border-left: 7px double #ccc;
}

/*--CTA--*/
.button-cta {
  text-align: center;
  margin: 0 0 100px!important;	
}
.button-cta a {
  border-radius: 100vh;
  background: orange;
  padding: 15px 40px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  font-size: 110%;
  line-height: 1.6em;
}
.button-cta a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  font-size: 18px;
  font-weight: 900;
  padding-right: 12px;
  color: #fff !important;
}
.button-cta a:hover {
  background: #352f26;
}
.post_content .button-cta a::after {
  height: 0px; /*--アンダーライン削除--*/
}

/*--LINEギフト--*/
.button-linegift {
  text-align: center;
  margin: 0 0 100px!important;	
}
.button-linegift a {
  	background:url(https://hacooa.pro/corporate/wp-content/uploads/2024/08/banner-linegift.png) no-repeat 0 0;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	width: 400px;
	height: 140px;
	zoom: 85%;
}
.button-linegift:after {
  content: "今すぐギフトを贈りたい人";
  font-size: 18px;
  font-weight: 900;
  display: block;
}
.button-linegift a:hover {
  opacity: 0.6;
	opacity: 60%;
}
.post_content .button-linegift a::after {
  height: 0px; /*--アンダーライン削除--*/
}

/*--口コミ、評判--*/
.post_content blockquote {
  border-radius: 10px;
  border: none;
  background: #e6e4e0;
  padding: 50px 30px 45px;
}
.post_content blockquote strong {
  font-size: 22px;
  font-weight: normal;
}
.post_content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 20px;
  content: "\f10d";
  font-family: 'Font Awesome 5 Free';
  font-style:normal; 
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}
.post_content blockquote:after {
  display: inline-block;
  position: absolute;
  bottom: 12px;
  right: 15px;
  content: "\f10e";
  font-family: 'Font Awesome 5 Free';
  font-style:normal; 
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}
/*--目次--*/
#ez-toc-container {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px 30px 0 20px;
}
#ez-toc-container nav {}
#ez-toc-container p.ez-toc-title {
  font-size: 20px;
  font-weight: normal;
  padding: 0 1.5rem;
  border-left: 7px double #ccc;
}
#ez-toc-container nav ul li {
  border-top: 1px dotted #ccc;
  padding: 10px 0;
  font-size: 100% !important;
  font-weight: bold;
  list-style: none;
}
#ez-toc-container nav ul li ul {
  padding: 10px;
}
#ez-toc-container nav ul li ul li {
  font-size: 100% !important;
  font-weight: normal;
}


/* ----------------------------------------------------------------------
 Responsive
---------------------------------------------------------------------- */

@media screen and (max-width: 480px) {

.post_content h3 {
  font-size: 24px !important;
}
.post_content h4 {
  font-size: 20px;
}
.post_content blockquote strong {
  font-size: 20px;
  font-weight: normal;
}

#ez-toc-container {
  padding: 30px 20px 0 0;
}
#ez-toc-container nav ul li {
  font-size: 100% !important;
}
#ez-toc-container nav ul li ul {
  padding: 10px 0;
}
#ez-toc-container nav ul li ul li {
  font-size: 90% !important;

} 
  
}

