@charset "UTF-8";

/* メールフォーム共通 */
div#contact {
  max-width: 100%;
  background-color: white;
  margin: 0 0 5px 0;/* 上、左、下、右 */
  padding: 5px 15px 5px 10px;/* 上、左、下、右 */
  overflow: hidden;
}
div#contact article img {
  width: 100%;
}
div#contact article {
  padding: 0 0 0 5px;/* 上、左、下、右 */
}
div#contact article p {
  padding: 0 0 0 5px;/* 上、左、下、右 */
}
div#contact article h2 {
  padding: 0 0 0 5px;/* 上、左、下、右 */
  background: url(img/line_01.gif) repeat-x top;
}
div#contact dt {
  margin: 10px 0 2px 0;/* 上、左、下、右 */
  padding: 0 0 2px 15px;/* 上、左、下、右 */
  background: url(img/icn_m.gif) no-repeat center left;
}
div#contact dd {
  padding: 0 0 0 10px;/* 上、左、下、右 */
}
div#contact dl {
  padding: 0 0 20px 0;/* 上、左、下、右 */
}
.tdl-layout {
  width: 100%;
  margin: 0 auto;
  border-bottom:none;
  background-color: #fff;
}
.tdl-layout dt {
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 0 15px;/* 上、左、下、右 */
  background: url(img/icn_m.gif) no-repeat center left;
}
.tdl-layout dd {
  font-size: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}
.tdl-layout dd textarea {
  width: 100%;
}
.tdl-layout .w300 {
  font-size:12px;
  width: 100%;
  height: 24px;
}
.tdl-layout .w70 {
  font-size:12px;
  width: 55px;
  height: 24px;
}
.tdl-layout bdchange {
  border-bottom: none;
}
p.btn {
  padding: 10px 0;
  text-align: center;
}
p.btn input {
  width: 198px;
}

.wrapperg {
  width: auto;
  height: auto;
}

.wrapperg2 {
  width: auto;
  height: auto;
}

.wrapper img {
  width: 40%;
  height: auto;
}

.wrapper2 img {
  width: 40%;
  height: auto;
}

.wrapper3 img {
  width: 40%;
  height: auto;
}

.logo {
  width: 200px;
}

.footer {
  width: 100%;
}

}

/* スマホ用CSS */

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

.wrapper img {
  width: 40%;
  height: auto;
}

}
