@import url(https://use.typekit.net/mew6yyq.css);
/*!
 * Milligram v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
*,
*:after,
*:before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.6;
}
blockquote {
  border-left: 0.3rem solid #efefef;
  margin-left: 0;
  margin-right: 0;
  padding: 1.0rem 1.5rem;
}
blockquote *:last-child {
  margin-bottom: 0;
}
.mb0 {
  margin-bottom: 0px;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.btn {
  background-color: #b00027;
  border: 0.1rem solid #b00027;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  height: 3.8rem;
  line-height: 3.6rem;
  padding: 0 3.0rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.btn:focus,
.btn:hover {
  background-color: #b00027;
  border-color: #b00027;
  color: #fff;
  outline: 0;
  text-decoration: none !important;
}
.btn[disabled] {
  cursor: default;
  opacity: .7;
}
.btn[disabled]:focus,
.btn[disabled]:hover {
  background-color: #454d58;
  border-color: #454d58;
}
.btn.btn-outline {
  background-color: transparent;
  color: #b00027;
}
.btn.btn-outline:focus,
.btn.btn-outline:hover {
  background-color: #b00027;
  border-color: #b00027;
  color: #fff;
}
.btn.btn-outline[disabled]:focus,
.btn.btn-outline[disabled]:hover {
  border-color: inherit;
  color: #454d58;
}
.btn.btn-clear {
  background-color: transparent;
  border-color: transparent;
  color: #b00027;
}
.btn.btn-clear:focus,
.btn.btn-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #e2d17e;
}
.btn.btn-clear[disabled]:focus,
.btn.btn-clear[disabled]:hover {
  color: #454d58;
}
.btn-primary {
  background-color: #b00027;
  border-color: #b00027;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #8f0020;
  border-color: #8f0020;
}
.btn-primary.btn-clear,
.btn-primary.btn-outline {
  background-color: transparent;
  color: #b00027;
}
.btn-primary.btn-clear {
  border-color: transparent;
}
.btn-secondary {
  background-color: #e2d17e;
  border-color: #e2d17e;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #e2ca7e;
  border-color: #e2ca7e;
}
.btn-secondary.btn-clear,
.btn-secondary.btn-outline {
  background-color: transparent;
  color: #e2d17e;
}
.btn-secondary.btn-clear {
  border-color: transparent;
}
.btn-black {
  background-color: black;
  border-color: black;
}
.btn-black.btn-clear,
.btn-black.btn-outline {
  background-color: transparent;
  color: black;
}
.btn-black.btn-clear {
  border-color: transparent;
}
.btn-arrow {
  position: relative;
}
.btn-arrow:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  position: absolute;
  top: 0;
  right: 1.5rem;
  font-size: 1.9rem;
  font-weight: 900;
}
.btn-arrow-back {
  position: relative;
}
.btn-arrow-back:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f100";
  position: absolute;
  top: 0;
  left: 1.5rem;
  font-size: 1.9rem;
  font-weight: 900;
}
.btn-sm {
  padding: 0 1.5rem;
  height: 2.8rem;
  font-size: 1.2rem;
  line-height: 2.6rem;
}
.btn-lg {
  padding: 0 3.0rem;
  height: 6.4rem;
  font-size: 1.8rem;
  line-height: 6.2rem;
}
.btn-lg.btn-arrow {
  padding: 0 4.5rem 0 2.0rem;
}
.btn-lg .btn-label-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  height: 6.2rem;
}
.btn-lg .btn-label-group span {
  display: block;
}
.btn-lg .contact-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-lg .contact-info [class*="fa-"] {
  position: absolute;
  left: -0.5rem;
  font-size: 3.8rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-rounded {
  min-width: 22.2rem;
  height: 4.0rem;
  border-radius: 2.0rem;
  line-height: 3.8rem;
}
.btn-rounded.btn-sm {
  padding: 0;
  min-width: 9.4rem;
  height: 2.6rem;
  border-radius: 1.3rem;
  line-height: 2.4rem;
  font-size: 1.4rem;
}
.btn-cta {
  display: inline-block;
  color: #000000;
}
.btn-cta:hover,
.btn-cta:focus {
  color: #000000;
  text-decoration: none;
}
code {
  background: #b5ddea;
  border-radius: 4px;
  font-size: 86%;
  margin: 0 .2rem;
  padding: .2rem .5rem;
  white-space: nowrap;
}
pre {
  background: #b5ddea;
  border-left: 0.3rem solid #b00027;
  overflow-y: hidden;
}
pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
hr {
  border: 0;
  border-top: 0.1rem solid #b5ddea;
  margin: 3.0rem 0;
}
form:not(#entryForm):not(#js-module_form) input[type='email'],
form:not(#entryForm):not(#js-module_form) input[type='number'],
form:not(#entryForm):not(#js-module_form) input[type='password'],
form:not(#entryForm):not(#js-module_form) input[type='search'],
form:not(#entryForm):not(#js-module_form) input[type='tel'],
form:not(#entryForm):not(#js-module_form) input[type='text'],
form:not(#entryForm):not(#js-module_form) input[type='url'],
form:not(#entryForm):not(#js-module_form) select {
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid #efefef;
  border-radius: .4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: .6rem 1.0rem;
}
form:not(#entryForm):not(#js-module_form) input[type='email']:focus,
form:not(#entryForm):not(#js-module_form) input[type='number']:focus,
form:not(#entryForm):not(#js-module_form) input[type='password']:focus,
form:not(#entryForm):not(#js-module_form) input[type='search']:focus,
form:not(#entryForm):not(#js-module_form) input[type='tel']:focus,
form:not(#entryForm):not(#js-module_form) input[type='text']:focus,
form:not(#entryForm):not(#js-module_form) input[type='url']:focus,
form:not(#entryForm):not(#js-module_form) select:focus {
  border-color: #b00027;
  outline: 0;
}
form:not(#entryForm):not(#js-module_form) textarea {
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid #efefef;
  border-radius: .4rem;
  box-shadow: none;
  box-sizing: inherit;
  padding: .6rem 1.0rem;
}
form:not(#entryForm):not(#js-module_form) textarea:focus {
  border-color: #b00027;
  outline: 0;
}
form:not(#entryForm):not(#js-module_form) select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="lightgray" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3.0rem;
}
form:not(#entryForm):not(#js-module_form) select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="black" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}
form:not(#entryForm):not(#js-module_form) textarea {
  min-height: 6.5rem;
}
form:not(#entryForm):not(#js-module_form) label {
  display: inline-block;
  margin-bottom: .5rem;
}
form:not(#entryForm):not(#js-module_form) legend {
  display: block;
  margin-bottom: .5rem;
}
form:not(#entryForm):not(#js-module_form) fieldset {
  border-width: 0;
  padding: 0;
}
form:not(#entryForm):not(#js-module_form) input[type='checkbox'],
form:not(#entryForm):not(#js-module_form) input[type='radio'] {
  display: inline;
}
.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem;
}
.container {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 103.0rem;
  width: 100%;
}
.container.one-column {
  max-width: 80.0rem;
}
@media (max-width: 1029px) {
  .container {
    padding: 0 28.5px;
  }
}
.container-fluid {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.row.row-no-padding {
  padding: 0;
}
.row.row-no-padding > .column {
  padding: 0;
}
.row.row-wrap {
  flex-wrap: wrap;
}
.row.row-top {
  align-items: flex-start;
}
.row.row-bottom {
  align-items: flex-end;
}
.row.row-center {
  align-items: center;
}
.row.row-stretch {
  align-items: stretch;
}
.row.row-baseline {
  align-items: baseline;
}
.row .column {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
.row .column .column-top {
  align-self: flex-start;
}
.row .column .column-bottom {
  align-self: flex-end;
}
.row .column .column-center {
  align-self: center;
}
@media (min-width: 1030px) {
  .row {
    flex-direction: row;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .row.row-wide-gutter {
    margin-left: -25px;
    width: calc(100% + 50px);
  }
  .row.row-wide-gutter .column {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.row-reverse {
    flex-direction: row-reverse;
  }
  .row .column {
    margin-bottom: inherit;
    padding: 0 15px;
  }
  .row .column.column-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row .column.column-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row .column.column-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .column.column-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row .column.column-33,
  .row .column.column-34 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .row .column.column-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row .column.column-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .column.column-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row .column.column-66,
  .row .column.column-67 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .row .column.column-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .row .column.column-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .column.column-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row .column.column-90 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row .column.column-offset-10 {
    margin-left: 10%;
  }
  .row .column.column-offset-20 {
    margin-left: 20%;
  }
  .row .column.column-offset-25 {
    margin-left: 25%;
  }
  .row .column.column-offset-33,
  .row .column.column-offset-34 {
    margin-left: 33.3333%;
  }
  .row .column.column-offset-50 {
    margin-left: 50%;
  }
  .row .column.column-offset-66,
  .row .column.column-offset-67 {
    margin-left: 66.6666%;
  }
  .row .column.column-offset-75 {
    margin-left: 75%;
  }
  .row .column.column-offset-80 {
    margin-left: 80%;
  }
  .row .column.column-offset-90 {
    margin-left: 90%;
  }
}
a {
  color: #000000;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #b00027;
  text-decoration: underline;
}
dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
}
dl ul,
ol ul,
ul ul,
dl ol,
ol ol,
ul ol {
  margin-bottom: 0;
}
ol {
  list-style: decimal;
}
ul {
  list-style: circle;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.list-inline > li {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-left: .5rem;
  padding-right: .5rem;
}
.list-inline > li a {
  display: inline-block;
  padding: 1.0rem .5rem;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1030px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
@media (max-width: 559px) {
  .dl-horizontal-sm dt {
    float: left;
    width: 160px;
    clear: left;
  }
  .dl-horizontal-sm dd {
    margin-left: 180px;
  }
}
table {
  border-spacing: 0;
  width: 100%;
}
td,
th {
  border-bottom: .1rem solid #D9D9D9;
  padding: 1.2rem .7rem;
  text-align: left;
}
.acms-table-bordered th {
  background: #f8f4de;
}
.acms-table-bordered th,
.acms-table-bordered td {
  text-align: center;
}
b,
strong {
  font-weight: bold;
}
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  margin-bottom: 1.4rem;
  margin-top: 0;
}
h1,
.h1 {
  font-size: 3.1rem;
  line-height: 1.2;
}
h2,
.h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}
h3,
.h3 {
  font-size: 1.8rem;
  line-height: 1.2;
}
h4,
.h4 {
  font-size: 1.6rem;
  line-height: 1.2;
}
h5,
.h5 {
  font-size: 1.4em;
  line-height: 1.2;
}
h6,
.h6 {
  font-size: 1.2rem;
  line-height: 1.2;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #454d58;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.img-circle {
  border-radius: 50%;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.media {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.0rem;
  border-bottom: dotted 1px #DDD;
}
.media-body {
  padding-top: 2.0rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
.media-body .h4 {
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: bold;
}
.media-body a {
  text-decoration: underline;
}
.media-body:hover {
  color: #666;
}
.media-body .readmore {
  color: #b00027;
  margin: 0 7px;
  font-size: 22px;
}
.media img:hover {
  opacity: 0.75;
}
.media-object {
  width: 100%;
}
@media (min-width: 1030px) {
  .media {
    flex-direction: row;
    margin-bottom: auto;
  }
  .media-body {
    flex: 1;
    padding-top: 0rem;
  }
  .media-object {
    margin-right: 2.0rem;
    max-width: 20.0rem;
  }
}
.label {
  display: inline;
  padding: .4rem 1.0rem;
  font-size: 1.1rem;
  line-height: 1;
  background-color: #309146;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .3rem;
}
.label:empty {
  display: none;
}
.label-primary {
  background-color: #b00027;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #7d001c;
}
.label-secondary {
  background-color: #e2d17e;
}
.label-secondary[href]:hover,
.label-secondary[href]:focus {
  background-color: #d9c254;
}
.label-tertiary {
  background-color: #b5ddea;
}
.label-tertiary[href]:hover,
.label-tertiary[href]:focus {
  background-color: #8dcbdf;
}
.clearfix:after,
.dl-horizontal dd:after,
.dl-horizontal-sm dd:after,
.top-headline .dl-horizontal dd:after {
  clear: both;
  content: ' ';
  display: table;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.visible-xs {
  display: none !important;
}
@media (max-width: 559px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 559px) {
  .hidden-xs {
    display: none !important;
  }
}
.visible-sm {
  display: none !important;
}
@media (max-width: 1029px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (max-width: 1029px) {
  .hidden-sm {
    display: none !important;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?sjul3y');
  src: url('../fonts/icomoon.eot?sjul3y#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?sjul3y') format('truetype'), url('../fonts/icomoon.woff?sjul3y') format('woff'), url('../fonts/icomoon.svg?sjul3y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
  content: "\e90a";
}
.icon-envelope:before {
  content: "\e90b";
}
.icon-envelope-light:before {
  content: "\e90c";
}
.icon-map-marker:before {
  content: "\e90d";
}
.icon-chevron-down:before {
  content: "\e902";
}
.icon-chevron-left:before {
  content: "\e903";
}
.icon-chevron-right:before {
  content: "\e904";
}
.icon-chevron-up:before {
  content: "\e905";
}
.icon-chevron-down-bold:before {
  content: "\e906";
}
.icon-chevron-left-bold:before {
  content: "\e907";
}
.icon-chevron-right-bold:before {
  content: "\e908";
}
.icon-chevron-up-bold:before {
  content: "\e909";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-youtube:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-pocket:before {
  content: "\f265";
}
.icon-hatebu:before {
  content: "\e900";
}
.icon-line:before {
  content: "\e901";
}
/* --------------------------------------------------
  common styles
-------------------------------------------------- */
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.border-0 {
  border: 0 !important;
}
.small {
  font-size: 1.2rem;
}
.notes {
  display: block;
  color: #5C5C5C;
  font-size: 1.2rem;
}
.instructions {
  margin-top: 2.0rem;
  font-size: 1.5rem;
}
.map {
  position: relative;
  margin-top: 2.6rem;
  padding-bottom: 58%;
  height: 0;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 560px) {
  .map {
    padding-bottom: 100%;
  }
}
img {
  vertical-align: middle;
}
@media (max-width: 559px) {
  .table.table-xs-list tr {
    display: block;
  }
  .table.table-xs-list th,
  .table.table-xs-list td {
    display: list-item;
    list-style: none;
  }
  .table.table-xs-list th {
    border: 0;
  }
}
@media (max-width: 1029px) {
  .column {
    margin-bottom: 4.5rem;
  }
}
.bg-colored {
  padding-bottom: 6.0rem;
  background-color: #efefef;
}
.column-body {
  font-size: 1.6rem;
  line-height: 1.8;
}
.text-body {
  font-size: 1.5rem;
}
.btn-box {
  margin-top: 5.0rem;
  margin-bottom: 6.0rem;
}
.en-font {
  font-family: vinyl, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-12 {
  font-size: 1.2rem;
}
.font-14 {
  font-size: 1.4rem;
}
.font-18 {
  font-size: 1.8rem;
}
.font-20 {
  font-size: 2.0rem;
}
.font-22 {
  font-size: 2.2rem;
}
.font-26 {
  font-size: 2.6rem;
}
.text-ub {
  font-weight: 800;
}
.text-primary {
  color: #b00027;
}
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ------------------------------
　　モーダル
------------------------------ */
.modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1050;
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  padding: 50px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.modal__content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  padding: 50px;
  background: #fff;
  transform: translate(-50%, -50%);
}
@media (max-width: 559px) {
  .modal__content {
    width: 100%;
    padding: 20px;
  }
  .modal__content2 {
    width: 100%;
    padding: 20px;
  }
}
@media (min-width: 1030px) {
  .modal__content {
    width: 640px;
    padding: 60px;
  }
  .modal__content2 {
    width: 90%;
    padding: 60px;
  }
}
.btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.btn-close .close {
  position: relative;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}
.btn-close .close:before,
.btn-close .close:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
}
.btn-close .close:before {
  transform: rotate(45deg);
}
.btn-close .close:after {
  transform: rotate(-45deg);
}
/* --------------------------------------------------
  basic structure
-------------------------------------------------- */
body {
  padding-top: 125px;
}
@media (min-width: 1030px) {
  body {
    padding-top: 100px;
  }
}
header {
  position: relative;
  background-color: #ffffff;
  z-index: 1000;
}
header.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header-nav {
  background-color: #b00027;
}
.header-nav .nav-list {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.header-nav .nav-list > li {
  font-size: 1.2rem;
  line-height: 3.0rem;
}
.header-nav .nav-list > li.tab-target {
  background-color: #333333;
  width: 11.0rem;
  text-align: center;
}
.header-nav .nav-list > li.tab-target.active {
  background-color: #fff;
}
.header-nav .nav-list > li.tab-target.active a {
  color: #000;
}
.header-nav .nav-list a {
  color: #fff;
  text-decoration: none;
  letter-spacing: .01em;
}
@media (min-width: 1030px) {
  .header-nav .nav-list {
    justify-content: space-between;
  }
  .header-nav .nav-list > li {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1.6rem;
    line-height: 4.0rem;
  }
  .header-nav .nav-list > li.tab-target {
    width: 15.0rem;
  }
  .header-nav .nav-list > li:nth-child(3) {
    margin-left: auto;
  }
  .header-nav .nav-list > li:last-child {
    margin-right: 1.0rem;
  }
}
@media (min-width: 1030px) {
  .header-nav {
    overflow: hidden;
  }
}
.navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.5rem;
}
.navbar-header .brand-logo {
  display: block;
  padding: 12px 1rem;
}
@media (max-width: 1029px) {
  .navbar-header .brand-logo {
    padding: 12px 1rem;
  }
  .navbar-header .brand-logo img {
    height: 31px;
    width: auto;
  }
}
.navbar-header .contact-info {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 2.0rem;
  text-align: center;
}
.navbar-header .contact-info [class*="fa-"] {
  margin-right: .7rem;
  font-size: 3.8rem;
}
.navbar-header .contact-info .font-12 {
  display: block;
}
.navbar-header .contact-info .phone-number {
  display: block;
  font-family: vinyl, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.1;
}
.navbar-header .nav-buttons {
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
  padding: 0;
}
.navbar-header .nav-buttons li {
  background-color: #e2d17e;
  height: 5.5rem;
  width: 6.5rem;
  text-align: center;
}
.navbar-header .nav-buttons li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 5.5rem;
  font-size: 1.2rem;
  text-decoration: none;
}
.navbar-header .nav-buttons li [class*="fa-"] {
  display: block;
  margin-top: .2rem;
  margin-bottom: .2rem;
  font-size: 1.8rem;
}
.navbar-header .nav-buttons li + li {
  border-left: .1rem solid #707070;
}
@media (min-width: 1030px) {
  .navbar-header {
    height: 6.0rem;
  }
  .navbar-header .brand-logo {
    margin-left: 3.0rem;
  }
  .navbar-header .nav-buttons li {
    height: 6.0rem;
    width: 10.0rem;
  }
  .navbar-header .nav-buttons li a {
    height: 6.0rem;
    font-size: 1.4rem;
  }
}
.menu label {
  display: block;
  margin: 0;
  padding: 9px 25px;
  background-color: #333333;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.menu label [class*="fa-"] {
  display: inline-block;
  margin-right: .54rem;
  font-size: 2.2rem;
  vertical-align: -3px;
}
.menu .accordion-btn {
  display: none;
}
.menu .accordion-body {
  margin: 0;
  padding: 0;
  background-color: #666;
  list-style: none;
}
.menu .accordion-body li {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.menu .accordion-body li a {
  display: block;
  padding: 13px 25px;
  color: #fff;
  text-decoration: none;
}
.menu #menu-sp:checked ~ .accordion-body li {
  height: 48px;
  opacity: 1;
}
.menu #menu-sp:checked ~ .accordion-body li:not(:first-child) {
  border-top: 1px solid #999;
}
@media (max-width: 374px) {
  .menu .accordion-body li a {
    padding: 9px 25px;
  }
  .menu #menu-sp:checked ~ .accordion-body li {
    height: 40px;
  }
}
.navigation {
  background-color: #333333;
  z-index: 1030;
}
.navigation.fixed {
  position: fixed;
  top: 100px;
  width: 100%;
}
.navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.navigation ul li {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  font-size: 1.4rem;
}
.navigation ul li:not(:first-of-type) a {
  position: relative;
}
.navigation ul li:not(:first-of-type) a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.8rem;
  width: .1rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  background-color: #ffffff;
}
.navigation ul li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1029px) {
  .navigation {
    display: none;
  }
}
section p {
  font-size: 1.5rem;
}
@media screen and (min-width: 1030px) {
  section {
    padding-bottom: 100px;
  }
}
footer {
  position: relative;
  margin-top: 4.0rem;
  padding-top: 5.0rem;
  background-color: #b00027;
  border-top: 2.0rem solid #333;
  color: #fff;
}
footer address {
  font-style: normal;
}
footer .address {
  font-size: 1.5rem;
}
footer .phone {
  display: inline-block;
  margin-top: 2.0rem;
  font-size: 2.7rem;
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
}
footer .phone [class*="fa-"] {
  font-size: 2.4rem;
  vertical-align: .1rem;
}
footer nav .nav-heading {
  margin-top: .4rem;
  margin-bottom: .8rem;
  font-size: 1.5rem;
}
footer nav ul {
  margin-bottom: 0;
}
footer nav ul > li {
  position: relative;
}
footer nav ul > li a {
  position: relative;
  display: inline-block;
  padding: .4rem 0;
  color: #fff;
  font-size: 1.5rem;
}
footer nav ul > li a:hover,
footer nav ul > li a:focus {
  color: #fff;
  text-decoration: none;
}
footer nav ul.list-unstyled.list-style-disc > li a {
  padding-left: 1.4rem;
}
footer nav ul.list-unstyled.list-style-disc > li a:after {
  content: "・";
  position: absolute;
  left: 0;
}
footer .column.border-left {
  border-left: 1px solid #ccc;
}
footer .column.border-left nav {
  padding-left: 1rem;
}
footer .column.border-right {
  border-right: 1px solid #ccc;
}
footer .copyright {
  margin: 6.0rem 0 0;
  font-family: verdana, sans-serif;
  font-size: 1.2rem;
  line-height: 4.0rem;
  text-align: center;
}
@media (max-width: 1029px) {
  footer {
    text-align: center;
  }
  footer img {
    margin: auto;
  }
  footer .copyright {
    padding-bottom: 1.5rem;
    line-height: 1.4;
  }
}
/* ページの上に戻るボタン */
.page-top {
  position: fixed;
  right: 1.0rem;
  bottom: 0;
  width: 5.3rem;
  height: 5.3rem;
}
.page-top-btn {
  position: relative;
  display: block;
  width: 5.3rem;
  height: 5.3rem;
  background: #b00027;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  z-index: 900;
}
.no-js .page-top-btn {
  /* jsが無効の環境のとき */
  opacity: .6;
}
.page-top-btn:before {
  position: absolute;
  bottom: 2.5rem;
  right: 0;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  margin: auto;
  font-family: 'Font Awesome 5 Free';
  content: "\f077";
  font-weight: 900;
  font-size: 2.5rem;
  color: #fff;
}
.page-top-btn-appear {
  opacity: 1;
}
@media screen and (min-width: 1030px) {
  .page-top {
    right: 2.0rem;
  }
  .page-top-btn:hover {
    opacity: .8;
    transition: opacity .25s linear;
  }
}
.footer-page-top {
  position: absolute;
  top: -5.4rem;
  left: 50%;
  margin-left: -3.4rem;
  height: 5.0rem;
  overflow-y: hidden;
}
.footer-page-top .page-top-btn {
  opacity: 1;
  width: 6.8rem;
  height: 6.8rem;
  background-color: #333333;
}
.footer-page-top .page-top-btn:before {
  top: 1.0rem;
  bottom: auto;
  right: 0;
  left: 0;
  width: 1.6rem;
  height: 2.0rem;
  margin: auto;
  font-size: 2.0rem;
}
/* --------------------------------------------------
  adjust acms styles
-------------------------------------------------- */
body:not(.page-home) #adminBox {
  margin-top: -5rem;
  margin-bottom: 5.0rem;
}
#loginUserStatus {
  word-wrap: break-word;
}
.entryColumn {
  margin-bottom: 2.0rem;
}
.entryColumn:before,
.entryColumn:after {
  display: table;
  content: " ";
}
.entryColumn:after {
  clear: both;
}
.entryColumn:after {
  clear: both;
  content: ' ';
  display: table;
}
.entryColumn div[class*="column-image-"] {
  padding-left: 0;
  padding-right: 0;
}
.entryColumn div[class*="column-image-"] > a {
  padding-left: 0;
  padding-right: 0;
}
.entryColumn div[class*="column-image-"] > img:only-child {
  margin-bottom: 2.0rem;
}
.entryColumn .column-map-auto,
.entryColumn .column-map-left,
.entryColumn .column-map-right {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 3.0rem;
}
.entryColumn .column-map-auto ~ p.caption,
.entryColumn .column-map-left ~ p.caption,
.entryColumn .column-map-right ~ p.caption {
  margin-top: -2rem;
  margin-bottom: 3.0rem;
}
.entryColumn .row > h2,
.entryColumn .row > h3,
.entryColumn .row > h4,
.entryColumn .row > h5,
.entryColumn .row > p,
.entryColumn .row > ul,
.entryColumn .row > ol,
.entryColumn .row > dl,
.entryColumn .row > .entry-container,
.entryColumn .row > .column-image-auto,
.entryColumn .row > .column-image-left,
.entryColumn .row > .column-image-right,
.entryColumn .row > .column-module {
  margin-left: 15px;
  margin-right: 15px;
}
.entryColumn .row.ui-sortable {
  margin-left: 0;
  margin-right: 0;
}
.acms-entry ul,
.acms-entry ol,
.acms-entry .embed-responsive {
  margin-left: 10px;
  margin-right: 10px;
}
.acms-admin-form-edit .nestTable {
  width: 100%;
}
.acms-admin-form-edit .nestTable tr {
  border: 0;
}
.acms-admin-form-edit .nestTable th,
.acms-admin-form-edit .nestTable td {
  border: 0;
  padding: .5rem 1.0rem !important;
}
.acms-admin-form-edit .nestTable th {
  text-align: left;
}
.acms-admin-form-edit .nestTable td {
  width: auto;
}
.acms-admin-form-edit .nestTable td input[type=text] {
  width: 100%;
}
/* ------------------------------
　　お問い合わせ
------------------------------ */
.contactBox .h2,
.contactBox .h3,
.contactBox .h4 {
  padding-left: 0;
  padding-right: 0;
}
.contactBox p.message {
  margin: 0 0 35px 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #c41134;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contactBox p.contactNo {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.contactBox p.contactNo a {
  color: inherit;
}
.contactBox p.errorText {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: #c41134;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contactBox p.errorText .acms-icon {
  padding-right: 7px;
}
.contactBox p.errorText .acms-icon-attention:before {
  padding-left: 3px;
}
.contactBox .table.contactForm {
  margin-bottom: 20px;
}
.contactBox .table.contactForm tr {
  background: #FFF;
}
.contactBox .table.contactForm tr th {
  background-color: transparent;
}
.contactBox .table.contactForm tr th > label {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: -0.04rem;
}
.contactBox .table.contactForm th,
.contactBox .table.contactForm td {
  padding: 12px 5px;
  font-size: 1.6rem;
}
.contactBox .table.contactForm .form-group {
  margin-bottom: 0;
}
@media screen and (max-width: 559px) {
  .contactBox .table.contactForm .form-group input[type="text"] ~ input[type="text"] {
    margin-top: 5px;
  }
}
@media screen and (min-width: 560px) {
  .contactBox .table.contactForm .form-group .acms-form-width-half {
    width: 49.45%;
  }
}
.contactBox .table.contactForm + p {
  margin-bottom: 40px;
}
@media screen and (max-width: 559px) {
  .contactBox .table.contactForm .form-select-country {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  .contactBox th {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 480px) {
  .contactBox th,
  .contactBox td {
    display: table-cell;
  }
  .contactBox th {
    width: 205px;
  }
}
@media screen and (min-width: 560px) {
  .contactBox th {
    vertical-align: top;
    padding-top: 19px !important;
    font-weight: normal;
  }
}
@media screen and (min-width: 1440px) {
  .contactBox {
    max-width: 800px;
  }
}
/* ステップ */
.contactBox .mailStep {
  margin-bottom: 35px;
  padding: 0 10px;
  background: #e5e5e5;
  /* カウンターの設定 */
  counter-reset: mailStep;
}
.contactBox .mailStepItem {
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 18px 0 14px;
  color: #999;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 4px solid transparent;
}
.contactBox .mailStepItem:before {
  /* カウンターの設定 */
  counter-increment: mailStep;
  content: counter(mailStep) ".";
}
.contactBox .mailStepItemCurrent {
  color: #333;
  border-bottom: 4px solid #e2d17e;
}
@media screen and (min-width: 1030px) {
  .contactBox .mailStep {
    height: 60px;
  }
}
/* 送信ボタン */
.formBtnBox {
  margin: 0 0 50px;
  text-align: center;
}
.formBtn {
  display: inline-block;
}
.formBtnReturn {
  float: left;
}
.formBtnSend {
  float: right;
}
@media screen and (min-width: 1030px) {
  .formBtnReturn {
    float: none;
  }
  .formBtnSend {
    float: none;
    max-width: 360px;
    width: 100%;
  }
}
/* ラベル */
.labelRequired {
  display: inline-block;
  margin: 0 5px;
  padding: 2px 8px;
  color: #FFF;
  font-size: 12px;
  border-radius: 3px;
  background: #c41134;
  vertical-align: 1px;
  font-weight: normal;
}
@media screen and (min-width: 560px) {
  .labelRequired {
    float: right;
  }
}
.acms-form input[type="text"],
.acms-form input[type="password"],
.acms-form input[type="datetime"],
.acms-form input[type="datetime-local"],
.acms-form input[type="date"],
.acms-form input[type="month"],
.acms-form input[type="time"],
.acms-form input[type="week"],
.acms-form input[type="number"],
.acms-form input[type="email"],
.acms-form input[type="url"],
.acms-form input[type="search"],
.acms-form input[type="tel"],
.acms-form textarea,
.acms-form select {
  font-size: 1.6rem;
  border-color: #dedede;
  border-radius: 0;
  box-shadow: none !important;
}
.acms-form input[type="text"]:focus,
.acms-form input[type="password"]:focus,
.acms-form input[type="datetime"]:focus,
.acms-form input[type="datetime-local"]:focus,
.acms-form input[type="date"]:focus,
.acms-form input[type="month"]:focus,
.acms-form input[type="time"]:focus,
.acms-form input[type="week"]:focus,
.acms-form input[type="number"]:focus,
.acms-form input[type="email"]:focus,
.acms-form input[type="url"]:focus,
.acms-form input[type="search"]:focus,
.acms-form input[type="tel"]:focus,
.acms-form textarea:focus,
.acms-form select:focus {
  outline: none;
  border-color: #efefef;
}
.acms-form input[type="text"],
.acms-form input[type="password"],
.acms-form input[type="datetime"],
.acms-form input[type="datetime-local"],
.acms-form input[type="date"],
.acms-form input[type="month"],
.acms-form input[type="time"],
.acms-form input[type="week"],
.acms-form input[type="number"],
.acms-form input[type="email"],
.acms-form input[type="url"],
.acms-form input[type="search"],
.acms-form input[type="tel"] {
  padding-top: 10px;
}
@media screen and (min-width: 560px) {
  .acms-form input[type="text"],
  .acms-form input[type="password"],
  .acms-form input[type="datetime"],
  .acms-form input[type="datetime-local"],
  .acms-form input[type="date"],
  .acms-form input[type="month"],
  .acms-form input[type="time"],
  .acms-form input[type="week"],
  .acms-form input[type="number"],
  .acms-form input[type="email"],
  .acms-form input[type="url"],
  .acms-form input[type="search"],
  .acms-form input[type="tel"] {
    padding-top: 4px;
  }
}
.acms-form select {
  line-height: 1.0;
  padding-top: 6px;
  padding-bottom: 6px;
}
/* ------------------------------
　　ページャー
------------------------------ */
.acms-pager-container {
  position: relative;
  margin-top: 6.0rem;
  text-align: center;
}
.acms-pager-container:before,
.acms-pager-container:after {
  display: table;
  content: " ";
}
.acms-pager-container:after {
  clear: both;
}
.acms-pager-container:after {
  clear: both;
  content: ' ';
  display: table;
}
.pager {
  display: inline-block;
  list-style: none;
  margin-bottom: 4.0rem;
  padding: 0;
  text-align: center;
}
.pager li {
  display: inline-block;
  margin: 0 .2rem;
}
.pager li.cur {
  /* 現在いる位置 */
  padding: .5rem 1.2rem;
  color: #FFF;
  background: #b00027;
  border: 0.1rem solid #b00027;
  border-radius: .3rem;
}
.pagerLink {
  display: block;
  padding: .5rem 1.2rem;
  color: #b00027;
  border: 0.1rem solid #b00027;
  border-radius: .3rem;
  background: transparent;
  text-decoration: none !important;
}
.pagerLink:visited,
.pagerLink:focus,
.pagerLink:active {
  color: #b00027;
}
.pagerLink:hover {
  color: #FFF;
  text-decoration: none;
  background: #b00027;
}
.pagerLink[class*="btn-arrow"]:after {
  top: .4rem;
  height: 3.4rem;
}
.pagerLinkForward {
  float: right;
}
.pagerLinkPrev {
  float: left;
}
@media (max-width: 559px) {
  .pager {
    display: block;
    width: 100%;
  }
  .pagerLinkForward,
  .pagerLinkPrev {
    width: 35%;
  }
}
@media screen and (min-width: 560px) {
  .pagerLinkForward {
    position: absolute;
    top: 0;
    right: 0;
  }
  .pagerLinkForward .btn-arrow {
    padding-left: 2.0rem;
    padding-right: 3.0rem;
  }
  .pagerLinkPrev {
    position: absolute;
    top: 0;
    left: 0;
  }
  .pagerLinkPrev .btn-arrow-back {
    padding-left: 3.0rem;
    padding-right: 2.0rem;
  }
}
/* ------------------------------
　　タブ
------------------------------ */
.acms-admin-tabs {
  text-align: center;
}
.acms-admin-tabs .js-acms_tabs {
  display: inline-flex;
  justify-content: center;
}
.acms-admin-tabs .js-acms_tabs li {
  margin-left: 5px;
  margin-right: 5px;
}
.acms-admin-tabs .js-acms_tabs a {
  padding: 7.5px 24px;
  background-color: #999;
  border-radius: 15px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  height: 30px;
  white-space: nowrap;
}
.acms-admin-tabs .js-acms_tabs a:hover,
.acms-admin-tabs .js-acms_tabs a:focus {
  background-color: #666;
  color: #fff;
}
.acms-admin-tabs .js-acms_tabs a.js-acms_tab-active {
  background-color: #b00027;
  color: #fff;
  border: 0;
}
.acms-admin-tabs .acms-admin-tabs-panel {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
@media (max-width: 1029px) {
  .acms-admin-tabs .js-acms_tabs {
    flex-wrap: wrap;
  }
  .acms-admin-tabs .js-acms_tabs a {
    margin-bottom: 1.0rem;
  }
}
/* --------------------------------------------------
  page content styles
-------------------------------------------------- */
.sec-header {
  padding-top: 4.0rem;
  padding-bottom: 1rem;
  text-align: center;
}
.sec-header .h2 {
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 30px;
  font-weight: bold;
}
.sec-header .h2:after {
  content: "▼";
  font-size: 16px;
  color: #b00027;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3rem;
  width: 6.0rem;
  height: .4rem;
  background-color: #b00027;
}
.sec-content .h3 {
  text-align: center;
  font-weight: bold;
}
.sec-content + .sec-content {
  margin-top: 5.0rem;
}
.top-heading {
  position: relative;
  padding: 0.7rem 0 1.3rem 1.8rem;
  border-bottom: .1rem solid #999;
  font-weight: bold;
}
.top-heading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: .5rem;
  height: 3.5rem;
  background-color: #b00027;
  border-radius: .2rem;
}
@media (max-width: 1029px) {
  #intro .sec-content + .sec-content {
    margin-top: 0;
  }
  #intro .instructions {
    margin-top: 0;
    margin-bottom: 4.0rem;
  }
}
@media (min-width: 1030px) {
  #intro {
    padding-bottom: 3.0rem;
  }
  #intro .column-60 {
    padding-left: 59px;
  }
}
#feature {
  padding-top: 0;
  margin-top: 0;
}
#feature .column {
  position: relative;
}
#feature .illust {
  margin: 2.0rem auto 1.0rem;
  max-width: 214px;
}
#feature .photo {
  margin: 2.0rem auto 2.5rem;
}
#feature .h3 {
  margin-bottom: 2.0rem;
}
@media (max-width: 1029px) {
  #feature .column {
    border-top: 1px solid #999;
    padding-top: 1.0rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1030px) {
  #feature .row + .row .column:before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    width: calc(100% - 50px);
    height: .1rem;
    background-color: #999;
  }
  #feature .column:not(:first-child):after {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    width: .1rem;
    height: calc(100% - 50px);
    background-color: #999;
  }
  #feature .illust {
    max-width: 180px;
  }
  #feature p {
    padding-bottom: 1.0rem;
  }
}

