@charset "utf-8";
/* CSS Document */


.container {
	margin-top: 0;
}
h2.title {
	display:none;
}
#crumb {
	display:none;
}
h2.pagetitle {
	width: 100%;
	height:10vw;
	text-align:center;
	background:#29468a;
}
h2.pagetitle span {
	width: 100%;
	margin: auto;
	line-height: 10vw;
	font-size: 3.3vw;
	display: block;
	color:#FFF;
}
.pagemanu {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.pagemanu h2 {
	font-weight: bold;
	display: block;
	line-height: 6vw;
	overflow: hidden;
	position: relative;
	margin-bottom:1vw;
	border-bottom: double 4px #3e3a39;
	-webkit-box-shadow: 0px 2px #c9c9c9;
	        box-shadow: 0px 2px #c9c9c9;
	text-align:center;
	padding:2vw 0;
	font-size:3.8vw;
}
section.topbox {
	width:100%;
	overflow: hidden;
	padding-bottom:10vw;
	margin:auto;
}
.topphoto1 {
	background-image: url(../images/concept/photo-1.jpg);
	width: 100%;
	height: 62vw;
	text-align: left;
	position: relative;
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	margin-bottom:7vw;
}
.topphoto1 h3 {
	background-image: url(../images/concept/photo1-grade.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	height:24vw;
	background-size:contain;
}
.topphoto1 h3 span {
	padding-top:5.5vw;
	display: block;
	font-size:4.3vw;
	line-height: 6.5vw;	
	font-weight: bold;
	color: #333;
	background-image: url(../images/concept/photo1-line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
	margin:auto;
	width:80%;
	padding-bottom:2vw;
}
.topbox p {
    font-size: 3.6vw;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.7;
	width:90%;
	margin:auto;
}
.topbox div,
.topbox div:before,
.topbox div:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


/* 背景グレー説明（ポップアップと同じ内容）*/
section.boxpop {
	background:#E4EAEF;
	margin:0 auto 10vw;
	width:100%;
	overflow: hidden;
	padding-top:8vw;
	padding-bottom:0;
	margin:auto;
}
.boxpop .box_inr {
	margin:0 auto;
	width:90%;
	overflow: hidden;
	position:relative;
}
ul.multi_pop li {
	margin-bottom:8vw;
}
ul.multi_pop li img {
	padding-top:3vw;
	padding-bottom:2vw;
}
ul.multi_pop li p {
	font-size: 3.2vw;
	text-align: left;
	line-height: 1.7;
}
ul.multi_pop li p.telmail {
 	font-size: 3.2vw;
	text-align: center;
	line-height: 1.8;
}
ul.multi_pop li p.telmail a {
	  color: #364e96;
	  border: solid 1px #364e96;
	  padding: 0.5em;
	  border-radius: 0.5em;
	  display:block;
	  background-color:#fff;
	  margin-bottom:10px;
}
.boxpop h3 {
	font-size: 3.6vw;
	text-align: center;
	padding: 0.5em 0;
	border-top: solid 2px #325886;
	border-bottom: solid 2px #325886;
	margin-bottom:5vw;
  }


/*売りたい買いたい*/
.buyhbox {
	overflow: hidden;
	position: relative;
}
.buyhbox h2 {
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 4.3vw;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	color: #39418F;
	text-align:center;
}

/*売りたい*/

section.salebox1 {
	width:100%;
	overflow: hidden;
	padding-bottom:10vw;
	margin:auto;
}
.salebox1 .buyhbox p {
	font-size: 3.6vw;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.7;
	width:90%;
	margin:auto;
}
.salebox_inr {
	width:90%;
	margin:auto;
	padding-top:7vw;
}
.salebox1 h3 {
  border-bottom: solid 2px #999;
  position: relative;
  font-size:4vw;
	font-weight: bold;
	margin-bottom:3vw;
	line-height:2.0;
}
.salebox1 h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #5472cd;
  bottom: -2px;
  width: 20%;
}
p.systemtxt{	
	font-size: 3.6vw;
	text-align: left;
	line-height: 1.7;
	display: block;
	margin:0 auto 5vw;
}
.salebox_inr h4 {
	border: solid 2px #A7A7A7;
	font-size:3.8vw;
	line-height:1.7;
	font-weight: bold;
	color:#fff;
	background-color:#666;
	text-align:center;
	padding:2vw 5vw;
	width:90%;
	margin:0 auto 3vw;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.salebox_inr h5 {
	width:100%;
	text-align:center;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	padding:3vw 0 ;
	font-weight: bold;
}
.salebox_inr h5.green {
	background-color:#c7e3b0;
}
.salebox_inr h5.orange {
	background-color:#ffcda1;
}
.salebox_inr h5.pink {
	background-color:#ffc8d7;
}
.salebox_inr ul {
	position:relative;
	overflow:hidden;
	display:block;
	width: 90%;
	margin:0 auto 8vw;
}
.salebox_inr ul > li {
	width: 100%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	border:solid 2px #f6f6f6;
	margin-bottom:3vw;
}
.salebox_inr ul > li:last-child {
	margin-right:0;
}
.salebox_inr ul li p {
	padding:2vw;
	font-size: 3.5vw;
	text-align: left;
	line-height: 1.5;
}


