body {
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: "Helvetica","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  margin: 0 auto 0 auto;
  letter-spacing: 1px;
}
h1 {
  color: #666;
  font-size: 18px;
  padding: 15px 0 7px 15px;
  margin: 0;
}
h2 {
  background-color: #7bc4f8;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
  color: #FFF;
  font-size: 18px;
  margin: 0 auto;
  padding: 5px 0 5px 20px;
}
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;
}
#form {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#form_wrap .title {
  display: flex;
  margin: 0 auto 15px auto;
}
.form {
  background-color: #ebf6fe;
  border: 1px solid #7bc4f8;
  box-sizing: border-box;
  margin: 0 auto 30px auto;
  overflow: hidden;
  width: 1000px;
}
.form dl {
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}
.form dt {
  box-sizing: border-box;
  clear: both;
  float: left;
  padding: 30px 0 0 20px;
  position: relative;
  width: 250px;
}
.form dd {
  background-color: #FFF;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 20px 0 20px 30px;
  position: relative;
  width: calc(100% - 250px);
}
.form dd img {
  left: 7px;
  position: absolute;
  top: 35px;
}
.form dd span {
  color: #717171;
}
.address dt {
  height: 50px;
}
.mailaddress dt {
  height: 57px;
}
.textarea dt {
  height: 75px;
}
textarea {
  width: 400px;
  float: left;
}
.radio {
  letter-spacing: 5px;
  margin-right: 30px;
}
.necessary {
  background-color: #ff6c00;
  border-radius: 3px;
  color: #FFF;
  font-size: 14px;
  padding: 0 5px 1px 5px;
  position: absolute;
  right: 15px;
}
.noborder {
  border: none!important;
}

/*head*/
#head {
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 10px 0;
  width: 1000px;
}
#head img {
  float: left;
  margin-bottom: 15px;
  margin-right: 30px;
}
/*//head*/

/*input*/
input, select, textarea, button {
  background-color: #f2f2f2;
  border: 1px solid #9a9a9a;
  border-radius: 3px;
  margin-right: 10px;
  overflow: hidden;
  padding: 7px;
}
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;
}
.year input {
  width: 150px!important;
}
.textarea input {
  float: left;
}
.mailaddress input {
  width: 55%;
  margin-bottom: 10px;
}
.address input {
  width: 60%;
  margin-bottom: 10px;
}
.shohin input {
  width: 55%;
}
.condition input {
  width: auto;
  margin-left: 20px;
}
.text input {
  width: 30%;
}
.magazine {
  float: left;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-top: 0;
  vertical-align: middle;
}
.magazine input {
  margin-left: 20px;
}
/*//input*/

/*商品を追加する*/
.item_add {
  background-color: #7bc4f8;
  border-radius: 7px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.2),0 -2px 0 0 #6b94b2 inset;
  color: #FFF;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  width: 180px;
}
.item_add:hover,
.btn_green:hover {
  opacity: 0.85;
}
/*//商品を追加する*/

/*商品削除ボタン*/
.shohin h2 span.item_remove {
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 25px;
  margin-right: 10px;
}

/*送信*/
.btn_green {
  border-radius: 7px;
  background-color: #009140;
  box-shadow: 0 3px 3px rgba(0,0,0,0.2),0 -2px 0 0 #016f32 inset;
  color: #FFF;
  cursor: pointer;
  float: right;
  font-size: 19px;
  font-family: "Helvetica","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin: 0 100px 30px 0;
  padding: 10px 20px 10px 20px;
  text-align: center;
  width: 60%;
}
.btn_green:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/*//送信*/

.btn_back {
  float: left;
}

/*error*/
.form_error_message {
  background: url(../images/icon_alart.png) no-repeat;
  clear: both;
  color: red;
  display: none;
  float: right;
  line-height: 170%;
  padding-left: 30px;
  padding-right: 15px;
}
.has-error .form_error_message {
  display: block;
}
.has-error input, .has-error select {
  background-color: #fff0f1;
  border: 1px solid #fe0000;
  box-shadow: 0 0 3px #fe0000;
}
/*error*/

/*success*/
.form_success_message {
  background: url(../images/icon_alart.png) no-repeat;
  clear: both;
  color: red;
  float: right;
  line-height: 150%;
  padding-left: 30px;
  padding-right: 15px;
}
.has-success input, .has-success select {
  background-color: #eff7e8;
  border: 1px solid #53b300;
  box-shadow: 0 0 3px #53b300;
}
.input-valid {
  display: none;
}
.has-success .input-valid {
  display: inline;
}
/*success*/

/*copyright*/
#copyright {
  align-items: center;
  border-top: 1px solid #dadada;
  clear: both;
  display: flex;
  font-size: 13px;
  letter-spacing: 0;
  margin: auto auto 0 auto;
  overflow: hidden;
  padding: 10px 0;
  width: 1000px;
}
#copyright img {
  float: left;
  margin: 0 20px;
}
#copyright div {
  float: left;
  padding: 0 10px 0 0;
  margin: 0;
  width: 590px;
}
#copyright ul {
  margin: 0;
  padding: 0;
}
#copyright li {
  float: left;
  list-style-type: none;
  width: 267px;
}
/*//copyright*/

