body {
  background: url(../images/furusato_bg.png) repeat;
  display: flex;
  flex-direction: column;
  font-family: "Helvetica","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  margin: 0 auto 0 auto;
}
a:link,
a:visited {
  color: #2e71b8;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: 0;
}
.width1000 {
  margin: 0 auto 0 auto;
  overflow: hidden;
  width: 1000px;
}
input,
textarea,
button,
checkbox {
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  font-family: "Helvetica","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  margin-right: 10px;
  overflow: hidden;
  padding: 7px;
}
select {
  background-color: #fff;
  border:1px solid #c9c9c9;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 10px;
  overflow: hidden;
  padding: 0;
}
input[type=radio], input[type=checkbox] {
  -webkit-transform: scale(2);
  -webkit-transform-origin: 100% 50%;
  -moz-transform: scale(1.5);
  -moz-transform-origin: 100% 50%;
  -ms-transform: scale(2);
  -ms-transform-origin: 100% 50%;
  vertical-align: middle;
}
textarea {
  width: 400px;
  float: left;
}
.textarea input {
  float: left;
}
.mailaddress input {
  margin-bottom: 10px;
  width: 55%;
}
.address input {
  margin-bottom: 10px;
  width: 40%;
}
.shohin input {
  width: 55%;
}
.condition input {
  margin-left: 20px;
  width: auto;
  cursor: pointer;
}
.condition dd label {
  cursor: pointer;
}
.text input {
  width: 30%;
}
#pref {
  height: 28px;
}
.address dt {
  height: 50px;
}
.mailaddress dt {
  height: 57px;
}
.textarea dt {
  height: 75px;
}
.radio {
  margin-right: 30px;
  letter-spacing: 5px;
}
h1 {
  margin: 0;
  padding: 0;
  position: absolute;
}
h2 {
  font-size: 23px;
  padding: 0 0 15px 20px;
  margin: 0 auto;
}
#form_wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.form {
  background: url(../images/form_bg.png) repeat-y;
  border: 1px solid #3f3e3a;
  box-sizing: border-box;
  margin: 0 auto 40px auto;
  overflow: hidden;
  width: 1000px;
}
.form dl {
  border-bottom: 1px solid #b5b5b5;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
}
.form dt {
  box-sizing:border-box;
  clear: both;
  float: left;
  font-weight: bold;
  padding: 23px 0 0 20px;
  position: relative;
  width: 250px;
}
.form dd {
  background: url(../images/dd_bg.png) repeat-y;
  box-sizing: border-box;
  float: left;
  font-size: 90%;
  margin:0;
  padding: 20px 0 20px 30px;
  position: relative;
  width: calc(100% - 250px);
}
.form dd img {
  left: 7px;
  position: absolute;
  top: 29px;
}
.form dd span {
  color: #646464;
}
.noborder {
  border: none!important;
}
.necessary {
  background-color: #006e94;
  border-radius: 3px;
  color: #FFF;
  font-size: 13px;
  line-height: 1.5;
  padding: 2px 5px 2px 5px;
  position: absolute;
  right: 15px;
}
.accessories {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #555;
}


/*kiyaku*/
.kiyaku {
  margin: 0 30px 30px;
}
#v2f-inp_kiyaku {
  margin-left: 480px;
}
.kiyaku_text {
  border: 1px solid #dad7d0;
  font-size: 13px;
  height: 200px;
  margin: 0 0 25px 0;
  overflow: scroll;
  overflow-x: hidden;
  padding: 20px;
}
.kiyaku_text h2 {
  font-size: 18px;
  text-align: center;
}
.kiyaku_text dl {
  margin: 0;
  padding: 0;
}
.kiyaku_text dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.kiyaku_text dd {
  margin: 0;
  padding: 0;
}
.kiyaku_text dd ol {
  margin: 0 0 0 35px;
  padding: 15px 0;
}
.kiyaku_text dd ol li {
}
.pad_t0 {
  padding-top: 0!important;
}
/*/kiyaku*/


