@charset "UTF-8";
/*=============================================================
request カタログ請求
=============================================================*/
#mainimg {
  background-image: url("../img/request/bg_mainimg01_sp.jpg");
}

/* forPC */
@media screen and (min-width: 600px) {
  #mainimg {
    background-image: url("../img/request/bg_mainimg01_pc.jpg");
  }
}

/*! #request .requestCatalog
============================================ */
.requestCatalog .txtArea {
  padding: 35px 25px 30px;
}

@media screen and (min-width: 600px) {
  .requestCatalog {
    margin: 40px auto 40px;
  }
  .requestCatalog .txtArea {
    width: 425px;
    padding: 0;
  }
}


.requestCont .notice {
  display: block;
  width: 880px;
  margin: 0 auto 60px;
  line-height: 2;
}

/*! #request .boxForm01
============================================ */
.boxForm01 table {
  display: block;
  width: 100%;
  border-bottom: solid 1px #ccc9c8;
}

.boxForm01 th, .boxForm01 td {
  display: block;
  padding: 12px 25px;
  border-top: solid 1px #ccc9c8;
}

.boxForm01 th {
  background: #f4f5f7;
  font-weight: 700;
  vertical-align: middle;
}

.boxForm01 th .must, .boxForm01 th .free {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 10px;
  background: #ccc;
  color: #fff;
  font-weight: normal;
  font-size: 17.6px;
  font-size: 1.1rem;
  vertical-align: middle;
}

.boxForm01 th .must {
  background: #f00;
}

.boxForm01 td {
  background: #eceef0;
}

.boxForm01 td.data01 {
  padding: 20px 25px;
  font-weight: 700;
}

.boxForm01 td.zip input {
  width: 40% !important;
}

.boxForm01 td.trigger .wpcf7-list-item {
  display: inline-block;
  padding: 0 15px 13px 0;
}

.boxForm01 input[type="text"], .boxForm01 input[type="tel"], .boxForm01 input[type="email"] {
  width: 95%;
  padding: 12px;
  background: #fff;
  font-size: 16px;
}

.boxForm01 textarea, .boxForm01 select {
  width: 95%;
  padding: 10px;
  background: #ff8c00;
  font-size: 10px;
}
.boxForm01 .boxAgree01 {
  padding: 25px;
  text-align: center;
}

.boxForm01 .boxBtns01 {
  padding: 0 33px;
}
.boxForm01 .byForm .note {
	padding: 10px 25px;
	margin-bottom: 30px;
	font-size: 17.6px;
	font-size: 1.1rem;
        line-height: 2;
	text-align: left;
}

/*! forPC !*/
@media screen and (min-width: 600px) {
  .boxForm01 {
    width: 880px;
    height:1500px;
    margin: 0 auto;
  }
  .boxForm01 table {
    display: table;
    width: 100%;
    border-bottom: solid 1px #ccc9c8;
  }
  .boxForm01 th, .boxForm01 td {
    display: table-cell;
    padding: 12px 25px;
    border-top: solid 1px #ccc9c8;
    font-size: 1.4rem;
  }
  .boxForm01 th {
    width: 30%;
    text-align: center;
  }
  .boxForm01 td {
    width: 70%;
  }
  .boxForm01 input[type="text"], .boxForm01 input[type="tel"], .boxForm01 input[type="email"] {
    font-size: 1.4rem;
  }
  .boxForm01 textarea, .boxForm01 select {
    font-size: 1.4rem;
  }
  .boxForm01 .boxAgree01 {
    padding: 35px 0 25px;
    font-size: 1.4rem;
  }
  .boxForm01 .boxBtns01 {
    padding: 0;
    text-align: center;
  }
  .boxForm01 .boxBtns01 button {
    display: inline-block;
    width: 240px;
  }
  .boxForm01 .byForm .note {
	margin-bottom: 43px;
	font-size: 1.1rem;
	text-align: left;
}
}
/*! #request .text
============================================ */
   .text .note {
  margin-bottom: 55px;
  padding: 0 30px;
  line-height: 1.3em;
  text-align: left;
  font-size: 9px;
  font-family: arial,ｍｓ ｐゴシック,ms pgothic,돋움,dotum,helvetica,sans-serif;
  letter-spacing: 0.15em;
}

/*! forPC !*/
@media screen and (min-width: 600px) {
  .text {
    width: 880px;
    height: 800px;
    margin: 0 auto;
    padding-top: 50px;
  }
   .text .note {
   margin-top: 100px;
   text-align: left;
   font-size: 1.1rem;
  }
}
.frame {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  height:1700px;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}
@media screen and (min-width: 600px) {
	.frame {
		height:1300px;
	}
}
/*# sourceMappingURL=maps/request.css.map */
