@charset "utf-8";
#own {
	padding-bottom: 40px;
}
.check-list li{
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	background-size: auto 20px;
	margin-bottom: 10px;
	padding-left: 28px
}
.check-list2 {
	margin-bottom: 40px
}
.check-list2 dt{
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: left 0.1em;
	background-size: auto 20px;
	margin-bottom: 10px;
	padding-left: 28px;
	font-weight: normal;
	font-size: 18px;
	color: #96c62b;
}
.check-list2 dd{
	margin-bottom: 20px;
}
.check-list3-box {
	background-color: #F4F4F4;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.check-list3 li{
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	background-size: auto 20px;
	margin-bottom: 10px;
	padding-left: 28px
}
#teaping dt{
	color: #90c31f;
	font-size: 18px;
	font-weight: normal;
}
#teaping dd{
	margin-bottom: 20px;
}
#teaping dd:last-child{
	margin-bottom: 0px;
}
.flow {
	background-image: url(../images/flow-arrow.png);
	background-repeat: no-repeat;
	background-size: auto 40px;
	background-position: center bottom;
	padding-bottom: 55px;
	margin-bottom: 20px;
}
.contents-box {
	padding-left: 15px;
	padding-right: 15px;
	width: 800px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.panel-default dl {
	padding:1em 1em 0 1em;
}
.panel-default dl dd {
	padding-bottom:1em;
}
.panel-default dl dt {
	color:#90c31f;
	margin-bottom:10px
}
.panel-title {
	text-align:center;
	font-size: 22px;
}
.label-success {
	color: #FFFFFF;
	padding: 0.1em 0.5em;
	border-radius: 3px;
	background-color: #90C31F
}



/*************
/* ここからSP用
*************/
@media screen and (max-width: 767px) {
.scroll {
	overflow: auto;
	white-space: nowrap;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.scroll::-webkit-scrollbar {
 height: 5px;
}
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.google-maps {
	height: 300px;
}
#photo-list li {
	margin-bottom: 20px
}
.pull-left, .pull-right {
 	float: none!important;
}
}





/*************
/* ここからPC用
*************/
@media print, screen and (min-width: 768px) {
	.image {
		width: 270px;
	}
#own {
	padding-bottom: 110px;
	text-align: center;
}
.check-list2 {
	margin-bottom: 110px
}
.check-list2 dt{
	background-size: auto 25px;
	margin-bottom: 10px;
	padding-left: 35px;
	font-size: 22px;
}
.check-list3-box {
	padding-top: 30px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.check-list3{
	background-size: auto 25px;
	margin-bottom: 10px;
	padding-left: 35px;
}
.container-small {
	width: 800px;
	max-width: 100%;
}
.pull-left {
	width: 270px;
	margin: 0 15px 15px 0;
}
.flow {
	background-size: auto 70px;
	background-position: center bottom;
	padding-bottom: 100px;
	margin-bottom: 30px;
}
	.pull-left {
		margin-right: 15px;
		margin-bottom: 5px
	}
	.pull-right {
		margin-left: 15px;
		margin-bottom: 5px
	}
}
