﻿
/*!
 * ress.css v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  f-size: 80%; /* Set f-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  f-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
  font-weight: 400;
  color: #333333;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  font-family: "Helvetica LT W01 Roman", "FOT-筑紫ゴシック Pro R";
}
@media all and (max-width: 620px) {
  body {
    letter-spacing: 0.05em;
    line-height: 1.4em;
  }
}

h1, h2, h3, h4 {
  font-family: "Helvetica LT W01 Bold", "FOT-筑紫ゴシック Pr5 D";
}

a {
  text-decoration: none;
  color: #333333;
  transition: 0.2s all ease-out;
}

a:hover {
  opacity: 0.6;
}

select::-ms-expand {
  display: none;
}

:focus {
  outline: none;
}

label {
  cursor: pointer;
}

input, textarea {
  -webkit-appearance: none;
          appearance: none;
  background-color: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

th {
  font-weight: normal;
}

::selection {
  color: #fff;
  background: #333;
}

::-moz-selection {
  color: #fff;
  background: #333;
}

ol, ul {
  list-style: none;
}

.section {
  margin: 100px 0 100px 0;
}
@media all and (max-width: 980px) {
  .section {
    margin: 160px 0 80px 0;
  }
}
@media all and (max-width: 620px) {
  .section {
    margin: 140px 0 80px 0;
  }
}

article {
  margin: 100px 0 100px 0;
}

p {
  margin: 0 0 30px;
}
@media all and (max-width: 980px) {
  p {
    margin: 0 0 20px;
  }
}

/******************
structure
******************/
.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
}

.contents {
  padding: 0 0 100px;
  width: 100%;
  min-height: calc(100vh - 70px);
}
@media all and (max-width: 980px) {
  .contents {
    padding: 0 0 50px;
  }
}
@media all and (max-width: 620px) {
  .contents {
    padding: 0 0 50px;
  }
}

@media all and (min-width: 981px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media all and (max-width: 980px) {
  .inner {
    padding: 0 15px;
  }
}
@media all and (max-width: 620px) {
  .inner {
    padding: 0 10px;
  }
}

.contents-wrapper {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  flex-direction: row;
}
@media all and (max-width: 980px) {
  .contents-wrapper {
    flex-wrap: wrap;
  }
}
.contents-wrapper p a {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  color: #333;
  transition: 0.2s all ease-out;
  padding: 0 0 2px 0;
}

.js-fadeIn {
  opacity: 0;
  transition: 0.5s 0.2s;
}

.js-fadeIn.animation {
  opacity: 1;
}

.gotoTop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media all and (max-width: 980px) {
  .gotoTop {
    right: 0;
    bottom: 0;
  }
}

.gotoTop_btn {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #333;
  border-radius: 2px;
  transition: 0.3s;
}

.gotoTop_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -5px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(135deg);
  transition: 0.3s;
}

.button-basic {
  display: block;
  text-decoration: none;
  background: none;
  border: 1px solid #333;
  color: #333;
  position: relative;
  text-align: center;
  font-family: "Helvetica LT W01 Roman", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  line-height: 3.8em;
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #363960;
  background: url("../image/arrow.svg") no-repeat calc(100% - 20px) 50%;
  background-size: 5px;
  background-clip: padding-box;
}
@media all and (min-width: 981px) {
  .button-basic:hover {
    border-color: #333;
    color: #333;
  }
}

.pankuzu {
  position: relative;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  text-align: center;
  padding: 0 0 0 20px;
}
@media all and (max-width: 620px) {
  .pankuzu {
    padding: 0 0 0 10px;
  }
}
.pankuzu ol {
  width: 100%;
  max-width: 1100px;
  list-style: none;
  margin: 5px auto 3px auto;
  position: static;
  text-align: left;
}
.pankuzu li {
  margin-right: 10px;
  vertical-align: middle;
  display: inline;
}
.pankuzu li + li::before {
  display: inline-block;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  margin: 0 10px 0 0;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  vertical-align: 0.2em;
}
.pankuzu li a {
  color: #333333;
}
.pankuzu li a.home {
  vertical-align: -0.3em;
}

.pagenation {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 30px 0;
  border-top: 1px solid #9fa0a0;
}
.pagenation a {
  text-decoration: none;
}
@media all and (min-width: 981px) {
  .pagenation a:hover {
    opacity: 0.6;
  }
}
.pagenation .page-next {
  padding: 5px 15px;
  text-align: center;
}
.pagenation ol {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}
.pagenation li + li {
  padding: 10px;
  color: #5b5a5a;
}
.pagenation li span {
  border-top: 1px solid #000;
  display: inline-block;
  margin: -1px 0 0 0;
  padding: 10px;
}