/*.v2f-input-item-2, .v2f-input-item-3, .v2f-input-item-4, .v2f-input-item-5 {
display: none;
}*/

/*thanks*/
#thanks {
  margin: 0 auto 0 auto;
  overflow: hidden;
  width: 1000px;
}
#thanks ul {
  margin: 0 0 20px 0;
}
#thanks p {
  clear: both;
}
#list img {
  width: 100px;
}
.wid30 {
  width: 30%;
}
.mar_b30 {
  margin-bottom: 30px!important;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
#thanks #list, #thanks_sp #list {
  clear: both;
  overflow: hidden;
}
#thanks #list img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100px;
}
#thanks table .td_l {
  font-weight: bold;
  padding-right: 20px;
}
#thanks table td {
  border-bottom: 1px dotted #DDD;
}
#thanks .exam {
  line-height: 250%;
  margin-bottom: 30px;
  width: 100%;
}
.pc_box {
  width: 1000px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  border: 1px solid #7bc4f8;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
}
/*//thanks*/

/* 住所反映ボタン設置 */
.reflect_zip_button {
  height: 29px;
  padding: 0 7px;
}

/*入力フォーム　ステップ分け対応*/
.form_step {
  margin: 0 auto 15px auto;
  overflow: hidden;
  padding: 0;
  width: 1000px;
}
.form_step li {
  border: 1px solid #ababab;
  border-radius: 5px;
  box-sizing: border-box;
  color: #717171;
  float: left;
  font-size: 16px;
  list-style-type: none;
  margin-right: 50px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  width: 300px;
}
.form_step li:last-child {
  margin-right: 0;
}
.form_step li:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #ccc;
  content: '';
  display: block;
  height: 0;
  margin-top: -6px;
  position: absolute;
  right: -32px;
  top: calc(50% - 5px);
  width: 0;
}
li.step_active {
  background-color: #ff6c00;
  border: 0;
  color: #fff;
}
.form_step li.step_active:after {
  border-left: 12px solid #ff6c00;
}
.step_active .step_txt {	
  font-weight: bold;
}
.step_inner {
  font-size: 14px;
  padding: 10px 15px;
}
#form_user {
  display: none;
}
.btn_submit {
  margin: 0 auto 0 142px;
}
.sp_only {
  display: none;
}
.pc_only {
  display: inline;
}

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

}

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

@media screen and (max-width:768px) {
  #form {
    padding: 0 20px;
  }
  #head,
  .form,
  .form_step,
  .width1000,
  #copyright,
  #thanks {
    width: 100%;
  }
  .form_step {
    padding-top: 10px;
  }
  .form_step li {
    width: 28%;
  }
  .form_error_message {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .magazine {
    margin: 20px 0 10px 0;
  }
  #copyright {
    display: block;
  }
  #copyright ul {
    clear: both;
    float: none;
    overflow: hidden;
    padding: 5px 0 5px 20px;
    width: 100%;
  }
  #copyright div {
    width: 400px;
  }
  #copyright img:first-child {
    margin-top: 15px;
  }
  .btn_green {
    margin: 0 40px 0 0;
  }
  #thanks table .td_l {
    width: 150px;
  }
}