/*footer*/
#footer {
  background-color: #181617;
  color: #fff;
  font-size: 12px;
  margin-top: auto;
  padding: 35px 0 30px 0;
  text-align: center;
  width: 100%;
}
#footer img {
  float: left;
  margin: 0 20px 0 0;
}
#footer h2 {
  background-color: #181617;
  float: left;
  font-size: 15px;
  font-weight: normal;
  padding: 0;
}
#footer .copyright {
  clear: both;
  display: flex;
  font-size: 11px;
}
#footer .footer_info {
}
#footer .footer_info ol {
  color: #fff;
  font-size: 13px;
  margin: 0;
  padding: 5px 0 0 90px;
}
#footer .footer_info ol li {
  background: url(../images/arrow_white.svg) 0 2px no-repeat;
  background-size: 12px 12px;
  float: left;
  line-height: 1;
  list-style-type: none;
  padding: 0 20px 0 15px;
}
#footer .footer_info ol li a {
  border-bottom: 1px solid #fff;
  color: #fff;
}
#footer .footer_company {
  float: left;
  text-align: left;
  width: 640px;
}
#footer .footer_company p {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 5px 0 0 0;
}
#footer .footer_sellagreement {

  text-decoration: underline;
  margin-left: 20px;
}
#footer ul {
  margin: 15px auto 20px auto;
  overflow: hidden;
  padding: 0;
  width: 1000px;
}
#footer ul li {
  float: left;
  list-style-type: none;
  padding: 0;
  text-align: left;
  width: 30%;
}
/*/footer*/


/*button*/
.item_add {
  border: 1px solid #000;
  border-radius: 25px;
  color: #000;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 17px;
  margin-top: 8px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  width: 180px;
}
.shohin h2 span.item_remove {
  align-items: center;
  background-color: #000;
  color: #fff;
  cursor:pointer;
  display: flex;
  float: right;
  font-family: sans-serif;
  font-size: 25px;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.item_add:hover,
.submit:hover {
  opacity: .6;
}
.submit {
  background-color: #000;
  border-radius: 30px;
  color:#fff;
  cursor: pointer;
  float: right;
  font-size: 22px;
  font-family: "Helvetica","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight:bold;
  margin: 0 50px 50px 0;
  padding: 13px 20px;
  width: 700px;
}
.submit:disabled {
  background-color:pink;
  opacity: .5;
  cursor: not-allowed;
}
.btn_back {
  background: none;
  border: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 19px;
  margin: 13px 0 0 30px;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.btn_zip {
  background-color: #000;
  border-radius: 5px;
  color:#fff;
  cursor: pointer;
  font-size: 15px;
  font-family: "Helvetica","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight:bold;
  padding: 5px 10px;
}
/*/button*/


/* STEP */
.step_wrap {
  border-bottom: 1px solid #dad7d0;
  margin-bottom: 50px;
  width: 100%;
}
.form_step {
  float: right;
	font-size: 16px;
  font-weight: bold;
	margin: 35px 75px 20px 0;
  overflow: hidden;
	padding: 0;
}
.form_step li {
  box-sizing: border-box;
	color: #787878;
	float: left;
  height: 55px;
	list-style-type: none;
	margin: 0 50px 0 0;
  padding: 0;
	position: relative;
  text-align: center;
	vertical-align: middle;
  width: 160px;
}
.form_step li:last-child {
	margin-right: 0;
}
.form_step li:not(:last-child):after {
  content: url(../images/step_arrow.svg);
  display: inline-block;
  left: 100px;
  position: relative;
  top: -35px;
  width: 40px;
}
li.step_active {
  border-bottom: 2px solid #000;
	color: #000;
}
.step_inner {
	padding: 5px;
}
#form_user {
	display: none;
}
/* /STEP */


/*error*/
.form_error_message {
  background: url(../../common/images/icon_alart.png) no-repeat;
  clear: both;
  color: red;
  display: none;
  float: right;
  line-height: 160%;
  padding-left: 30px;
  padding-right: 15px;
}
.has-error .form_error_message {
  display: block;
}
.has-error input,
.has-error textarea,
.has-error select,
.has-error checkbox {
  background-color: #fff0f1;
  border: 1px solid #fe0000;
  box-shadow: 0px 0px 3px #fe0000;
}
/*/error*/


/*success*/
.has-success input,
.has-success textarea,
.has-success select,
.has-success checkbox {
  background-color: #eff7e8;
  border: 1px solid #53b300;
  box-shadow: 0px 0px 3px #53b300;
}
.input-valid {
  display: none;
}
.has-success .input-valid {
  display: inline;
}
/*/success*/


/*thanks*/
#thanks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#thanks .content {
  line-height: 1.5;
  margin-bottom: 50px;
  width: 950px;
}
#thanks .content h2 {
  background: none;
  color: #000;
  font-size: 18px;
  padding-left: 0;
}
#thanks .content .box {
  background: url(../images/thanks_bg.gif) repeat;
  border: 1px solid #dad7d0;
  padding: 20px;
  width: 600px;
}
#thanks .content ul {
  margin: 20px 0 0 0;
  padding: 0 0 0 20px;
}
#thanks .content li {
  line-height: 1.5;
}
/*/thanks*/
