@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700");
@import url("//fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700");
@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}
img {
  vertical-align: baseline;
}
#contents div, #contents pre, #contents p, #contents blockquote, #contents form, #contents fieldset, #contents input, #contents textarea, #contents select, #contents option, #contents dl, #contents dt, #contents dd, #contents ul, #contents ol, #contents li, #contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents table, #contents th, #contents td, #contents embed, #contents object {
  vertical-align: inherit;
}
body #contents {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif, sans-serif;
}
/*-------mainV-------*/
.usedfair #contents #mainV {
  display: table;
  width: 100%;
  height: 360px;
  background: url(../images/bg_main.jpg) no-repeat;
  background-size: cover;
  background-position: left center;
  /*margin-bottom: 80px;*/
}
.usedfair #contents #mainV h1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  font-size: 42px;
  color: #fff;
}
.usedfair #contents .mainTxt {
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 80px;
}
/*-------YouTube-------*/
#contents .youtubeWrap {
	width:100%;
	margin: 0px auto 50px;
	padding: 50px 0;
	background-color: #eaeced;
}
#contents .youtubeBox {
	width:1000px;
	/*margin: 0px auto 30px;*/
	margin: 0px auto;
}
#contents .youtubeBox .youtube{
  position:relative;
  width:100%;
  height: 0;
  padding-top:56.25%;
}
#contents .youtubeBox .youtube iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
/*-------event-------*/
.usedfair #contents .event {
  width: 1200px;
  margin: 0 auto 30px;
}
.usedfair #contents .event h2 {
  font-size: 150%;
  font-weight: bold;
  color: #333f48;
  margin-bottom: 15px;
}
.usedfair #contents .event .dayBox {
  width: 460px;
  float: left;
}
.usedfair #contents .event .dayBox .day {
  margin-bottom: 30px;
}
.usedfair #contents .event .dayBox p {
  margin-bottom: 20px;
}
.usedfair #contents .event .dayBox p span {
  font-size: 120%;
}
.usedfair #contents .event .dayBox h3 {
  font-weight: bold;
  color: #00a7ac;
  margin-bottom: 10px;
}
.usedfair #contents .event .dayBox .gmap {
  width: 60%;
  margin-bottom: 30px;
}
.usedfair #contents .event .dayBox a {
  border-radius: 20px;
}
.usedfair #contents .event .access {
  width: 740px;
  float: left;
}
.usedfair #contents .event .access img {
  width: 100%;
}
.usedfair #contents .event p.note {
  padding: 15px;
  border: 4px solid #00a7ac;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #00a7ac;
}
/*-------reception-------*/
.usedfair #contents .reception {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 50px;
}

.usedfair #contents .reception ol li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.usedfair #contents .reception .receptionRow {
	display: flex;
	flex-wrap: wrap;
}

.usedfair #contents .reception .receptionRow .receptionFlow {
	width: 50%;
}

.usedfair #contents .reception .receptionRow .qrcode {
	width: 25%;
	text-align: center;
}

.usedfair #contents .reception .receptionRow .qrcode img{
	display: block;
	margin: 0 auto;
}

.usedfair #contents .reception .receptionRow .novelty {
	width: 25%;
	text-align: center;
}

.usedfair #contents .reception .receptionRow .novelty img{
	display: block;
	margin: 0 auto 15px;
}

.usedfair #contents .reception .receptionRow .novelty span {
	font-weight: bold;
	color: #00a7ac;
}

/*-------application-------*/
.usedfair #contents .application {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 50px;
}

.usedfair #contents .application ol li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em
}

.usedfair #contents .application .applicationRow {
	display: flex;
	flex-wrap: wrap;
}
.usedfair #contents .application .applicationRow .applicationColumn {
	width: 50%;
}

.usedfair #contents .application .applicationBox {
	border: solid 2px #00a7ac;
    border-radius: 10px;
    padding: 20px;
    font-weight: bold;
    font-size: 110%;
    line-height: 2;
    width: 80%;
    margin-top: 15px;
}

/*-------COVID-19-------*/
.usedfair #contents .COVID-19 {
  width: 1200px;
  margin: 0 auto 50px;
}