@media screen and (max-width:767px) {
  body {
    font-size: 14px;
  }
  #form {
    padding: 0;
  }
  h1 {
    color: #666;
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 0 10px 10px;
    text-align: left;
    width: 100%;
  }
  h2 {
    background-color: #7bc4f8;
    border-radius: 0;
    color: #FFF;
    font-size: 16px;
    padding: 5px 0 5px 15px;
    margin-bottom: 0px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
  }
  .shohin h2 span.item_remove {
    font-size: 21px;
  }
  #copyright div {
    width: 100%;
  }
  .width1000,
  .form_step {
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .form_step li {
    border: 1px solid #ababab;
    box-sizing: border-box;
    border-radius: 5px;
    color: #717171;
    float: left;
    height: 32px;
    line-height: 32px;
    list-style-type: none;
    margin-right: 7%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 28%;
  }
  .form_step li:last-child {
    margin-right: 0;
  }
  .form_step li:last-child:after {
    display: none;
  }
  .form_step li:after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #ccc;
    content: '';
    display: block;
    margin-top: -6px;
    position: absolute;
    right: -20%;
    height: 0;
    top: calc(50% - 2px);
    width: 0;
  }
  li.step_active {
    background-color: #ff6c00;
    border: 0;
    color: #fff;
  }
  .form_step li.step_active:after {
    border-left: 8px solid #ff6c00;
  }
  .step_num {
    margin-bottom: 3px;
  }
  .step_active .step_txt {
    font-weight: bold;
  }
  .step_inner {
    font-size: 11px;
    padding: 0;
  }
  #form_user {
    display: none;
  }
  #form_items {
    
  }
  .btn_back {
    margin: 30px 20px 0 20px;
  }
  #head {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 10px;
    width: 100%;
  }
  #head img {
    float: left;
    margin-right: 10px;
    padding-top: 10px;
    width: 60px;
  }
  .mailaddress input,
  .address input,
  .text input,
  .shohin input {
    width: 100%;
  }
  .mailaddress input {
    margin-bottom: 0;
  }
  #form_wrap img {
    max-width: 100%;
  }
  .form {
    background-color: #ebf6fe;
    border: 0;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    overflow: hidden;
    width: 100%;
  }
  .form dl {
    border: none;
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
  }
  .form dt {
    box-sizing: border-box;
    clear: both;
    float: left;
    padding: 5px 0 5px 10px;
    position: relative;
    width: 100%;
  }
  .form dd {
    background-color: #FFF;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 8px 50px 8px 30px;
    position: relative;
    width: 100%;
  }
  .form dd img {
    left: 7px;
    position: absolute;
    top: 19px;
  }
  .form dt span {
    color: #717171;
    font-size: 12px;
    margin-left: 10px;
  }
  .form_error_message {
    float: none;
    margin: 7px 0 0 0;
  }
  .radio {
    letter-spacing: 5px;
    margin-right: 30px;
  }
  .necessary {
    background-color: #ff6c00;
    border-radius: 3px;
    color: #FFF!important;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
    position: relative;
    right: 0;
  }
  textarea {
    width: 100%;
  }
  .address dt,
  .textarea dt,
  .mailaddress dt {
    height: auto;
  }
  .condition_btn input[type="radio"] {
    display: none;
  }
  .condition_btn label {
    color: #000;
    border: 1px solid #7BC4F8;
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-sizing: border-box;
    background-image: -moz-linear-gradient(to top, #fcfdff, #ddeffd);
    background-image: -ms-linear-gradient(to top, #fcfdff, #ddeffd);
    background-image: -o-linear-gradient(to top, #fcfdff, #ddeffd);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfdff), to(#ddeffd));
    background-image: -webkit-linear-gradient(to top, #fcfdff, #ddeffd);
    background-image: linear-gradient(to top, #fcfdff, #ddeffd);
    display: inline-block;
    margin: 0 0 0 0;
    padding: 10px;
    text-align: center;
    width: 31%;
  }
  .condition_btn input[type="radio"]:checked + label {
    background-image: none;
    background-color: #c8e9ff;
    border: 1px solid #7BC4F8;
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2)inset;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 31%;
  }
  .btn_green {
    display: block;
    float: none;
    margin: 30px auto 0 auto!important;
    width: 80%;
  }
  .item_add {
    float: none;
    margin: 30px auto 0 auto;
  }
  /*copyright*/
  #copyright  {
    border: 0;
    box-sizing: border-box;
    padding:  20px;
    width: 100%;
  }
  #copyright img {
    display: block;
    float: none;
    margin: 10px auto 30px auto;
    max-width: 155px;
    width: 25%;
  }
  #copyright div {
    clear: both;
    font-size: 4.0625vw;
    margin-bottom: 6.25vw;
  }
  #copyright div span {
    font-size: 3.125vw;
  }
  #copyright div address {
    font-size: 3.75vw;
    font-style: normal;
  }
  #copyright ul {
    font-size: 3.4375vw;
    line-height: 1.7;
    padding: 0;
    width: auto;
  }
  #copyright li {
    list-style-type: none;
    width: 100%;
  }
  #copyright img:first-child {
    display: none;
  }
  /*//copyright*/

  #thanks {
    box-sizing: border-box;
    padding: 0 20px;
  }
  #thanks a {
    text-decoration: none;
  }
  #thanks #list {
    clear: both;
    overflow: hidden;
  }
  #thanks #list img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 60px;
  }
  #thanks .sp_box {
    border: 1px solid #7bc4f8;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding: 30px 30px 30px 30px;
    width: 100%;
  }
  #thanks ul {
    margin: 0 0 20px 0;
    padding-left: 20px
  }
  #thanks table .td_l {
    font-weight: bold;
    width: 80px;
  }
  #thanks table td {
    border-bottom: 1px dotted #ddd;
  }
  #thanks .exam {
    line-height: 200%;
    margin-bottom: 0;
  }
  .contact {
    margin: 30px 0 10px 0;
  }
  .wid70 {
    width: 70%;
  }
  .mr_tb20 {
    margin-top: 20px;
  }
  .text-center {
    text-align: center;
  }
  .mar_b30 {
    margin-bottom: 30px!important;
  }
  .sp_only {
    display: inline;
  }
  .pc_only {
    display: none!important;
  }
}