/* Contents common
-------------------------------------------*/

.header-visual{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 560px;
	background-color: #3a3a3a;
}
.page-header{
	width: 100%;
	height: 560px;
}
.page-header h2{
	padding-top: 280px;
	color: #fff;
	font-size: 63px;
	font-weight: 900;
	letter-spacing: .07em;
}
.page-header h2 span{
	display: block;
	padding-top: 20px;
	font-size: 20px;
	font-weight: 700;
}
#contents{
	position: relative;
	width: 1080px;
	margin: 0 auto;
	margin: 100px auto 170px;
}
#sidebar{
	position: relative;
	float: left;
	width: 270px;
	text-align: left;
}
.sidebar__inner h2{
	font-size: 24px;
	font-weight: 900;
}
.sidebar__inner ul{
	margin-top: 40px;
}
.sidebar__inner ul li{
	margin: 0 0 24px;
}
.sidebar__inner ul li a{
	line-height: 1.5;
	padding: 2px;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(175,140,80,1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	color: #af8c50;
}
.sidebar__inner ul li a:hover{
	background-position: -100% 0;
	color: #fff;
}
.sidebar__inner ul li.select a{
	color: #af8c50;
	background: url(../img/common/icon-sidebar.svg) left center no-repeat;
	background-size: 20px 4px;
}
.article{
	position: relative;
/* 	overflow: hidden; */
	float: right;
	width: 810px;
	height: auto;
	padding-top: 60px;
}
.article .sec{
	padding-bottom: 170px;
}
.article h3{
	padding-left: 40px;
	margin-bottom: 60px;
	text-align: left;
	font-size: 32px;
	letter-spacing: .05em;
	background: url(../img/common/icon-sidebar.svg) left center no-repeat;
	background-size: 28px 6px;
}
.article .read{
	text-align: left;
	font-size: 15px;
	line-height: 1.8;
}
@media screen and (max-width: 960px){
	.header-visual,
	.page-header{
		height: 50vh;
	}
	.page-header h2{
		padding-top: 25%;
		font-size: 53px;
	}
	#contents{
		width: 94%;
	}
	#sidebar{
		width: 20%;
	}
	.sidebar__inner h2{
		font-size: 20px;
	}
	.sidebar__inner ul{
		font-size: 14px;
	}
	.article{
		width: 76.5%;
	}
	.article h3{
		margin-bottom: 50px;
		font-size: 30px;
	}
}
@media screen and (max-width: 650px){
	.header-visual,
	.page-header{
		height: 300px;
	}
	.page-header h2{
		padding-top: 150px;
		font-size: 30px;
	}
	.page-header h2 span{
		padding-top: 10px;
		font-size: 13px;
	}
	#contents{
		width: 90%;
		margin: 10% auto 30%;
	}
	#sidebar-sp{
		position: relative;
		width: 100%;
		text-align: left;
	}
	#sidebar-sp h2{
		font-size: 16px;
		font-weight: 900;
	}
	#sidebar-sp ul{
		margin-left: 2%;
		padding: 4% 0 60px;
	}
	#sidebar-sp ul li{
		display: inline-block;
		margin-right: 4%;
	}
	#sidebar-sp ul li a{
		line-height: 2.5;
		padding: 2px;
		background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(175,140,80,1) 50%);
		background-position: 0 0;
		background-size: 200% auto;
		text-decoration: underline;
		transition: .3s;
		color: #af8c50;
	}
	#sidebar-sp ul li a:hover{
		background-position: -100% 0;
		text-decoration: none;
		color: #fff;
	}
	.article{
		float: none;
		width: 100%;
		padding-top: 0;
	}
	.article .sec{
		padding-bottom: 30%;
	}
	.article h3{
		padding-left: 28px;
		margin: 0 0 30px -6px;
		font-size: 17px;
		background: url(../img/common/icon-sidebar.svg) left 40% no-repeat;
		background-size: auto 4px;
	}
	.article .read{
		font-size: 13px;
	}
}

/* List-layout
-------------------------------------------*/

/* sale & rent */