.pager {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 980px) {
  .pager {
    margin-bottom: 40px;
  }
}

.pulldown {
  position: relative;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}
.pulldown label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px;
  border: solid 1px #9fa0a0;
  cursor: pointer;
}
.pulldown input {
  display: none;
  margin: 0;
}
.pulldown .archive-list {
  display: block;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  transition: 0.2s all ease-out;
}
.pulldown .archive-list ul {
  position: relative;
  border: solid 1px #9fa0a0;
  border-bottom: 0;
  width: 100%;
  top: -15px;
  margin: 0;
  padding: 0;
}
.pulldown .archive-list li {
  border-bottom: solid 1px #9fa0a0;
  cursor: pointer;
  margin: 0;
  padding: 15px 10px 10px;
  width: 100%;
}
.pulldown .archive-list li a {
  display: block;
  color: #333333;
  width: 100%;
  height: 100%;
}
.pulldown input:checked ~ .archive-list {
  padding: 10px 0;
  height: auto;
  opacity: 1;
  transition: 0.2s all ease-out;
}

strong {
  font-family: "Helvetica LT W01 Bold", "FOT-筑紫ゴシック Pr5 D";
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.secondary-page {
  margin: 170px auto 150px;
}
.secondary-page h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 50px 0;
}
@media all and (max-width: 980px) {
  .secondary-page {
    margin: 100px 0 80px 0;
  }
}
.secondary-page .sub-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 60px 0;
  line-height: 1.8em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media all and (max-width: 620px) {
  .secondary-page .sub-title br {
    display: none;
  }
}
.secondary-page .sub-txt {
  font-size: 12px;
  font-size: 1.2rem;
  margin: -50px 0 60px 0;
}

img.r {
  float: right;
  border: none;
  margin: 0 0 25px 2px;
  vertical-align: top;
}

img.l {
  float: left;
  margin: 0 2px 25px 0;
  vertical-align: top;
}

img.c {
  display: block;
  text-align: center;
  margin: 0 auto 25px auto;
}

/******************
  header
******************/
.header {
  position: relative;
  font-family: "Helvetica LT W01 Bold", "FOT-筑紫ゴシック Pr5 D";
  margin: 0 auto;
  width: 100%;
  z-index: 10000;
  position: fixed;
  height: 120px;
  background: #fff;
  transition: 0.3s;
}
@media all and (max-width: 980px) {
  .header {
    height: 80px;
  }
}
@media all and (max-width: 620px) {
  .header {
    height: 60px;
  }
}
@media all and (min-width: 981px) {
  .header .header_inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media all and (max-width: 980px) {
  .header .header_inner {
    padding: 0;
  }
}
.header h1 {
  position: absolute;
  width: 200px;
  top: 40px;
  left: 0;
  z-index: 200;
}
@media all and (max-width: 980px) {
  .header h1 {
    top: 20px;
    left: 20px;
  }
  .header h1 img {
    width: 180px;
  }
}
@media all and (max-width: 620px) {
  .header h1 {
    top: 18px;
    left: 15px;
  }
  .header h1 img {
    width: 140px;
  }
}
.header li {
  list-style-type: none;
}
@media all and (max-width: 980px) {
  .header li {
    position: relative;
  }
}
.header li li:last-child {
  border-bottom: none;
}
.header a {
  color: #333333;
}
.header .navi {
  z-index: 8000;
}
@media all and (max-width: 980px) {
  .header .navi {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    left: 0;
    margin: 0;
  }
}
@media all and (min-width: 981px) {
  .header .navi .navi-list {
    position: relative;
    width: 100%;
    height: 120px;
  }
}
@media all and (max-width: 980px) {
  .header .navi .navi-list {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    border-top: 1px solid #c7c7c7;
  }
}
@media all and (min-width: 981px) {
  .header .navi .navi-list-main {
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
  }
}
@media all and (min-width: 981px) {
  .header .navi .navi-list-main li {
    margin: 0 20px;
    width: max-content;
  }
}
@media all and (max-width: 980px) {
  .header .navi .navi-list-main li {
    border-bottom: 1px solid #c7c7c7;
    padding: 0 0 0 20px;
  }
}
.header .navi .navi-list-main .crr {
  opacity: 0.2;
}
.header .navi .navi-list-main a {
  color: #333333;
}
@media all and (max-width: 980px) {
  .header .navi .navi-list-main a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .header .navi .navi-list-main a::before {
    display: inline-block;
    content: "";
    border: 4px solid #333;
    border-radius: 50%;
    position: relative;
    top: 4px;
    margin-right: 1em;
    width: 16px;
    height: 16px;
  }
  .header .navi .navi-list-main a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    transform: rotate(-135deg);
    transition: 0.3s;
  }
}
.header .navi .navi-list-sub {
  display: flex;
}
@media all and (min-width: 981px) {
  .header .navi .navi-list-sub {
    position: absolute;
    top: 53px;
    right: 0;
  }
}
@media all and (max-width: 980px) {
  .header .navi .navi-list-sub {
    margin: 20px auto 0;
    width: 120px;
  }
}
.header .navi .navi-list-sub .fb {
  width: 32px;
}
@media all and (min-width: 981px) {
  .header .navi .navi-list-sub .fb {
    padding: 0 7px;
  }
}
.header .navi .navi-list-sub .ig {
  width: 32px;
}
@media all and (min-width: 981px) {
  .header .navi .navi-list-sub .ig {
    padding: 0 7px;
  }
}
@media all and (max-width: 980px) {
  .header .navi .navi-list-sub .ig {
    margin: 0 70px 0 0;
  }
}
.header .navi .navi-list-sub .crr a {
  color: #ed1b23;
}

