/* ------基本設定------------------------------------------------------------ */
.top {
  margin: 0 auto ;
	overflow: hidden;
  background: #008ed8;
}
.index {
  background: url(/big-order/images/bg.png);
  padding-top: 7rem;
}
.index .title {
  text-align: center;
}
.index section {
	margin-bottom: 8rem;
}
.tbnr {
  margin: -2rem 0 10rem;
  border-radius: 0;
  padding: 5rem;
	background: #a0dfff;
}
section.bg-gray {
	padding-top: 0;
	border-radius: 0;
	background: #a0dfff;
}
@media (min-width: 768px) {
	.index section:first-child {
	  /*: url(/common_img/index/bg-about.png);
	  background-size: cover !important;*/
	}
	.index section {
    margin-bottom: 7rem;
	}
}
.campaign a {
  text-decoration: underline;
}

.modeltitle {
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    color: #11436e;
}

/* ------ボタン------------------------------------------------------------ */
.wrap-btn {
	margin: 0 auto;
}
.button {
	border-radius: 5px;
  padding: 15px 25px 15px 35px;
  display: inline-block;
  position: relative;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #008ed8;
  -webkit-transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  min-width: 102px;
  font-weight: bold;
}
.button:after {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -6px;
}
.app .button {
	font-weight: bold;
	background-color: #ff0;
	color: #000 !important;
  text-shadow: 0 0 black;
}
.app .button:after {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #000;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -6px;
}
.wrap-btn.model .button {
	width: 260px;
  margin: 0 1rem 3rem;
  padding: 30px 25px 30px 35px;
  font-size: 1.7rem;
}
.wrap-btn.model .button:hover {
	background-color: #50bbf3;
	color: #fff !important;
	text-indent: 0;
}
/* ------tsite------------------------------------------------------------ */
.tsite div {
	width: 90%;
	margin: auto;
}
.tsite img {
	border: 4px solid #152246;
	margin: 0 auto;
}
/* ------買取方法------------------------------------------------------------ */
.kaitori p {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
.campaign .kaitori {
  padding: 0 0 15px;
}
.howto .kaitori .button {
	padding: 1rem 1rem 1rem 2rem;
  font-size: 3rem;
  width: 215px;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-weight: bold;
}
.howto .kaitori .button:hover {
}
.index .kaitori {
	background-color: inherit !important;
	margin-bottom: 0;
}
.websearch {
	width: 309px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 2rem;
  font-weight: bold;
}
.howto .row {
  max-width: 1000px;
  margin: auto;
}
/* ------キャンペーン概要------------------------------------------------------------ */

.campaign .subtitle {
	border-radius: 4px;
  padding: 10px 40px;
  display: inline-block !important;
  text-shadow: none;
  background: #fff;
}

/* ------ご注意点------------------------------------------------------------ */
.campaign ul {
	display: inline-block;
  margin: 0 auto;
  border: 2px solid #013d6e;
  padding: 20px 20px 15px 40px;
  background: #fff;
  border-radius: 15px;
}
.campaign ul li {
	list-style: disc;
	margin-bottom: 10px;
}

/* ------公式アプリ------------------------------------------------------------ */

.app img {
	display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
	.app img {
	    margin: 0 10px 10px;
	}
}


@media (max-width: 767px) {

	.bg {
		background-color: #1b254a;
    height: inherit;
	}
	.index {
		font-size: 90%;
    background-size: 30px;
	}
  .text .wrap {
    width: 85%;
    margin: auto;
    text-align: left;
  }
  .text ul {
    width: 90%;
  }
	.campaign .attention ul {
		padding:0 10px 0 20px;
	}
  .howto .row {
    max-width: 350px;
  }
  .websearch {
    width: 240px;
    height: 72px;
    font-size: 2rem;
  }
  .subtitle2 {
    width: 300px;
    margin: auto;
  }
	.howto .kaitori .button {
    font-size: 2.4rem !important;
    width: inherit !important;
		max-width: 145px !important;
    height: 100px !important;
	}
	.howto .row {
    max-width: 350px;
	}
	.howto .mbtm10.text {
    margin-left: -5px;
    margin-right: -5px;
	}
}
@media (max-width: 580px) {
	.index {
	  font-size: 90%;
	}

	.wrap-btn.model {
    margin: 3rem auto 0;
	}
	.wrap-btn.model .button {
		width: 80%;
    padding: 4vw 25px 4vw 30px;
    font-size: 1.9rem;
	}
	.wrap-btn.model .button:hover {
		padding: 4vw 25px 4vw 30px;
	}
	.kaitori .button {
		font-size: 2.4rem !important;
    width: 150px !important;
    height: 100px !important;
	}
}
