@charset "utf-8";
/*///////////////////////////////////////////////////////////////////////////

	ご注文依頼フォーム 入力画面
	mailform/form05/input.html

///////////////////////////////////////////////////////////////////////////*/
::placeholder {
  color: #aaa;
}
/* ====================================================
  商品紹介
====================================================*/
.product-detail {
  margin-top: 30px;
}
.product-detail-intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.intro_img {
  border: 1px solid #ccc;
}
.intro-right {
  width: 350px;
}
.intro_hd {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
.intro_hd-sub,
.intro_fa {
  margin-bottom: 4px;
  font-size: 13px;
  color: #888;
}
.intro_fa {
  text-align: right;
  color: #333;
  font-weight: bold;
}
.intro_tbl {
  margin-bottom: 30px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.intro_tbl th,
.intro_tbl td{
  padding: 3px 0;
}
.intro_tbl th {
  width: 130px;
  background-color: #f0f0f0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.intro_tbl td {
  border-bottom: 1px solid #ddd;
}
.intro-price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.intro-price,
.intro-price_number {
  margin-bottom: 25px;
  font-size: 20px;
  color: #f00;
  font-weight: bold;
}
.intro-price_number {
  font-size: 40px;
}

/* ====================================================
  入力
====================================================*/
.hd {
  color: #333;
  margin-bottom: 25px;
}

/*-----------------------------------
  ご住所
-----------------------------------*/
.addr-box {
  width: 412px;
}
.addr-box input {
  padding: 8px 10px;
}
/* 郵便番号
----------------------------- */
.addr-box ul {
  margin: 5px auto 20px;
}
.addr-box li {
  float: left;
}
input#zip1 {
  width: 70px;
  margin: 0 10px 0 0;
}
.addr-box li:nth-of-type(1) {
  padding: 10px 0.4rem;
}
.addr-box li:nth-of-type(1) {
  padding-left: 0;
}
.address input[type="text"] {
  width: 390px;
}
.addr-box li:nth-of-type(2) input[type="text"] {
  width: 70px;
  margin-right: 10px;
  text-align: center;
}

/* 住所自動入力ボタン
--------------------------------*/
.btn_addr_input {
  display: inline-block;
  height: 38px;
  padding: 0 11px 0 29px;
  border: 1px solid #bbb;
  border-radius: 5px;
  background: url("/public/img/common/icon_pen-green.svg") 10px center no-repeat;
  background-size: 13px auto;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.07);
  color: #008e1e;
  line-height: 38px;
}
.btn_addr_input:hover {
  text-decoration: none;
}

/* 都道府県を選択
-----------------------------------*/
.select_wrap {
  margin-left: 20px;
}
label.select select {
  font-size: 16px;
}

/* ====================================================
  自由記入欄
====================================================*/
.comment-box textarea {
  width: 86%;
  height: 150px;
  margin: 0 auto 60px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

/* ====================================================
  確認画面に進む
====================================================*/
.product-order {
  margin-bottom: 70px;
  text-align: center;
}
.product-order a {
  position: relative;
  display: inline-block;
  height: 60px;
  padding: 0 100px;
  border-radius: 5px;
  background-color: #0068b7;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  line-height: 60px;
}
.product-order a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 7px;
  height: 12px;
  margin: auto;
  background: url(/sp/img/common/icon_next-white.svg) left center no-repeat;
  background-size: contain;
}