.usedfair #contents .COVID-19 .covidRow {
	/*display: flex;
	flex-wrap: wrap;
	align-items: center;*/
}
.usedfair #contents .COVID-19 .covidNote {
	width: 880px;
	margin: auto;
}
.usedfair #contents .COVID-19 .covidNote img{
	width: 100%;
}
/*.usedfair #contents .COVID-19 .cocoaInstall {
	width: 35%;
	padding: 0 15px;
	box-sizing: border-box;
}

.usedfair #contents .COVID-19 .cocoaInstall .cocoaInstallBox {
    border: solid 2px #f08300;
    border-radius: 10px;
    padding: 15px;
	background-color: #fffeee;
}

.usedfair #contents .COVID-19 .cocoaInstall .cocoaInstallBox h3 {
	color: #f08300;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.usedfair #contents .COVID-19 .cocoaInstall .cocoaInstallBox h4 {
	font-size: 16px;
    margin-bottom: 5px;
}

.usedfair #contents .COVID-19 .cocoaInstall .cocoaInstallBox ul {
	display: flex;
	flex-wrap: wrap;
}

.usedfair #contents .COVID-19 .cocoaInstall .cocoaInstallBox ul li {
	width: 50%;
	text-align: center;
	font-weight: bold;
}

.usedfair #contents .COVID-19 .cocoaInstall .cocoaInstallBox ul li img {
    width: 100px;
    margin-top: 5px;
	margin-bottom: 0;
}*/

.usedfair #contents .COVID-19 img {
  margin-bottom: 40px;
}
/*-------category-------*/
.usedfair #contents nav.category {
  width: 100%;
  background: #eaeced;
  text-align: center;
  padding: 50px 0;
}
.usedfair #contents nav.category h2 {
  font-size: 200%;
  line-height: 1;
  color: #333f48;
  margin-bottom: 10px;
}
.usedfair #contents nav.category div {
  width: 1000px;
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
  background: #333f48;
}

.usedfair #contents .btn_list {
	margin-bottom: 40px;
	text-align: center;
	background: #eaeced;
	padding-bottom: 50px;
	text-align: center;
}
.usedfair #contents .btn_list a {
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 120%;
	font-weight: bold;
	background-color: #00a7ac;
	text-decoration: none;
	color: #fff;
	border-radius: 30px;
	opacity: 1.0;
	transition: all 0.1s;
}
.usedfair #contents .btn_list a:hover {
	opacity: 0.8;
}
.usedfair #contents .btn_list__inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.usedfair #contents .btn_list__inner {
		width: 100%;
	}
}
.usedfair #contents .btn_list__grid {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.usedfair #contents .btn_list__grid {
		display: block;
		padding: 0 15px;
	}
}

.usedfair #contents .btn_list__grid a {
	width: 49%;
}
@media screen and (max-width: 767px) {
	.usedfair #contents .btn_list__grid a {
		width: 100%;
	}
	.usedfair #contents .btn_list__grid a:first-child {
		margin-bottom: 30px;
	}	
}

/* 出展機種掲載用
.usedfair #contents nav.category p {
  margin-bottom: 30px;
}
*/
.usedfair #contents nav.category p {
  margin-bottom: 15px;
  font-size: 18px;
}
.usedfair #contents nav.category div a {
  display: block;
  width: 194px;
  float: left;
  margin-right: 5px;
  color: #333f48;
  background-color: #def5f6;
}
.usedfair #contents nav.category div a:last-child {
  margin-right: 0;
}
.usedfair #contents nav.category div a .imgBox {
  display: block;
  width: 100%;
  height: 150px;
  background-color: #fff;
  background-image: url(../images/nav_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.usedfair #contents nav.category div a .cateMane {
  display: block;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  font-weight: bold;
}
.usedfair #contents nav.category div a:link {
  text-decoration: none;
}
.usedfair #contents nav.category div a:hover {
  color: #fff;
  background: #00a7ac;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.usedfair #contents nav.category div a.mini .imgBox {
  background-image: url(../images/nav_01.jpg);
}
.usedfair #contents nav.category div a.shovel_01 .imgBox {
  background-image: url(../images/nav_02.jpg);
}
.usedfair #contents nav.category div a.shovel_02 .imgBox {
  background-image: url(../images/nav_03.jpg);
}
.usedfair #contents nav.category div a.shovel_03 .imgBox {
  background-image: url(../images/nav_04.jpg);
}
.usedfair #contents nav.category div a.bomag .imgBox {
  background-image: url(../images/nav_05.jpg);
}
.usedfair #contents nav.category div a.premiumMachine .imgBox {
  background-image: url(../images/nav_premium.jpg);
}
.usedfair #contents nav.category div a.etc .imgBox {
  background-image: url(../images/nav_06.jpg);
}
/*-------table-------*/
.usedfair #contents .lineup {
  width: 1200px;
  margin: 0 auto 60px;
}
.usedfair #contents .lineup h2 {
  width: 100%;
  background: #333f48;
  font-size: 135%;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.usedfair #contents .lineup table {
  width: 100%;
  border-collapse: collapse;
  border: solid 3px #333f48;
  text-align: center;
  vertical-align: middle;
}
.usedfair #contents .lineup table th, .usedfair #contents .lineup table td {
  border: solid 1px #333f48;
  padding: 10px 15px;
}
.usedfair #contents .lineup table th {
  background: #eaeced;
}
.usedfair #contents .lineup table td img {
  width: 120px;
  height: auto;
}
.usedfair #contents .lineup table td.model {
  font-size: 130%;
}
.usedfair #contents .lineup table td.model span {
  font-size: 70%;
}
.usedfair #contents .lineup table td.model a {
  color: #00a7ac;
  text-decoration: underline;
}
.usedfair #contents .lineup table td.model a:hover {
  text-decoration: none;
}
.usedfair #contents .lineup table td a.popup-iframe:hover {
  opacity: 0.5;
}
.usedfair #contents .lineup table td a.popup-iframe {
  display: block;
  position: relative;
}
.usedfair #contents .lineup table td a.popup-iframe::before {
  content: "";
  display: block;
  width: 50px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url("../images/ico_play.png");
  background-size: cover;
}
.usedfair #contents .lineup table td.pdf a {
  display: block;
  background: #00a7ac;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}
