@charset "utf-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700&family=Spartan:wght@400;500;600;700&display=swap');
*/
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-size:100%;*/
  font-style: normal;
  vertical-align: top;
  background:transparent;
  box-sizing: border-box;
}


html {
  font-size: 62.5%;
}
body{
  /*font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:400;
  font-size: 1.3rem;
  /*font-feature-settings: "palt" 1;*/
	line-height: 2;
  /*letter-spacing: 0.1em;*/
	color: #16171A;
	-webkit-text-size-adjust: 100%;
  word-wrap: break-word;
	overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    /*font-size: 1.2rem;*/
    line-height: 1.8;
  }
}
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;
  text-decoration: none;
  vertical-align:baseline;
  background:transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* スマホのハイライトデザインを無効にする */
}
a:focus {
	outline: none;
}

a img {
	background-color: rgba(255, 255, 255, .01); /* マウスオーバー要素のバグ対応 */
}
a:hover,
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: #fff;
  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%;
  }
}
input[type="text"]:focus,
[type="email"]:focus,
[type="tel"]:focus,
[type="number"]:focus,
textarea:focus {
  border: 1px solid #F6D11E;
  outline: 0;
}

[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;  
}

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: 160px;
  text-align: center;
  line-height: normal;
  display: inline-block;
  color: #16171A;
  background-color: transparent;
  font-weight: 600;
  border: 1px solid #16171A;
  padding: 8px 30px;
}
.btnWrap {
  text-align: center;
  margin-top: 40px;
}

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