.list-estate ul{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	width: 840px;
}
.list-estate li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	float: left;
	width: 390px;
	height: auto;
	text-align: left;
	margin: 0 30px 30px 0;
	box-sizing: border-box;
	background-color: #f2f2f2;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.list-estate li:hover{
	-webkit-box-shadow: 0 0 12px #aaa;
	-moz-box-shadow: 0 0 12px #aaa;
	box-shadow: 0 0 12px #aaa;
}
.list-estate a img:hover{
	opacity: 1;
}
.list-estate .icon{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.list-estate .update,
.list-estate .category{
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	padding: 0 6px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.list-estate .update{
	background-color: #f0503c;
}
.list-estate .buy{
	background-color: #333;
}
.list-estate .rent{
	color: #333;
	border: 1px solid #333;
	background-color: #fff;
}
.list-estate .works{
	background-color: #af8c50;
}
.list-estate li .thumbnail{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	z-index: 1;
}
.list-estate li .thumbnail img{
	width: 390px;
	height: 264px;
	object-fit: cover;
}
.list-estate li .caption{
	width: 390px;
	height: auto;
	line-height: 1.3;
	padding: 20px 18px 10px 18px;
}
.list-estate li .caption p{
	padding-bottom: 8px;
	color: #333;
}
.list-estate li .caption .title{
	font-size: 17px;
	font-weight: bold;
}
.list-estate li .caption .price{
	color: #af8c50;
	font-weight: bold;
	letter-spacing: .02em;
}
.list-estate li .caption .info,
.list-estate li .caption .dete{
	font-size: 12px;
}
.list-estate li .caption .dete{
	color: #999;
}
.list-estate .link-btn-area .more-btn{
	display: inline-block;
	padding: 0 10px;
	margin-top: 20px;
}
.list-estate .link-btn-area .more-btn a{
	background: url(../img/common/icon-arrow-bk.svg) 90% center no-repeat;
	background-size: 8px 10px;
	background-color: #fff;
}
.list-estate .link-btn-area .more-btn a:hover{
	background: url(../img/common/icon-arrow-white.svg) 90% center no-repeat;
	background-size: 8px 10px;
	background-color: #333;
	color: #fff;
}
@media screen and (max-width: 960px){
	.list-estate ul{
		width: 103%;
	}
	.list-estate li{
		width: 48%;
		margin: 0 2% 2% 0;
	}
	.list-estate .update,
	.list-estate .category{
		width: auto;
		height: 22px;
		line-height: 22px;
		padding: 1px 6px 2px;
		font-size: 11px;
	}
	.list-estate li .thumbnail img{
		width: 100%;
		height: 220px;
	}
	.list-estate li .caption{
		width: 100%;
	}
	.list-estate li .caption .title{
		font-size: 16px;
	}
	.list-estate li .caption .info,
	.list-estate li .caption .dete{
		font-size: 11px;
	}
	.list-estate .link-btn-area .more-btn{
		padding: 0 1%;
		margin-top: 10px;
	}
}
@media screen and (max-width: 650px){
	.list-estate .text{
		font-size: 12px;
		padding: 30px 0 40px;
	}
	.list-estate ul{
		width: 100%;
	}
	.list-estate li{
		float: none;
		width: 100%;
		margin: 0 auto 30px;
	}
	.list-estate .update,
	.list-estate .category{
		padding: 0 8px 2px;
	}
	.list-estate li .thumbnail img{
		height: auto;
	}
	.list-estate li .caption{
		padding: 16px 18px 8px 18px;
	}
	.list-estate li .caption .title,
	.list-estate li .caption .price{
		font-size: 15px;
	}
	.list-estate li .caption p{
		padding-bottom: 2%;
	}
	.list-estate li .caption .info,
	.list-estate li .caption .dete{
		font-size: 11px;
	}
	.list-estate .link-btn-area{
		margin-top: -10px;
	}
	.list-estate .link-btn-area .more-btn{
		width: 100%;
		padding: 4px 0;
	}
}

/* works */

.works .list-estate li{
	background-color: none;
}
.works .list-estate .caption{
	padding: 18px;
}
.post-body .category{
	display: inline;
	float: none;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: middle;
	padding: 3px 8px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background-color: #af8c50;
}
.works .caption .title{
	width: 100%;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	vertical-align: middle;
	letter-spacing: .1em;
}
.works .caption .title span{
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	letter-spacing: .05em;
}
@media screen and (max-width: 650px){
	.works .caption .title{
		font-size: 13px;
	}
	.works .caption .title span{
		font-size: 11px;
	}
}

/* Page header
-------------------------------------------*/
#bg-sale{
	background: url(../img/page-header/sale-header.jpg) center center no-repeat;
	background-size: cover;
}
#bg-rent{
	background: url(../img/page-header/rent-header.jpg) center center no-repeat;
	background-size: cover;
}
#bg-works{
	background: url(../img/page-header/works-header.jpg) center center no-repeat;
	background-size: cover;
}
#bg-company{
	background: url(../img/page-header/company-header.jpg) center center no-repeat;
	background-size: cover;
}
#bg-contact{
	background: url(../img/page-header/contact-header.jpg) center center no-repeat;
	background-size: cover;
}
#bg-news{
	background: url(../img/page-header/news-header.jpg) center center no-repeat;
	background-size: cover;
}