.secondary-page-header {
  border-bottom: 1px solid #aaa;
}

/*スマホメニュー*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: 0.2s 0s ease-out;
  box-sizing: border-box;
}

.open {
  color: #fff;
}

.menu-trigger {
  z-index: 1000;
  display: none;
}
@media all and (max-width: 980px) {
  .menu-trigger {
    display: block;
    position: absolute;
    top: 15px;
    right: 0px;
    width: 60px;
    height: 60px;
    z-index: 1000;
    padding: 10px 0;
  }
}
@media all and (max-width: 620px) {
  .menu-trigger {
    top: 5px;
    right: 5px;
  }
}
.menu-trigger span:not(.label) {
  position: absolute;
  right: 0;
  left: 15px;
  width: 30px;
  height: 1px;
  background-color: #333;
}
.menu-trigger .label {
  display: block;
  color: #333;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  position: absolute;
  top: 10px;
  left: 15px;
  opacity: 1;
}
.menu-trigger.open span:not(.label) {
  background: #333;
}
.menu-trigger.open::before, .menu-trigger.open::after {
  opacity: 0;
}
.menu-trigger.open .label {
  opacity: 0;
}

.menu-trigger span:nth-of-type(1) {
  top: 17px;
}

.menu-trigger span:nth-of-type(2) {
  top: 27px;
}

.menu-trigger span:nth-of-type(3) {
  top: 37px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.menu-trigger.inactive span:nth-of-type(1) {
  transform: translateY(0px) rotate(0deg);
  transition: 0.2s 0s ease-out;
}

.menu-trigger.inactive span:nth-of-type(2) {
  opacity: 1;
  transition: 0.2s 0s ease-out;
}

.menu-trigger.inactive span:nth-of-type(3) {
  transform: translateY(0px) rotate(0deg);
  transition: 0.2s 0s ease-out;
}

.footer {
  background: #333;
  font-family: "Helvetica LT W01 Roman", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 100px;
}
@media all and (max-width: 980px) {
  .footer {
    height: 50px;
  }
}
@media all and (max-width: 620px) {
  .footer {
    height: 50px;
  }
}
.footer p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.footer .navi-list-footer {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.footer li {
  padding: 0 60px;
}
@media all and (max-width: 620px) {
  .footer li {
    padding: 0 15px;
  }
}
.footer li a {
  color: #fff;
}

.contact-direct-wrapper {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin: 80px 0;
}
@media all and (max-width: 980px) {
  .contact-direct-wrapper {
    display: inherit;
  }
}
.contact-direct-wrapper .contact-direct {
  width: 50%;
  text-align: center;
}
@media all and (max-width: 980px) {
  .contact-direct-wrapper .contact-direct {
    width: 100%;
  }
}
.contact-direct-wrapper .contact-direct dt {
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contact-direct-wrapper .contact-direct .time {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media all and (max-width: 980px) {
  .contact-direct-wrapper .contact-direct .time {
    margin-bottom: 70px;
  }
}
.contact-direct-wrapper .button-direct {
  display: block;
  text-decoration: none;
  background: none;
  border: 1px solid #333;
  color: #333;
  position: relative;
  text-align: center;
  font-family: "Helvetica LT W01 Roman", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  @icnlude appearance;
  font-size: 14px;
  font-size: 1.4rem;
  width: 280px;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  display: inline-block;
}
@media all and (max-width: 980px) {
  .contact-direct-wrapper .button-direct {
    margin: 0 auto;
  }
}
.contact-direct-wrapper .button-direct .mail-link::before {
  display: inline-block;
  content: "";
  background: url(../image/mail_icon.svg) no-repeat;
  width: 1.5em;
  height: 1.5em;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.contact-direct-wrapper .button-direct .tel-link::before {
  display: inline-block;
  content: "";
  background: url(../image/tel_icon.svg) no-repeat;
  width: 1.5em;
  height: 1.5em;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.contact-form label {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px;
}
.contact-form .contact-form-title {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.contact-form .form-label {
  width: 200px;
  float: left;
  line-height: 40px;
}
@media all and (max-width: 980px) {
  .contact-form .form-label {
    float: none;
    line-height: 1.4em;
  }
}
.contact-form .form-contents {
  width: 780px;
  margin-left: 200px;
  margin-bottom: 40px;
}
@media all and (max-width: 980px) {
  .contact-form .form-contents {
    width: 100%;
    margin: 10px 0 30px 0;
  }
}
.contact-form .form-contents p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #df0024;
  margin-left: -7px;
}
.contact-form .form-input {
  width: 100%;
  height: 40px;
  border: 1px solid #a0a0a0;
  padding-left: 10px;
}
.contact-form .form-textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #a0a0a0;
  padding-left: 10px;
}
.contact-form .post {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
  letter-spacing: 0.1em;
}
.contact-form .required {
  color: #ed1b23;
  padding: 0 0 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.contact-form .form-post {
  width: 200px;
  height: 40px;
  border: 1px solid #a0a0a0;
  padding-left: 10px;
}
.contact-form ::placeholder {
  color: #acacac;
  font-size: 12px;
  font-size: 1.2rem;
}
.contact-form:focus {
  outline: 1px solid #ed1b23;
  outline-offset: 2px;
}
.contact-form .button-send {
  display: block;
  text-decoration: none;
  background: none;
  border: 1px solid #333;
  color: #333;
  position: relative;
  text-align: center;
  font-family: "Helvetica LT W01 Roman", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  @icnlude appearance;
  transition: 0.2s all ease-out;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  width: 240px;
  height: 50px;
  margin-left: 200px;
  display: inline-block;
  letter-spacing: 0.5em;
}
@media all and (max-width: 980px) {
  .contact-form .button-send {
    margin: 10px auto 20px;
  }
}
.contact-form .button-send2 {
  display: block;
  text-decoration: none;
  background: none;
  border: 1px solid #333;
  color: #333;
  position: relative;
  text-align: center;
  font-family: "Helvetica LT W01 Roman", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  @icnlude appearance;
  transition: 0.2s all ease-out;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  width: 240px;
  height: 50px;
  margin: 0 10px 0 0;
  display: inline-block;
}
@media all and (max-width: 620px) {
  .contact-form .button-send2 {
    display: block;
    margin: 0 0 20px 0;
  }
}

.step {
  margin: 0 0 60px 0;
}
.step ul {
  overflow: hidden;
}
.step li {
  width: 33%;
  float: left;
  color: #aaa;
  text-decoration: none;
  padding: 6px 0;
  background: #eee;
  position: relative;
  display: block;
  text-align: center;
}
.step li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #eee;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
.step li li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.step li.crr {
  background: #888;
  color: #fff;
}
.step li.crr:after {
  border-left: 30px solid #888;
}
.step lili:first-child {
  padding: 6px 0 6px 30px;
}
.step li.sec {
  padding: 6px 0 6px 50px;
}
.step li:last-child {
  padding: 6px 30px 6px 50px;
}
.step lili:last-child:after, .step lili:last-child:before {
  border: 0;
}

#formArea table {
  width: 100%;
  font-size: 1.4rem;
  margin: 30px 0;
  border-top: 1px solid #a0a0a0;
  border-collapse: collapse;
}

#formArea form {
  max-width: 640px;
}

#formArea th {
  padding: 15px;
  width: 150px;
  text-align: left;
}
@media all and (min-width: 981px) {
  #formArea th {
    border-bottom: 1px solid #a0a0a0;
  }
}
@media all and (max-width: 980px) {
  #formArea th {
    padding: 15px 0 0 0;
    width: 100%;
    display: block;
  }
}

#formArea td {
  padding: 15px;
  border-bottom: 1px solid #a0a0a0;
}
@media all and (max-width: 980px) {
  #formArea td {
    display: block;
    padding: 15px 0 15px 0;
  }
}

/*Checkboxes styles*/
input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}

input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #a0a0a0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: all 0.12s, border-color 0.08s;
}

input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-color: #333;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}