@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	list-style-type:none;
}
.cf:after {
    content:" ";
    display:block;
    clear:both;
}
hr.cf{
	display:inline-block;
	border:0;
	height:0;
}

.fl{
	float:left;
}
.tac{
	text-align:center
}
.nowrap{
	white-space: nowrap;
}
.pdl20{
	padding-left:20px;
}

img{
	max-width:100%;
}
body{
	width: 100%;
	margin: 0 auto;
	/*background-image: url(../image/body.jpg);*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666;
	/* background-color:#f5f5f5 */
}

.wrapper{
	max-width:1280px;
	width:100%;
	margin:0 auto;
	padding:0 2%;
}
.fx{display:flex;}

.color1{
	color:#a01a37;
}

/*header start*/
.topbar{
	background-color:#349;
	color:#fff;
}
.topbar p{
	display:block;
	max-width:1230px;
	margin:0 auto;
	padding:2px 20px;
	font-size:90%;
	letter-spacing:1px;
}

.head{
	background-color:#fff;
	margin-bottom:8px
}

.wrapper_head{
	max-width:1280px;
	width:100%;
	margin:0 auto;
	padding:0 2%;
}

.header{
	padding: 6px 0;
}

.header1{
	width:55%;
	min-width:180px;
	float:left;
	padding-top: 13px;
}
.logo{
	max-width:240px;
	vertical-align:bottom;
}

.yumewo{
	display: inline-block;
	max-width:50%;
	margin-left:15px;
}
.header2{
	width: 45%;
	max-width: 460px;
	float:right;
}
.header2 img{
	vertical-align:bottom;
}

.header3{
	text-align:right;
	float:right;
	width: 45%;
}
@media(max-width:1005px){
	.yumewo{
		width:240px;
		max-width:none;
		margin-left:0;
		margin-top:6px
	}
	.header1{width:30%;}
	.header2{
		width:55%;
		max-width:500px;
		margin-top: 22px;
	}
}


.subnav{
	display:inline-block;
	width:100%;
}
.subnav a{
	display:inline-block;
	color:#334499;
	font-size: 103%;
	margin: 0 0;
	text-decoration:none;
	font-weight:bold;
	padding:3px 12px;
	border-radius:4px;
}
.subnav a:hover{
	background-color:#349;
	color:#fff;
}

.subnav a:before{
	content:"≫ ";
}
@media(max-width:950px){
	.header3{
		text-align:center;
		width: 100%;
		/* margin-top:10px */
	}
	.subnav a{
		margin: 4px 0 0 2%;
	}
	.header2{

	}
}


.header2_2{
	text-align:right;
	padding-bottom:10px;
}

.header2_privacy{margin-right:15px;}
/*header end*/

/*menu start*/
#toggle {
	display: block;
	background:white;
	color: #fff;
	text-align: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position:fixed;
	top:5px;
	right: 8px;
	z-index:9999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.trigger,
.trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.trigger {
	position: relative;
	width: 28px;
	height: 19px;
}

.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color:#349;
	border-radius: 4px;
}
.trigger span:nth-of-type(1) {
	top: 0;
}
.trigger span:nth-of-type(2) {
	top: 8px;
}
.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color:#349;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.trigger span:nth-of-type(3) {
	bottom: 0;
}
.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
}

.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
}

.toggleWrap {
	background: #349;
	padding: 50px 15px 10px 15px;
	position: fixed;
	top: 20px;
	left: 0;
	width: 100%;
	height: 100%;
}
.mainnav li {
	width:15.3%;
	list-style-type: none;
	border-right: 1px solid white;
	padding-bottom:6px
}

