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

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
}
 
*:before,
*:after {
    box-sizing: inherit;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,main {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-style: normal;
  vertical-align: top;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main { 
  display:block;
}

ul,ol,li {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  text-decoration: none;
  vertical-align:baseline;
  background:transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* スマホのハイライトデザインを無効にする */
  color: #272727;
}
a:focus {
	outline: none;
}
a:hover {
  text-decoration: none;
  transition: 0.3s;
}
a img {
	background-color: rgba(255, 255, 255, .01); /* マウスオーバー要素のバグ対応 */
}
a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* change colours to suit your needs */
ins {
  /*background-color:#ff9;*/
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  /*background-color:#ff9;*/
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

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

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}


button,
input,
optgroup,
select,
textarea {
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  /*font-family: sans-serif;*/
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}
select {
  padding: 3px 5px 5px;
}
input,
textarea {
  background-color: #F2F2F2;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
[type="file"] {
  background: none;
  border: none;
  
}
[type="text"],
[type="email"],
[type="tel"],
[type="number"],
textarea {
  padding: 10px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  [type="text"] {
    width: 100%;
  }
}
[type="email"] {
  min-width: 400px;
}
@media screen and (max-width: 750px) {
  [type="email"] {
    width: 100%;
    min-width: inherit;
  }
}
textarea {
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 750px) {
  textarea {
    max-width: 100%;
  }
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/*スピンボタン非表示*/
/*Chrome、Safari*/
input[type="number"]::-webkit-outer-spin-button,  
input[type="number"]::-webkit-inner-spin-button {  
  -webkit-appearance: none;  
  margin: 0;  
}



legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  cursor: pointer;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
label {
  cursor: pointer;
}
.horizon label {
  margin-right: 15px;
}
input::-webkit-input-placeholder {
  color: #8B8B8B;
  font-size: 1.2rem;
}
input:-moz-placeholder {
  color: #8B8B8B;
  font-size: 1.2rem;
}
/*button,
[type="button"],
[type="reset"],*/
[type="submit"] {
  min-width: 210px;
  display: inline-block;
  background-color: #FFD200;
  border-radius: 3px;
  text-align: center;
  padding: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
  text-indent: -99999px;
}
#form_btn {
  text-align: center;
}
#form_btn li {
  display: inline-block;
  margin: 0 10px;
}
#form_btn li .back {
  min-width: 150px;
  background-color: #E6E6E6;
}

.zip {
  width: 130px;
}
.ErrTxt {
  display: block;
  color: #C43600;
  padding: 5px 0;
}

@media screen and (max-width: 750px) {
  #form_btn li .back {
    margin-bottom: 10px;
  }
}