/* カスタム CSS をここに入力してください */

#index_content1 .image .caption{
      background: rgba(255,255,255,0.3);
      position: absolute;
		bottom:0!important;
    left: 38%;
}

h3.widget-title{
position: relative;
padding: 0.5em;
background: #a6d3c8;
color: white;
 margin-bottom:30px;
}

h3.widget-title::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}


.form dt {
  position: relative;
  padding: 10px 20px;
  background: #e0edff;
  margin-bottom:20px;
}

.form dt:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
width: 0;
height: 0;
}

.form dd{
  padding:20px;
}

a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}


ol.cp_clist {
	counter-reset:cp_clist;
	padding: 0.5em;
}
ol.cp_clist li{
	list-style-type:none;
	position:relative;
	display: block;
	line-height: 1.3em;
	padding: 0em 0.3em 0.3em 1.7em;
}
ol.cp_clist li::before {
	position: absolute;
	top: 0.2em;
	left: 0em;
	/* カウントさせる */
	counter-increment: cp_clist;
	content: counter(cp_clist);
	/*装飾*/
	padding: 0 0.2em 0 0.2em;
	background: #4CAF50;
	color:#fff;
	font-weight: bold;
	height: 1.3em;
	width: 1.3em;
	text-align: center;
	border-radius: 50% 1%;
}


h3.simple-b {
  position: relative;
  padding: 0.6em;
  background: #f6bfbc;
  color: white;
}

h3.simple-b:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #f6bfbc;
  width: 0;
  height: 0;
}


h3.simple-a {
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #e8d3c7;
  font-size: 20px;
  color: white;
  margin-left: -33px;
  line-height: 1.3;
  z-index:-1;
}

h3.simple-a:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
}