/*********************/
/*  ペットライフのススメ  */
/*********************/

@import url('https://use.fontawesome.com/releases/v5.15.4/css/all.css');

span.badge {margin-right:0.2em; margin-bottom:0.2em;}
span.badge-custom {background-color:#00959B; color:#ffffff; padding:5px 10px;}
span.square {color:#709397;}

img.logo2 {max-width:250px !important;}

.btn-outline-custom {background-color:#ffffff; border-color:#009FB9; color:#009FB9;}
.btn-outline-custom:hover {background-color:#009FB9; color:#ffffff;}
.btn-outline-custom:active {transform: translateY(2px); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);}
.btn-outline-custom:focus {outline: none; box-shadow: 0 0 0 4px rgba(112, 147, 151, 0.2);}

ul.marulist {list-style: none; padding-left: 1em; text-indent:-1em;}
ul.marulist > li:before{content:"●"; color: #256d8b;}

ul.komelist {list-style: none; padding-left: 2.4em; text-indent:-1.4em;}
ul.komelist > li:before{content:"※ ";}

/*-------------
.double-line
--------------*/
.double-line-top {
	display: block;
	border-top: 3px solid #33cccc;
	color: #33cccc;
	padding-top: .5rem;
	text-align: center;
	position: relative;
}
.double-line-top::before {
	content: "";
	display: inline-block;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-bottom: solid 1px #33cccc;
	position: absolute;
	top: -2px;
	left: -2px;
}
.double-line-under {
	display: block;
	border-top: 1px solid #33cccc;
	color: #33cccc;
	padding-top: .5rem;
	text-align: center;
	position: relative;
}
.double-line-under::before {
	content: "";
	display: inline-block;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-bottom: solid 3px #33cccc;
	position: absolute;
	top: -2px;
	left: -2px;
}



.list-none {
  list-style: none;
}
.list-indent-none {
  list-style: none;
  text-indent:-1.5em;
}
.text-color-brown {
	color: #9b684d;
}
.bg-green {
	background-color: #B0DED8;
	color: #000;
}
img.image80 {
	width: 80%;
	margin: 0 auto;	
}
.position-parent {
	position: relative;	
}
.position-chid {
	position: absolute;
	top: 5px;
	right: 5%;
	width: 25%;
}
.marker-green {
    display: inline;
    padding: 0 4px 2px 4px;
	background: linear-gradient(transparent 30%, #e0ffff 0%);
}
.link-style-none {
	text-decoration: none !important;
	color: #000 !important;
	font-size: 0.9rem !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}


@media (max-width: 768px) {
	img.logo2 {
	  max-width: 220px !important;
	}
	img.photo80 {
	  width: 80%;
	  display: block;
	  margin: 0 auto;
	}
	img.photo70 {
	  width: 70%;
	  display: block;
	  margin: 0 auto;
	}
	img.photo110 {
	  width: 110%;
	  display: block;
	  margin: 0 auto;
	}

	.position-parent {
		position: relative;	
	}
	.position-chid {
		position: absolute;
		top: 10px;
		right: 5%;
		width: 50%;
	}

}