#price.ankerpoint{
  padding-top: 130px !important;
  margin-top: -190px !important;
  padding-bottom: 60px !important;
}
#price .price-bgcolor{
  background: #F7F6EF;
  padding-top: 30px;
  padding-bottom: 60px;
}
#price .sec-header .h2{
  margin-bottom: 50px;
}
#price img{
  width: 100%;
}
#price p{
  font-size: 14px;
  text-align: left;
}
#price p a{
  text-decoration: underline;
  color: #b00027;
}
#price .price-distance{
  background: url(../img/home/price-distance.png) left top no-repeat;
  background-size: 100%;
  margin-bottom: 20px;
}
  #price .price-distance.hover{
    background: url(../img/home/price-distance.png) left bottom no-repeat;
    background-size: 100%;
  }
#price .price-time{
  background: url(../img/home/price-time.png) left top no-repeat;
  background-size: 100%;
  margin-bottom: 20px;
}
  #price .price-time.hover{
    background: url(../img/home/price-time.png) left bottom no-repeat;
    background-size: 100%;
  }

.download-btn {
  display: flex;
  flex-direction: column;
  margin-top: 2.0rem;
  background-color: #fff;
  border: 1px solid #b00027;
  border-radius: .5rem;
  max-width: 69.4rem;
  text-align: left;
}
.download-btn .cta-head {
  position: relative;
  padding: 2.7rem 2.0rem;
  background-color: #b00027;
  border-radius: .4rem .4rem 0 0;
  color: #fff;
}
.download-btn .cta-head:after {
  content: "";
  position: absolute;
  right: -9px;
  top: 16px;
  background-image: url(../img/home/brochure.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 127px;
  height: 101px;
}
.download-btn .cta-head .font-14 {
  margin-bottom: .6rem;
  line-height: 1.2;
}
.download-btn .cta-head .font-20 {
  line-height: 1.3;
  white-space: nowrap;
}
.download-btn .cta-body {
  padding: 2.0rem;
  font-size: 1.5rem;
}
@media (min-width: 1030px) {
  .download-btn {
    flex-direction: row;
    margin-top: 4.0rem;
  }
  .download-btn .cta-head {
    padding: 2.7rem 10.8rem 2.7rem 2.7rem;
    border-radius: .4rem 0 0 .4rem;
  }
  .download-btn .cta-head:after {
    right: -50px;
    bottom: 0;
    width: 137px;
    height: 109px;
  }
  .download-btn .cta-body {
    padding: 2.7rem 3.8rem;
  }
}
#news {
  padding-bottom: 0;
}
#news .bg-colored {
  background-color: #f7f6f0;
}
#news .container .container {
  padding-left: 0;
  padding-right: 0;
}
.top-headline {
  margin-bottom: 6.0rem;
}
.top-headline .dl-horizontal dt {
  padding: 1.6rem 0 0;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: normal;
  text-align: left;
}
.top-headline .dl-horizontal dd {
  position: relative;
  margin-bottom: .3rem;
  padding: .6rem 2.4rem 1.6rem 0;
  border-bottom: .1rem dotted #999;
  font-size: 1.4rem;
  line-height: 1.4;
}
.top-headline .dl-horizontal dd:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f061";
  position: absolute;
  top: calc(50% - 19px);
  right: 0;
  margin-top: -14.5px;
  color: #999;
  font-size: 2.1rem;
  font-weight: 900;
}
@media (min-width: 1030px) {
  .top-headline .dl-horizontal dt {
    padding: 1.6rem 0 .6rem 1.6rem;
    width: 10em;
    clear: left;
    font-size: 1.6rem;
  }
  .top-headline .dl-horizontal dd {
    margin-left: 0;
    margin-bottom: 0;
    padding: 1.6rem 5.0rem 1.6rem 12.5em;
    font-size: 1.6rem;
  }
  .top-headline .dl-horizontal dd:after {
    top: 50%;
    right: 25px;
  }
}
.top-headline li {
  padding: 1.3rem 0;
}
#contact {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}
#contact .bg-colored {
  padding-bottom: 0;
  background-color: #e2d17e;
}
#contact .sec-header,
#contact .sec-content {
  position: relative;
}
#contact .phone {
  display: inline-block;
  font-size: 4.0rem;
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
}
#contact .phone [class*="fa-"] {
  font-size: 3.8rem;
  vertical-align: .1rem;
}
#contact .font-26 {
  margin-bottom: 2.7rem;
  line-height: 1.4;
}
@media (max-width: 1029px) {
  #contact .container {
    padding: 0;
  }
  #contact .sec-header {
    margin-bottom: 1.0rem;
    padding: 4.5rem 28.5px 4rem;
    background-color: #d1c06b;
  }
  #contact .sec-header:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-image: url(../img/common/bg_contact_heading_sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  #contact .sec-content {
    padding: 2rem 28.5px;
    margin-bottom: 0;
    text-align: center;
  }
  #contact .sec-content .column {
    position: relative;
  }
  #contact .sec-content .column:not(:first-child) {
    padding-top: 3.0rem;
  }
  #contact .sec-content .column:not(:first-child):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: .1rem;
    width: 100%;
    background-color: #aa9c56;
  }
}
@media (min-width: 1030px) {
  #contact .bg-colored {
    background-image: linear-gradient(to right, #d1c06b 0%, #d1c06b 28%, #e2d17e 28%, #e2d17e 100%);
  }
  #contact .sec-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding-top: 6.0rem;
    padding-bottom: 6.0rem;
    background-color: #d1c06b;
  }
  #contact .sec-header:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
    background-image: url(../img/common/bg_contact_heading_pc.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
  }
  #contact .sec-content {
    padding-top: 6.0rem;
    padding-bottom: 6.0rem;
    padding-right: 0;
  }
  #contact .sec-content .column {
    position: relative;
    padding-left: 35px;
  }
  #contact .sec-content .column:not(:first-child):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: .1rem;
    height: 100%;
    background-color: #aa9c56;
  }
}
@media (min-width: 1200px) {
  #contact .bg-colored {
    background-image: linear-gradient(to right, #d1c06b 0%, #d1c06b 33%, #e2d17e 33%, #e2d17e 100%);
  }
}
#main-visual {
  position: relative;
}
.quick-nav {
  margin-bottom: 6.0rem;
}
@media (min-width: 1030px) {
  .quick-nav .column:not(.panel) {
    padding-right: 30px;
  }
}
.panel {
  padding: 2.0rem 1.6rem !important;
  background-color: #b5ddea;
  border-radius: .8rem;
}
.panel .h3 {
  padding-bottom: .5rem;
  border-bottom: 1px solid #87b3c1;
}
.panel .h3 [class*="fa-"] {
  color: #b00027;
  font-size: 2.2rem;
  vertical-align: -1px;
}
.panel .tabs-parent {
  margin-bottom: 2.5rem;
  background-color: #fff;
  border-radius: .5rem;
}
.panel .acms-admin-tabs {
  margin: 0;
  padding: 0;
}
.panel .acms-admin-tabs .js-acms_tabs {
  margin: .5rem 0;
  padding: 0;
}
.panel .acms-admin-tabs .js-acms_tabs:before {
  display: none;
}
.panel .acms-admin-tabs .js-acms_tabs li {
  margin-left: 1px;
  margin-right: 1px;
}
.panel .acms-admin-tabs .js-acms_tabs a.js-acms_tab {
  margin-bottom: 0;
  border-radius: .5rem;
}
.panel .acms-admin-tabs .js-acms_tabs a.js-acms_tab:not(.js-acms_tab-active) {
  background-color: transparent;
  color: #000000;
}
.panel .acms-admin-tabs-panel {
  padding: 1.5rem 0;
  background-color: #d3ebf3;
  border-radius: 0 0 .5rem .5rem;
}
.panel .acms-admin-tabs-panel .row {
  flex-direction: row !important;
  margin-left: auto;
  width: 100%;
}
.panel .acms-admin-tabs-panel .column {
  margin-bottom: 0;
}
.panel .acms-admin-tabs-panel .column:nth-child(odd) {
  padding-left: 15px;
  padding-right: 5px;
}
.panel .acms-admin-tabs-panel .column:nth-child(even) {
  padding-left: 5px;
  padding-right: 15px;
}
.panel .acms-admin-tabs-panel .fee {
  padding: 1.0rem;
  background-color: #fff;
  border-radius: .5rem;
}
.panel .acms-admin-tabs-panel .fee .car-illust {
  width: 100px;
  height: auto;
}
.panel .acms-admin-tabs-panel .fee p {
  margin-top: .9rem;
  margin-bottom: 0;
  line-height: 1.3;
}
.panel .acms-admin-tabs-panel .btn-rounded {
  box-sizing: border-box;
  margin-top: 1.5rem;
  min-width: 12.7rem;
  height: 3.1rem;
  font-size: 1.2rem;
  line-height: 2.9rem;
}
.panel .movie .row {
  flex-direction: row !important;
  margin-left: auto;
  width: 100%;
}
.panel .movie .column {
  margin-bottom: 0;
}
.panel .movie .column:nth-child(odd) {
  padding-left: 0;
  padding-right: 5px;
}
.panel .movie .column:nth-child(even) {
  padding-left: 5px;
  padding-right: 0;
}
.panel .movie .column a {
  display: block;
  padding: .2rem .2rem .5rem;
  background-color: #fff;
  color: #3b3b3b;
  text-decoration: none;
}
.panel .movie .column .movie-title {
  margin-top: .8rem;
  line-height: 1.4;
  text-align: center;
}
.panel .movie .column .movie-title .fas {
  color: #b00027;
  font-size: 1.6rem;
}
.panel .movie .column .duration {
  color: #666;
}
@media (min-width: 1030px) {
  .panel {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}
.card {
  padding: 2.5rem;
  background-color: #f2f2f2;
  border: .1rem solid #ddd;
  border-radius: 1.0rem;
  min-height: 250px;
}
#trial {
  padding-bottom: 0 !important;
}
#trial .trial-inner {
  background-color: #eae4c9;
  padding-bottom: 6.0rem;
}
#trial .trial_head_comment {
  width: 79px;
  height: auto;
  margin-right: 6px;
}
#trial .card {
  background-color: white;
}
#trial .card .h3 {
  margin-bottom: 2.0rem;
  font-size: 2.0rem;
}
#trial .card p {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
#trial .row-wide-gutter .column p {
  margin-top: 2.0rem;
  margin-bottom: 0;
}
@media (max-width: 1029px) {
  #trial .column-66 {
    margin-bottom: 2.5rem;
  }
  #trial .column-66 .column {
    margin-bottom: 0;
  }
  #trial .column-66 .column + .column {
    margin-top: 3.0rem;
  }
}
@media (min-width: 1030px) {
  #trial {
    margin-top: 0;
  }
  #trial .column-66 {
    flex: 0 0 65.5%;
    max-width: 65.5%;
  }
  #trial .column-66 .column:nth-child(odd) {
    padding-right: 8px;
  }
  #trial .column-66 .column:nth-child(even) {
    padding-left: 8px;
  }
  #trial .column-34 {
    flex: 0 0 34.5%;
    max-width: 34.5%;
  }
  #trial .row-wide-gutter .column {
    position: relative;
  }
  #trial .row-wide-gutter .column:not(:first-child):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 1px dotted #999;
  }
}
#guide {
  padding-top: 3.0rem;
  margin-top: 0;
}
.h-symbol {
  position: relative;
  padding-top: 5.4rem;
}
.h-symbol:before {
  content: url(../img/common/symbolmark.svg);
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 35px;
  margin-left: -25px;
}
.main-visual-pc {
  margin-bottom: 4.0rem;
}
.main-visual-sp {
  margin-bottom: 4.0rem;
}
.headcopy {
  margin-bottom: 3.0rem;
}
.headcopy .btn-block + .btn-block {
  margin-top: 1.5rem;
}
.headcopy p {
  font-size: 1.5rem;
}
.headcopy p.lead {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media (max-width: 1029px) {
  .headcopy .lead {
    text-align: center;
  }
}
@media (min-width: 1030px) {
  .headcopy .column-67 {
    padding-right: 145px;
  }
}
#flow .steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-top: 2.5rem;
  margin-bottom: 4.0rem;
}
#flow .steps .step-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 7px solid #b00027;
  border-radius: 50%;
  width: 240px;
  height: 240px;
}
#flow .steps .step-heading {
  padding-top: 20px;
  width: 94%;
  height: 68px;
  border-bottom: 3px solid #b00027;
  font-family: vinyl, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.7rem;
  text-align: center;
}
#flow .steps .step-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
  height: calc(240px - (14px + 68px));
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
#flow .steps .step-body .text-ub {
  margin-top: .5rem;
  color: #b00027;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media (max-width: 1029px) {
  #flow .step-item:not(:last-of-type) {
    margin-bottom: 50px;
  }
  #flow .step-item:not(:last-of-type):after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    width: 72px;
    margin-left: -36px;
    border-top: 34px solid #b00027;
    border-right: 36px solid transparent;
    border-left: 36px solid transparent;
  }
}
@media (min-width: 1030px) {
  #flow .steps {
    flex-direction: row;
    justify-content: center;
  }
  #flow .step-item:not(:last-of-type) {
    margin-right: 50px;
  }
  #flow .step-item:not(:last-of-type):after {
    content: "";
    position: absolute;
    right: -35px;
    top: 50%;
    height: 72px;
    margin-top: -36px;
    border-left: 34px solid #b00027;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
  }
}
#function .caption {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 1030px) {
  #function .acms-admin-tabs .acms-admin-tabs-panel {
    padding-top: 50px;
  }
}
#faq {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#faq .bg-colored {
  padding-bottom: 0;
  background-color: #dfedf2;
}
#faq .card {
  padding: 0;
  background-color: transparent;
}
#faq .card-heading {
  margin-bottom: .5rem;
  padding: 1.8rem;
  background-color: #b00027;
  border-radius: 1.0rem 1.0rem 0 0;
  color: #fff;
  text-align: center;
}
#faq .card-heading .h3 {
  margin-bottom: 0;
}
#faq .card-body {
  padding: 1.5rem 2.5rem;
  background-color: #fff;
  border-radius: 0 0 1.0rem 1.0rem;
}
#faq .ui-icon {
  display: none;
}
#faq .ui-accordion {
  border-bottom: 1px dashed #999;
}
#faq .ui-accordion dt {
  display: flex;
}
#faq .ui-accordion dt.ui-accordion-header {
  align-items: center;
  margin-top: 0;
  padding: 1.5rem 0;
  background-color: transparent;
  border: 0;
  border-top: 1px dashed #999;
  font-size: 1.5rem;
  color: #000000 !important;
}
#faq .ui-accordion dt.ui-accordion-header:focus {
  outline: none;
}
#faq .ui-accordion dt.ui-accordion-header a:link,
#faq .ui-accordion dt.ui-accordion-header a:visited {
  color: inherit;
}
#faq .ui-accordion dd.ui-accordion-content {
  margin-top: 0;
  padding: .5rem 0 2.5rem;
  border: 0;
  font-size: 1.5rem;
  color: #000000 !important;
}
#faq .ui-corner-all {
  -moz-border-radius: 0;
}
#faq .q-num {
  margin-right: 1.0rem;
  font-size: 2.0rem;
  color: #b00027;
}
#faq + .headlines {
  margin-top: 6.0rem;
}
@media (min-width: 1030px) {
  #faq .bg-colored {
    padding-bottom: 5.0rem;
  }
  #faq + .headlines {
    margin-top: 6.5rem;
  }
}
#headcopy-ps {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
}
#headcopy-ps .bg-colored {
  padding-top: 60px;
  background-color: #e2d17e;
}
#headcopy-ps .btn-block + p {
  margin-top: 2.0rem;
}
@media (max-width: 1029px) {
  #headcopy-ps .lead {
    text-align: left;
  }
  #headcopy-ps .column-40 {
    position: relative;
  }
  #headcopy-ps .column-40:not(:first-child) {
    margin-bottom: 0;
    padding-top: 2.0rem;
  }
  #headcopy-ps .column-40:not(:first-child):after {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    height: .1rem;
    width: 100%;
    background-color: #aa9c56;
  }
}
@media (min-width: 1030px) {
  #headcopy-ps .column-60 {
    padding-left: 63px;
    padding-right: 45px;
  }
  #headcopy-ps .column-40 {
    position: relative;
    padding-left: 17px;
    padding-right: 79px;
  }
  #headcopy-ps .column-40:not(:first-child):after {
    content: "";
    position: absolute;
    top: 0;
    left: -13px;
    width: .1rem;
    height: 100%;
    background-color: #aa9c56;
  }
}
.page-heading {
  position: relative;
  background-color: #b00027;
  color: #fff;
  letter-spacing: .04em;
  height: 60px;
}
.page-heading .h1 {
  margin: 0;
  padding-top: calc((60px - 1.8rem) / 2);
  padding-bottom: calc((60px - 1.8rem) / 2);
  line-height: 1.0;
  font-size: 1.8rem;
  font-weight: 300;
}
@media (min-width: 480px) {
  .page-heading {
    height: 90px;
  }
  .page-heading .h1 {
    padding-top: calc((80px - 2rem) / 2);
    padding-bottom: calc((80px - 2rem) / 2);
    font-size: 2.5rem;
  }
}
.topicpath {
  margin-bottom: 5.0rem;
  background-color: #fbf9f3;
}
.topicpath .breadcrumb {
  padding: 8px 0;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 0;
}
.topicpath .breadcrumb > li {
  display: inline-block;
}
.topicpath .breadcrumb > li + li:before {
  padding: 0 .5rem;
  color: #cccccc;
  content: "/\00a0";
}
.topicpath .breadcrumb > .active {
  color: #777777;
}
.main-content .h2 {
  margin-bottom: 2.0rem;
  padding-bottom: 1.4rem;
  border-bottom: 0.1rem solid #b00027;
}
.main-content .h2 > a {
  text-decoration: none;
}
.main-content .h3 {
  margin-top: 3.2rem;
  margin-bottom: 2.0rem;
  padding: .5rem 0 .5rem 1.0rem;
  border-left: 0.6rem solid #b00027;
}
.main-content .h4 {
  margin-top: 3.2rem;
  margin-bottom: 2.0rem;
  padding: 1.0rem 1.4rem;
  background-color: #b00027;
  color: #fff;
}
.main-content .h5 {
  font-weight: bold;
  font-size: 1.6rem;
}
.main-content p {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  line-height: 1.8;
}
.main-content p:not(.continueLink) a {
  padding-left: .4rem;
  padding-right: .4rem;
  text-decoration: underline;
}
.main-content p + h2 {
  margin-top: 5.0rem;
}
.main-content p.lead {
  margin-top: 2.0rem;
  margin-bottom: 20px;
  font-size: 2.8rem !important;
  font-weight: 300;
  line-height: 1.4;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
@media (min-width: 560px) {
  .main-content p.lead {
    font-size: 2.1em;
  }
}
.main-content ul:not(.pager),
.main-content ol:not(.breadcrumb) {
  margin-bottom: 1.5em;
}
.main-content ul:not(.pager) > li,
.main-content ol:not(.breadcrumb) > li {
  font-size: 1.6rem;
  line-height: 1.8;
}
.main-content dl {
  margin-bottom: 1.5em;
}
.main-content dl > dt,
.main-content dl > dd {
  font-size: 1.6rem;
  line-height: 1.8;
}
.main-content em {
  background: linear-gradient(transparent 60%, #ffff00 0%);
  font-weight: bold;
  font-style: normal;
}
.main-content strong {
  color: #900;
}
.main-content .table {
  margin-bottom: 1.5em;
  border-top: 0.1rem solid #dddddd;
  font-size: 1.6rem;
}
.main-content .table th {
  background-color: #b5ddea;
}
.main-content .table th,
.main-content .table td {
  padding: .8rem;
}
.main-content .caption {
  display: inline-block;
  margin-top: 1.4rem;
  font-size: 1.2rem;
  line-height: 1.2;
}
.main-content .continueLink > .btn {
  white-space: normal;
  word-wrap: break-word;
}
/* article */
.article-item {
  margin-top: 2.0rem;
}
.article-item ~ .article-item {
  border-top: .2rem solid #f9f9f9;
  margin-top: 5.0rem;
  padding-top: 5.0rem;
}
.article-item .h2 {
  margin-top: 1.0rem !important;
  margin-bottom: 0;
}
.article-item .entry-date {
  margin-bottom: 3.0rem;
  padding-top: 1.0rem;
  color: #555555;
  font-size: 1.4em;
}
.article-item .entry-tag {
  margin-bottom: 2.0rem;
  padding: 1.0rem 1.5rem;
  background-color: #eee;
  border-radius: .4rem;
}
.article-item .entry-tag:before,
.article-item .entry-tag:after {
  display: table;
  content: " ";
}
.article-item .entry-tag:after {
  clear: both;
}
.article-item .entry-tag:after {
  clear: both;
  content: ' ';
  display: table;
}
.article-item .entry-tag dt {
  float: left;
  color: #555555;
  font-weight: normal;
  font-size: 1.4em;
}
.article-item .entry-tag dd {
  float: left;
  margin: 0 0 0 1.0rem;
  font-size: 1.4em;
}
/* サイトマップ */
.sitemap-list > li {
  position: relative;
  list-style-type: none;
}
.sitemap-list > li:before {
  position: absolute;
  left: -1.8rem;
  top: .3rem;
  font-family: 'icomoon';
  content: "\e908";
  color: #b00027;
  font-size: 1.3rem;
}
.sitemap-list > li a {
  text-decoration: none;
}
.swiper-arrow {
  position: relative;
}
.swiper-arrow-left {
  position: absolute;
  left: 0px;
  top: 80px;
  color: white;
  font-size: 18px;
}
.swiper-arrow-right {
  position: absolute;
  right: -10px;
  top: 80px;
  color: white;
  font-size: 18px;
}
.ankerpoint {
  padding-top: 160px !important;
  margin-top: -160px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 1029px) {
  .ankerpoint {
    margin-top: -125px !important;
    padding-top: 125px !important;
  }
}
/* ------------------------------
　　追従バナー
------------------------------ */
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.flyout {
  position: relative;
  display: none;
  opacity: 1;
  z-index: 1030;
}
.flyout .flyout-wrap {
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
  width: 318px;
  height: 205px;
  opacity: 0;
}
.flyout .flyout-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 187px;
  border: 2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
}
.flyout .flyout-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: #6f6f6f;
  border: 1px solid #fff;
  border-radius: 0;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
.flyout .flyout-close span {
  color: #fff;
  font-size: 25px;
  line-height: 18px;
}
.flyout.active {
  display: block;
}
.flyout.active .flyout-wrap {
  animation-name: slideInUp;
  animation-duration: .38s;
  transition-duration: 1ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media (max-width: 539px) {
  .flyout .flyout-wrap {
    left: 50%;
    right: auto;
    margin-left: -150px;
  }
}


.side-heading{
  font-size: 14px;
  font-weight: bold;
  padding: 10px 12px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 10px;
  background: #b00027;
  color: white;
}
.try{
  margin-bottom: 20px;
}
.try li{
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.5; 
}
.try img{
  margin-bottom: 6px;
}
.try h3{
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 4px;
}
.Entry_Summary-column{
  margin-bottom: 40px;
}
.Entry_Summary-column-item{
  position: relative;
}
.Entry_Summary-column h2{
  margin-bottom: 15px;
}
.Entry_Summary-column h3{
  position: absolute;
  font-size: 13px;
  line-height: 1.4;
  top: 0px;
  left: 114px;
  right: 5px;
  height: 52px;
  overflow: hidden;
  margin-bottom: 0;
}
.Entry_Summary-column img{
  margin-bottom: 6px;
  width: 100px;
  height: auto;
}
.Entry_Summary-column-item{
  margin-bottom: 15px;
}
.btn.btn-side{
  line-height: 1.4;
  height: auto !important;
  padding: 6px 4px;
  font-size: 15px;
}

ul.trial_btn_side{
  clear: both
}
ul.trial_btn_side li{
  width: 32%;
  margin-right: 2%;
  float: left;
}
ul.trial_btn_side li:last-child{
  margin-right: 0;
}

.column-index img{
  margin-bottom: 15px;
}

.top-menu-item{
  border: solid 1px #D1D1D1;
  border-radius: 10px;
  padding: 3px !important;
}
.top-menu-item a{
  text-decoration: none;
  display: block;
}
.top-menu-item:hover{
  background: #FFEDF0;
  color: #B00027;
}
.top-menu-item img{
  border-radius: 10px 10px 0 0;
  margin-bottom: 15px;
}
.top-menu-item-contents{
  padding: 0 6px;
  color: black;
}
.top-menu-item h2{
  font-size: 22px;
  color: black;
  font-weight: bold;
  margin-bottom: 4px;
}
.top-menu-item{
  padding: 0;
}
.top-menu-item p{
  margin: 0;
  font-size: 13px;
}
.top-menu-item-contents strong{
  color: #B00027 !important;
  font-size: 16px !important;
}
.top-menu-item-link{
  text-align: center;
  color: #B00027 !important;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 0;
}
.top-menu-item-img{
  position: relative;
}
.top-menu-item-badge{
  position: absolute;
  right: 0px;
  bottom: -20px;
  width: 100px;
  height: auto;
}
.top-menu-item img.top-menu-item-badge{
  border-radius: 0px;
}

.footer-bnr a{
  display: block;
  background: white;
  padding: 12px;
  text-align: center;
  border-radius: 10px;
  max-width: 320px;
}
.footer-bnr a img{
  display: inline-block;
  margin-left: -20px;
}
@media (max-width: 1029px) {
  .footer-bnr a{
    margin: auto;
  }
}


