@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	CONTENTS
	========================================================================== */

.commitment-list__tit {
  color: var(--color01);
  font-size: clamp(1.7rem,2.375vw,2rem);
  margin-bottom: 20px;
}
.commitment-list__item p:last-child {
  margin-bottom: 0;
}
.outline {
  display: flex;
  padding: 20px;
}
.outline:nth-child(odd) {
  background-color: var(--color03);
}
.outline__tit {
  width: 150px;
  font-weight: bold;
}
.outline__txt {
  flex: 1;
}
.map iframe {
  width: 100%;
  height: 500px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.commitment-list__item {
  margin-bottom: 30px;
}
.outline {
  display: block;
  padding: 15px;
}
.outline__tit {
  width: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
.map iframe {
  width: 100%;
  height: 350px;
  border: 0;
}

}

