@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }
.content{
    padding: 0;
}
.wrap{
    margin-top: 150px;
    font-size: 16px;
}
ul{
    padding-left: 0;
}
li{
    list-style-type: none;
}
body {
  margin: 0;
  font-size: 16px;}

main {
  display: block;
  width:95%;
  max-width:1300px;
  margin:0 auto;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img,
embed,
object,
iframe {
  vertical-align: bottom; }

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

button,
input {
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

option {
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

[contenteditable] {
  outline: none; }

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

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

template {
  display: none; }

[hidden] {
  display: none; }

[class^="mark"] {
  padding-left: 5px;
  padding-right: 5px;
  background: no-repeat left .5em; }

.mark1 {
  background-image: url(../img/share/mark_1.gif); }

.mark2 {
  background-image: url(../img/share/mark_2.gif); }

.mark3 {
  background-image: url(../img/share/mark_3.gif); }

.mark4 {
  background-image: url(../img/share/mark_4.gif); }

.mark5 {
  background-image: url(../img/share/mark_5.gif); }

.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.imgC,
.tC,
.btn {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.mincho {
  font-family: 'Noto Serif JP', serif; }

.marker {
  background: linear-gradient(transparent 50%, #fffc00 60%); }

input[type=text], input[type=password], input[type=tel], input[type=email], textarea {
  height: 5rem;
  width: 100%;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  padding: 0 1.5rem;
  transition: all 0.5s ease; }
  input[type=text]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus {
    border: 1px solid #0f97f9;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4); }

input::placeholder {
  color: #b9b9b9; }

/* IE */
input:-ms-input-placeholder {
  color: #b9b9b9; }

/* Edge */
input::-ms-input-placeholder {
  color: #b9b9b9; }

.txt-right {
  text-align: right; }

.fotm-textarea textarea {
  height: 15rem;
  padding: 1.5rem; }

/* セレクト */
.form-select {
  position: relative; }
  .form-select::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #b4b3b3;
    border-right: solid 2px #b4b3b3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px; }

select {
  width: 100%;
  height: 5rem;
  padding: 0 3rem 0 2rem;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 95% center;
  border-radius: 10px; }

/* チェックボックス */
input[type=checkbox] {
  display: none; }

.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto; }

.checkbox::before {
  background: #fff;
  border: 3px solid #333;
  border-radius: 3px;
  content: '';
  display: block;
  height: 18px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 18px; }

.checkbox::after {
  border-right: 6px solid #fe441e;
  border-bottom: 3px solid #fe441e;
  content: '';
  display: block;
  height: 21px;
  left: 13px;
  margin-top: -14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 9px; }

input[type=checkbox]:checked + .checkbox::before {
  border-color: #fe441e; }

input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1); }

input[type=checkbox]:checked + label {
  color: #fe441e;
  font-weight: bold; }

/* ラジオボタン */
input[type=radio] {
  display: none; }

.radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto; }

.radio::before {
  background: #fff;
  border: 3px solid #333;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 20px; }

.radio::after {
  background: #fe441e;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale3d(0.3, 0.3, 1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 12px; }

input[type=radio]:checked + .radio::before {
  border-color: #fe441e; }

input[type=radio]:checked + .radio::after {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

input[type=radio]:checked + label {
  color: #fe441e;
  font-weight: bold; }

label {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: .5rem; }

.form-block {
  padding-top: 20px; }

.form-ttl {
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px; }

.form-txt {
  padding-right: 5px; }

.form-tag {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .form-tag_default {
    background-color: #78909C; }
  .form-tag_required {
    background-color: #f50000; }
  @media screen and (max-width: 767px) {
    .form-tag {
      font-size: 10px; } }

.btn-submit {
  display: block;
  margin: 50px auto 0;
  width: 100%;
  max-width: 380px;
  height: 5rem;
  line-height: 5rem;
  background-color: #f50000;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s ease; }
  .btn-submit:hover {
    background-color: #ff493b; }

/* 背景画像拡大リンク */
a.image-link {
  display: block; }
  a.image-link:hover .image-img {
    transform: scale(1.1); }

.image-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .image-wrap .image-img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transform: scale(1);
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease;
    background-size: cover;
    background-position: center; }

/* カラム */
.col-wrap {
  display: flex;
  flex-wrap: wrap; }

.col-50 {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .col-50 {
      width: 100%; } }

.col-33 {
  width: calc(100% / 3); }
  @media screen and (max-width: 767px) {
    .col-33 {
      width: 100%; } }

*::-ms-backdrop, .col-33 {
  width: 33.33%;
  /* IE11 */ }

/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*----------------------------------------------------
	element style
----------------------------------------------------*/
html {
  font-size: 62.5%; }

@media screen and (max-width: 767px) {
  html.is-fixed,
  html.is-fixed body {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0; } }

body {
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

input, textarea {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

label {
  width: 100%; }

  /*----------------------------------------------------
      モーダル
  ----------------------------------------------------*/
  /* モーダル全体(背景＋本体) */
  .modal {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 100vh; }

  /* Safari */
  _:lang(x) + _:-webkit-full-screen-document, .modal {
    min-height: -webkit-fill-available; }

  /* モーダル背景 */
  .modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8); }

  /* モーダル本体 */
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    height: 94%;
    width: 90%;
    max-width: 750px;
    background: white;
    padding: 20px;
    border-radius: 20px; }
    @media screen and (max-width: 767px) {
      .modal-content {
        height: 94%;
        padding: 20px 10px; } }

  .modal-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%; }

  .modal-img {
    width: 100%; }
    .modal-img img {
      display: block;
      width: 100%; }

  .modal-link {
    width: 100%; }
    .modal-link .car-link {
      display: flex;
      padding: 10px; }
      @media screen and (max-width: 767px) {
        .modal-link .car-link {
          flex-flow: column; } }
      .modal-link .car-link a {
        width: 50%;
        margin: 10px; }
        @media screen and (max-width: 767px) {
          .modal-link .car-link a {
            width: 100%;
            margin: 5px; } }

  .modal-txt {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    background: #f8f8f8;
    padding: 10px 20px; }
    @media screen and (max-width: 767px) {
      .modal-txt {
        padding: 10px; } }

  .modal-privacy {
    font-size: 12px;
    font-size: 1.2rem; }
    .modal-privacy p {
      margin-top: 20px; }

  .privacy-link {
    text-decoration: underline;
    color: #0bace8; }

  .privacy-ttl {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700; }

  .modal-close {
    display: inline-block;
    padding: 10px;
    line-height: 1; }

  span.modal-close {
    padding: 5px;
    cursor: pointer;
    background: none;
    color: #fff; }
    span.modal-close img {
      display: block;
      width: 100%; }

  /* モーダルウィンドウ表示中に記事本体を固定 */
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0; }

  .modalClose {
    position: absolute;
    top: 0px;
    right: 0;
    width: 35px;
    z-index: 9999; }

    /* ボタン */
    .ftrLink-wrap {
      margin-top: 100px;
      display: flex;
      justify-content: center;
      position: relative;
  }
.ftrLink-wrap a {
  display: flex;
  align-items: center;
}
.btn {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 5rem; }

a.btn-blue {
  color: #fff;
  background-color: #3f80ec;
  border-bottom: 5px solid #3873d5; }

a.btn-blue:hover {
  margin-top: 3px;
  color: #fff;
  background: #70a6ff;
  border-bottom: 2px solid #0074a9; }

a.btn-cgcol {
  color: #fff;
  background-color: #00C7BE;
  border-bottom: 5px solid #00A29B; }

a.btn-cgcol:hover {
  margin-top: 3px;
  color: #fff;
  background: #00C7BE;
  border-bottom: 2px solid #00A29B; }

a.btn-orange {
  color: #fff;
  background-color: #ff9800;
  border-bottom: 5px solid #de8400; }

a.btn-orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #ff9800;
  border-bottom: 2px solid #de8400; }

a.btn-shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }

/* フォーム */
input[type=text], input[type=password], input[type=tel], input[type=email], textarea {
  height: 5rem;
  width: 100%;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  padding: 0 1.5rem;
  transition: all 0.5s ease; }
  input[type=text]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus {
    border: 1px solid #0f97f9;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4); }

input::placeholder {
  color: #b9b9b9; }

/* IE */
input:-ms-input-placeholder {
  color: #b9b9b9; }

/* Edge */
input::-ms-input-placeholder {
  color: #b9b9b9; }

.txt-right {
  text-align: right; }

.fotm-textarea textarea {
  height: 15rem;
  padding: 1.5rem; }

/* セレクト */
.form-select {
  position: relative; }
  .form-select::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #b4b3b3;
    border-right: solid 2px #b4b3b3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px; }

select {
  width: 100%;
  height: 5rem;
  padding: 0 3rem 0 2rem;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 95% center;
  border-radius: 10px; }

/* チェックボックス */
input[type=checkbox] {
  display: none; }

.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto; }

.checkbox::before {
  background: #fff;
  border: 3px solid #333;
  border-radius: 3px;
  content: '';
  display: block;
  height: 18px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 18px; }

.checkbox::after {
  border-right: 6px solid #fe441e;
  border-bottom: 3px solid #fe441e;
  content: '';
  display: block;
  height: 21px;
  left: 13px;
  margin-top: -14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 9px; }

input[type=checkbox]:checked + .checkbox::before {
  border-color: #fe441e; }

input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1); }

input[type=checkbox]:checked + label {
  color: #fe441e;
  font-weight: bold; }

/* ラジオボタン */
input[type=radio] {
  display: none; }

.radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto; }

.radio::before {
  background: #fff;
  border: 3px solid #333;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 20px; }

.radio::after {
  background: #fe441e;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale3d(0.3, 0.3, 1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 12px; }

input[type=radio]:checked + .radio::before {
  border-color: #fe441e; }

input[type=radio]:checked + .radio::after {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

input[type=radio]:checked + label {
  color: #fe441e;
  font-weight: bold; }

label {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: .5rem; }

.form-block {
  padding-top: 20px; }

.form-ttl {
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px; }

.form-txt {
  padding-right: 5px; }

.form-tag {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .form-tag_default {
    background-color: #78909C; }
  .form-tag_required {
    background-color: #d61819; }
  @media screen and (max-width: 767px) {
    .form-tag {
      font-size: 10px; } }

.btn-submit {
  display: block;
  margin: 50px auto 0;
  width: 100%;
  max-width: 380px;
  height: 5rem;
  line-height: 5rem;
  background-color: #d61819;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s ease; }
  .btn-submit:hover {
    background-color: #ff493b; }

/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
.sub-hero-contact{
  background-image: url(../img/contact/contact-bk.jpg);
}
#contact{
  padding: 40px 0;
}
#contents{
  margin-top: 100px;
}
.lower_contact {
  background-image: url(../img/pages/contact-bg.jpg); }

.stepbar {
  text-align: center;
  display: table;
  width: 100%; }

.stepbar > li {
  display: table-cell;
  width: 33.3333%;
  vertical-align: middle; }

.stepbar > li > span {
  display: block;
  background-color: #bdbdbd;
  color: #FFFFFF;
  padding: 5px 0;
  font-weight: bold; }

.stepbar > li > span.on {
  background-color: #e91713; }

body#contact .icon_form {
  background-color: #e8340c;
  color: #FFFFFF;
  position: absolute;
  font-size: 1.2rem; }

body#contact .input_form {
  height: 3.5em;
  width: 96%;
  padding: 0 2%; }

body#contact .message.input_form {
  height: 17em; }

body#contact th .icon_form.blue {
  background-color: #0c93e8; }

body#contact .input_form {
  color: #8f8f8f;
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  border-radius: 3px; }

body#contact .btn, a.btn, button.btn {
    color: #ffffff;
    border-radius: 10px;
}
.position {
  position: relative; }

body#contact .btnwrap {
  text-align: center;
  letter-spacing: -0.4em; }

body#contact .btnwrap input[type="submit"] {
  background-color: #a8a6a5;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  color: #FFFFFF;
  border: none;
  letter-spacing: normal;
  font-weight: bold;
  padding: 15px 0; }

body#contact .btnwrap input[type="submit"]#submit-btn, body#contact .btnwrap input[type="submit"]#confirm-btn {
  background-color: #e8340c; }

textarea {
  resize: none; }

body#contact .last_message h2 {
  text-align: center; }

body#contact .back_to_top a {
  text-decoration: underline;
  color: #000000; }

.contact-txt {
  padding: 30px 10px;
  font-size: 15px;
  text-align: center;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .contact-txt {
      padding: 15px 10px;
      text-align: left;}
  }
.contact-form-wrap {
  background: #FFF;
  margin: 0 auto;
  color: #333; }

#contact_content {
  float: left;
  width: 713px;
  margin-bottom: 20px;
  padding: 0px 0px 20px 0px;
  background-color: #FFFFFF; }

table.contact {
  width: 100%;
  margin: 16px 0px 16px 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  word-break: break-all; }

.contact th {
  width: 250px;
  padding: 15px 5px;
  text-align: left;
  color: #333;
  font-weight: normal;
  font-size: 18px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc; }

.contact td {
  text-align: left;
  padding: 15px 5px;
  border-bottom: 1px solid #ccc; }

.sample-txt {
  display:block;
  color: #999999; }

.back, .back:hover {
  line-height: 40px;
  color: #666;
  text-decoration: none; }

.icon {
  color: #fff;
  font-size: 11px;
  padding: 3px;
  margin-left: 4px;
  white-space: nowrap;
  word-break: keep-all; }

.hissu {
  background: #C00; }

.nini {
  background: #06C; }

#contact-btn {
  padding: 16px 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

#contact-btn .dtl-btn{
  margin: 20px auto; }

#contact-btn button{
  background-color:#E25000;
  color: #fff;}
#contact-btn button:hover{
  opacity:0.7;
}
.naviation-bar {
  overflow: hidden;
  margin: 0 auto 50px; }

.naviation-bar ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.naviation-bar ul li {
  float: left;
  width: 33.333333%;
  height: 40px;
  position: relative; }

.naviation-bar ul li div {
  padding: 6px 0 0 16px; }

.flow-area {
  font-weight: bold;
  background: #FFF;
  padding: 2px;
  color: #333; }

.flow-area-hover {
  background: #E25000;
  padding: 2px;
  color: #fff;
  font-weight: bold;}

/* .arrow {
  width: 0;
  height: 0;
  border: 20px solid transparent;
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 1; } */

.radio {
  margin-bottom: 0; }

input[type="radio"] {
  display: inline-block;
  margin-top: 0 !important;
  display: none; }

input[type="checkbox"] {
  display: inline-block; }

textarea[name="user_comment"] {
  width: 100%;
  min-height: 150px; }

.checkbox-label {
  display: inline-block;
  padding-right: 16px; }

.check-wrap {
  text-align: center;
  color: #333;
  font-size: 13px;
  margin-top: 16px; }

/* ナビゲーションの色 */
.cl1 {
  background: #FFED8E; }

.cl2 {
  background: #FFDD1D; }

.cl1 .arrow {
  border-left: 10px solid #ccc; }

.cl2 .arrow {
  border-left: 10px solid #efefef; }

/* アラート */
.error-info {
  font-size: 12px;
  color: #C00;
  padding: 10px;
  border: 1px solid #CCC;
  margin-bottom: 10px;
  background: #FFF;
  margin-top: 16px; }

.console {
  margin-top: 8px;
  display: block;
  font-size: 12px;
  color: #C00; }

input[type="text"], input[type="tel"], input[type="email"] {
  width: 100%;
  /* max-width: 1000px; */
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 20px;
  color: #000; }

select {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 8px; }

textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px; }

.thanks-txt-wrap {
  line-height: 2em;
  text-align: center;
  padding: 40px; }

.thanks-txt-wrap .thanks-txt {
  font-size: 14px; }

.thanks-txt-wrap .thanks-console {
  font-size: 12px;
  color: #C00; }

.checkbox-inline {
  width: 25%; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 0 !important; }

.customer-color {
  background: #09F;
  color: #fff; }

.content-wrap {
  max-width: 1200px;
  margin: auto; }

.page_header {
  background-color: #2a2a2a;
  color: #fff;
  padding: 5px 0 10px;
  margin-top: 80px; }

.page_header .mincho {
  height: 85px; }

.position {
  position: relative; }

.icon_form {
  background-color: #e91713;
    color: #FFFFFF;
    position: absolute;
    right: 50px;
    font-size: .8rem;
    padding: 3px 10px 2px;
    margin-top: 4px; }

.icon_form.blue {
  background-color: #0078e8; }

.mt-2 {
  margin-top: 16px !important; }

/* .tbl_style01 th {
	width: 20%;
	padding-right: 5%;
} */
.tbl_style01 th, .tbl_style01 td {
  padding: 25px 0; }

.tbl_style01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px 0px; }

.tbl_style01 th, .tbl_style01 td {
  border-bottom: 1px solid #d2d2d2; }

.tbl_style01 th {
  text-align: left;
  vertical-align: middle;
  width: 225px; }

.input_form {
  color: #8f8f8f;
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  border-radius: 3px; }

.input_form {
  height: 3.5em;
  width: 100%;
  padding: 0 2%; }

textarea {
  resize: none; }

.hide {
  display: none; }

.btnwrap {
  text-align: center;
  letter-spacing: -0.4em;
  padding: 100px 0;
  display: flex;
  justify-content: space-around;
  align-items: center; }

.flowMove {
  padding: 14px;
  width: 350px;
  cursor: pointer;
  font-size: 1.6rem;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  color: #FFFFFF;
  border: none;
  letter-spacing: normal;
  font-weight: bold;
  background-color: #a60008;
  border-radius: 10px; }

a.flowMove {
  padding: 3px;
  width: 350px;
  cursor: pointer;
  font-size: 1.6rem;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  color: #FFFFFF;
  border: none;
  letter-spacing: normal;
  font-weight: bold;
  background-color: #a8a6a5;
  height: 47px;
  border-radius: 10px; }

.flowMove:hover {
  transition: .3s ease-in-out;
  opacity: .6; }

.txt {
  margin-bottom: 50px;
  text-align: left; }

.message.input_form {
  height: 17em; }

.container h2 {
  font-size: 2em;
  margin-bottom:50px;
}

.container p.contact-ttl {
  text-align:center;
  font-size:150%;
  font-weight:600;
  margin-bottom:50px;
}

/* タブレット以下 */
@media screen and (max-width: 768px) {
  .contact th {
    width: 30%;
    padding: 4px;
    box-sizing: border-box; }

  .flow-area, .flow-area-hover {
    font-size: 11px; }

  .tbl_style01 th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 10px 0; }

  .tbl_style01 td {
    width: 100%;
    display: block;
    padding: 15px 0; }

  .icon_form {
    margin-left: 10px;
    padding: 2px 5px;
    position: static; }

  .container h2 {
    font-size: 1.2em; }

  .txt-box {
    margin-top: 20px; }

  .btnwrap {
    flex-direction: column; }

  .btnwrap a.flowMove {
    margin-bottom: 20px; } }

    .form_end p {
      text-align: center;
      margin: 30px 0;
  }
  /* .form_end p span {
    background: #f83030;
    color: #fff;
    padding: 0 2%;
    margin-left: 10px;
    text-align: center;
} */
  .form_end .icon_form {
    position: static;
    right: auto;
}
  .form_end label {
    width: auto;
}
.policyBox {
  margin: 20px auto;
  width: 636px;
  padding: 25px;
  border: #a7a7a7 1px solid;
  text-align: left;
  height: 200px;
  overflow: auto;
  font-size: 12px;
  line-height: 2.5em;
}
.policyBox h1 {
  font-size: 1.5em;
  color: darkred;
  font-weight: 200;
}
.policyBox p {
  font-size: 12px;
  line-height: 2.5em;
}
.policyBox h2 {
  font-size: 1.4em;
  color: rgba(49,49,49,0.80);
  font-weight: bold;
}
.mt30 {
  margin-top: 30px;
}
.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  #contact{
    padding: 25px 0;
  }
}

/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7; } }

/*# sourceMappingURL=style.css.map */

.only-pc {
  display:block;
}
.only-pc-i {
  display:inline;
}
.only-pc-ib {
  display:inline-block;
}
.only-sp,
.only-sp-i,
.only-sp-ib {
  display:none;
}
@media screen and (max-width: 767px) {
  .only-sp {
    display:block;
  }
  .only-sp-i {
    display:inline;
  }
  .only-sp-ib {
    display:inline-block;
  }
  .only-pc,
  .only-pc-i,
  .only-pc-ib {
    display:none;
  }
  }

/*----------------------------------------------------
	デザインサブスクお問い合わせ
----------------------------------------------------*/
/* contact-fm */
.contact-fm{
  margin-top: 100px;
  padding: 100px 15px 80px;
}
.contact-fm .container h2 {
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
}
.contact-fm #contact-btn {
  padding: 16px 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 300px;
  width: 100%;
}
.contact-fm #contact-btn button {
  background-color: #E25000;
  color: #fff;
  width: 100%;
  border-radius: 0;
}
.contact-fm .naviation-bar ul li div {
  padding: 4px 0 0 8px;
}
.fm-confirm .container h2 {
  margin-bottom: 0 !important;
}
.contact-fm .container p.contact-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 50px;
}
.contact-fm .contact th {
  border-bottom: 1px dashed #ccc;
}
.contact-fm .contact td {
  border-bottom: 1px dashed #ccc;
}

@media screen and (max-width: 768px) {
  .contact-fm{
    padding: 100px 15px 80px;
  }
  .contact-fm .container h2 {
    font-size: 25px;
  }
  .contact-fm .flow-area-hover {
    font-size: 18px;
  }
    .contact-fm .flow-area {
      font-size: 18px;
  }
  .contact-fm .container p.contact-ttl {
    font-size: 18px;
  }
  .contact-fm .naviation-bar {
    margin: 0 auto 30px;
  }

  }
@media screen and (max-width: 580px) {
  .contact-fm{
    padding: 50px 0 50px;
  }
  .contact-fm .container h2 {
    margin-bottom: 30px;
  }
  .contact-fm #contact-btn button {
    padding: 20px 10px;
  }
  .contact-fm .container p.contact-ttl {
    margin-bottom: 30px;
  }
  .contact-fm .naviation-bar {
    margin: 0 auto 20px;
  }
}
