@charset "utf-8";
h1 {
  margin: 20px 0;
  padding: 0;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #08B4CE;
}
h2 {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #fff;
}
h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #FFEA20;
}
h4 {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #08B4CE;
}
h5 {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #666;
}
/*　画像
------------------------------------------------------------*/
img.full {
  width: 100%;
}
img.eighty {
  width: 80%;
}


.main {
  padding: 0;
  line-height: 0;
}
.main_m {
  display: none;
}
.a01 {
  font-size: 12px;
	line-height: 1.2em;
}
.a02 {
  color: #275703;
  font-size: 24px;
}
.text_nom {
  margin: 0;
  padding: 0;
  text-align: center;
	font-size: 80px;
font-family: "Anton", sans-serif;
	line-height: 1.3em;
	color: #FFEA20;
}
.text01 {
  margin: 30px 0 0 0;
  padding: 5px 10px;
  text-align: justify;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}
.text02 {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: justify;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
	color: #fff;
}
.text03 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 0em;
	font-weight: 700;
	color: #fff;
}
.text04 {
  margin: 0;
  padding: 10px;
  text-align: justify;
  font-size: 20px;
  line-height: 1.5em;
	background: #fff;
	font-weight: 700;
}
.text05 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.3em;
}
.text06 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.3em;
}
.content1 {
  width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content2 {
  width: 80%;
  margin: 0 auto ;
	padding: 0;
}
.content3 {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.content4 {
  display: none;
}
.flex {
  display: flex;
}
/*　グリーティング
------------------------------------------------------------*/
#greeting {
	padding: 20px 0;
	margin: 0;
}

/*　ガイダンス
------------------------------------------------------------*/
#guidance00 {
  padding: 0;
	margin: 0;
	background: #666;
}
#guidance01 {
  padding: 50px 0;
	margin: 0;
	background: #11A8D8;
}
#guidance02 {
  padding: 50px 0;
	margin: 0;
	background: #8EA274;
}
#guidance03 {
  padding: 50px 0;
	margin: 0;
	background: #FE7743;
}
#guidance04 {
  padding: 50px 0;
	margin: 0;
	background: #7F8CAA;
}
/*　ドクター
------------------------------------------------------------*/
#doctor {
  padding: 30px 0;
	margin: 0;
	background: #F4F5D0;
}
.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
	border-radius: 16px;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}
.balloon2 {
	display: none;
}
/*　トピックス
------------------------------------------------------------*/
#blog {
  background-color: #fff;
  background-image: linear-gradient(#f5f3f1 30%, transparent 30%, transparent);
  background-size: 4px 4px;
 padding: 30px 0;
}
.news {
  margin-top: 50px;
  width: 25%;
  text-align: center;
}
img.topix {
  width: 200px;
  margin: 0 auto;
}
.multiple-items_m {
  display: none;
}
.slick-prev:before, .slick-next:before {
  content: "" !important;
}
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-next:before {
  background: url(../img/top/ar_r.png) !important;
  background-size: contain !important;
}
.slick-prev:before {
  background: url(../img/top/ar_l.png) !important;
  background-size: contain !important;
}
/*　ドクター
------------------------------------------------------------*/
#clinic {
  padding: 30px 0;
	margin: 0;
	background: #D2EBEC;
}
/*　リスト
------------------------------------------------------------*/
ul.block2 {
  margin: 50px 0 0 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
ul.block2 li {
  width: 48%;
  margin: 0 auto 30px auto;
  text-align: center;
}
ul.block3 {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
ul.block3 li {
  width: 31%;
  margin: 1% auto 1% auto;
  text-align: center;
	padding: 0;
}
ul.block2a {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
ul.block2a .gr_r {
  width: 70%;
  margin: 0;
  text-align: center;
	padding: 0 10px;
}
ul.block2a li.gr_l {
  width: 30%;
  margin: 0;
  text-align: center;
}
ul.block4 {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
ul.block4 li {
  width: 25%;
  margin: 0 auto;
  text-align: center;
}
/*　テーブル
------------------------------------------------------------*/
.hyo {
  width: 98%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 50px auto;
}
.hyo th {
  padding: 10px;
  font-weight: 400;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #675F5B;
	text-align: center;
	color: #fff;
}
.hyo td {
  padding: 10px;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
	text-align: left;
	background: #fff;
}
iframe {
  width: 100%;
  margin: 0;
}
/* -------------------------------------------------------------------
*  pc
* ------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	.main {
    margin: 80px 0 0 0;
  }
  .content1 {
    width: 90%;
  }
  .content2 {
    width: 90%;
  }
	.content3 {
    width: 80%;
  }
  /*　ラインアップ
------------------------------------------------------------*/
  img.lineup_pict01 {
    width: 96%;
  }
  img.brandlogo {
    width: 90%;
  }
	img.brand_others {
  width: 100%;
}
  /*　選ばれる理由
------------------------------------------------------------*/
  #chosen ul li {
    width: 25%;
    margin: 20px 0 0 0;
    text-align: center;
  }
  #chosen ul li img {
    width: 90%;
  }
  /*　買取方法
------------------------------------------------------------*/
  #buy ul li img {
    width: 90%;
  }
  /*　トピックス
------------------------------------------------------------*/
  img.topix {
    width: 90%;
  }
  /*　査定
------------------------------------------------------------*/
  img.kaitori {
    width: 100%;
  }
  img.freed {
    width: 96%;
  }
}
/* -------------------------------------------------------------------
*  ipad
* ------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
  .main {
    padding: 0;
  }
	h1, h2, h4, h5 {
  font-size: 32px;
}
	h3 {
  font-size: 18px;
}
	.text03 {
  font-size: 18px;
}
.content2 {
  width: 100%;
  margin: 0 auto ;
	padding: 0;
}
	.content3 {
    display: none;
  }
  .content4 {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
	.balloon2-right {
display: none;
}
	.balloon2 {
	display: block;
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
		border-radius: 16px;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
  /*　リスト
------------------------------------------------------------*/
ul.block2 li {
    width: 80%;
    margin: 0 auto;
	padding: 10px 0;
  }
  ul.block3 li {
    width: 80%;
    margin: 0 auto 30px auto;
  }
ul.block2a .gr_r {
  width: 80%;
    margin: 0 auto;
	padding: 10px 0;

}
ul.block2a li.gr_l {
  width: 80%;
    margin: 0 auto;
	padding: 20px 0;
}
}
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .main {
    display: none;
  }
  .main_m {
    display: block;
    padding: 20px 0 0 0;
    line-height: 0;
  }
  img.lineup_pict01 {
    width: 96%;
  }
  img.brandlogo {
    width: 90%;
  }
	img.brand_others {
  width: 96%;
}
	 img.freed {
    width: 96%;
  }
  #chosen ul li img {
    width: 90%;
  }
}