/* Company
-------------------------------------------*/

#staff{
	position: relative;
	width: 100%;
}
#staff li{
	text-align: left;
}
#staff li:first-child{
	padding-bottom: 60px;
}
#staff li img{
	float: left;
	width: 280px;
	height: auto;
	box-shadow: 0 12px 10px -6px rgba(0,0,0,.2);
}
#staff li .profile{
	float: right;
	width: 480px;
	height: auto;
	padding-top: 20px;
}
.profile .post{
	padding-bottom: 20px;
	color: #aaa;
	font-size: 18px;
	font-weight: 900;
	font-family: 'museo-sans-condensed', sans-serif;
}
.profile .name{
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}
.profile .name span{
	padding-left: 16px;
	color: #af8c50;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: normal;
	font-family: 'M PLUS 1p', sans-serif;
	vertical-align: 20%;
}
.profile .license{
	padding: 10px 0;
	font-size: 13px;
	padding-left: 24px;
	background: url(../img/contents/icon-license.png) left center no-repeat;
	background-size: 16px 22px;
}
.profile .text{
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}
.tbl-default{
	position: relative;
	width: 100%;
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.tbl-default th,
.tbl-default td{
	padding: 26px;
}
.tbl-default th{
	width: 200px;
	color: #fff;
	background-color: #555;
	border-bottom: 1px solid #aaa;
}
.tbl-default td{
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 960px){
	#staff{
		position: relative;
		width: 100%;
	}
	#staff li:first-child{
		padding-bottom: 60px;
	}
	#staff li img{
		width: 40%;
	}
	#staff li .profile{
		width: 55%;
		padding-top: 0;
	}
	.profile .post{
		font-size: 18px;
	}
	.profile .name{
		font-size: 24px;
	}
	.profile .name span{
		padding-left: 20px;
		font-size: 15px;
	}
	.profile .license{
		font-size: 13px;
	}
	.profile .text{
		font-size: 14px;
	}
	.tbl-default{
		font-size: 14px;
	}
	.tbl-default th,
	.tbl-default td{
		padding: 20px;
	}
	.tbl-default th{
		width: 160px;
	}
}
@media screen and (max-width: 650px){
	#staff li{
		text-align: center;
	}
	#staff li:first-child{
		padding-bottom: 40px;
	}
	#staff li img{
		float: none;
		width: 50%;
	}
	#staff li .profile{
		float: none;
		width: 100%;
		margin: 20px auto 0;
		text-align: left;
	}
	.profile .post{
		padding-bottom: 10px;
		font-size: 14px;
		letter-spacing: .02em;
	}
	.profile .name{
		padding-bottom: 10px;
		font-size: 18px;
	}
	.profile .name span{
		padding-left: 10px;
		font-size: 11px;
	}
	.profile .license{
		padding: 2% 0;
		padding-left: 18px;
		background: url(../img/contents/icon-license.png) left center no-repeat;
		background-size: 12px auto;
		font-size: 12px;
	}
	.profile .text{
		padding-top: 10px;
		font-size: 12px;
		line-height: 1.8;
		letter-spacing: .03em;
	}
	.tbl-default{
		font-size: 12px;
		border: 1px solid #eaeaea;
	}
	.tbl-default th,
	.tbl-default td{
		display: block;
		width: 100%;
		border: none;
	}
	.tbl-default th{
		padding: 10px 14px;
	}
	.tbl-default td{
		padding: 14px 14px;
	}
}

/* Single page (Sale,Rent,News)
-------------------------------------------*/

.posts-list{
	position: relative;
	width: 100%;
}
.posts-list li{
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}
.posts-list li span,
.posts-list li p{
	display: inline-block;
	vertical-align: top;
}
.posts-list li span{
	width: 120px;
}
.posts-list li p{
	width: 690px;
	font-weight: bold;
}

/* single */