@media(min-width:600px){
	.mainnav li:nth-child(1){
		background: linear-gradient(180deg,#349 0%,#349 82%,#9ca0f9 82%);
	}
	.mainnav li:nth-child(2){
		background: linear-gradient(180deg,#349 0%,#349 82%,#d8c934 82%);
	}
	.mainnav li:nth-child(3){
		background: linear-gradient(180deg,#349 0%,#349 82%,#4ec562 82%);
	}
	.mainnav li:nth-child(4){
		background: linear-gradient(180deg,#349 0%,#349 82%,#e4868f 82%);
	}
	.mainnav li:nth-child(5){
		background: linear-gradient(180deg,#349 0%,#349 82%,#60b4e4 82%);
	}
	.mainnav li:nth-child(6){
		background: linear-gradient(180deg,#349 0%,#349 82%,#bf8ada 82%);
	}
	.mainnav li:nth-child(7){
		background: linear-gradient(180deg,#349 0%,#349 82%,#e2b674 82%);
	}

	.mainnav li:first-child{
		border-left: 1px solid white;
		width:100px;
	/*	text-align: right;
		font-size: 13px;
		color:#fff;
		letter-spacing: 1px;
		padding:8px 20px 3px 0;
		background:url(../image/bukkenjoho.png) 95% 6px no-repeat;
	*/
	}
	.mainnav li:first-child img{
		width: 14px;
		vertical-align:middle;
		margin:5px;
	}
}
@media(max-width:1280px){
	.mainnav li:first-child{
		border-left:0;
	}
	.mainnav li:last-child{
		border-right: 0;
	}	
}

.navItem {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color:white;
	letter-spacing: 3px;
	padding: 7px 0 5px;
}


#global-nav a:hover::after {
	bottom: -4px	
	opacity: 1;
	visibility: visible;
}

.hide {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.animation {
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.no-scroll {
	overflow: hidden;
}

/*
.menu_item1 a:after {font-size: 13px; content: 'HOME';display:block;}
.menu_item2 a:after {font-size: 13px; content: 'LAND';display:block;}
.menu_item3 a:after {font-size: 13px; content: 'HOUSE';display:block;}
.menu_item4 a:after {font-size: 13px; content: 'MANSION';display:block;}
.menu_item5 a:after {font-size: 13px; content: 'RENTAL';display:block;}
.menu_item6 a:after {font-size: 13px; content: 'SALE';display:block;}
.menu_item7 a:after {font-size: 13px; content: 'COMPANY';display:block;}
.menu_item8 a:after {font-size: 13px; content: 'CONTACT';display:block;}
.menu_item9 a:after {font-size: 13px; content: 'BLOG';display:block;}
*/

/*menu end*/

/*contents start*/
.contents{display:flex;/* margin-top: 12px; */}
/*contents end*/

/*基本contents左 start*/
.contents_left{width: 100%;/* margin-right:2%; */}

.contents_left2{
	padding: 0;
	margin-bottom: 26px;
}

h2{
	font-size:150%;
	line-height:1.4;
	font-weight:normal;
	padding:5px 10px 0 20px;
	letter-spacing: 3px;
	margin: 25px 0 10px;
	border-left:1px dotted #349;
	color:#349;
}
h2:first-child{
	/* margin-top: 5px; */
}

h2 span{
    font-size: 16px;
    padding-left:5px;
    letter-spacing: 1px;
}

h3{
    color: #009fca;
    padding: 5px 5px 0;
    letter-spacing: 2px;
    /* background: #60b4e4; */
    margin:30px 0 13px;
    width:fit-content;
    font-size: 19px;
    font-weight:bold;
    border-bottom: 1px solid #009fca;
}

h3.buy{
    color: #660066;
    border-bottom: 1px solid #660066;
    /* letter-spacing: 2px; */
    /* margin:30px 0 13px; */
    /* width:fit-content; */
    /* font-size:18px; */
    /* font-weight:bold; */
}

/*明朝にするもの*/
.mincho{
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


/*基本contents左 end*/

/*contents右 start*/

.contents_right{width:20%;}

.house{
    text-align: center;
    background: #f1f1e4;
    color: #8c5353;
    border-bottom: 2px solid #8c5353;
    border-top: 2px solid #8c5353;
    padding: 7px 0;
    margin: 10px 0;
}

.house1{display: flex;}

.house1 div{
	width: 48%;
}

.house1_1{
	margin-right:4%;
}

/*contents右 end*/

/*footer start*/
.big_footer{
	padding-bottom:5px;
	background: #349;
}

.footer{
	width:100%;
	max-width:1290px;
	margin:30px auto 0;
	padding:20px 15px 5px;
	color:white;
	display:flex;
}


.footer_img{
	width:100%;
	margin-bottom:9px;
	min-width:290px
}

.footer1{
	width: 47%;
	font-size:14px;
}
.footer1 img{
	max-width:300px;
}
.footer1_info{
	width:80%;
	float:left;
	min-width:320px;
	margin-bottom:12px;
}
.footer1_map{
	float:left;
}
.footer1 p span{
	display:inline-block;
	margin:0 4px;
}
.footer2{
	width: 52%;
	/* display:flex; */
	margin-left: 2%;
}
.footernav{
	margin-top:20px
}

.footernav a{
	display:inline-block;
	text-decoration:none;
	color:white;
	font-size:14px;
	margin:0 12px 8px;
	border-bottom:1px dotted #99a1cc;
}

.footer_map a{
    font-size: 18px;
    font-weight: bold;
    border: 2px solid;
    padding: 4px 24px;
}

.footer_map{
	margin-top:17px;
}

.bottom{
    text-align: center;
    padding: 5px 0 0 0;
    font-size:12px;
	color:#c1c7e0;
	border-top:1px dotted #99a1cc;
}


.footer2p{
	position: relative;/*相対位置*/
	padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
	line-height:0.6;/*行高*/
}

.footer2p:before{
	font-family: "Font Awesome 5 Free";/*忘れずに*/
	content: "\f138";/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	left: 1px;/*アイコンの位置*/
	top: 0.5em;/*アイコンの位置*/
	color:#FFF; /*アイコン色*/
	font-weight: 700;
}

.bottomlink{
	width:23.5%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:12px;
	float:left;
	text-align:center;
}
.bottomlink:nth-child(4n){
	margin-right:0;
}
.bottomlink img{
	width:100%;
	height:auto;
	box-shadow:#f0f0f0 4px 4px 6px;
}

@media(max-width:600px){
	.bottomlink{
		width:49%;
	}
	.bottomlink:nth-child(2n){
		margin-right:0;
	}
}

/*footer end*/


/*index.html start*/

.topnews{
	border-top: 1px solid #9a2949;
	border-bottom: 1px solid #9a2949;
	margin: 30px 0;
	padding:8px 3%;
	background-color:#ffe2ea;
}
.topnews div:after {
    content:" ";
    display:block;
    clear:both;
}

.tn_date{
	float:left;
	margin-right:20px;
}
.tn_title{
	float:left;
	/* font-weight:bold; */
	color:#222;
}
.topimg{
	margin:25px auto 10px;
	width:100%;
	max-width:1230px;
}
@media(max-width:1230px){
	.topimg{
		margin:0 auto 10px;
		width:100%;
		max-width:1230px;
	}
}

.topimg img{
	width:100%
}

.index_block{
	/* margin-bottom: 20px; */
}
.index_block:after {
    content:" ";
    display:block;
    clear:both;
}
.satei_head{
	text-align:right;
	margin-top:15px;
}
@media(max-width:600px){
	.satei_head{
		text-align:center;
		font-size:85%;
		margin-bottom:10px
	}
}
.satei_head a{
	color:#9a2949;
	font-weight:bold;
	text-decoration:none;
}
.satei_btn, .satei_btn2{
	background-color:#9a2949;
	color:#fff;
	padding:0 55px;
	border-radius:4px;
	display:inline-block;	
	line-height: 200%;
	font-weight:bold;
}
.bukken_toi .satei_btn{
	padding:10px 55px;
	text-align:center;
}

@media(max-width:350px){
	.satei_btn, .satei_btn2 {
		padding: 0 30px
	}	
}
.satei_btn:first-letter,.satei_btn2:first-letter{
	font-size:150%;
	line-height:120%;
	letter-spacing:8px;
	vertical-align:-4px;
}
h2.top_top{
	margin-top:-5px;
	background:url(../image/new.png) 1px top no-repeat;
	background-size:contain;
	padding-left: 2.5em;
	border-left:none;
}
h2.top_osusume{
	background: url(../image/osusume.png) 1px top no-repeat;
	background-size:contain;
	padding-left: 2.5em;
	border-left:none;
}
@media(max-width:950px){
	h2.top_top{
		margin-top: 15px;
	}
}



.card{
	float:left;
	width: 32%;
	position:relative;
	margin-bottom:20px;
	background-color: #fff;
	padding:10px 10px 5px 10px;
	border:1px solid #eee;
	margin-right:2%;
	box-shadow:#f0f0f0 4px 4px 6px;
	text-decoration:none;
	color:#666;
}
a.card:hover{
	border:1px solid #999;
	box-shadow:#ccc 4px 6px 6px;
}

.card img{
	vertical-align:bottom;
}
.card:nth-child(3n){
	margin-right:0;
}
.type1{
	border-bottom:6px solid #d8c934;
}
.type2{
	border-bottom:6px solid #4ec562;
}
.type3{
	border-bottom:6px solid #e4868f;
}
.type4{
	border-bottom:6px solid #60b4e4;
}
.type5{
	border-bottom:6px solid #bf8ada;
}


@media (max-width:1100px){
	.card{
		width:49%;
	}
	.card:nth-child(2n){
		margin-right:0;
	}
	.card:nth-child(2n+1){
		margin-right:2%;
	}

}


.list_label{
	/* position:absolute; */
	/* top: 5px; */
	/* left: 5px; */
	font-size:90%;
	color:#fff;
	font-weight:bold;
	letter-spacing:2px;
	padding: 1px 5px;
	background-color: #9a2949;
}
.sonota{
	background-color: #bf8ada;
}
.kodate{
	background-color: #4ec562;
}
.tochi{
	background-color: #d8c934;
}
.mansion{
	background-color: #e4868f;	
}
.chintai{
	background-color: #60b4e4;	
}
.cng_0, .cng_3, .cng_6, .cng_9{
	background-color: #4ec562;	
}
.cng_1, .cng_4, .cng_7, .cng_10{
	background-color: #f3aa3d;
}
.cng_2, .cng_5, .cng_8, .cng_11{
	background-color: #6b75da;
}

.card .imgbox{
	float:left;
	width:45%;
	margin-bottom:3px;
}
.imgwrap{
	overflow:hidden;
}
.card .imgbox img{
	background-size:cover;
	background-position: center;
	transition: all 0.3s ease-out;
	transform: matrix3d(
		1, 0, 0, 0,
		0, 1, 0, 0,
		0, 0, 1, 0,
		0, 0, 0, 1
	);
	will-change: transform;
}
/*
.card .imgbox img:hover {
	transform: matrix3d(
		1, 0, 0, 0,
		0, 1, 0, 0,
		0, 0, 1, 0,
		0, 0, 0, 0.9
	);
}
*/

.card .infobox{
	float:left;
	position:relative;
	width: 52%;
	height: 8.5em;
	overflow:hidden;
	margin: 0 0 5px 3%;
}

.infobox_fade{
	position:absolute;
	bottom: 0px;
	right:0px;
	background: -moz-linear-gradient(right, #fff, transparent);
	background: -webkit-linear-gradient(right, #fff, transparent);
	background: linear-gradient(to left, #fff, transparent);
	width: 50%;
	height: 1.3em;
}


@media (max-width:600px){
	.card .imgbox{
		width:100%;
	}

	.card .infobox{
		width: 100%;
		margin: 0 0 0 3%;
	}
	.infobox_fade{
		width:100%;
	}
}

.infobox .place{
	font-size:95%;
	max-height:1.4em;
	overflow:hidden;
}


.infobox .price{
	color:#9a2949;
	font-size:100%;
	max-height:1.4em;
	overflow:hidden;
}
.price span{
	display:inline-block;
	background: #ff0033;
	color: white;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
	padding: 1px 3px 0;
	vertical-align: 1.5px;
}
.price span.lc2{
	background: #f60;
}
.price span.lc3{
	background: #26c123;
}

.other{
	font-size:90%;
} 

.more{
	display:inline-block;
    text-align: left;
    margin-top: 5px;
	padding-left:8px;
    text-decoration: none;
    background: #349;
    padding: 2px 8px;
    color: white;
    font-weight: bold;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    font-size: 12px;
    transition: all 0.6s ease;
}

.more a:hover{
	background:#6f051c;
}

.oshirase_left{
	width: 45%;
	float:left;

	margin-right: 5%;
}
.oshirase_right{
	width: 50%;
	float:left;
}

::placeholder {
  color:#bbbbbb;
  font-size:16px;
}


.index_bottom_form1,.index_bottom_form2{height: 45px;}

.index_bottom_form1{
    background:#eadce0;
    width: 48%;
    font-size: 17px;
    padding:8px 5px;
    margin: 0 2% 10px 0;
    font-weight: bold;
    color: #666666;
    border:2px solid #9a2949;
    border-radius: 5px;
}

.index_bottom_form2{
    background:#eadce0;
    width: 48%;
    font-size: 17px;
    padding:8px 5px;
    font-weight: bold;
    color: #666666;
    border:2px solid #9a2949;
    border-radius: 5px;
}

.satei_btn3 {
    background-color: #9a2949;
    color: #fff;
    width:100%;
    padding: 8px 13px;
    border-radius: 6px;
    font-weight: bold;
    border:none;
    font-size:22px;
    margin:2px 0 0;
    letter-spacing:1px;
}

.index_form_txt{
	margin-bottom: 10px;
	padding-left:15px 
}

.satei_text p{
	font-weight:bold;
	font-size:110%;	
	margin-bottom:12px
}

.index_submit{
	width:99%;
}

@media(max-width:850px){
	.oshirase_left, .oshirase_right{
		width:100%;
		margin-right:0;
	}
}
.oshirase_right img{
	width: 20%;
	margin-right:2%;
	float:left;
}
.satei_text{
	float:left;
	width: 78%;
}
.satei_text h2{
	border:none;
	margin:10px 0 10px;
	padding:0;
	font-size:140%;
	letter-spacing:0;

}
.satei_btn2{
	font-size: 120%;
	margin-top:20px;
}


.res-table{
	font-size:90%;
	width:100%;
	border:1px solid #ccc;
	float:left;
	max-height:200px;
	overflow-y:scroll;
	background-color:#fafafa;
}
.res-table tr{
	line-height:1.2
}

.res-table th{
	width:21%;   
    padding:5px 10px;
	display:table-cell;
	text-align: left;
	font-weight:normal;
}

.res-table td{
	width:65%;   
    padding:5px 10px;
	display:table-cell;
	text-align: left;
}

.res-table td span{
	position: relative;
	padding-left:20px;
}

.res-table td span:before{ 
    font-family: "Font Awesome 5 Free";
    content: "≫";
    position: absolute;
    font-size: 10px;
    left: 0;
    top: 2px;
}
.res-table td a{
    color: #334499;
}

.satei{
	float:left;
}
.sell{
	margin:5px 0 35px;
}

.sell a{
	text-decoration:none;
}

.sell span{
    font-size: 21px;
    font-weight: bold;
    color: #a01a37;
}

/*index.html end*/

/*rand.html start*/

.bukken_tp{
	display: block;
	font-size:170%;
	letter-spacing:3px;
	color: #333;
	padding:10px 10px;
	margin: 25px 0 10px;
	line-height:1.3;
	border-bottom:1px solid #ccc
}
.typelabel1,.typelabel2,.typelabel3,.typelabel4,.typelabel5{
	padding: 6px 10px;
	font-size: 75%;
	color: #fff;
	font-weight:bold;
	border-radius:5px;
	vertical-align:text-top;
	display:inline-block;
	margin-right:25px;
}
.typelabel1{
	background:#d8c934;
}
.typelabel2{
	background:#4ec562;
}
.typelabel3{
	background:#e4868f;
}
.typelabel4{
	background:#60b4e4;
}
.typelabel5{
	background:#bf8ada;
}

.bukken_tp span{
}
.bukken_tp small{
	font-size:70%;
}
.bukken_tp b{
	padding: 6px 10px;
	font-size: 75%;
	color: #fff;
	font-weight:bold;
	border-radius:5px;
	vertical-align:text-top;
	display:inline-block;
	background-color: #a01a37;
}
.bukken_tp b.lc2{
	background-color: #f60;
}
.bukken_tp b.lc3{
	background-color: #26c123;
}


.sum{display:flex;margin-bottom:15px;}

.sum1{
	width: 50%;
	text-align:center;
}
.sum1 img{
	max-height:500px;
	/* min-height:100%; */
	width:auto;
	margin:0 auto;
}
.bukken_toi{
	margin:25px 0;
	text-align:center;
}
@media screen and (max-width:600px) {
	.sum1 img{
		max-height:800px;
	}
}

.sum2{width: 49%;margin-left:1%;}

.sum2_1{
	/* display:flex; */
}
.sum2_1 div{
	height: 110px;
	float:left;
	width: 31.3%;
	padding:0;
	margin:5px 1%;
	overflow:hidden;
	position: relative;
	background-color:#eee;
	border-radius:3px;
}
.sum2_1 div img{
  position: absolute;
  width: auto;
  height: auto;
  max-width: 98%;
  max-height: 98%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.rand_more{
}

.rand_more1{
	float:left;
	padding:10px;
	width: 50%;
	text-align:center;
	background-color:#e3e6f1;
	border-radius:5px
}
.rand_more1 img{
	width:100%;
}
.bigmap a{
	display:inline-block;
	border:1px solid #666;
	color:#333;
	background:#f0f0f0;
	text-decoration:none;
	padding: 6px 10px 5px;
	margin:10px 0 3px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.2)
}

.rand_more2{
	float:left;
	width: 48%;
	margin-left:2%;
}

.rand_more1 #map_canvas{
	width:100%;
	height:400px
}

.rand_more2_1{
	display:flex;
    margin-bottom: 9px;
}

.rand_more1p{
    width: 24%;
    border: 1px solid #a01a37;
    text-align: center;
    border-radius: 3px;
    color:#a01a37;
    background-color:#a01a3715;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rand_more2p{
	color:#000;
    width: 69%;
    margin-left:1%;
	padding-left:10px;
    border-bottom: 1px solid #ccc;
}

/*rand.html end*/

/*bukkenlist*/
.photoclick{
	font-size:90%;
	margin-bottom:12px;
}

table.bkl{
	width:100%;
	border-collapse:collapse;
	margin-top:5px
}
.bkl th{
	background-color:#f0f0f0;
}

.bkl_1line a{
	text-decoration:none;
	color:#000;
	display:block;
}

.bkl_1line td, .bkl th{
	border:1px solid #ccc;
	padding: 5px;
	font-size:90%;
	line-height:130%
}
.shozaichi p{
	margin-top:4px;
	padding-top:4px;
	border-top:1px solid #ccc;
}
.label_price{
	text-align:center;
}
.price{
	display:inline-block;
	font-weight:bold;
	font-size:110%;
}
.man_en{
	display:inline-block;
	font-size:80%;
}

.bkl_1line .label{
	padding:1px 5px 0;
	margin-bottom:4px;
	font-size:90%;
	display:inline-block;
	background-color:#f90;
	color:#fff;
	border-radius:3px;
}

.bkl_1line td .imgbox{
	height: 100px;
	float:left;
	width: 100%;
	margin:0;
	overflow:hidden;
	position: relative;
}

.bkl_1line .imgbox img{
	position: relative;
	width: auto;
	/* height: auto; */
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.bk_comment{
	padding:5px 10px 5px;
	margin-bottom:10px;
	color:#333;
	font-size:115%;
}

@media screen and (max-width:600px) {
	table.bkl tr{
		display:block;
		margin-bottom: 15px;
	}
	.comment{
		display:block;
		margin-top:-1px
	}
	.bkl_1line .imgbox img{
		width: 160px;
		height:auto;
		max-height:inherit;
	}
	.bk_comment{
		font-size: 95%;
		line-height:1.4;
	}
	
}

/*sale.html start*/
.buyonly_midashi{
    color: #349;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin:10px 0 12px;
    padding-left:2rem;
    text-indent:-1rem;
}

.sale1{
    color: #349;
    font-weight: bold;
    letter-spacing: 0.5px;
	margin:10px 0 12px;
	padding-left:2rem;
	text-indent:-1rem;
}

.sale2{
	padding-left: 2rem;
    text-indent: -1rem;
}

.sale2_2{
	padding-left: 2rem;
    margin: 17px 0 ２５px;
}

.sale2_2 a{text-decoration:none;}

.sale2_2 span{
    background: #e4868f;
    color: white;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 6px;
    margin-left: 11px;
}

.sale2_3{
	padding-left: 2rem;
    margin: 17px 0 25px;
}

.sale2_3 a{text-decoration:none;}

.sale2_3 span{
    background: #9a2949;
    color: white;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 6px;
    margin-left: 11px;
    font-size:130%;
}

.advice_logo{padding-left:1rem;}

.sale3{
	padding-left:2rem;
}

.sale3 span {
    color: #349;
    margin: 23px 0 7px;
}


.advice{
    width: 8%;
    margin: 23px 0 2px;
}

.sale4{
    padding-left: 3rem;
    color: #349;
	margin:10px 0 0;
	text-indent:-1rem;
}

.sale5{
    padding-left:2rem;
	margin-bottom:4px;
}

.sale6{
    padding-left:2rem;
    margin:15px 0 5px
}

.sale_img{
	margin-left:17px;
	margin-bottom:25px;
}
.left_of_form{
	width: 47%;
	float:left;
}
.formbox{
	float:left;
	width: 49%;
	margin-left:4%;
}


@media(max-width:600px){
	.left_of_form, .formbox{
		width:100%;
		margin-left:0;
	}
}

.rightform span{
	display:inline-block;
}

.privacy_link{
    margin-top: 3px;
    font-size: 15px;
	text-align:right;
} 
.sale_contacttxt{
	font-size:15px;
	font-weight:bold;
	margin:4px 0 0;
}

.sale_contactform{
	margin-bottom:11px;
	height:30px;
}

.sale_contact_time{
	width:7%;
	margin:0 5px 10px 2px;
	height:25px;
}

.sale_contact_time2{
	margin:0 5px 10px 2px;
	height:30px;
}

.satei_sentaku{
	display:block;
	margin-bottom:10px;
}

.radio01-txt{
	margin:0 0 10px;
	font-size:14px;
	vertical-align:1px;
}

.radio01-txt span{
	font-size:11px;
}


.radio02-txt{
	display:block;
	margin:0 0 10px;
}

.radio02-txt span{
	font-size:11.5px;
}

.radio04-input + label, .radio04-input + label {
    padding-left: 5px;
    position: relative;
    margin-right: 20px;
}

.radio04-txt{
	margin:2px 0 11px;
	display:inline-flex;
	font-size:14px;
}

.sale_contact_size{
    height: 27px;
    margin: 0 12px;
}

.sale_text1{
	font-size:14px;
	display: contents;
}

.sale_text2{
	font-size:14px;
}

.formwrap{
	max-width:650px;
	margin:0 auto;
	text-align:left;
}
.formbg{
	border:2px solid #a01a37;
	padding:15px;
	border-radius:10px;
	background-color:#fff;
}

.form_intro:after, .form_intro_b:after{
    content:" ";
    display:block;
    clear:both;
}
.form_intro img{
	width:100px;
	margin-right:5px;
	float:left;
}
.form_intro span, .chuuigaki{
	display:block;
	font-size: 80%;
	line-height: 1.5;
	color:#c00;
	margin-top:15px
}
.form_intro_b{
	padding:0 2% 20px;
	font-size:150%;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
.form_intro_b img{
	width:300px;
	max-width: 80%;
	margin-top:10px;
}

.formbox table{
	width:100%;
}
.formbox th{
	font-size:80%;
}
.formbox td span{
	display:inline-block;
	margin-right:15px;
}
.submit{
	padding:10px;
	min-width:100px;
	font-size:120%;
}
.midashi{
	margin:15px 0 8px;
	padding:6px 0;
	color:#349;
	font-weight:bold;
	background-color:#eee;

	/* text-indent:-1rem; */
}
.midashi i,th i,form i{
	font-size:13px;
	color:#c00;
}
.privacy{
	font-size:90%;
}
.privacy h4{
	margin-top:10px;
	color:#349;
	font-weight:normal;
	border-bottom:1px solid;
	margin-bottom:8px;

}

.privacy{
	text-align:center;
	margin:15px 0 5px;
}

.privacy input{
    background: #eee;
    padding: 2px 8px;
    color: #565656;
    font-weight: bold;
    font-size: 15px;	
}

/*sale.html end*/

/*buy.html start*/
.buy_text1{
	font-size:14px;
	margin:3px 0 3px;
}

.check{
    text-align: center;
    margin: 64px 0;
    font-weight: bold;
}
/*buy.html end*/

/*company.htmlここから*/
.contact_table td img{
    width: 70%;
    margin: 0 15%;
}
.jisseki_gallery{
    width:100%;
	max-width:980px;
	margin:25px auto 50px;
}
.jisseki_gallery div{
	float:left;
	width:140px;
	margin-left:20px;
	height:190px;
	font-size:90%;
	text-align:center;
}
@media(max-width:600px){
	.jisseki_gallery div{
		width:45%;
		margin:20px 2.5%;
		height:130px;
	}
}

/*company.htmlここまで*/

/*contact.htmlここから*/
.contact_toptxt{
	margin: 20px 0;
    font-size:125%;
    letter-spacing:2px;
    padding-left: 1rem;
}

.contact_up{
    margin: 30px 0;
}
.contact_up img{
	width:36%;
	margin:0 7%;
	float:left;
}


.contact_bottom{
    display: flex;
    margin: 30px 0 50px;
}

.contact_bottom1{
    /* border-radius: 16px; */
    width: 30%;
    margin:0 5% 20px 0;
    font-size: 33px;
    font-weight: bold;
    text-align:center;
    background-color: #fff;
    padding:0;
    border: 1px solid #eee;
    box-shadow: #f0f0f0 4px 4px 6px;
}
.contact_bottom1 img{
	vertical-align:bottom;
}
.contact_bottom1 a:hover img{
	opacity: .5;;
}

.contact_bottom1 :nth-child(3){
	margin:0;
}

.contact_bottom1 p{
    margin: 0px 0 18px;
}


.contact_bottom1:nth-of-type(3) {margin-right:0;}

.tel_banner{
	display: contents;
	text-decoration: none;
}

table.contact_table input,table.contact_table select{height:35px;}
table.contact_table span{color:white;padding-left:6px;}

.radio02-input,.radio03-input{
  display: none;
}
.radio02-input + label,.radio03-input + label{
  padding-left: 22px;
  position:relative;
  margin-right: 40px;
}
.radio02-input + label::before,.radio03-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
}
.radio02-input:checked + label::after,.radio03-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 3px;
	width: 11px;
	height: 11px;
	background:#f99c5a;
	border-radius: 50%;
}

table.contact_table{
    border-collapse:collapse;
    width:100%;
	max-width:980px;
	margin:25px auto 50px;;
}

table.contact_table tr{
	height: 80px;
	border-bottom: 1px solid #334499;
	border-top:  1px solid #334499;
}

table.contact_table th{
	width: 31%;
	color:#333;
	text-align: justify;
	text-justify: inter-ideograph;
	-moz-text-align-last: justify;
	text-align-last: justify;
	padding:0 12%;
	font-weight:normal;
}

table.contact_table td{
	width: 60%;
	padding:10px;
	border:none;
	text-align:left;
}

.contact_button{
    padding: 2px 20px;
    font-size: 18px;
    margin:20px 0;
}

.alert{
	color:#f00;
	font-weight:bold;
	font-size: 90%;
	letter-spacing:1px;
	margin-top:3px;
}
.sonota_form{
	width:600px;
	padding:30px 0;
	max-width:90%;
	margin:0 auto;
}
.sonota_form input[type="text"],.sonota_form textarea{
	width:100%;
	margin-bottom:15px;
	font-size:110%;
}
.sonota_form textarea{
	height:100px;
}
.sonota_form input[type="submit"]{
    font-size:100%;
    padding:2px 10px;
}
.sonota_form .conf_value{
	font-weight:bold;
	margin-bottom:20px
}
.sonota_form .hissu{
	color:#c00;
	margin-bottom:15px;
}

#privacy{text-align:center;}
/*contact.htmlここまで*/

/*performance.htmlここから*/
.performance{
	display:flex;
	margin-bottom:25px;
}

.performance div{
	width:23%;
	margin:0 1%;
}

.performance p{line-height:1;}

/*performance.htmlここまで*/

/*support.htmlここから*/
.support1{
	padding-left:1.5rem;
	margin:3px 0 15px;
}

.support2{
	display:flex;
	margin-bottom:65px;
}

.support2_1{
	width:59%;
}

.support2_2{
	width:39%;
	margin-left:2%;
}

.support2_1p span{
    background: #f99c5a;
    padding: 1px 9px;
    color: white;
    border-radius: 9px;
    margin-right: 8px;
}

.support2_1p {
    font-weight: bold;
    margin: 5px 0 15px;
}


#gallery1,#gallery2,#gallery3{
	margin-top:23px;
}

#gallery1 ul,#gallery2 ul,#gallery3 ul{display:flex;}

#gallery1 ul li,#gallery2 ul li,#gallery3 ul li{
	width:23%;
	margin:0 1%;
}

#gallery1 span,#gallery2 span,#gallery3 span{
    display: inline-block;
    text-align: center;
    width: 100%;
	font-size:14px;
}

#gallery1 img,#gallery2 img,#gallery3 img{
	vertical-align:-7px;
}

/*support.htmlここまで*/

/*speed.htmlここから*/

/*
.speed1{
	display:flex;
}
*/

.speed1_1{
	width:100%;
}

.speed1_2{
	width:44%;
	margin-left:2%;
}

.speed1p{
    padding-left: 2rem;
	text-indent:-1rem;
	margin:0 0 15px;
}

.speed2p{
    padding-left: 1rem;
	margin:12px 0 15px;
}

/*
.merit1{
	display:flex;
}
*/

.merit1_1{
	width:100%;
}

.merit1_2{
	width:40%;
}

.merit1p{
    padding-left: 2rem;
	margin:0 0 5px;
	text-indent:-1rem;
}

.merit2p{
	padding-left: 2rem;
    margin:0 0 5px;
    text-indent: -1rem;
    font-size: 13px;
}

/*
.service0{
	display:flex;
	margin-top:10px;
}
*/

.service01{width:100%;}

/*
.service02{width:56%;}
*/
.service1,.service2,.service3,.service4,.service5{
	padding-left:1rem;
	position: relative;
	padding: 0.6em;
	margin-bottom:22px;
	border-radius:8px;
}

.service1{background:#f9fcff;}
.service2{background:#f3f9fe;}
.service3{background:#edf6fe;}
.service4{background:#e7f3fd;}
.service5{background:#d0e7fb;}

.service1:after,.service2:after,.service3:after,.service4:after,.service5:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 86px;
    border: 31px solid transparent;
    width: 0;
    height: 0;
}

.service1:after{border-top: 33px solid #f9fcff;z-index:2;}
.service2:after{border-top: 33px solid #f3f9fe;z-index:2; }
.service3:after{border-top: 33px solid #edf6fe;z-index:2;}
.service4:after{border-top: 33px solid #e7f3fd;z-index:2;}


.service1_1{
    width:35%;
    font-weight: bold;
	margin:0 0 7px;;
}

.service1_2{
	font-size:14px;
}

.arrow{
    width: 6%;
    margin:7px 80% 6px 14%;
}

/*speed.htmlここまで*/



/*privacy.htmlここから*/
.privacy0{
	
}

.privacy1{
	text-indent: -2rem;
    padding-left: 2rem;
    margin: 10px 0 1px;
}

.privacy2{
    text-indent: -2.9rem;
    padding-left: 4.3rem;
    font-size: 15px;
}

.privacy3{
    font-size: 15px;
	text-indent: -1rem;
	padding-left: 5.2rem;
}
/*privacy.htmlここまで*/


@media screen and (min-width: 601px) {
	.sponly{
		display:none;
	}
	/*menu start*/
	#toggle {
		display: none;
	}
	.toggleWrap {
		background: none;
		height: auto;
		position: static;
		padding: 0;
	}
	.mainnav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		/* display: flex; */
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width:100%;
		max-width:1270px;
		margin: 0 auto;
	}
	
	.animation {
		-webkit-transition: none;
		transition: none;
	}
	.hide {
		opacity: 1;
		visibility: visible;
		background:#349;
		background: linear-gradient(180deg,#349 0%,#349 82%,#afafaf 82%);
	}
/*menu end*/
}



@media screen and (max-width:600px) {
	.pconly, .pconly_ib{display:none;}
	.bkl .bkl_idx{display:none;}
	.pconly_td{display:none;}

	
	/*menuここから*/
	.header {
		padding-top: 0px;
	}

	.wrapper_head {
		padding: 0 0 56px;
	}
	
	.header {
		width:100%;
		margin-top: 0px;
		height: 56px;
		overflow:hidden;
		position: fixed;
		z-index: 999;
		background:#349;
	}
	.splogo, .spcall{
		height:38px;
	}
	.splogo{
		max-width:100%;

	}
	.spcall{
		height:44px;
		margin-top:2px;
	}
	.header1 {
		width:60%;
		padding-top:9px;
		margin-left:2%;
	}
	
	.header2 {
		width: 50px;
		margin-top:4px;
		margin-right: 56px;
	}
	
	.mainnav li {
		width: 100%;
		border-right: none;
		border-left: none;
	}
	
	.mainnav li+ li {
		border-right: none;
	}
	
	.navItem {
		margin-bottom: 5px;
		border-bottom: 1px solid white;
		padding: 0 0 3px;
		color:white;
	}
	
	.toggleWrap {
		top:0;
		z-index:999;
	}
	/*menuここまで*/

	/*基本contents右 start*/
	.contents_right {
		width: 100%;
	}
	/*基本contents右 end*/


	/*基本contents左 start*/
	.contents {
		display: flex;
		margin-top: 0px;
		flex-flow: column;
	}
	
	.contents_left{width:100%;margin-right:0;}
	
	h2{font-size:19px;margin-bottom: 10px;}
	h2 span{font-size: 13px;}
	/*基本contents左 end*/

	/*フッターここから*/
	
	.footer p {
		text-align: center;
		margin-bottom: 0px;
	}
	
	.footer1 {
		width: 100%;
		text-align:center;
	}
	.footer1 img {
		margin:10px auto;
	}
	.footer1_info{
		min-width:auto;
		float:none;
		width:100%
	}
	.footer1_map{
		float:none;

	}	
	/*フッターここまで*/


	/*index.htmlここから*/
	.index1 {
		flex-flow: column;
		margin-bottom:0;
	}
	
	.card {
		margin-bottom: 18px;
		padding-bottom:5px
	}
	
	.cardd {
		width: 48%;
		margin:0;
	}
	
	.infobox {
		width:51%;
		margin:0 0 0 1%;
	}
	
	.rand {
		font-size: 17px;
		margin: 0 0 5px;
	}
	
	.rand1 {
		font-size: 13px;
	}
	
	.infobox span {
		font-size: 11px;
		vertical-align: 0.5px;
	}

	.res-table{
		width:100%;
	}

	.res-table table{
		width:100%;
		border-collapse: collapse;
	}

	.res-table th{
		width:100%;
		padding:7px 0 0 10px;
		display:block;
	}
	
	.res-table td{
		padding:4px 0 9px 10px;
		display:block;
		width:100%;
	}
	
	.sell {
		font-size: 14px;
	}
	
	.sell span {
    	font-size: 15px;
 	}

	.satei_text p {
		font-size: 92%;
	}


	.index_bottom_form1, .index_bottom_form2 {
		height: 36px;
	}	

	.index_bottom_form1 {
		width: 94%;
		font-size: 16px;
		padding: 0px 5px;
	}

	.index_bottom_form2{
		width: 94%;
		font-size: 16px;
		padding: 0px 5px;
	}

	.satei_text {
		width: 100%;
	}	

	.oshirase_right img {
		width: 100%;
		margin-right: 0%;
	}

	.index_bottom_sp{display:flex;}
	
	.index_bottom_sp_right{width:20%;}
	.index_bottom_sp_left{width:80%;}

	.satei_btn3 {
		font-size: 22px;
		margin: 14px 0 0;
	}
	/*index.htmlここまで*/	

	/*rand.htmlここから*/
	.sum {
		margin-bottom: 15px;
		flex-flow: column;
	}
	.sum1 {
		width: 100%;
	}
	
	.sum2 {
		width: 100%;
		margin-left: 0%;
	}
	
	.rand_more {
		flex-flow: column;
	}
	
	.rand_more1 {
		width: 100%;
	}
	
	.rand_more2 {
		width: 100%;
		margin:8px 0 0;
	}
	
	.rand_more2_1 {
		margin-bottom: 9px;
	}
	
	.rand_more1p {
		width:23%;
		float:left;
		font-weight: bold;
		font-size: 14px;
		letter-spacing: 2px;
		padding-top:5px;
		margin-right:2%
	}
	.rand_more2p {
		width: 75%;
		float:left;
		margin:5px 0 0;
		padding-left: 1rem;
		border-bottom: 1px dotted #ccc;
	}
	.bukken_tp{
		font-size: 130%;
		margin:10px 0;
		padding:10px;
	}
	/*rand.htmlここまで*/	

	/*sale.htmlここから*/
	.sale1 {
		letter-spacing: 2px;
		margin: 10px 0 0;
		text-indent: -1rem;
		padding-left: 1rem;
		font-size:15px;
	}
	
	.advice {
		width: 20%;
		margin: 11px 0 2px;
	}
	
	.sale_img {
		max-width:40%;
		margin-top:5px;
	}
	/*sale.htmlここまで*/	

	/*company.htmlここから*/
	
	.contact_table td img{
		width:90%;
		margin:0 5%;
	}

	/*company.htmlここまで*/

	/*contact.htmlここから*/
	.contact_up {
	    margin: 20px 0 0;
	}
	.contact_up img{
		width: 80%;
		margin: 10px 10%;
		float:left;
	}
	.contact_bottom {
		margin: 20px 0 0;
		flex-flow: column;
	}


	.contact_bottom1 {
		width: 70%;
		min-width: 280px;
		margin: 0 auto 15px;
		font-size: 22px;
		padding: 0;
	}
	.contact_bottom1:nth-of-type(3) {margin-right:auto;}



	table.contact_table {
		border-collapse: collapse;
		width: 100%;
		/* border:2px solid #f99c5a; */
	}

	table.contact_table tr {
		height: 60px;
	}

	table.contact_table th {
		width: 100%;
		display: block;
		padding:8px;
		border-right:1px solid #349;
		border-left:1px solid #349;
		border-bottom:1px dotted #349;
		background-color:#eaecf9;
		-moz-text-align-last:auto;
		text-align-last:auto;
	}
	
	table.contact_table td {
		width: 100%;
		border-right:1px solid #349;
		border-left:1px solid #349;
		padding: 10px;
		display: block;
	}	
	/*contact.htmlここまで*/

	/*performance.htmlここから*/
	.performance{
		flex-flow: wrap;
		margin-bottom:2px;
	}
	
	.performance div{
		width:47%;
		margin:0 1.5% 15px;
	}
	
	.performance p{line-height:1;}
	
	/*performance.htmlここまで*/

	/*support.htmlここから*/
	.support1{
		padding-left:1.5rem;
		margin:3px 0 15px;
	}
		
	.support2 {
		margin-bottom: 25px;
		flex-flow: column;
	}
		
	.support2_1{
		width:100%;
	}
	
	.support2_2{
		width:100%;
		margin-left:0;
	}
	
	#gallery1 ul li, #gallery2 ul li, #gallery3 ul li {
		width: 31%;
		margin: 0 1%;
	}
	
	#gallery1 span, #gallery2 span, #gallery3 span {
		display: inline-block;
		text-align: center;
		width: 100%;
		font-size: 12px;
	}
	
	#gallery1, #gallery2, #gallery3 {
		margin-top: 7px;
	}
	
	.support2_1p {
		margin: 5px 0 8px;
	}
	
	.support2_2 {
		margin-top: 7px;
	}
	/*support.htmlここまで*/

	/*speed.htmlここから*/
	.speed1 {
		flex-flow: column;
	}
	
	.speed1_1{
		width: 100%;
		text-indent: -1rem;
	}
	
	.speed1_2 {
		width: 100%;
		margin-left: 0%;
	}
	
	.speed1p {
		padding-left: 1rem;
		margin: 10px 0 0px;
	}
	
	.merit1 {
		flex-flow: column;
	}
	
	.merit1p {
		padding-left: 1rem;
	}

	.merit1_1 {
		width: 100%;
		text-indent: -1rem;
	}

	.merit1_2 {
		width: 100%;
	}

	.service0 {
		flex-flow: column;
	}
	
	.service1 {
		padding-left: 0rem;
	}
	
	.service01 {
		width: 100%;
	}

	.service1_1 {
		width: 100%;
		margin:14px 0 6px;
	}
	
	.service1_2 {
		padding: 0 6px;
	}
	
	.arrow {
		width: 12%;
		margin: 5px 44% 0;
	}

	.service02 {
		width: 100%;
	}

	/*speed.htmlここまで*/


	/*privacy.htmlここから*/
	.privacy0,.privacy1,.privacy2,.privacy3{
		font-size:14px;
	}
	
	.privacy0{
		font-size: 13px;
		margin-top:4px;
	}
	
	.privacy1 {
		text-indent: -1.7rem;
		padding-left:1.7rem;
	}
		
	.privacy2{
		font-size: 13px;
		text-indent: -2.5rem;
		padding-left: 2.3rem;
		margin:10px 0;
	}	
	
	.privacy3 {
		text-indent: -0.8rem;
	    padding-left: 1.2rem;
		margin: 10px 0;
	}
	/*privacy.htmlここまで*/

	/*buy.htmlここから*/
	.contact_toptxt {
		margin-top: 17px;
		padding-left: 1.3rem;
		font-size: 15px;
	}

	.midashi i, th i, form i {
		padding-left: 9px;
	}

	h3 {
		/* font-size: 15px; */
		text-indent: -1.3rem;
		padding-left: 1.6rem;
	}
	
	.sale_contact_time {
	    width: 13%;
	}
	/*buy.htmlここまで*/

	/*sale.htmlここから*/
	.h3_buy{
		font-size: 15px;
		text-indent: -1.3rem;
	    padding-left: 2rem;
	}
	/*sale.htmlここまで*/


}




