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

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 {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  /*font-size:100%;*/
  font-style: normal;
  vertical-align: top;
  background:transparent;
  box-sizing: border-box;
}

body {
  line-height:1;
}

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

ul,ol {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

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

a {
  margin:0;
  padding:0;
  font-size:100%;
  color: #000;
  text-decoration: none;
  vertical-align:baseline;
  background:transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* スマホのハイライトデザインを無効にする */
}
a:focus {
	outline: none;
}
a:hover {
  color: #FFD600;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}
/* 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;
}
input,
textarea,
select {
  /*background-color: #F2F2F2;*/
  border: 1px solid #ccc;
  box-sizing: border-box;
}
[type="text"],
[type="email"],
[type="tel"],
[type="number"],
textarea {
  padding: 10px;
}
[type="time"],
select {
  padding: 5px;
}
@media screen and (max-width: 750px) {
  [type="text"] {
    width: 100%;
  }
  [type="time"] {
    width: 80px;
  }
}
[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;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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: #168a4b;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
}
#form_btn {
  text-align: center;
}
#form_btn li {
  display: inline-block;
  margin: 0 10px;
}
#form_btn li .back {
  min-width: 150px;
  background-color: #626262;
  border-radius: 3px;
  border: none;
  padding: 15px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #form_btn li .back {
    margin-bottom: 10px;
  }
}