@charset "utf-8";
/* CSS Document */

h1#adpH1,
h2#adpH2{
	background-image: url(../img/title_gide_01.gif);
	float: left;
	height: 33px;
	width: 620px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
h2.txt_adoption,
h3{
	background-image: url(../img/title_gide_02.gif);
	float: left;
	height: 24px;
	width: 620px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	clear: left;
}
ul.adpImg01{
	padding: 0px;
	clear: left;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.adpImg01 li{
	text-indent: -8765px;
	height: 49px;
	width: 650px;
	list-style-type: none;
	clear: left;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
li.adpImg01List1{
	background-image: url(../img/img_adption_01v2.gif);
	background-repeat: no-repeat;
}
li.adpImg01List2{
	background-image: url(../img/img_adption_02v2.gif);
	background-repeat: no-repeat;
}
li.adpImg01List3{
	background-image: url(../img/img_adption_03v2.gif);
	background-repeat: no-repeat;
}
li.adpImg01List4{
	background-image: url(../img/img_adption_04v2.gif);
	background-repeat: no-repeat;
}
li.adpImg01List5{
	background-image: url(../img/img_adption_05v2.gif);
	background-repeat: no-repeat;
}
.adpTokutyo{
	padding: 0px;
	clear: left;
	float: left;
	width: 650px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.adpTokutyoLeft{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 442px;
}
.adpTokutyoLeft dl{
	clear: left;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 432px;
}
.adpTokutyoLeft dt{
	width: 432px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFAD00;
	font-size: 14px;
	font-weight: bold;
	clear: left;
}
.adpTokutyoLeft dd{
	clear: right;
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.adpTokutyoRight{
	margin: 0px;
	float: right;
	width: 208px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.adpNagare{
	clear: left;
	float: left;
	margin: 10px;
}
.btContact{
	text-align: center;
	width: 650px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff3df;
	margin-top: 30px;
}

.wrap-btn {
	text-align: center;
	margin-top: 30px;
}
.btn-popup {
	background-image:linear-gradient(to bottom,#ff65af,#ff61ac,#ff5daa,#fe58a7,#fe54a4,#fe50a1,#fd4c9f,#fd489c,#fd4399,#fd3e96,#fc3892,#fc328f);
	border: none;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	border-radius: 2px;
}
.btn-popup:hover {
	cursor: pointer;
}
body {
	position: relative;
}
.backdrop {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:  #f0f0f0;
	opacity: 0.7;
	z-index: 999;
	display: none;
}
.wrap-popup {
	position: fixed;
	top: calc((100% - 300px)/2);
	left: calc((100% - 800px)/2);
	width: 550px;
	height: 300px;
	font-weight: bold;
	background: #fff;
	z-index: 1000;
	display: none;
}
.wrap-popup .title {
	background-image:linear-gradient(to bottom,#ff65af,#ff61ac,#ff5daa,#fe58a7,#fe54a4,#fe50a1,#fd4c9f,#fd489c,#fd4399,#fd3e96,#fc3892,#fc328f);
	padding: 8px 10px;
	font-size: 1.2rem;
	color: #fff;
}
.wrap-popup .wrap-link {
	text-align: center;
	margin-top: 55px;
}
.wrap-popup a {
	text-decoration: none;
	background-image: linear-gradient(to bottom, #33aadd, #33aadd, #33aadd, #33aadd, #33aadd, #32a9dd, #30a7dc, #2fa6dc, #2da3db, #2c9fda, #2b9cd8, #2b98d7);
	color: #fff;
	font-size: 1.1rem;
	padding: 12px 25px;
	border-radius: 5px;
}
.wrap-popup .close {
	position: absolute;
	top: -12px;
	right: -12px;
	background: #fff;
	height: 30px;
	width: 30px;
	border: 1px solid #000000;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrap-popup .close:hover {
	cursor: pointer;
}
.show {
	display: block !important;
}

.text-recommend {
	margin-top: 30px;
}