@charset "UTF-8";

/*リセット*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}
html,
body {
  height: 100%;
}

body {
  width: 100%;
  min-width: 1366px;
  min-height: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #555;
  letter-spacing: 0.03em;
  background: #fff;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
  margin: 0;
  font-weight: 400;
  font-size: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
pre,code,kbd,samp,tt {
  font-family: monospace;
  line-height: 100%;
}
label {
  cursor: pointer;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
input,select,textarea {
  font-size: inherit;
  color: #555;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
select,input,button,textarea,button {
  font: 99%;
  color: #000;
  background: #fff;
}
input::-webkit-input-placeholder {
  color: #dcdcdc;
}
input:-ms-input-placeholder {
  color: #dcdcdc;
}
input::-moz-placeholder {
  color: #dcdcdc;
}
input::-placeholder {
  color: #dcdcdc;
}
dl,dt,dd {
  margin: 0;
  padding: 0;
}
a {
  color: initial;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:focus {
  outline: none;
}
p {
  margin: 0;
  padding: 0;
}
b {
  color: #555;
}
ins {
  font: 10px normal "メイリオ","ヒラギノ",tahoma,"ＭＳ Ｐゴシック";
  font: 9px normal "メイリオ","ヒラギノ",tahoma,"ＭＳ Ｐゴシック";
  color: #666;
  text-decoration: none;
}
::-moz-selection {
  background: #666;
  color: #FFF;
}
::selection {
  background: #666;
  color: #FFF;
}
address {
  font-style: normal;
}
img {
  border: none;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

#Wrap {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.wrapTop {
  width: 100%;
}
.wrapBottom {
  width: 100%;
}

#Contents {
  margin: 0;
}
#Contents input {
  vertical-align: middle;
}
*html #Contents input {
  vertical-align: middle;
}
*:first-child+html #Contents input {
  vertical-align: middle;
}

.error,
.error span {
  line-height: 1.5;
  color: #e60012;
}

.icon {
  font-size: 0;
}
.icon span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  background-color: #8c8c8c;
  color: #fff;
  padding: 0 7px;
  font-size: 12px;
  margin: 0 3px 3px 0;
  vertical-align: middle;
  border-radius: 3px;
}