h2.shuno {
  position: relative;
  padding: .5em .75em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1.2em;
}
h2.shuno::before,
h2.shuno::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	height: 0;
	width: 0;
	border: 10px solid transparent;
}
h2.shuno::before {
	border-top: 15px solid #ccc;
}
h2.shuno::after {
	margin-top: -2px;
	border-top: 15px solid #fff;
}
p.shuno {
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
}
p.shuno span {
	display: block;
	margin-bottom: .2em;
	color: #EA4E31;
	font-size: .9em;
}
.rental {
	width: 48%;
  display: inline-block;
	vertical-align: middle;
	margin: 5px 0px;
	padding: 10px;
}
.rental img {
	max-width: 100%;
}
.rentallayout {
	max-width: 60%;
	margin-bottom: 2em;
}

h3 {
  position: relative;
  background: rgba(234,78,49,0.2);
  padding: 0.25em 0.5em;
  border-left: solid 2em #EA4E31;
  display: inline-block;
  font-size: 1em;
  margin-top: 1em;
}

h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f468";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

h4.bukkengaiyonagai {
  position: relative;
  padding: 0.5em;
  background-color: #f0f0f0;
  font-size: 1.2em;
  line-height: 1em;
  width: 15em;
  text-align: center;
}

h4.bukkengaiyonagai::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #ddd #ddd;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

ul.unyomae {
  margin-left: 1em;
  margin-bottom: 3em;
  margin-top: -1em;
}

.bukkentable dt {
  color: #EA4E31;
}

a.shuno {
  color: #FAA55C;
}

.hirosa {
  display: inline-block;
  text-align: center;
  background: linear-gradient(transparent 60%, rgba(234,78,49,0.2) 60%);
  width: 6em;
  font-size: 1.2em;
  letter-spacing: 0.2em;
}

.nedan {
    display: inline-block;
    text-align: center;
    background: linear-gradient(transparent 60%, rgba(234,78,49,0.2) 60%);
    width: 7.5em;
    font-size: 1.2em;
    letter-spacing: 0.2em;
}

.anytime {
    display: inline-block;
    text-align: center;
    background: linear-gradient(transparent 60%, rgba(234,78,49,0.2) 60%);
    width: 12em;
    font-size: 1.2em;
    letter-spacing: 0.2em;
}

.hudosan {
  background-color: rgba(255, 235, 88, 0.2);
  border: 1px #FFEB58 dashed;
  -moz-box-shadow: 0 0 0 10px rgba(255, 235, 88, 0.2), 1px 1px 4px 3px rgba(255, 235, 88, 0.2);
  -webkit-box-shadow: 0 0 0 10px rgba(255, 235, 88, 0.2), 1px 1px 4px 3px rgba(255, 235, 88, 0.2);
  box-shadow: 0 0 0 10px rgba(255, 235, 88, 0.2), 1px 1px 4px 3px rgba(255, 235, 88, 0.2);
}
