@CHARSET "UTF-8";
.box1 {
	border: 2px solid #205289;
	width: 100%;
	padding: 25px 25px 0px 0px;
	margin-bottom: 80px;
}
.property_name {
	background-color: #205289;
	color: #FFFFFF;
	padding: 0.6em;
	font-size: 1.25em;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	font-weight: bold;
}
.point1 {
	display: block;
	width: 27%;
	min-width: 27%;
	margin-top: 8px;
	margin-right: 2.5%;
	margin-left: 0;
}
.heading1 {
	display: block;
	width: 68%;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}
.box_map {
	padding: 4%;
	border: 1px solid #B3B2B2;
 }
.col-original1 {
	width: 30%;
	margin: 0 1.6%;
}
.col-original2 {
	width: 30%;
	margin: 0 1.6%;
}
.col-original3 {
	width: 30%;
	margin: 0 1.6%;
}

.box2 {
	padding-left: 25px;
}
.textred_l {
	color: #D70003;
	font-size: 1.5em;
}
.text_orenge {
	color: #E05514;
}


.table {
	font-size: 0.9em;
}
.table tr th {
	background-color: #dee5ed;
	padding: 5px 10px !important;
	color: #205289;
}
.table tr td {
	padding: 7px 10px !important;
}
.type {
  display: block;
　width: 100%;
  padding: .8em 1.6em .4em .8em;
  position: relative;
  color: #fff;
  z-index: 1;
}
.type::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #205289;
  transform: scaleY(1.0) perspective(.6em) rotateX(2.5deg);
  transform-origin: bottom left;
}
.ml-25 {
	margin-left: 25px;
}
.data {
	text-align: center;
}
.table.data tr {
	border-bottom: 1px solid #ABABAB;
}
.table.data tr th {
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	color: #333333;
	padding: 0.5em 0 !important;
}
.table.data tr td {
	padding: 1em 0 !important;
}
.bt-1 {
	width: 6em;
	display: block;
	border-radius: 6px;
	margin: -0.35em auto;
	padding: 0.35em 0;
	background-color: #BCBBBB;
	color: #fff !important;
}
.bt-2 {
	width: 6em;
	display: block;
	border-radius: 6px;
	margin: -0.35em auto;
	padding: 0.35em 0;
	background-color: #587da7;
	color: #fff !important;
}
.bt-1:hover {
	background-color: #CEE4E9;
	text-decoration: none;
	color: #0663C4 !important;
}
.bt-2:hover {
	background-color: #CEE4E9;
	text-decoration: none;
	color: #0663C4 !important;
}
.boder_none {
	border-bottom: 0px none !important;
}
.icon {
	display: block;
	width: 50%;
	padding: 0 2.5%;
}
.yajirushi {
	font-size: 2.3em;
	display: block;
	margin: 1.3em 0.5em;
}
.charge2 {
	font-size: 1.2em;
	display: block;
	width: 100%;
	margin: 10px auto 13px;
}
.hr_gray {
	display: block;
	border-top: 1px solid #A7A7A7;
	margin-top: 25px;
}
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #333333;
	text-align: center;
	font-size: 1.2em;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background-color: #DDDDDD;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	padding: 0px 2.5%;
	margin-top: 20px;
	text-align: left
}
.cp_actab .cp_actab-content p {
	margin: 0em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 100em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
.cp_actab .cp_actab-content a {
	color: #333333;
}
.cp_actab .cp_actab-content a:hover {
	color: #333333 !important;
}














/**
 * index.php であれば index.css 、sample.php であれば sample.css にページ固有のスタイルを記述してください。
 */





@media screen and (min-width:767px) {
	.box1 {
		margin-bottom: 0;
	}
	.box1 + .box1 {
		margin-top: 80px;
	}
	.box1 + .search_results {
		margin-top: 30px;
	}
}

@media screen and (max-width:767px) {
.box1 {
	border: 0px none;
	width: 100%;
	padding: 0px;
	margin-bottom: 30px;
}
.property_name {
	background-color: #205289;
	color: #FFFFFF;
	display: block;
	width: 100%;
	padding: 0.6em;
	font-size: 1.25em;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	font-weight: bold;
}
.col-original1 {
	width: 30%;
	margin: 0 4% 15px;
}
.col-original3 {
	width: 58%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
}
.col-original4 {
	width: 100%;
	margin: 0 auto 15px;
}
.ml-25 {
	margin-left: 0px;
}
.table {
	font-size: 1em;
	}

.type {
	display: block;
	width: 100%;
	padding: 0em 0em;
	margin-bottom: 10px;
	color: #205289;
	border: 1px solid #205289;
	text-align: center;
}
.type::before {
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #5F8BBB;
	transform: scaleY(0) perspective(0em) rotateX(0deg);
	transform-origin: bottom left;
}
.data_icon {
	background-color: #595757;
	width: 1.2em;
	height: 1.2em;
	padding: 2px 5px;
	font-size: 0.85em;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.charge {
	font-size: 1.3em;
	display: block;
	width: 100%;
	margin: 0 auto 10px;
}
.icon2 figure img {
	width: 50%;
	display: block;
	margin-bottom: 10px;
}
.bt-2 {
	width: 100%;
	display: block;
	font-size: 1.2em;
	border-radius: 10px;
	margin: 0px auto;
	padding: 1em 0;
	background-color: #587da7;
	color: #fff !important;
	text-align: center;
}
.width50 {
	width: 100%;
}
.data2 {
	display: block;
	width: 100%;
	font-size: 1em;
	margin: 0 auto 20px;
}
.icon2 {
	width: 100%;
	margin: 0 auto 30px;
}
.data_box {
	font-size: 0.9em;
}

}





@media screen and (max-width:575px) {
.box1 {
	border: 0px none;
	width: 100%;
	padding: 0px;
	margin-bottom: 30px;
}
.property_name {
	background-color: #205289;
	color: #FFFFFF;
	display: block;
	width: 100%;
	padding: 0.6em;
	font-size: 1.25em;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	font-weight: bold;
}
.col-original1 {
	width: 30%;
	margin: 0 4% 15px;
}
.col-original3 {
	width: 58%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
}
.col-original4 {
	width: 100%;
	margin: 0 auto 15px;
}
.ml-25 {
	margin-left: 0px;
}
.table {
	font-size: 1em;
	}

.type {
	display: block;
	width: 100%;
	padding: 0em 0em;
	margin-bottom: 10px;
	color: #205289;
	border: 1px solid #205289;
	text-align: center;
}
.type::before {
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #5F8BBB;
	transform: scaleY(0) perspective(0em) rotateX(0deg);
	transform-origin: bottom left;
}
.data_icon {
	background-color: #595757;
	width: 1.2em;
	height: 1.2em;
	padding: 2px 5px;
	font-size: 0.85em;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.charge {
	font-size: 1.3em;
	display: block;
	width: 100%;
	margin: 0 auto 10px;
}
.icon2 figure img {
	width: 50%;
	display: block;
	margin-bottom: 10px;
}
.bt-2 {
	width: 100%;
	display: block;
	font-size: 1.2em;
	border-radius: 10px;
	margin: 0px auto;
	padding: 1em 0;
	background-color: #587da7;
	color: #fff !important;
	text-align: center;
}
.width50 {
	width: 100%;
}
.data2 {
	display: block;
	width: 100%;
	font-size: 1em;
	margin: 0 auto 20px;
}
.icon2 {
	width: 100%;
	margin: 0 auto 30px;
}
.data_box {
	font-size: 0.9em;
}


}





@media screen and (max-width:425px) {
.box1 {
	border: 0px none;
	width: 100%;
	padding: 0px;
	margin-bottom: 30px;
}
.property_name {
	background-color: #205289;
	color: #FFFFFF;
	display: block;
	width: 100%;
	padding: 0.6em;
	font-size: 1.25em;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	font-weight: bold;
}
.col-original1 {
	width: 30%;
	margin: 0 4% 15px;
}
.col-original3 {
	width: 58%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
}
.col-original4 {
	width: 100%;
	margin: 0 auto 15px;
}
.ml-25 {
	margin-left: 0px;
}
.table {
	font-size: 1em;
	}

.type {
	display: block;
	width: 100%;
	padding: 0em 0em;
	margin-bottom: 10px;
	color: #205289;
	border: 1px solid #205289;
	text-align: center;
}
.type::before {
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #5F8BBB;
	transform: scaleY(0) perspective(0em) rotateX(0deg);
	transform-origin: bottom left;
}
.data_icon {
	background-color: #595757;
	width: 1.2em;
	height: 1.2em;
	padding: 2px 5px;
	font-size: 0.85em;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.charge {
	font-size: 1.3em;
	display: block;
	width: 100%;
	margin: 0 auto 10px;
}
.icon2 figure img {
	width: 50%;
	display: block;
	margin-bottom: 10px;
}
.bt-2 {
	width: 85%;
	display: block;
	font-size: 1em;
	border-radius: 10px;
	margin: 0px auto;
	padding: .5em 0;
	background-color: #587da7;
	color: #fff !important;
	text-align: center;
	letter-spacing: .2rem;
}
.width50 {
	width: 100%;
}
.data2 {
	display: block;
	width: 100%;
	font-size: 1em;
	margin: 0 auto 20px;
}
.icon2 {
	width: 100%;
	margin: 0 auto 30px;
}
.data_box {
	font-size: 0.9em;
}




}
