/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.0.0
*/

/* 業務用エアコン工事について */

.entry-content .batiki_txt {
	text-align: center;
}

.entry-content .batiki_txt p {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 1em;
	margin-top: 1em;
	background: linear-gradient(transparent 70%, #ffa41b 70%);
	line-height: 1.4 !important;
	font-size: 26px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.entry-content .batiki_txt p {
		font-size: 16px;
		margin-bottom: 0;
		padding: 3% !important;
		background: none;
		border: dashed 2px #ffa41b;
		border-radius: 7px;
	}
}
/*
@media screen and (max-width: 768px) {
.entry-content .page_map_box_sp {
	margin: 0 0 1.42857em 0;
}
.entry-content .page_map_box_sp li {
	list-style-type: none;
}

.entry-content .page_map_box_sp .page_map_list {
	margin: 0 10px;
	letter-spacing: -.4em;
}

.entry-content .page_map_box_sp .page_map_list li {
	position: relative;
	display: inline-block;
	width: 25%;
	padding-left: 15px;
	letter-spacing: normal;
}
.entry-content .page_map_box_sp .page_map_list li::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #5bc0de;
  border-right: solid 2px #5bc0de;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

}
*/





/* 初めての方へ */
/*
@media screen and (max-width: 768px) {
#main #content .beginner-choose-shape .cat-list {
	display: block;
	padding: 15px 5%;
	margin: 0 auto; 
	background-color: #fff;
}
}
*/