@charset "UTF-8";
/* リセットcss */
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, 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%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  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%;
  vertical-align: baseline;
  background: transparent;
}

.note .note {
  display: block;
  color: #f00;
}

/* 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;
}

input, select {
  vertical-align: middle;
}

img.bgmaximage {
  position: fixed !important;
}

Blockquote {
  padding: 10px;
  border-left: 5px solid #ddd;
}

/* リセットcssここまで */
/* 画面サイズ1401以上 */
@media all and (min-width: 1401px) {
  body {
    max-width: 1800px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
    font-family: "UD Digi Kyokasho NP-B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    -webkit-text-size-adjust: 100%;
  }
  #wrap #contact {
    width: 70%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #wrap #contact p.title {
    position: relative;
    color: #424242;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
  }
  #wrap #contact p.title::before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 100px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d3d3d3;
  }
  #wrap #contact p {
    margin: 70px 0 0 0;
    color: #424242;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
    text-align: center;
  }
  #wrap #contact table {
    margin: 70px auto 0 auto;
    width: 70%;
    color: #424242;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
  }
  #wrap #contact table tr th {
    text-align: left;
    width: 30%;
    padding: 0.5em 0;
  }
  #wrap #contact table tr td {
    width: 70%;
    padding: 0.5em 0;
  }
  #wrap #contact table tr td input {
    width: 50%;
    padding: 3px;
  }
  #wrap #contact table tr td textarea {
    width: 100%;
    height: 150px;
    padding: 3px;
    line-height: 18px;
  }
  #wrap #contact .submit {
    text-align: center;
    margin-top: 70px;
  }
}

/* 画面サイズ1201～1400 */
@media all and (min-width: 1201px) and (max-width: 1400px) {
  body {
    max-width: 1400px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
    font-family: "UD Digi Kyokasho NP-B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    -webkit-text-size-adjust: 100%;
  }
  #wrap #contact {
    width: 80%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #wrap #contact p.title {
    position: relative;
    color: #424242;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
  }
  #wrap #contact p.title::before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 100px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d3d3d3;
  }
  #wrap #contact p {
    margin: 70px 0 0 0;
    color: #424242;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
    text-align: center;
  }
  #wrap #contact table {
    margin: 70px auto 0 auto;
    width: 80%;
    color: #424242;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
  }
  #wrap #contact table tr th {
    text-align: left;
    width: 30%;
    padding: 0.5em 0;
  }
  #wrap #contact table tr td {
    width: 70%;
    padding: 0.5em 0;
  }
  #wrap #contact table tr td input {
    width: 50%;
    padding: 3px;
  }
  #wrap #contact table tr td textarea {
    width: 100%;
    height: 150px;
    padding: 3px;
    line-height: 18px;
  }
  #wrap #contact .submit {
    text-align: center;
    margin-top: 70px;
  }
}

/* 画面サイズ737～1200 */
@media all and (min-width: 737px) and (max-width: 1200px) {
  body {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
    font-family: "UD Digi Kyokasho NP-B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    -webkit-text-size-adjust: 100%;
  }
  #wrap #contact {
    width: 95%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #wrap #contact p.title {
    position: relative;
    color: #424242;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
  }
  #wrap #contact p.title::before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 100px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d3d3d3;
  }
  #wrap #contact p {
    margin: 70px 0 0 0;
    color: #424242;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 30px;
  }
  #wrap #contact p.note br {
    display: none;
  }
  #wrap #contact table {
    margin: 70px auto 0 auto;
    width: 95%;
    color: #424242;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
  }
  #wrap #contact table tr th {
    text-align: left;
    width: 30%;
    padding: 0.5em 0;
  }
  #wrap #contact table tr td {
    width: 70%;
    padding: 0.5em 0;
  }
  #wrap #contact table tr td input {
    width: 50%;
    padding: 5px;
    height: 1.5em;
  }
  #wrap #contact table tr td textarea {
    width: 100%;
    height: 150px;
    padding: 5px;
    line-height: 18px;
  }
  #wrap #contact .submit {
    text-align: center;
    margin-top: 70px;
  }
}

/* 画面サイズ0～736 */
@media all and (min-width: 0px) and (max-width: 736px) {
  body {
    max-width: 736px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
    font-family: "UD Digi Kyokasho NP-B","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    -webkit-text-size-adjust: 100%;
  }
  #wrap #contact {
    width: 95%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #wrap #contact p.title {
    position: relative;
    color: #424242;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
  }
  #wrap #contact p.title::before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 100px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d3d3d3;
  }
  #wrap #contact p {
    margin: 70px 0 0 0;
    color: #424242;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
  }
  #wrap #contact p.note br {
    display: none;
  }
  #wrap #contact table {
    margin: 50px auto 0 auto;
    width: 95%;
    color: #424242;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
  }
  #wrap #contact table tr th {
    display: block;
    text-align: left;
    padding: 0.5em 0;
  }
  #wrap #contact table tr td {
    display: block;
    padding: 0.5em 0;
    width: 100%;
  }
  #wrap #contact table tr td input {
    padding: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #wrap #contact table tr td textarea {
    height: 150px;
    padding: 5px;
    line-height: 18px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #wrap #contact .submit {
    text-align: center;
    margin: 70px 0;
  }
}