* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
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%;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-size: 16px;
  line-height: 1.5;
  color: #51453f;
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif, 'Droid Sans', 'Arial';
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
img {
  border: 0;
  vertical-align: bottom;
}
a:link {
  color: #51453f;
  text-decoration: underline;
  cursor: pointer;
}
a:visited {
  color: #51453f;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #51453f;
  text-decoration: none;
  cursor: pointer;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
}
.hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
}
pre {
  margin: 0;
  padding: 0;
  border: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.listnone li {
  list-style: none;
}
.texindent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.contents {
  width: 93%;
  margin: 0 auto;
  *zoom: 1;
}
.contents:before,
.contents:after {
  display: table;
  content: "";
}
.contents:after {
  clear: both;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
header {
  width: 100%;
  margin: 0 0 20px 0;
  background: #023abf;
  padding: 30px 0;
  position: relative;
}
header .logo a {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  background-image: url("/static-lp/image/logo.png");
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
}
#pagetop {
  display: inline-block;
  position: fixed;
  bottom: 7%;
  right: 4%;
  z-index: 1;
}
#pagetop a {
  display: block;
  width: 61px;
  height: 61px;
  background-image: url("/static-lp/image/pagetop.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
}
#pagetop a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
}
footer {
  text-align: center;
}
footer ul li {
  margin-bottom: 1px;
}
footer ul li a {
  display: block;
  background: #0b2686;
  font-size: 5vw;
  line-height: 1;
  color: #fff !important;
  text-decoration: none!important;
  padding: 18px 0;
}
footer .copy {
  background: #023abf;
  color: #fff;
  padding: 20px 0;
  font-size: 13px;
}
.h2 {
  width: 100%;
  background: #009be1;
  padding: 6px 0;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  font-size: 6vw;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
#headline {
  margin-bottom: 20px;
}
#headline .name {
  text-align: center;
  font-size: 6vw;
  line-height: 1.3;
  font-weight: 500;
}
#headline h1 {
  font-size: 8vw;
  line-height: 1.3;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
#headline h1 + p {
  font-size: 4.2vw;
  line-height: 1.8;
  margin-bottom: 50px;
}
#headline .target {
  width: 56%;
  font-size: 3.7vw;
  line-height: 0;
  border: 1px solid #000;
  text-align: center;
  padding: 17px 0;
  margin: 0 auto 10px;
  display: block;
}
#breadcrumbs {
  margin: 0 auto 50px;
  list-style: none;
}
#breadcrumbs li {
  display: inline;
  margin-right: 5px;
  font-size: 3.4vw;
}
#breadcrumbs li a {
  padding: 0 5px 0 0;
  color: #000;
}
#breadcrumbs li:after {
  content: " > ";
  font-size: 12px;
}
#breadcrumbs li:last-child::after {
  content: none;
}
#tel {
  margin-bottom: 60px;
}
#tel h2 {
  width: 100%;
  background: #009be1;
  padding: 6px 0;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  font-size: 6vw;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
#tel h2 + p {
  font-size: 4vw;
  line-height: 1.4;
  margin-bottom: 6px;
  text-align: center;
}
#tel .tel {
  font-size: 9vw;
  line-height: 1;
  font-weight: 900;
  color: #e21c24;
  margin-bottom: 18px;
  text-decoration: none;
  text-align: center;
}
#tel .tel img {
  width: 10%;
  max-width: 10%;
  height: auto;
  margin: 0 7px 3px 0;
}
#tel .tel a {
  color: #e21c24;
}
#tel .add {
  font-size: 3.4vw;
  line-height: 1.8;
}
#form {
  margin-bottom: 60px;
}
#form h2 {
  width: 100%;
  background: #009be1;
  padding: 6px 0;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  font-size: 6vw;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