.usedfair #contents .lineup table td.pdf a:link {
  text-decoration: none;
}
.usedfair #contents .lineup table td.pdf a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.usedfair #contents .lineup table th:nth-child(1+2){
	width: 30%;
}
.usedfair #contents .lineup table th:nth-child(3+9){
	width: 8%;
}
.usedfair #contents .lineup table th:nth-child(10){
	width: 14%;
}

/*-------premium-------*/
.usedfair #contents .premium {
  width: 1200px;
  margin: 0 auto 50px;
}
.usedfair #contents .premium h3 {
  font-size: 120%;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333f48;
}
.usedfair #contents .premium h4 {
  margin-bottom: 10px;
}
.usedfair #contents .premium h5 {
  margin-bottom: 10px;
  color: #00a7ac;
}
.usedfair #contents .premium dl {
  margin-bottom: 20px;
}
.usedfair #contents .premium dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.usedfair #contents .premium dl dd {
  margin-left: 1em;
}
.usedfair #contents .premium dl dd p {
  margin-bottom: 10px;
}
.usedfair #contents .premium ol {
  margin-bottom: 10px;
  margin-left: 2em;
  margin-top: 10px;
}
.usedfair #contents .premium ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
.usedfair #contents .premium ol li:before {
  display: marker;
  content: "("counter(cnt) ") ";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}
