@charset "utf-8";
/* CSS Document */
/*コンテンツトップ指定*/
.container {
	margin-top: 2px;
}
nav ul li {
	padding-right: 30px;
}
nav ul li:last-child {
	padding-right: 0;
}
h2.title {
	text-align: left;
	margin: auto;
	width: calc(100% - 30px);
	height:47px;
	max-width:1000px;
	overflow: hidden;
	position: relative;
	padding-top:130px;
}
#crumb {
	margin: auto;
	width: calc(100% - 30px);
	overflow: hidden;
	position: relative;
	max-width:1000px;
}
#crumb ol {
}
#crumb ol li {
	display: inline-block;
	max-height: 99999px;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 55px;
}
#crumb ol li::after {
    display: inline-block;
    content: ">";
    margin: 0 8px;
}
#crumb ol li:last-child::after {
    content: "";
}


/*ページタイトル　コンセプト以外*/

h2.pagetitle {
	width: 100%;
	height:35px;
}
h2.pagetitle span {
	width: 100%;
	margin: auto;
	max-width: 1000px;
	line-height: 35px;
	font-size: 18px;
	display: block;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px #e8e9ef;
	border-bottom: solid 1px #e8e9ef;
	box-sizing: border-box;
	color: #333;
}
/*IE11文字後の余白回避*/
@media all and (-ms-high-contrast:none) {
	h2.pagetitle span {
		line-height: 25px;
		padding-top:7px;
		padding-bottom:3px;
	}
}

/*共通設定トップ*/
section.topbox {
	margin:0 auto 60px;
	width:100%;
	max-width:1000px;
	overflow: hidden;
}


/*コンセプトトップ*/
.topphoto1 {
	background-image: url(../images/concept/photo-1.jpg);
	width: 100%;
	height: 62vw;
	text-align: left;
	position: relative;
	max-width: 1000px;
	max-height: 620px;
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	margin-bottom:60px;
	overflow:hidden;
}
.topphoto1 h2 {
	position:absolute;
	z-index:10;
	top:0;
	display:block;
	font-size:19px;
	line-height:50px;
	text-align:center;
	width:100%;
	padding-top:30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	color:#141e7c;
}
.topphoto1 h3 {
	background-image: url(../images/concept/photo1-grade.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	height:24vw;
	max-height:205px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.topphoto1 h3 span {
	padding-top:75px;
	display: block;
	font-size: 30px;
	line-height: 75px;
	font-weight: bold;
	color: #333;
	background-image: url(../images/concept/photo1-line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
}

@media screen and (max-width: 875px) {
	.topphoto1 h3 span {
		font-size:3.4vw;
		line-height: 8.5vw;	
	}
}

.topbox div,
.topbox div:before,
.topbox div:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topbox img {
	width:100%;
}
.topbox p {
	font-size: 15px;
	text-align: left;
	line-height: 1.7;
	display: block;
	margin:0 30px;
}
@media screen and (max-width: 1010px) {
	nav ul li {
		padding-right: 10px;
	}
}


/* 背景グレー説明（ポップアップと同じ内容）*/

section.boxpop {
	margin:0 auto;
	width:100%;
	overflow: hidden;
	background:#E4EAEF;
	padding-bottom:60px;
}
.boxpop .box_inr {
	margin:0 auto;
	width:94%;
	max-width:940px;
	overflow: hidden;
	position:relative;
	padding:40px 0;
}
ul.multi_pop {
	width:100%;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	overflow: hidden;
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
ul.multi_pop li {
	width:47%;
	margin-right:6%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
ul.multi_pop li:last-child {
	margin-right:0;
}
.boxpop img {
	width:100%;
}
ul.multi_pop li img {
	padding-top:25px;
	padding-bottom:15px;
}
ul.multi_pop li p {
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
}
ul.multi_pop li p.telmail {
 	 font-size: 15px;
	text-align: center;
	line-height: 1.8;
}
ul.multi_pop li p.telmail span,
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: 17px;
	text-align: center;
	padding: 0.5em 0;
	border-top: solid 2px #325886;
	border-bottom: solid 2px #325886;
	margin-bottom:20px;
  }
  
/*IE11文字後の余白回避*/
@media all and (-ms-high-contrast:none) {
	.boxpop h3 {
		padding-top:5px;
		padding-bottom:0;
	}
}

@media screen and (max-width: 875px) {
	.boxpop h3 {
	font-size: 2.2vw;
	}

}

/*売りたい買いたい*/

.buyhbox {
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.buyhbox.borderline {
	border-bottom:solid 2px #999;
	padding-bottom:40px;
}
.buyhbox .topphoto_buysale {
	margin:0 auto 50px;
	width:55%;
}
.buyhbox h2 {
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 2.0;
	text-indent: -40px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	padding-left:60px;
	color: #39418F;
}
.topbox .buyhbox p {
	padding-top:20px;
	margin-bottom:40px;
}

/*売りたい*/

section.salebox1 {
	margin:0 auto 60px;
	width:100%;
	max-width:1000px;
	overflow: hidden;
}
.salebox1 .buyhbox p {
	padding-top:20px;
	font-size: 15px;
	text-align: left;
	line-height: 1.7;
	display: block;
	margin:0 30px 40px;
}
.salebox_inr {
	margin:0 30px;
}
.salebox1 h3 {
  border-bottom: solid 2px #999;
  position: relative;
  font-size:16px;
	font-weight: bold;
	margin-bottom:15px;
	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: 14px;
	text-align: left;
	line-height: 1.7;
	display: block;
	margin:0 auto 40px;
}
.salebox_inr h4 {
	border: solid 2px #A7A7A7;
	font-size:16px;
	line-height:2.0;
	font-weight: bold;
	color:#fff;
	background-color:#666;
	text-align:center;
	padding:5px 10px;
	width:60%;
	min-width:530px;
	margin:0 auto 30px;
	-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:30px 0 30px;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin-bottom:50px;
}
.salebox_inr ul > li {
	width: 32%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	margin-right:2%;
	padding:2px;
	border:solid 2px #f6f6f6;
}
.salebox_inr ul > li:last-child {
	margin-right:0;
}
.salebox_inr ul li p {
	padding:20px;
	font-size: 13px;
	text-align: left;
	line-height: 1.5;

}

