@charset "UTF-8";
/*
-----------------------------------------------------------------------
style
-----------------------------------------------------------------------
*/
/*
-----------------------------------------------------------------------
 park, space, parkPlace, spacePlace
-----------------------------------------------------------------------
*/
/* index */

/*
-----------------------------------------------------------------------
placeItem
-----------------------------------------------------------------------
*/
.main .main-inner .placeContent .headline .headlineTxt h2,
.main .main-inner .placeContent .headline2 .headlineTxt h2 {
  border-left: 5px solid #080874;
  padding-left: 10px;
}
.main .main-inner .placeContent .placeItem li:first-child {
  margin-bottom: 10px;
}
.main .main-inner .placeContent .caution {
  background: #e5e5e5;
}
.main .main-inner .placeContent .flowArea .flow dd {
  width: 100%;
  display: block;
}
.main .main-inner .placeContent .caution {
  position: relative;
}
.main .main-inner .placeContent .caution:before {
  font-family: "FontAwesome";
  content: "\f06a";
  font-size: 1.7em;
  font-weight: normal;
  color: yellow;
  text-shadow:
    black 2px 0px 0px,
    black -2px 0px 0px,
    black 0px -2px 0px,
    black 0px 2px 0px,
    black 2px 2px 0px,
    black -2px 2px 0px,
    black 2px -2px 0px,
    black -2px -2px 0px,
    black 1px 2px 0px,
    black -1px 2px 0px,
    black 1px -2px 0px,
    black -1px -2px 0px,
    black 2px 1px 0px,
    black -2px 1px 0px,
    black 2px -1px 0px,
    black -2px -1px 0px,
    black 1px 1px 0px,
    black -1px 1px 0px,
    black 1px -1px 0px,
    black -1px -1px 0px;
  z-index: 10;
  position: absolute;
  top: -15px;
  left: 0px;
}
body#space-index
  .main
  .main-inner
  .placeContent
  .headline
  .headlineTxt
  h2:after {
  display: inline-block;
}
.main .main-inner .placeContent .caution {
  margin-top: 30px;
  padding: 20px 15px 15px;
}
.main .main-inner .placeContent .ngArea .ngEvent .example {
  padding: 15px 10px 15px 25px !important;
  margin-bottom: 10px;
  background: #fff url(../img/common/example_icon.png) no-repeat 10px center;
}
.main .main-inner .placeContent .ngArea .ngEvent .example:last-child {
  margin-bottom: 0;
}
.main .main-inner .placeContent .flowArea .flow dt {
  min-height: 70px;
  display: flex !important;
  align-items: center;
}
.main .main-inner .placeContent .flowArea .flow dd {
  padding: 15px;
}
.main .main-inner .placeContent .flowArea .flow .triangle {
  left: 0;
  right: 0;
  margin: auto;
}
.main .main-inner .placeContent .flowArea .bg-img p {
  font-size: 2em;
  text-align: center;
  border: 3px solid #101078;
  padding: 25px 10px;
}
.main .main-inner .placeContent .contactArea .name {
  font-size: 1.3em;
}
.main .main-inner .placeContent .contactArea .tel {
  font-size: 1.8em;
}
.main .main-inner .placeContent .headline .headlineTxt h2 {
  font-size: 1.3em;
}
/*
-----------------------------------------------------------------------
park-index
-----------------------------------------------------------------------
*/

/*
-----------------------------------------------------------------------
parkPlace-index
-----------------------------------------------------------------------
*/

/*
-----------------------------------------------------------------------
space-index
-----------------------------------------------------------------------
*/

/*
-----------------------------------------------------------------------
spacePlace-index
-----------------------------------------------------------------------
*/
.txtBoxBDR h2 {
  font-size: 1.3em;
}