/*-------Parts-------*/
.usedfair #contents .headerBg{
  background-color: #00a7ac;
  color: #fff;
  font-size: 24px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.usedfair #contents .headerColor{
  font-size: 18px;
  color: #00a7ac;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  body #contents {
    font-size: 90%;
  }
  /*-------mainV（SP）-------*/
  .usedfair #contents #mainV {
    height: 200px;
    margin-bottom: 25px;
  }
  .usedfair #contents #mainV h1 {
    font-size: 24px;
  }
  .usedfair #contents .mainTxt {
    margin-bottom: 40px;
  }
  /*-------YouTube-------*/
  #contents .youtubeWrap {
      width:100%;
      margin: 0px auto 30px;
      padding: 0;
      background-color: #eaeced;
  }
  #contents .youtubeBox {
      width:100%;
      margin: 0px auto;
	  padding: 15px;
	  box-sizing: border-box;
  }
  /*-------event（SP）-------*/
  .usedfair #contents .event {
    width: 90%;
    margin: 0 auto 30px;
  }
  .usedfair #contents .event .dayBox {
    width: 100%;
    float: none;
  }
  .usedfair #contents .event h2 {
    font-size: 120%;
    margin-bottom: 8px;
    color: #00a7ac;
  }
  .usedfair #contents .event .dayBox .day {
    margin-bottom: 20px;
  }
  .usedfair #contents .event .dayBox .gmap {
    width: 100%;
  }
  .usedfair #contents .event .access {
    width: 100%;
    float: none;
  }

  /*-------reception（SP）-------*/
  .usedfair #contents .reception {
	  padding: 0 15px;
	  box-sizing: border-box;
  }
  .usedfair #contents .reception .receptionRow .receptionFlow {
	  width: 100%;
	  margin-bottom: 20px;
  }
  .usedfair #contents .reception .receptionRow .qrcode {
	  width: 50%;
  }
  .usedfair #contents .reception .receptionRow .qrcode img {
	  width: 150px;
  }
  .usedfair #contents .reception .receptionRow .novelty {
	  width: 50%;
  }
  .usedfair #contents .reception .receptionRow .novelty img {
	  width: 150px;
  }
  .usedfair #contents .reception .receptionRow .novelty br {
	  display: none;
  }
  .usedfair #contents .reception .receptionRow .novelty small {
	  display: block;
  }
  /*-------application（SP）-------*/
  .usedfair #contents .application {
	  padding: 0 15px;
	  box-sizing: border-box;
  }
  .usedfair #contents .application .applicationRow .applicationColumn {
	  width: 100%;
  }
  .usedfair #contents .application .applicationBox {
	  width: 100%;
	  box-sizing: border-box;
  }
  /*-------COVID-19（SP）-------*/
  .usedfair #contents .COVID-19 {
    width: 100%;
    margin: 0 auto 30px;
	padding: 0 15px;
	box-sizing: border-box;
    /*padding: 30px 0;*/
    /*background: #eaeced;*/
  }
  .usedfair #contents .COVID-19 .covidNote {
    width: 100%;
  }
  .usedfair #contents .COVID-19 .cocoaInstall {
	width: 100%;
	padding: 0;
  }
  .usedfair #contents .COVID-19 .cocoaInstall .cocoaInstallBox ul{
	display: none;
  }
  .usedfair #contents .COVID-19 .COVID-19_SP {
    width: 90%;
    margin: 0 auto;
  }
  .usedfair #contents .COVID-19 img {
    margin-bottom: 30px;
  }
  .usedfair #contents .COVID-19 .COVID-19_SP h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .usedfair #contents .COVID-19 .COVID-19_SP h4 {
    text-align: center;
    margin-bottom: 15px;
    color: #00a7ac;
    font-size: 90%;
  }
  /*-------category（SP）-------*/
  .usedfair #contents nav.category {
    padding: 30px 0 50px;
    /*margin-bottom: 30px;*/
  }
  .usedfair #contents nav.category h2 {
    font-size: 160%;
    margin-bottom: 8px;
  }
  .usedfair #contents nav.category p {
    margin-bottom: 20px;
    font-size: 90%;
  }
  .usedfair #contents nav.category div {
    width: 100%;
    font-size: 85%;
    padding: 2%;
  }
/*----カテゴリ6つ用
  .usedfair #contents nav.category div a {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 6px;
  }
*/
/*----カテゴリ6つ用	
  .usedfair #contents nav.category div a:nth-child(3n) {
    margin-right: 0;
  }
*/
	
  .usedfair #contents nav.category div a:nth-child(4), .usedfair #contents nav.category div a:nth-child(5), .usedfair #contents nav.category div a:nth-child(6) {
    margin-bottom: 0;
  }
  .usedfair #contents nav.category div a .imgBox {
    height: 100px;
  }
  .usedfair #contents nav.category div a .cateMane {
    padding: 10px;
    height: 36px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
  }	
  .usedfair #contents nav.category div a:nth-child(1), .usedfair #contents nav.category div a:nth-child(5), .usedfair #contents nav.category div a:nth-child(6) {
    line-height: 36px;
  }

/*----カテゴリ4つ用---*/	
  .usedfair #contents nav.category div a {
    width: 33%;
    margin-right: 0.5%;
    margin-bottom: 6px;
  }
  .usedfair #contents nav.category div a:nth-child(3) {
    margin-right: 0;
  }	
  .usedfair #contents nav.category div a .cateMane {
    padding: 5px;
  }	
	
	
  /*-------table（SP）-------*/
  .usedfair #contents .lineup {
    width: 90%;
    margin: 0 auto 30px;
  }
  .usedfair #contents .lineup h2 {
    font-size: 100%;
    padding: 12px;
    margin-bottom: 15px;
  }
  .usedfair #contents .lineup .responsive_table::before {
    content: "※下記の表は横にスクロールしてご確認いただけます";
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
  }
  .usedfair #contents .lineup .responsive_table {
    font-size: 85%;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 5px;
    overflow: scroll;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .usedfair #contents .lineup table td img {
    width: 90px;
    height: auto;
  }
  /*-------premium-------*/
  .usedfair #contents .premium {
    width: 90%;
    margin: 0 auto 30px;
  }
  .usedfair #contents .premium ol {
    font-size: 90%;
  }
  /*-------Parts-------*/
  .usedfair #contents .headerBg{
    font-size: 18px;
  }
  .usedfair #contents .headerColor{
    font-size: 16px;
  }
}