.post-body{
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
}
.post-body .title,
.post-body .title span,
.news-title,
.news-title span{
	height: 38px;
}
.post-body .title,
.news-title{
	width: 100%;
	margin-top: 30px;
	font-weight: bold;
	background: none;
	border-bottom: 2px solid #ddd;
}
.post-body .title span,
.news-title span{
	display: inline-block;
	border-bottom: 2px solid #3a3a3a;
}
.post-body .title{
	font-size: 23px;
}
.news-title{
	font-size: 18px;
}
.post-body .info{
	padding-top: 20px;
	font-size: 13px;	
}
.post-body .text-area{
	width: 100%;
	margin-top: 30px;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
}
.post-body .text-area a{
	text-decoration: underline;
}
.smart-slider{
	margin-top: -10px;
}
.tbl-field{
	position: relative;
	width: 100%;
	margin-top: 60px;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.tbl-field th,
.tbl-field td{
	padding: 12px 20px;
	border-bottom: 1px solid #ddd;
}
.tbl-field th{
	background-color: #eee;
}
.tbl-field td{
	background-color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
}
.tbl-field .price{
	font-size: 20px;
	font-weight: bold;
	color: #af8c50;
}
.tbl-field .col th{
	width: 20%;
}
.tbl-field .col td{
	width: 30%;
}

/* pagenation */

#pagination{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 13px;
	line-height: 13px;
}
#pagination span,
#pagination a{
	display: block;
	float: left;
	width: auto;
	padding: 8px 12px;
	margin: 2px 8px 2px 0;
	text-decoration: none;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#pagination a:hover,
#pagination .current{
	background-color: #fff;
}
#pagination .current{
	font-weight: bold;
}
@media screen and (max-width: 960px){
	.posts-list li{
		display: block;
	}
	.posts-list li span,
	.posts-list li p{
		width: 100%;
	}
	.posts-list li p{
		padding-top: 8px;
	}
	#pagination{
		font-size: 11px;
		line-height: 11px;
	}
	#pagination span,
	#pagination a{
		margin-right: 6px;
	}
}
@media screen and (max-width: 650px){
	.news .article{
		margin-top: -20px;
	}
	.posts-list li{
		padding-bottom: 10px;
		font-size: 11px;
	}
	.posts-list li p{
		padding-top: 4px;
	}
	.post-body .title,
	.post-body .title span,
	.news-title,
	.news-title span{
		height: auto;
		line-height: 1.5;
	}
	.post-body .title,
	.news-title{
		margin-top: 20px;
	}
	.post-body .title{
		font-size: 17px;
	}
	.news-title{
		font-size: 14px;
	}
	.post-body .title span,
	.news-title span{
		padding-bottom: 2%;
		margin-bottom: -2px;
	}
	.tbl-field{
		margin-top: 8%;
		font-size: 12px;
	}
	.tbl-field th,
	.tbl-field td{
		padding: 8px 10px;
	}
	.tbl-field .price{
		font-size: 14px;
	}
	.tbl-field .col th,
	.tbl-field .col td{
		width: 25%;
	}
}

/* Contact
-------------------------------------------*/

