@charset "UTF-8";
/*
Theme Name: 米屋株式会社のフォーム
Theme URI: 
Description: 性名のテキストボックスの大きさ変更
Version: 
Author: 株式会社エアリー
Author URI: http://www.airily.co.jp
Tags: 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

th,
td {
  text-align: left;
  font-weight: normal;
}

img,
iframe {
  border: none;
  text-decoration: none;
}

/*ol, ul{list-style:none;}*/
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}

select {
  margin: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  background-color: #000;
  height: 1px;
}

/*************************

*************************/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  font-size: 1px;
  height: 0;
  visibility: hidden;
}

/*************************

*************************/
body {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.61;
  background-color: #fff;
  /*
	border:none 1px #333;
	*/
}

form {
  padding: 20px;
  font-size: 13px;
}

form:after {
  content: " ";
  display: block;
  clear: both;
  font-size: 1px;
  height: 0;
  visibility: hidden;
}

form dt {
  width: 100%;
  float: left;
}

form dd {
  padding-bottom: 10px;
  margin-left: 24px;
}

dd input,
dd textarea {
  width: 75%;
}

form p {
  text-align: center;
}

form da {
  text-align: left;
  width: 100%;
  float: left;
}

form db {
  text-align: left;
  width: 95%;
  float: left;
  padding-bottom: 10px;
}

#firstname {
  margin-left: 10px;
}

#lastname {
  margin-left: 10px;
}

#lblcontact {
  text-align: left;
}

#lblname {
  text-align: left;
}

#lblfirstname {
  text-align: left;
}

#lbllastname {
  text-align: left;
}

#lblmailaddress {
  text-align: left;
}

#lblmailconfirm {
  text-align: left;
}

#lblmessage {
  text-align: left;
}

.renewal .red {
  color: red;
}

.renewal dd textarea {
  width: 100%;
}

.renewal textarea,
.renewal input[type="email"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.renewal * {
  max-width: 100%;
  font-size: 15px;
  box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
  .renewal * {
    font-size: 14px;
  }
}

.renewal dl {
  display: flex;
}

@media only screen and (max-width: 599px) {
  .renewal dl {
    display: block;
  }
}

.renewal dl:last-of-type {
  margin-bottom: 30px;
}

.renewal dl dt {
  width: 240px;
  float: none;
  flex-shrink: 0;
  padding: 6px 0 25px;
}

@media only screen and (max-width: 599px) {
  .renewal dl dt {
    padding: 6px 0;
  }
}

.renewal dl dd {
  width: 100%;
  margin-left: 0;
  padding-bottom: 25px;
}

@media only screen and (max-width: 599px) {
  .renewal dl dd {
    padding-bottom: 10px;
  }
}

.renewal dl dd > div {
  display: flex;
  align-items: center;
}

.renewal dl dd > div input {
  width: 200px;
}

.renewal dl dd > div:first-child {
  margin-bottom: 25px;
}

@media only screen and (max-width: 599px) {
  .renewal dl dd > div:first-child {
    margin-bottom: 10px;
  }
}

.renewal dl dd select {
  width: 470px;
  max-width: 75%;
  height: 35px;
}

@media only screen and (max-width: 599px) {
  .renewal dl dd select {
    max-width: 100%;
  }
}

/* .renewal dl dd .wpcf7-email {
  width: 360px;
} */

.renewal dl dd input {
  width: 100%;
  height: 35px;
}

.renewal .submit {
  display: inline-block;
  position: relative;
}

.renewal .submit::after {
  content: ">";
  line-height: 100%;
  color: #fff;
  font-size: 1.3rem;
  position: absolute;
  right: 7%;
  margin: auto;
  top: 50%;
  transform: translatey(-50%);
}

.renewal .btn-submit {
  background-color: #ED6674;
  border: none;
  color: #fff;
  width: 315px;
  max-width: 100%;
  height: 45px;
  font-size: 18px;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  transition: .3s;
}

.renewal .btn-submit-wholesale {
  background-color: #2A80D3;
  border: none;
  color: #fff;
  width: 315px;
  max-width: 100%;
  height: 45px;
  font-size: 18px;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  transition: .3s;
}
.renewal .btn-submit:hover {
  opacity: .6;
}
