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

.nav-treatment a {
	background-color: #fdf6d0;
}

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

.img-txt {
  overflow: hidden;
  margin-bottom: 80px;
}
.img-txt .img {
  width: 50%;
}
.img-txt .txt {
  width: 45%;
}

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

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

}


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

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

.img-txt {
  margin-bottom: 60px;
}
.img-txt .img {
  display: block;
  float: none;
  width: 70%;
  margin: 0 auto;
}
.img-txt .txt {
  float: none;
  width: 100%;
  margin-bottom: 40px;
}

}

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

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

.img-txt {
  margin-bottom: 40px;
}
.img-txt .img {
  width: 100%;
}
.img-txt .txt {
  margin-bottom: 30px;
}

}

