@charset "UTF-8";

/* =======================================
    DMページ
======================================= */
.dm-picture {
  margin-bottom: 0;
}

.page-dm h1 {
  color: #05b;
  font-size: clamp(24px,4vw,40px);
  margin-bottom: 24px;
}

.sp-img {
  display: block;
}

.bg-col1 {
  background: #ffd;
  padding: 3% 3% 0;
}

.maru {
  background: #ff0;
  display: inline-block;
  font-size: 30px;
  height:50px;
  width:50px;
  border-radius:50%;
  line-height:50px;
  text-align:center;
}

.jisseki h3 {
  background: #05b;
  border: none;
  color: #fff;
  text-align: center;
}

.dm-area th {
  background: #f5f5f5;
  text-align: center;
  width: 20%;
}
.dm-area ul {
  margin-bottom: 0;
}
.dm-area li {
  display: inline;
  padding: 0 2% 0 0;
}

/* ===チェック項目=== */
.checklist {
  background: #FCF9EF;
  border: 1px solid #ccc;
  box-shadow: 1px 2px 4px #ccc;
  padding: 12px 16px;
}
.checklist span {
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, #ff3 80%);
  color: #f22;
	font-size: clamp(18px,2.4vw,24px);
  font-weight: bold;
}
.checklist ul {
  margin: 0 0 0 clamp(32px,3.6vw,36px);
}
.checklist li {
  border-bottom: 1px dashed #ccc;
	font-size: clamp(18px,2.4vw,24px);
  padding: 1% 0;
  position: relative;
}
.checklist li::after {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: -1.5em;
  width: 16px;
  height: 6px;
  border-left: 4px solid #f22;
  border-bottom: 4px solid #f22;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* ===お問い合わせから契約までの流れ=== */
.flow h2 {
  background: none;
	font-size: clamp(20px,4vw,40px);
}

.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0 0 2%;
  overflow:hidden;
}
.step li{
  display:table-cell;
  font-weight: bold;
  position:relative;
  padding: 2% 0.5em 2% 2%;
  text-align: center;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-20px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 60px 0 60px 1em;
  z-index: 10;
}
.step li:after{
  top:-20px;
  right:-.8em;
  border-style: solid;
  border-width: 60px 0 60px 1em;
  z-index: 10;
}
.step li.flow01 {
  background: #c1e0ff;
}
.step li.flow01:after{
  border-color: transparent transparent transparent #c1e0ff;
}

.step li.flow02 {
  background: #b2d8ff;
}
.step li.flow02:after{
  border-color: transparent transparent transparent #b2d8ff;
}

.step li.flow03 {
  background: #a3d1ff;
}
.step li.flow03:after{
  border-color: transparent transparent transparent #a3d1ff;
}
/* =======================================
    解体業者向けページ
======================================= */
.kaitai-info > div {
  border: 3px solid #e27;
  border-radius: 8px;
  margin-bottom: 2%;
}
.kaitai-info > div > div {
  padding: 16px 24px;
}
.kaitai-info .ttl {
  background: #e27;
  color: #fff;
  display: block;
  font-size: clamp(20px,3.2vw,32px);
  font-weight: bold;
  padding: 1% 6%;
  text-align: center;
}
.kaitai-info .subttl {
  font-size: clamp(18px,2.4vw,24px);
  font-weight: bold;
  margin: 16px 0;
  text-align: center;
}
.kaitai-info p {
  margin: 0 0 1%;
}
.kaitai-info .tel, .kaitai-info .mail {
  display: block;
  font-weight: bold;
}
.kaitai-info .tel:before {
  content:url("../images/bg_tel_sp.png");
  position: relative;
}
.kaitai-info .tel {
  font-size: 30px;
}
.kaitai-info .mail {
  font-size: clamp(20px,2.4vw,24px);
}
/* =======================================
    メーカー営業向けページ
======================================= */
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 1% 3%;
  min-width: 120px;
  max-width: 100%;
  background: #f22;
  border-radius: 10px;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f22;
}
.balloon1 p {
  color: #fff;
  font-size: clamp(20px,2.4vw,24px);
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.deco02 {
  background: #EAF1F2;
  box-shadow: 1px 2px 3px #ccc;
	margin:1% 0;
  padding: 2%;
}
.deco02 span {
  font-weight: bold;
}
.deco02 ul {
	margin:1% 2% 2% 1.5em;
}
.deco02 li {
  border-bottom: 1px dashed #999;
  font-size: clamp(18px,2.4vw,24px);
  font-weight: bold;
	list-style: square;
  padding: 1% 0;
}

/* =Responsive Structure
----------------------------------------------- */
@media screen and (max-width: 640px) {
.sp-img {
  display: none;
}
.dm-area th {
  text-align: left;
  width: 100%;
}
}