.contact-body{
	position: relative;
	width: 100%;
}
#form{
	position: relative;
	width: 100%;
	padding-top: 40px;
}
.tbl-form{
	text-align: left;
	border-right: 1px solid #ddd;
}
.tbl-form th,
.tbl-form td{
	padding: 20px 14px;
	font-size: 15px;
	line-height: 1.5;
	border-bottom: 1px solid #ddd;
}
.tbl-form th{
	width: 210px;
	vertical-align: middle;
	background-color: #cfcfcf;
}
.tbl-form td{
	width: 600px;
	background-color: #fff;
}
.tbl-form td a{
	text-decoration: underline;
}
.tbl-form .top-title{
	padding: 16px;
	color: #fff;
	background-color: #333;
}
.tbl-form th .hissu{
	float: right;
	padding: 3px 4px;
	color: #fff;
	font-size: 12px;
	background-color: #fa4237;
}
.select-form{
	margin-top: 40px;
}
.select-form .top-title{
	padding: 14px;
	padding-left: 34px;
	color: #fff;
	font-size: 14px;
	background: url(../img/contents/ic-selectform.png) 16px center no-repeat;
	background-size: 12px 10px;
	background-color: #666;
}
.tbl-form td input,
.tbl-form td textarea{
	width: auto;
	padding: 16px;
	vertical-align: middle;
	border: solid 1px #ddd;
	background-color: #fbf9f6;
}
.tbl-form td label{
	display: flex;
	position: relative;
}
.tbl-form td input[type="checkbox"],
.tbl-form td input[type="radio"]{
	margin-right: 4px;
}
.tbl-form td input[type="text"],
.tbl-form td textarea,
.wpcf7 textarea{
	width: 100%;
}
.tbl-form td input.free-text{
	width: auto;
}
.tbl-form td input.free-text-2{
	width: 30%;
	margin: 6px 10px 0;
}
.tbl-form td label{
	margin: 0 20px 0 0;
}
.tbl-form td span{
	margin-left: 0;
}
.tbl-form td .land-area-radio,
.tbl-form td .building-area-radio{
	margin-left: 10px;
}
/* プレースホルダー */
::-webkit-input-placeholder{ color: #ccc; font-weight: bold; }
:-moz-placeholder{ color: #ccc; font-weight: bold; }
:-ms-input-placeholder{ color: #ccc; font-weight: bold; }

/* 送信ボタン */
#form p input{
	display: block;
}
.wpcf7-back{
}
.wpcf7 input[type="submit"]{
	width: 400px;
	height: 80px;
	margin: 40px auto 0;
	letter-spacing: 0.3em;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	border: none;
	box-shadow: none;
}
.wpcf7 input[type="submit"]:hover{
	background-color: #555;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]::before,
.wpcf7 input[type="submit"]::after{
	-webkit-transition: all .2s;
	transition: all .2s;
}
/* エラー */
.wpcf7 .wpcf7-response-output{
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors{
	color: #f23532;
	background-color: #ffe3e3;
	border: 1px solid #ffdce1;
}
.wpcf7 .wpcf7-mail-sent-ok{
	color: #34a9e3;
	background-color: #ddf3fd;
	border: 1px solid #c1eff8;
}
/*.screen-reader-response,
span.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7-validation-errors{
	color: red;
}
*/
.checkbox-01 span{
	padding-bottom: 10px;
}
@media screen and (max-width: 960px){
	.tbl-form{
		width: 100%;
	}
	.tbl-form th{
		width: 35%;
	}
	.tbl-form td{
		width: 65%;
	}
	.tbl-form td input.free-text-2{
		width: 50%;
	}
}
@media screen and (max-width: 650px){
	#form{
		padding-top: 30px;
	}
	.tbl-form{
		text-align: left;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.tbl-form th,
	.tbl-form td{
		display: block;
		width: 100%;
		padding: 6px 10px;
		font-size: 13px;
		line-height: 2;
		border-bottom: none;
	}
	.tbl-form td{
		padding: 16px 10px;
	}
	.tbl-form .top-title,
	.select-form .top-title{
		padding: 14px 10px;
		font-size: 13px;
	}
	.tbl-form th .hissu{
		padding: 0 6px;
		font-size: 11px;
	}
	.tbl-form td input{
		padding: 12px;
		border-radius: 2px;
		border-color: #ccc;
	}
	.tbl-form td input["type=radio"],
	.tbl-form td input["type=checkbox"]{
		padding: 8px;
		vertical-align : text-top;
	}
	.tbl-form td input[type="text"],
	.wpcf7 textarea,
	.tbl-form td input.free-text{
		width: 100%;
	}
	.tbl-form td input.free-text{
		margin: 2% 0;
	}
	.tbl-form td input.free-text-2{
		width: 30%;
		margin: 0 1%;
	}
	.tbl-form td .land-area-radio,
	.tbl-form td .building-area-radio{
		margin: 0;
	}
	.wpcf7 input[type="submit"]{
		width: 100%;
		height: 60px;
	}
}

/* Term, Privacy
-------------------------------------------*/

.text-contents{
	position: relative;
	width: 100%;
	height: auto;
}
.text-contents .outer{
	padding-top: 60px;
}
.text-contents .outer h3{
	text-align: left;
	letter-spacing: 0.15em;
}
.text-contents p,
.text-contents dt,
.text-contents dd{
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .05em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.text-contents p{
	padding-top: 20px;
}
.text-contents p a{
	text-decoration: underline;
}
.text-contents dl{
	margin-top: 10px;
	padding: 20px 30px;
	text-align: left;
	background-color: #f4f4f4;
}
.text-contents dt{
	text-indent: -1em;
	padding-left: 1em;
}
.text-contents dt.title{
	font-weight: bold;
}
.text-contents dd{
	padding: 4px 0 10px;
	padding-left: 1em;
}
@media screen and (max-width: 650px){
	.text-contents .outer{
		padding-top: 8%;
	}
	.text-contents p,{
		padding-top: 3%;
	}
	.text-contents p,
	.text-contents dt,
	.text-contents dd{
		font-size: 12px;
		text-align: left;
	}
}