﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

img {
  vertical-align: bottom;
}

textarea, input, select, button {
  font: inherit;
  font-size: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

.ios body {
  min-height: 576px;
}

@media screen and (max-width: 599px) {
  body {
    line-height: 1.6;
  }

  body.body-modal_appli {
    background: none;
  }
}

a {
  color: #9b0000;
  text-decoration: underline;
}

a:hover {
  color: #9b0000;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.sp {
  display: none !important;
}

.tb {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .tb {
    display: block !important;
  }
}

@media screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.br {
  margin-bottom: 1em;
}

.sup {
  font-size: smaller;
  vertical-align: super;
}

.sub {
  font-size: smaller;
  vertical-align: sub;
}

.u-fs {
  font-size: 66.667%;
}

.u-fl {
  font-size: 133.334%;
}

.u-al {
  text-align: left;
}

.u-ac {
  text-align: center;
}

.u-ar {
  text-align: right;
}

.u-ls .u-ls__h {
  display: table-cell;
  white-space: nowrap;
}

.u-ls .u-ls__b {
  display: table-cell;
}

@media screen and (max-width: 599px) {
  .u-ls--sp .u-ls__h {
    display: table-cell;
    white-space: nowrap;
  }

  .u-ls--sp .u-ls__b {
    display: table-cell;
  }
}

.wrapper {
  overflow: hidden;
  min-width: 1024px;
}

@media screen and (max-width: 599px) {
  .wrapper {
    min-width: 0;
  }
}

.header--appli {
  position: relative;
  background: #000;
}

.header--appli .header__inr {
  position: relative;
  width: 950px;
  height: 96px;
  margin: 0 auto;
}

.header--appli .header__logo {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 290px;
}

.header--appli .header__appli_contact {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 599px) {
  .header--appli {
  }

  .header--appli .header__inr {
    width: auto;
    height: auto;
    height: 65px;
  }

  .header--appli .header__inr:before {
    display: none;
  }

  .header--appli .header__logo {
    width: 170px;
    top: 8px;
    left: 10px;
    /* width: auto;
    position: static; */
  }

  .header--appli .header__appli_contact {
    display: none;
  }
}

.contents--page .contents__inr {
  position: relative;
  width: 950px;
  margin: 0 auto;
  padding: 40px 0 30px;
}

@media screen and (max-width: 599px) {
  .contents--page .contents__inr {
    position: relative;
    width: auto;
    padding: 0;
  }
}

.footer {
  background: #000;
  padding: 25px 0 45px;
}

.footer .footer__inr {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .footer {
    position: relative;
  }

  .footer .footer__inr {
    width: auto;
  }
}


.p {
  margin: 0 0 15px;
}

.font-bold {
  font-weight: bold;
}

.font-red {
  color: #f00;
}

.appliform {
  position: relative;
}

.appliform__cols {
  position: relative;
  margin: 0 0 20px
}

.appliform__cols:before,
.appliform__cols:after {
  content: " ";
  display: table;
}

.appliform__cols:after {
  clear: both;
}

.appliform__title {
  float: left;
  margin: 0 0 20px;
  width: 730px;
}

.appliform__side {
  float: right;
  background: #fff;
  width: 200px;
}

.appliform__main {
  float: left;
  width: 730px;
}

@media screen and (max-width: 599px) {
  .appliform {
    background: #fff;
  }

  .appliform__cols {
    margin: 0 0 10px;
  }

  .appliform__title {
    float: none;
    margin: 0;
    width: auto;
  }

  .appliform__side {
    float: none;
    width: auto;
  }

  .appliform__main {
    float: none;
    width: auto;
  }
}

.appliform_submit {
  width: 730px;
  margin: 0 0 20px;
  text-align: center;
}

.appliform_btn--submit {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  padding: 18px 10px 16px;
  border-radius: 5px;
  width: 350px;
  margin: 0 10px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
  text-decoration: none;
  text-align: center;
  background: #c90000;
  width: 350px
}

.appliform_btn--submit:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 11px;
  height: 16px;
  background: url(../img/btn_arw_r.png) no-repeat 0 0;
  margin: -8px 0 0;
}

.appliform_btn--submit:hover {
  color: #fff;
  text-decoration: none;
  background: #e30000;
}

@media screen and (max-width: 599px) {
  .appliform_submit {
    margin: 0 20px;
    box-sizing: border-box;
    width: auto;
  }

  .appliform_btn--submit {
    display: inline-block;
    background: #c90000;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    width: 100%;
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
    box-sizing: border-box;
  }
}



.appliform_end {
  background: #fff;
  padding: 19px;
  border: 1px solid #dadada;
  border-radius: 3px;
  margin: 0 0 20px;
}

.appliform_end__h {
  background: #333;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.6;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  margin: 0 0 30px;
}

.appliform_end__txt {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 2px;
  margin: 0 0 30px;
}

.appliform_end__txt_note {
  font-size: 12px;
}

@media screen and (max-width: 599px) {
  .appliform_end {
    padding: 10px;
    border: 0;
    margin: 0 0 10px;
  }

  .appliform_end__h {
    font-size: 14px;
    text-align: center;
    margin: 0 0 20px;
  }

  .appliform_end__txt {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin: 0 0 30px;
  }
}