#form #mp-main {
  margin-top: 20px;
  margin-bottom: 70px;
}
#form #mp-main > p {
  font-size: 13px;
  color: red;
  text-align: left !important;
  margin-bottom: 8px;
}
#form #mp-main .errs {
  width: 100%;
  margin: 24px auto 50px;
  padding: 20px 10px 10px 10px;
  font-weight: bold;
  color: #FF0000;
  background-color: #fffb5f;
}
#form #mp-main .errs ul {
  text-align: left;
}
#form #mp-main .errs ul li {
  list-style: none;
  font-size: 4.2vw;
  line-height: 1.4;
  margin-bottom: 10px;
}
#form #mp-main .attention {
  background: #fff79c;
  border: 1px dotted #ccc;
  padding: 17px 17px 0 17px;
  margin-bottom: 100px;
  background-image: none;
}
#form #mp-main .attention h5 {
  font-size: 4.5vw;
  line-height: 1.4;
  margin-bottom: 3px;
  letter-spacing: 0.02em;
}
#form #mp-main .attention h5 span {
  color: red;
  font-size: 12px;
  font-weight: normal;
}
#form #mp-main .attention h5 + p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 21px 0;
}
#form #mp-main .attention h5 + p span {
  text-decoration: none;
}
#form #mp-main .fieldset {
  margin-bottom: 40px;
}
#form #mp-main .fieldset .red {
  color: #faff41;
  margin-left: 6px;
  font-size: 16px;
}
#form #mp-main .fieldset .add-read {
  margin-bottom: 14px;
}
#form #mp-main .fieldset .add-read ul {
  margin-left: 20px;
}
#form #mp-main .fieldset .add-read ul li {
  font-size: 3.6vw;
  line-height: 1.5;
  margin-bottom: 4px;
}
#form #mp-main .fieldset dl {
  border: 1px solid #ccc;
  border-top: none;
  background-color: #0b2686;
}
#form #mp-main .fieldset dt {
  border-top: 1px solid #ccc;
  clear: left;
  float: none;
  width: 100%;
  font-weight: bold;
  font-size: 4.4vw;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  padding: 7px;
}
#form #mp-main .fieldset dd {
  margin-left: 0;
  border-top: 1px solid #ccc;
  border-left: 0 solid #ccc;
  background: #fff;
  font-size: 4.4vw;
  line-height: 1.5;
  padding: 12px;
}
#form #mp-main .fieldset dd .err {
  background-color: #ffe2e2;
}
#form #mp-main .fieldset dd select {
  width: 100% !important;
  font-size: 5vw;
  padding: 12px 4px 12px 10px;
}
#form #mp-main .fieldset dd .text {
  width: 100% !important;
  border: 1px solid #7f9db9;
  font-size: 5vw;
  padding: 16px 4px;
  margin: 0 0 4px 0;
}
#form #mp-main .fieldset dd textarea {
  width: 100% !important;
  height: 400px;
  border: 1px solid #7f9db9;
  font-size: 5vw;
  padding: 8px 4px;
}
#form #mp-main .fieldset dd input[type=checkbox] {
  transform: scale(1.7);
  margin: 0 8px 0 6px;
}
#form #mp-main .fieldset dd .attention {
  font-size: 13px;
  color: #424242;
}
#form #mp-main .fieldset dd p {
  margin-top: 4px;
  text-align: left;
  font-size: 15px;
  line-height: 1.3;
}
#form #mp-main .ng {
  font-size: 24px;
  font-weight: bold;
  color: #d30000;
  text-align: left;
  text-decoration: underline;
  margin-bottom: 20px;
}
#form #mp-main .ng span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #023abf;
  text-decoration: none!important;
}
#form #mp-main p {
  margin-top: 14px;
  text-align: left;
}
#form #mp-main p .submit {
  width: 100%;
  padding: 24px 0;
  margin-bottom: 20px;
  font-size: 8vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  border: none;
  background: #e21c24;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#form #mp-main p .submit:hover {
  background-color: #8e4351;
}
#form #mp-main p .back {
  padding: 16px 0;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  border: none;
  background: #51453f;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
#form #mp-main p .back:hover {
  color: #fff;
  background-color: #8e4351;
}
#form #mp-main p .send {
  background: #d30000;
}
#finish {
  margin-bottom: 120px;
  letter-spacing: 0.03em;
}
#finish h2 {
  width: 100%;
  background: #009be1;
  padding: 6px 0;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  font-size: 6vw;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
