@charset "UTF-8";
/* ==================================
  reset
================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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;
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* change colours to suit your needs */
ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #fff;
  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;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=text], input[type=number], input[type=date], input[type=tel], input[type=url], input[type=email], input[type=time], textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

/* iOSでのデフォルトスタイルをリセット */
button,
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

textarea {
  resize: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #939393;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #939393;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #939393;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #939393;
}

input::placeholder,
textarea::placeholder {
  color: #939393;
}

ul, ol, dl {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

th {
  font-weight: normal;
}

em,
address {
  font-style: normal;
}

/* ==================================
  ここまでreset
================================== */
html {
  font-size: 2.667vw;
}

/* ↓↓↓↓↓↓ここから下に追記↓↓↓↓↓↓↓ */
body {
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  overflow-x: hidden;
}

.hdr {
  position: relative;
  background: #222222;
  width: 100%;
  height: 12rem;
}
.hdr:after {
  content: "";
  position: absolute;
  top: 4.8rem;
  right: 0;
  background: #3b3b3b;
  width: 100%;
  height: 7.2rem;
  z-index: 0;
}
.hdr .mod-container {
  padding: 0;
}

.hdrLogo {
  height: 4.8rem;
}
.hdrLogo .logo {
  width: 13.4rem;
  padding: 1.1rem 0 0 2.4rem;
}

.hDetail {
  padding: 2.4rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.hInner em {
  margin-right: 3.2rem;
  position: relative;
}
.hInner em:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.6rem;
  width: 1.8rem;
  height: 0.1rem;
  background: #fff;
  transform: rotate(-60deg);
}

.mod-container {
  padding: 4.8rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.8em;
}

.txt, .btArea {
  margin-bottom: 4.8rem;
}

.txtS {
  margin-bottom: 2.4rem;
}

.cautionTxt {
  position: relative;
  padding-left: 1.4rem;
}
.cautionTxt:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(45deg);
  border: 0.1rem solid #000;
}

.ftr {
  border-top: 1px solid #bcbcbc;
}
.ftr .mod-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 2.4rem;
}
.ftr small {
  font-size: 1rem;
}

@media screen and (min-width: 767px) {
  html {
    font-size: 18px;
  }
  .hdr {
    height: auto;
  }
  .hdr:after {
    top: 0;
    width: 56%;
    height: 126px;
    clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  .hdrLogo {
    height: 112px;
  }
  .hdrLogo .logo {
    width: 179px;
    padding: 40px 0 0;
  }
  .hDetail {
    position: absolute;
    top: 0;
    left: 48%;
    font-size: 22px;
    padding: 34px 0 0 40px;
  }
  .hInner em {
    margin-right: 50px;
    font-size: 30px;
  }
  .hInner em:after {
    right: -36px;
    width: 22px;
    height: 1px;
  }
  .detailInner {
    width: 760px;
    margin: 0 auto;
  }
  .con_article .mod-container {
    padding: 148px 0;
    font-size: 18px;
  }
  .txt, .btArea {
    margin-bottom: 56px;
  }
  .txtS {
    margin-bottom: 24px;
  }
  .ftr .mod-container {
    padding: 16px 0;
  }
  .ftr small {
    font-size: 12px;
  }
  .cautionTxt {
    position: relative;
    padding-left: 16px;
  }
  .cautionTxt:before {
    top: 12px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
  }
  .mod-container {
    width: 760px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=index.css.map */