#finish h3 {
  font-size: 7.1vw;
  line-height: 1.5;
  color: #023abf;
  margin-bottom: 13px;
  font-weight: 800;
}
#finish h3 + p {
  font-size: 4.4vw;
  line-height: 1.7;
  margin-bottom: 30px;
}
#finish h3 span {
  text-decoration: underline;
}
#finish .not {
  background: #f5f5f3;
  border: 1px solid #ccc;
  padding: 20px 14px 30px 14px;
  margin-bottom: 40px;
}
#finish .not h4 {
  font-size: 5vw;
  color: red;
  margin-bottom: 16px;
}
#finish .not ul {
  margin-left: 20px;
}
#finish .not ul li {
  margin-bottom: 10px;
  font-size: 4.4vw;
}
#finish .not ul li:last-child {
  margin-bottom: 0;
}
#finish .button {
  width: 66%;
  margin: 0 auto;
}
#finish .button a {
  display: block;
  background: #51453f;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 20px 0;
  font-size: 5vw;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  header {
    width: 100%;
    margin: 0 0 20px 0;
    background: #023abf;
    padding: 40px 0;
    position: relative;
  }
  header .logo a {
    width: 275px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    background-image: url("/static-lp/image/logo.png");
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: 90% auto;
    -moz-background-size: 90% auto;
  }
}
@media screen and (min-width: 1025px) {
  * {
    margin: 0;
    padding: 0;
  }
  .contents {
    width: 1000px;
    margin: 0 auto;
    *zoom: 1;
  }
  .contents:before,
  .contents:after {
    display: table;
    content: "";
  }
  .contents:after {
    clear: both;
  }
  header {
    width: 100%;
    margin: 0 0 20px 0;
    background: #023abf;
    padding: 60px 0;
    position: relative;
  }
  header .logo a {
    width: 275px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    background-image: url("/static-lp/image/logo.png");
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
  }
  #pagetop {
    display: inline-block;
    position: fixed;
    bottom: 7%;
    right: 4%;
    z-index: 1;
  }
  #pagetop a {
    display: block;
    width: 61px;
    height: 61px;
    background-image: url("/static-lp/image/pagetop.png");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
  }
  #pagetop a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
  }
  footer {
    text-align: center;
  }
  footer ul {
    display: flex;
    justify-content: center;
  }
  footer ul li {
    margin-bottom: 0;
    list-style: none;
  }
  footer ul li a {
    display: block;
    background: none;
    font-size: 17px;
    line-height: 1;
    color: #51453f !important;
    text-decoration: underline!important;
    padding: 24px 0;
  }
  footer ul li a:after {
    content: "|";
    padding: 0 20px;
  }
  footer ul li:last-child a:after {
    content: none;
  }
  footer .copy {
    background: #023abf;
    color: #fff;
    padding: 20px 0;
    font-size: 13px;
  }
  #headline {
    margin-bottom: 20px;
  }
  #headline .name {
    text-align: center;
    font-size: 31px;
    line-height: 1.3;
    font-weight: 500;
  }
  #headline h1 {
    font-size: 48px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  #headline h1 + p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  #headline .target {
    width: 240px;
    font-size: 15px;
    line-height: 0;
    border: 1px solid #000;
    text-align: center;
    padding: 18px 0;
    margin: 0 auto 15px;
    display: block;
  }
  /* breadcrumbs */
  #breadcrumbs {
    margin: 0 auto 34px;
    list-style: none;
  }
  #breadcrumbs li {
    display: inline;
    margin-right: 5px;
    font-size: 13px;
  }
  #breadcrumbs li a {
    padding: 0 5px 0 0;
    color: #000;
  }
  #breadcrumbs li:after {
    content: " > ";
    font-size: 12px;
  }
  #breadcrumbs li:last-child::after {
    content: none;
  }
  .h2 {
    width: 100%;
    height: auto;
    background: #009be1;
    padding: 14px 0;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
  .tel {
    font-size: 68px;
    line-height: 1;
    font-weight: 900;
    color: #e21c24;
    margin-bottom: 26px;
    text-align: center;
  }
  .tel img {
    width: 5%;
    max-width: 10%;
    height: auto;
    margin: 0 7px 3px 0;
  }
  .tel a {
    color: #e21c24;
    text-decoration: none;
  }
  #tel {
    margin-bottom: 60px;
  }
  #tel h2 {
    width: 100%;
    height: auto;
    background: #009be1;
    padding: 14px 0;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
  #tel h2 + p {
    font-size: 19px;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
  }
  #tel .tel {
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    color: #e21c24;
    margin-bottom: 10px;
    text-align: center;
  }
  #tel .tel img {
    width: 5%;
    max-width: 10%;
    height: auto;
    margin: 0 7px 3px 0;
  }
  #tel .tel a {
    color: #e21c24;
    text-decoration: none;
  }
  #tel .add {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #form {
    margin-bottom: 60px;
  }
  #form h2 {
    width: 100%;
    height: auto;
    background: #009be1;
    padding: 14px 0;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
  #form #mp-main {
    width: 900px;
    margin: 20px auto 70px;
  }
  #form #mp-main > p {
    font-size: 13px;
    color: red;
    text-align: left !important;
    margin-bottom: 8px;
  }
  #form #mp-main .errs {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 20px;
    font-weight: bold;
    color: #FF0000;
  }
  #form #mp-main .errs ul {
    text-align: left;
  }
  #form #mp-main .errs ul li {
    list-style: none;
    font-size: 25px;
    line-height: 1.7;
  }
  #form #mp-main .message-required {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  #form #mp-main .fieldset {
    margin-bottom: 40px;
  }
  #form #mp-main .fieldset .red {
    color: red;
    margin-left: 6px;
    font-size: 12px;
  }
  #form #mp-main .fieldset .add-read {
    margin-bottom: 14px;
  }
  #form #mp-main .fieldset .add-read ul {
    margin-left: 20px;
  }
  #form #mp-main .fieldset .add-read ul li {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 4px;
  }
  #form #mp-main .fieldset dl {
    border: 1px solid #ccc;
    border-top: none;
    background: #f3faff;
  }
  #form #mp-main .fieldset dt {
    border-top: 1px solid #ccc;
    clear: left;
    float: left;
    width: 220px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    color: #51453f;
    text-align: left;
    padding: 13px;
  }
  #form #mp-main .fieldset dd {
    margin-left: 220px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #fff;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 500;
    padding: 12px;
  }
  #form #mp-main .fieldset dd .err {
    background-color: #ffe2e2;
  }
  #form #mp-main .fieldset dd select {
    width: 300px !important;
    font-size: 17px;
    padding: 10px 4px 10px 10px;
  }
  #form #mp-main .fieldset dd .text {
    width: 96%!important;
    border: 1px solid #7f9db9;
    font-size: 17px;
    padding: 12px 4px;
    margin: 0;
  }
  #form #mp-main .fieldset dd textarea {
    width: 96% !important;
    height: 330px;
    border: 1px solid #7f9db9;
    font-size: 17px;
    padding: 12px 4px;
  }
  #form #mp-main .fieldset dd input[type=checkbox] {
    transform: scale(1.7);
    margin: 0 4px 0 4px;
  }
  #form #mp-main .fieldset dd .attention {
    font-size: 12px;
  }
  #form #mp-main .fieldset dd p {
    margin-top: 8px;
    text-align: left;
    font-size: 13px;
    line-height: 1;
  }
  #form #mp-main .ng {
    font-size: 20px;
    font-weight: bold;
    color: #d30000;
    text-align: center;
    text-decoration: underline;
  }
  #form #mp-main .ng span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #023abf;
    text-decoration: none!important;
  }
  #form #mp-main p {
    margin-top: 14px;
    text-align: center;
  }
  #form #mp-main p .submit {
    width: 340px;
    padding: 24px 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #fff;
    border: none;
    background: #e21c24;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  #form #mp-main p .submit:hover {
    background-color: #023abf;
  }
  #form #mp-main p .back {
    background: #51453f;
  }
  #form #mp-main p .send {
    background: #d30000;
  }
  #finish {
    margin-bottom: 120px;
    letter-spacing: 0.03em;
  }
  #finish h2 {
    width: 100%;
    height: auto;
    background: #009be1;
    padding: 14px 0;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
  #finish h3 {
    font-size: 41px;
    line-height: 1.5;
    color: #023abf;
    margin-bottom: 13px;
    font-weight: 600;
    text-align: center;
  }
  #finish h3 + p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
  }
  #finish h3 span {
    text-decoration: underline;
  }
  #finish .not {
    background: #f5f5f3;
    border: 1px solid #ccc;
    padding: 20px 14px 30px 14px;
    margin-bottom: 50px;
  }
  #finish .not h4 {
    font-size: 30px;
    color: red;
    margin-bottom: 26px;
    text-align: center;
  }
  #finish .not ul {
    margin-left: 40px;
  }
  #finish .not ul li {
    margin-bottom: 30px;
    font-size: 16px;
  }
  #finish .not ul li span {
    text-decoration: underline;
    font-weight: 600;
  }
  #finish .not ul li:last-child {
    margin-bottom: 0;
  }
  #finish .button {
    width: 400px;
    margin: 0 auto;
  }
  #finish .button a {
    display: block;
    background: #51453f;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 30px 0;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #finish .button a:hover {
    background-color: #023abf;
  }
}
/*# sourceMappingURL=contact.css.map */