@charset "UTF-8";
/* =======================================

	Base CSS

 -----------------------------------------
 	Reset CSS
	Structure CSS
	Basis Decorations CSS
	Parts CSS

	[768px Above Layout]

	Structure CSS Wide_Tablet
	Text Decorations CSS Wide_Tablet
	Basis Decorations_Tablet
	Parts CSS Wide_Tablet

	[1200px Above Layout]
 -----------------------------------------

========================================== */
/* =======================================

	Browser Reset CSS

========================================== */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend,
p, blockquote, table, th, td, figure {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "YuGothic-M";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "YuGothic-B";
  font-weight: bold;
  src: local("YuGothic"), local("Yu Gothic");
}
html {
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}

body {
  font-size: 3.5vw;
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}
* html body {
  height: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  vertical-align: top;
}

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

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
  vertical-align: text-top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

/* =======================================

	Structure CSS

========================================== */
body {
  _display: inline;
  _zoom: 1;
}

.inBase {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.hidden-all {
  display: none !important;
}

.hidden-sp {
  display: none !important;
}

.is-smallScreen .hidden-sp {
  display: none;
}

.contents__sub {
  padding: 0 7%;
}

.contents__sub.is-m-wide {
  padding: 0;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.wide {
  width: 100%;
}

.wide-sp {
  width: 100%;
}

.wide-max {
  max-width: 100%;
}

.h100 {
  height: 100%;
}

/* =======================================

	Basis Decorations CSS

========================================== */
#contents {
  font-size: 1.3em;
}

/* Inner Reset  */
#contents th p, #contents th li, #contents th dt, #contents th dd,
#contents td p, #contents td li, #contents td dt, #contents td dd,
#contents li p, #contents li li, #contents li dt, #contents li dd,
#contents dt p, #contents dt li, #contents dt dt, #contents dt dd,
#contents dd p, #contents dd li, #contents dd dt, #contents dd dd {
  font-size: 100%;
}

p, address, th, td {
  line-height: 1.7;
}

li, dt, dd, figcaption {
  line-height: 1.7;
}

#contents strong {
  font-weight: bold;
}

#contents em {
  font-style: italic;
}

.clear {
  clear: both;
}

.clear-sp {
  clear: both;
}

.tC {
  text-align: center;
}

.tR {
  text-align: right;
}

.tL {
  text-align: left;
}

.pL-all {
  float: left;
}

.pR-all {
  float: right;
}

#contents .sS {
  font-size: 0.85em;
}

#contents .sB {
  font-size: 1.24em;
}

.sP-xl {
  padding-bottom: 5.6rem;
}

.sP-l {
  padding-bottom: 2.8rem;
}

.sP {
  padding-bottom: 1.4rem;
}

.sP-s {
  padding-bottom: 0.7rem;
}

.sP-xs {
  padding-bottom: 0.35rem;
}

.sP-xl-r {
  padding-right: 5.6rem;
}

.sP-l-r {
  padding-right: 2.8rem;
}

.sP-m-r {
  padding-right: 1.4rem;
}

.sP-s-r {
  padding-right: 0.7rem;
}

.sP-xs-r {
  padding-right: 0.35rem;
}

.sP-xl-l {
  padding-left: 5.6rem;
}

.sP-l-l {
  padding-left: 2.8rem;
}

.sP-m-l {
  padding-left: 1.4rem;
}

.sP-s-l {
  padding-left: 0.7rem;
}

.sP-xs-l {
  padding-left: 0.35rem;
}

.sP-xl-t {
  padding-top: 5.6rem;
}

.sP-l-t {
  padding-top: 2.8rem;
}

.sP-m-t {
  padding-top: 1.4rem;
}

.sP-s-t {
  padding-top: 0.7rem;
}

.sP-xs-t {
  padding-top: 0.35rem;
}

.sP-xl-a {
  padding: 5.6rem;
}

.sP-l-a {
  padding: 2.8rem;
}

.sP-m-a {
  padding: 1.4rem;
}

.sP-s-a {
  padding: 0.7rem;
}

.sP-xs-a {
  padding: 0.35rem;
}

.sM-xl {
  margin-bottom: 5.6rem;
}

.sM-l {
  margin-bottom: 2.8rem;
}

.sM {
  margin-bottom: 1.4rem;
}

.sM-s {
  margin-bottom: 0.7rem;
}

.sM-xs {
  margin-bottom: 0.35rem;
}

.sM-xl-r {
  margin-right: 5.6rem;
}

.sM-l-r {
  margin-right: 2.8rem;
}

.sM-m-r {
  margin-right: 1.4rem;
}

.sM-s-r {
  margin-right: 0.7rem;
}

.sM-xs-r {
  margin-right: 0.35rem;
}

.sM-xl-l {
  margin-left: 5.6rem;
}

.sM-l-l {
  margin-left: 2.8rem;
}

.sM-m-l {
  margin-left: 1.4rem;
}

.sM-s-l {
  margin-left: 0.7rem;
}

.sM-xs-l {
  margin-left: 0.35rem;
}

.sM-xl-t {
  margin-top: 5.6rem;
}

.sM-l-t {
  margin-top: 2.8rem;
}

.sM-m-t {
  margin-top: 1.4rem;
}

.sM-s-t {
  margin-top: 0.7rem;
}

.sM-xs-t {
  margin-top: 0.35rem;
}

.sM-xl-a {
  margin: 5.6rem;
}

.sM-l-a {
  margin: 2.8rem;
}

.sM-m-a {
  margin: 1.4rem;
}

.sM-s-a {
  margin: 0.7rem;
}

.sM-xs-a {
  margin: 0.35rem;
}

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

.iB {
  display: inline-block;
}

.fC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

figcaption {
  padding-top: 0.8rem;
  clear: both;
  text-align: center;
}

i {
  font-family: FontAwesome;
  font-style: normal;
}

.fC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.clearfix:after, .inBase:after {
  content: " ";
  display: block;
  clear: both;
}

.is-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

.is-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-filter: FlipV;
          filter: FlipV;
  -ms-filter: "FlipV";
}

.breadthScrollBox {
  white-space: nowrap;
  overflow-x: scroll;
}

/* =======================================

	Parts CSS

========================================== */
/* Img
------------------------------------------ */
.rightBox {
  clear: both;
  float: right;
  margin: 0 0 0.8rem 20px;
  display: inline;
}

.leftBox {
  clear: both;
  float: left;
  margin: 0 20px 0.8rem 0;
  display: inline;
}

/* ===================================================================================================================================================================================================

	768px以上で適用される　レイアウトの指定(タブレット用)

=================================================================================================================================================================================================== */
@media print, screen and (min-width: 768px) {
  /* =======================================

  	Structure CSS Wide_Tablet

  ========================================== */
  body {
    min-width: 768px;
    font-size: 1.4vw;
  }
  　 .inBase {
    width: 768px;
  }
  　 .hidden-sp {
    display: block !important;
  }
  br.hidden-sp {
    display: inline !important;
  }
  .hidden-pc {
    display: none !important;
  }
  .contents__main {
    width: 70%;
    display: block;
  }
  .contents__sub {
    width: 25%;
    display: block;
    padding: 0;
  }
  #pageTopFix.is-scroll {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 0;
  }
  #pageTopFix {
    overflow: visible !important;
  }
  .wide-sp {
    width: auto;
  }
  .w10-pc {
    width: 10%;
  }
  .w15-pc {
    width: 15%;
  }
  .w20-pc {
    width: 20%;
  }
  .w25-pc {
    width: 25%;
  }
  .w30-pc {
    width: 30%;
  }
  .w35-pc {
    width: 35%;
  }
  .w40-pc {
    width: 40%;
  }
  .w45-pc {
    width: 45%;
  }
  .w50-pc {
    width: 50%;
  }
  .w55-pc {
    width: 55%;
  }
  .w60-pc {
    width: 60%;
  }
  .w65-pc {
    width: 65%;
  }
  .w70-pc {
    width: 70%;
  }
  .w75-pc {
    width: 75%;
  }
  .w80-pc {
    width: 80%;
  }
  .w85-pc {
    width: 85%;
  }
  .w90-pc {
    width: 90%;
  }
  .w95-pc {
    width: 95%;
  }
  .w100-pc {
    width: 100%;
  }
  /* =======================================

  	Basis Decorations CSS Wide_Tablet

  ========================================== */
  .wide.cancell {
    width: auto;
  }
  .pL {
    float: left;
  }
  .pR {
    float: right;
  }
  .tC-pc {
    text-align: center;
  }
  .tR-pc {
    text-align: right;
  }
  .tL-pc {
    text-align: left;
  }
  .sP-xl {
    padding-bottom: 10rem;
  }
  .sP-l {
    padding-bottom: 5rem;
  }
  .sP {
    padding-bottom: 2.5rem;
  }
  .sP-s {
    padding-bottom: 1.25rem;
  }
  .sP-xs {
    padding-bottom: 0.625rem;
  }
  .sP-xl-r {
    padding-right: 10rem;
  }
  .sP-l-r {
    padding-right: 5rem;
  }
  .sP-m-r {
    padding-right: 2.5rem;
  }
  .sP-s-r {
    padding-right: 1.25rem;
  }
  .sP-xs-r {
    padding-right: 0.625rem;
  }
  .sP-xl-l {
    padding-left: 10rem;
  }
  .sP-l-l {
    padding-left: 5rem;
  }
  .sP-m-l {
    padding-left: 2.5rem;
  }
  .sP-s-l {
    padding-left: 1.25rem;
  }
  .sP-xs-l {
    padding-left: 0.625rem;
  }
  .sP-xl-t {
    padding-top: 10rem;
  }
  .sP-l-t {
    padding-top: 5rem;
  }
  .sP-m-t {
    padding-top: 2.5rem;
  }
  .sP-s-t {
    padding-top: 1.25rem;
  }
  .sP-xs-t {
    padding-top: 0.625rem;
  }
  .sP-xl-a {
    padding: 10rem;
  }
  .sP-l-a {
    padding: 5rem;
  }
  .sP-m-a {
    padding: 2.5rem;
  }
  .sP-s-a {
    padding: 1.25rem;
  }
  .sP-xs-a {
    padding: 0.625rem;
  }
  .sM-xl {
    margin-bottom: 10rem;
  }
  .sM-l {
    margin-bottom: 5rem;
  }
  .sM {
    margin-bottom: 2.5rem;
  }
  .sM-s {
    margin-bottom: 1.25rem;
  }
  .sM-xs {
    margin-bottom: 0.625rem;
  }
  .sM-xl-r {
    margin-right: 10rem;
  }
  .sM-l-r {
    margin-right: 5rem;
  }
  .sM-m-r {
    margin-right: 2.5rem;
  }
  .sM-s-r {
    margin-right: 1.25rem;
  }
  .sM-xs-r {
    margin-right: 0.625rem;
  }
  .sM-xl-l {
    margin-left: 10rem;
  }
  .sM-l-l {
    margin-left: 5rem;
  }
  .sM-m-l {
    margin-left: 2.5rem;
  }
  .sM-s-l {
    margin-left: 1.25rem;
  }
  .sM-xs-l {
    margin-left: 0.625rem;
  }
  .sM-xl-t {
    margin-top: 10rem;
  }
  .sM-l-t {
    margin-top: 5rem;
  }
  .sM-m-t {
    margin-top: 2.5rem;
  }
  .sM-s-t {
    margin-top: 1.25rem;
  }
  .sM-xs-t {
    margin-top: 0.625rem;
  }
  .sM-xl-a {
    margin: 10rem;
  }
  .sM-l-a {
    margin: 5rem;
  }
  .sM-m-a {
    margin: 2.5rem;
  }
  .sM-s-a {
    margin: 1.25rem;
  }
  .sM-xs-a {
    margin: 0.625rem;
  }
  .sP-pc-xl {
    padding-bottom: 10rem;
  }
  .sP-pc-l {
    padding-bottom: 5rem;
  }
  .sP-pc {
    padding-bottom: 2.5rem;
  }
  .sP-pc-s {
    padding-bottom: 1.25rem;
  }
  .sP-pc-xs {
    padding-bottom: 0.625rem;
  }
  .sP-pc-xl-r {
    padding-right: 10rem;
  }
  .sP-pc-l-r {
    padding-right: 5rem;
  }
  .sP-pc-m-r {
    padding-right: 2.5rem;
  }
  .sP-pc-s-r {
    padding-right: 1.25rem;
  }
  .sP-pc-xs-r {
    padding-right: 0.625rem;
  }
  .sP-pc-xl-l {
    padding-left: 10rem;
  }
  .sP-pc-l-l {
    padding-left: 5rem;
  }
  .sP-pc-m-l {
    padding-left: 2.5rem;
  }
  .sP-pc-s-l {
    padding-left: 1.25rem;
  }
  .sP-pc-xs-l {
    padding-left: 0.625rem;
  }
  .sP-pc-xl-t {
    padding-top: 10rem;
  }
  .sP-pc-l-t {
    padding-top: 5rem;
  }
  .sP-pc-m-t {
    padding-top: 2.5rem;
  }
  .sP-pc-s-t {
    padding-top: 1.25rem;
  }
  .sP-pc-xs- t {
    padding-top: 0.625rem;
  }
  .sP-pc-xl-a {
    padding: 10rem;
  }
  .sP-pc-l-a {
    padding: 5rem;
  }
  .sP-pc-m-a {
    padding: 2.5rem;
  }
  .sP-pc-s-a {
    padding: 1.25rem;
  }
  .sP-pc-xs-a {
    padding: 0.625rem;
  }
  .sM-pc-xl {
    margin-bottom: 10rem;
  }
  .sM-pc-l {
    margin-bottom: 5rem;
  }
  .sM-pc {
    margin-bottom: 2.5rem;
  }
  .sM-pc-s {
    margin-bottom: 1.25rem;
  }
  .sM-pc-xs {
    margin-bottom: 0.625rem;
  }
  .sM-pc-xl-r {
    margin-right: 10rem;
  }
  .sM-pc-l-r {
    margin-right: 5rem;
  }
  .sM-pc-m-r {
    margin-right: 2.5rem;
  }
  .sM-pc-s-r {
    margin-right: 1.25rem;
  }
  .sM-pc-xs-r {
    margin-right: 0.625rem;
  }
  .sM-pc-xl-l {
    margin-left: 10rem;
  }
  .sM-pc-l-l {
    margin-left: 5rem;
  }
  .sM-pc-m-l {
    margin-left: 2.5rem;
  }
  .sM-pc-s-l {
    margin-left: 1.25rem;
  }
  .sM-pc-xs-l {
    margin-left: 0.625rem;
  }
  .sM-pc-xl-t {
    margin-top: 10rem;
  }
  .sM-pc-l-t {
    margin-top: 5rem;
  }
  .sM-pc-m-t {
    margin-top: 2.5rem;
  }
  .sM-pc-s-t {
    margin-top: 1.25rem;
  }
  .sM-pc-xs-t {
    margin-top: 0.625rem;
  }
  .sM-pc-xl-a {
    margin: 10rem;
  }
  .sM-pc-l-a {
    margin: 5rem;
  }
  .sM-pc-m-a {
    margin: 2.5rem;
  }
  .sM-pc-s-a {
    margin: 1.25rem;
  }
  .sM-pc-xs-a {
    margin: 0.625rem;
  }
  .clear-sp {
    clear: none;
  }
  .clear-pc {
    clear: both;
  }
  /* =======================================

  	Parts CSS Wide_Tablet

  ========================================== */
  /* Img
  ------------------------------------------ */
  #wrapper img.rightBox {
    width: auto;
  }
  #wrapper img.leftBox {
    width: auto;
  }
} /* 768px以上で適用される　レイアウトの指定　ここまで */
/* ===================================================================================================================================================================================================

	1200px以上で適用される　レイアウトの指定(パソコン用)

=================================================================================================================================================================================================== */
@media print, screen and (min-width: 1200px) {
  body {
    font-size: 1.6rem; /* 16px */
  }
  body {
    min-width: 1200px;
  }
  .inBase {
    width: 1200px;
  }
  .breadthScrollBox {
    overflow: visible;
    width: auto;
  }
} /* 1200px以上で適用される　レイアウトの指定　ここまで */
#footer {
  background: #f0f0f0;
  padding: 3em 0 0 0;
  clear: both;
  display: block;
}
@media print, screen and (min-width: 768px) {
  #footer {
    padding: 3em 0;
  }
}

.footer__information {
  text-align: center;
}
.footer__information__siteTitle {
  padding: 0 15% 1em 15%;
}
@media print, screen and (min-width: 768px) {
  .footer__information__siteTitle {
    padding: 0 10% 1em 10%;
  }
}
.footer__information__siteTitle img {
  width: 100%;
}
.footer__information__tel {
  color: #68b0b5;
}
.footer__information__tel img {
  width: 100%;
  margin-bottom: 0.9rem;
  padding: 0 15%;
}
@media print, screen and (min-width: 768px) {
  .footer__information__tel img {
    padding: 0 10%;
  }
}
.footer__information__telSent {
  font-size: 0.9em;
  margin-bottom: 0.9rem;
}
@media print, screen and (min-width: 768px) {
  .footer__information__telSent {
    font-size: 0.9em;
  }
}
.footer__information__sent {
  font-size: 0.9em;
  margin-bottom: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .footer__information__sent {
    font-size: 0.9em;
  }
}

.footer__navi {
  width: 100%;
  border-bottom: #999999 dotted 1px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .footer__navi {
    border-bottom: none;
  }
}
.footer__navi li {
  padding: 5px 0;
  border-top: #999999 dotted 1px;
}
@media print, screen and (min-width: 768px) {
  .footer__navi li {
    padding: 0 0 5px;
    border: none;
  }
}
.footer__navi li a {
  color: #53526C;
  text-decoration: none;
}
.footer__navi li a:before {
  content: "\f111";
  font-family: "icomoon";
  margin-right: 0.5em;
  color: #baabce;
}
.footer__navi li a:hover {
  color: #4508a0;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .footer__sns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 8em;
  }
}
.footer__sns a {
  width: 4em;
  padding: 0.5em;
  border-radius: 50%;
  display: block;
}
.footer__sns a img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .globalNaviSmall__menu__main .footer__sns {
    margin-top: 0;
  }
}
.globalNaviSmall__menu__main .footer__sns li {
  border-top: none;
  margin: 0 0.3em;
}
.globalNaviSmall__menu__main .footer__sns a:after {
  content: none;
}

@media print, screen and (min-width: 768px) {
  #mailform {
    display: block;
  }
}
#mailform input {
  border: 1px solid #ccc;
  width: 95% !important;
  min-height: 30px;
  display: block;
  outline: none;
  vertical-align: middle;
  border-radius: 3px;
}
#mailform input[type=radio] {
  display: inline;
  width: 1em !important;
}
#mailform input[type=checkbox] {
  display: inline;
  width: 1em !important;
}
#mailform input[type=submit] {
  background: none;
  padding: 0.8rem;
  background: #D0E3FF;
  margin: 0 0 20px;
  cursor: pointer;
}
#mailform input[type=reset] {
  background: none;
  padding: 0.8rem;
  background: #F3DCEC;
  margin: 0 0 20px;
  cursor: pointer;
}
#mailform textarea {
  border: 1px solid #ccc;
  width: 95% !important;
  min-height: 30px;
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
  outline: none;
  border-radius: 3px;
}
@media print, screen and (min-width: 768px) {
  #mailform dl dt {
    width: 30%;
    float: left;
    text-align: right;
    border-top: #AAA solid 1px;
    clear: both;
    margin: 0 0 0.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  #mailform dl dt label {
    padding: 0.8rem 20px;
    display: block;
  }
}
#mailform dl dd {
  line-height: 2em;
  padding: 0 0 15px;
  margin: 0 0 0.8rem;
  border-bottom: #E8E8E8 solid 1px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  #mailform dl dd {
    width: 65%;
    float: left;
    padding: 0 0.8rem 0.8rem 0.8rem;
    border-bottom: none;
  }
}

@media print, screen and (min-width: 768px) {
  .mailformBox {
    width: 90%;
    margin: 0 auto 30px;
    border: #D7D7D7 solid 5px;
    padding: 40px 0 0 20px;
  }
}

.globalNavi {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .globalNavi {
    display: block;
  }
}

.globalNaviSmall__icon {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 0;
  right: 0;
}
.globalNaviSmall__iconButton {
  width: 3em;
  height: 3em;
  cursor: pointer;
  float: right;
  display: block;
  background: rgba(128, 207, 227, 0.85);
  position: relative;
  margin: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
}
.globalNaviSmall__icon span {
  width: 2em;
  height: 1px;
  display: block;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -33%;
}

.globalNaviSmall__icon--type01 span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.globalNaviSmall__icon--type01 .iconButton--top {
  -webkit-transform: translateY(-0.7em);
  transform: translateY(-0.7em);
}
.globalNaviSmall__icon--type01 .iconButton--bottom {
  -webkit-transform: translateY(0.7em);
  transform: translateY(0.7em);
}
.globalNaviSmall__icon--type01:hover .iconButton--top {
  -webkit-transform: translateY(-0.8em);
  transform: translateY(-0.8em);
}
.globalNaviSmall__icon--type01:hover .iconButton--bottom {
  -webkit-transform: translateY(0.8em);
  transform: translateY(0.8em);
}
.globalNaviSmall__icon--type01.is-open .iconButton--middle {
  background: rgba(255, 255, 255, 0);
}
.globalNaviSmall__icon--type01.is-open .iconButton--top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}
.globalNaviSmall__icon--type01.is-open .iconButton--bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}

/* .globalNaviSmall　スマホグローバルナビ
------------------------------------------ */
.globalNaviSmall {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .globalNaviSmall {
    display: none;
  }
}
.globalNaviSmall__menu {
  padding: 1em;
  display: none;
  background-image: -webkit-linear-gradient(102deg, rgb(233, 220, 254), rgb(215, 238, 252));
  background-image: linear-gradient(348deg, rgb(233, 220, 254), rgb(215, 238, 252));
}
.globalNaviSmall__menu__main {
  width: 100%;
  height: 100vh;
  overflow: auto;
}
.globalNaviSmall__menu__main li {
  border-top: #FFF dotted 1px;
  display: block;
}
.globalNaviSmall__menu__main li a {
  font-size: 1.2em;
  padding: 0.8rem 0;
  display: block;
}
.globalNaviSmall__menu__main li a:hover {
  color: #999;
}
.globalNaviSmall__menu__main li a:after {
  content: ">";
  float: right;
  padding-right: 1em;
}
.globalNaviSmall__menu__main > li:last-child {
  margin-bottom: 5em;
}
.globalNaviSmall__menu__sub li {
  padding: 0 0 0 1em;
}

.globalNavi02 {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .globalNavi__menu__main > li {
    width: 168px;
    width: 16.6%;
    height: 5em;
    padding: 1em 0 0 0;
    text-align: center;
    display: block;
    float: left;
    position: relative; /*z-indexの指定や子要素の基準とするために指定*/
    z-index: 2; /*ドロップダウンしたメニューが隠れないように*/
  }
  .globalNavi__menu__main > li.pR {
    float: right;
  }
  .globalNavi__menu__main > li > a::before {
    content: " ";
    width: 2px;
    height: 3em;
    background: #80cfe3;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    left: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .globalNavi__menu__main > li:last-child > a::after {
    content: " ";
    width: 2px;
    height: 3em;
    background: #80cfe3;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    right: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .globalNavi__menu__main > li:first-child {
    display: none;
  }
  .globalNavi__menu__main li a {
    text-decoration: none;
    display: block;
    color: #055d74;
    font-weight: bold;
    line-height: 1.4;
  }
  .globalNavi__menu__main li a:hover {
    text-decoration: none;
  }
  body .globalNavi ul.globalNavi__menu__main > li:nth-child(1) > a {
    padding-top: 0.7em;
  }
  /* When Active Page */
  body#home .globalNavi ul.globalNavi__menu__main > li:nth-child(1) > a {
    color: #c5a5f5 !important;
    pointer-events: none;
  }
  body#hall .globalNavi ul.globalNavi__menu__main > li:nth-child(2) > a {
    color: #a36ff0 !important;
    pointer-events: none;
  }
  body#plan .globalNavi ul.globalNavi__menu__main > li:nth-child(3) > a {
    color: #a36ff0 !important;
    pointer-events: none;
  }
  body#hall02 .globalNavi ul.globalNavi__menu__main > li:nth-child(4) > a {
    color: #a36ff0 !important;
    pointer-events: none;
  }
  body#city .globalNavi ul.globalNavi__menu__main > li:nth-child(5) > a {
    color: #a36ff0 !important;
    pointer-events: none;
  }
  body#offering .globalNavi ul.globalNavi__menu__main > li:nth-child(6) > a {
    color: #a36ff0 !important;
    pointer-events: none;
  }
  .globalNavi ul li ul.globalNavi__menu__sub {
    width: 100%;
    opacity: 0; /*サブメニューは最初は非表示にしておく*/
    visibility: hidden; /*サブメニューは最初は非表示にしておく*/
    position: absolute; /*絶対配置にしておかないとうまくいかない*/
    top: 3.7em;
    left: 0;
    border-top: 1px solid #EEE; /*ボーダートップを指定*/
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .globalNavi ul li ul.globalNavi__menu__sub li {
    height: auto;
    float: none; /*サブメニューはフロートさせないので解除*/
    padding: 0; /*親メニューのパディングを解除*/
    margin: 0;
    *margin-top: -8px;
    display: block;
    line-height: 1.5em;
  }
  .globalNavi ul li ul.globalNavi__menu__sub li a {
    border: 1px solid #eee; /*ボーダーの指定*/
    border-top: none; /*ボーダートップは重なって太くなるので解除。一番上は ul 要素に指定*/
    padding: 0.8rem 0;
    background-color: #FFF;
    text-decoration: none;
    color: #666;
    text-align: center;
    display: block;
    font-size: 0.9em;
  }
  .globalNavi ul li ul.globalNavi__menu__sub li a:hover {
    color: #000;
    background-color: #EEE;
  }
  .globalNavi ul li:hover ul.globalNavi__menu__sub {
    width: 100%;
    top: 3.9em;
    visibility: visible;
    opacity: 1;
    display: block; /*マウスオーバー時にサブメニューを表示する*/
  }
  .globalNavi.globalNaviAccordion ul.globalNavi__menu__sub li {
    padding: 0;
  }
  .globalNavi02 {
    display: block;
    background: #f0f0f0;
    padding: 0.9rem 0;
  }
  .globalNavi02 .inBase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 29%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .globalNavi02 li:first-child a {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #42b7d5;
    font-size: 0.8em;
  }
  .globalNavi02 li:first-child a i {
    text-align: center;
    display: inline-block;
    background: #42b7d5;
    padding: 0.3em 1.2em 0.3em 0.3em;
    border-radius: 0.3em;
    color: #FFF;
    font-size: 2em;
    margin-right: 0.2em;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .globalNavi02 li:first-child a::before {
    content: none;
  }
  .globalNavi02 li:first-child a:hover i {
    background: #17809b;
  }
  .globalNavi02 li:first-child a:hover {
    background: none;
  }
  .globalNavi02 li a {
    display: inline-block;
    background: #FFF;
    padding: 0.5em 2em 0.5em 1em;
    margin-left: 1em;
    border-radius: 0.3em;
    position: relative;
    color: #000;
    -webkit-box-shadow: 0 1px 0.5px 0.5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 0.5px 0.5px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .globalNavi02 li a::before {
    content: "\f0da";
    font-family: "icomoon";
    color: #80cfe3;
    position: absolute;
    font-size: 0.8em;
    top: 50%;
    right: 1em;
    margin-top: -0.8em;
  }
  .globalNavi02 li a:hover {
    background: #f7f7f7;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #42b7d5;
  }
}
#header {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: #80cfe3 solid 3px;
}
@media print, screen and (min-width: 768px) {
  #header .inBase {
    position: relative;
  }
}

@media print, screen and (min-width: 768px) {
  .header__siteTitleBox {
    width: 30%;
    display: block;
    border-bottom: #d2e3e6 solid 1px;
    border-right: #d2e3e6 solid 1px;
    border-left: #d2e3e6 solid 1px;
    position: absolute;
    top: -3px;
    left: 0;
    background: #FFF;
    z-index: 1;
    padding: 1.8rem 1.8rem 3.6rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .header__siteTitleBox {
    padding: 1.8rem 3.6rem 3.6rem;
  }
}
.header__siteTitleBox dt {
  width: 50%;
  margin: 0 auto;
  padding: 1em 0 0.5em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .header__siteTitleBox dt {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header__siteTitleBox dt a {
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .header__siteTitleBox dt a:after {
    content: "\f015";
    font-family: "icomoon";
    position: absolute;
    right: -2em;
    bottom: -1em;
    font-size: 0.8em;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    color: #FFF;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #666;
  }
}
@media print, screen and (min-width: 768px) {
  .header__siteTitleBox dt a:hover:after {
    background: #ccc;
  }
}
.header__siteTitleBox dd {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .header__siteTitleBox dd {
    text-align: center;
    display: block;
  }
}
.header__siteTitleBox .header__siteTitle img {
  width: 100%;
}
.header__telSent {
  border-top: #bfbebe solid 1px;
  font-size: 0.85em;
  color: #42b7d5;
  display: block;
  padding: 1.8rem 0 0.5em;
  font-weight: bold;
}
.header__ibarakishi {
  border: #c0a685 solid 2px;
  padding: 0.5em;
  color: #653309;
  background: #FFF;
  position: absolute;
  top: 0.7em;
  right: -2em;
  font-size: 0.8em;
  line-height: 1.4;
}
.header__headBox {
  display: block;
  padding: 0 0 0 35%;
}
.header__headBoxTop {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .header__headBoxTop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__telSent {
    font-size: 16px;
  }
}
.header__headBoxTop dt {
  font-size: 0.8em;
}
.header__headBoxTop dd a {
  display: inline-block;
  background: #80cfe3;
  border-radius: 0.3em;
  color: #FFF;
  font-size: 1.24em;
  font-weight: bold;
  padding: 0.9rem 1.8rem 0.9rem 5.4rem;
  margin-top: -0.3em;
  margin-left: 1em;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__headBoxTop dd a::before {
  content: url(../img/common/iconCompany.svg);
  position: absolute;
  bottom: -0.7em;
  left: 0.5em;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.header__headBoxTop dd a:hover {
  color: #FFF;
  background: #42b7d5;
}
.header__description {
  padding-top: 0.5em;
}

@media print, screen and (min-width: 768px) {
  #home .header__siteTitleBox dt a:after {
    content: none;
  }
}

.company .pageTitleBox {
  background: url(../img/company/mainVisual.jpg) no-repeat center top;
  background-size: cover;
}

.city .pageTitleBox {
  background: url(../img/city/mainVisual.jpg) no-repeat center top;
  background-size: cover;
}

.hall .pageTitleBox {
  background: url(../img/hall/mainVisual.jpg) no-repeat center top;
  background-size: cover;
}

.hall02 .pageTitleBox {
  background: url(../img/hall02/mainVisual.jpg) no-repeat center top;
  background-size: cover;
}

.offering .pageTitleBox {
  background: url(../img/offering/mainVisual.jpg) no-repeat center top;
  background-size: cover;
}

.plan .pageTitleBox {
  background: url(../img/plan/mainVisual.jpg) no-repeat center top;
  background-size: cover;
}

.contact .pageTitleBox {
  background: url(../img/contact/mainVisual.jpg) no-repeat center top;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  #contents {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  .linkAdjustment {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox01 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox02 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox03 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox04 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox05 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox06 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox07 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox08 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox09 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox10 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox11 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox12 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox13 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox14 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox15 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

.link--typeFadeTop a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.link--typeFadeTop a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: 2px;
}
.link--typeFadeTop a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.link--typeFadeBottom a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.link--typeFadeBottom a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: -8px;
}
.link--typeFadeBottom a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.link--typeLeftToRight a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.link--typeLeftToRight a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.link--typeLeftToRight a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.link--typeRightToLeft a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.link--typeRightToLeft a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.link--typeRightToLeft a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.link--typeLeftInRight a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.link--typeLeftInRight a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.link--typeLeftInRight a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.link--typeRightInLeft a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.link--typeRightInLeft a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.link--typeRightInLeft a:hover::after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.link--typeCenter a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.link--typeCenter a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.link--typeCenter a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.pagefixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  #pageTopFix.is-scroll {
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
    overflow: hidden;
  }
}
#pageTopFix.is-scroll .globalNavi__menu__main > li:first-child {
  display: block;
}
#pageTopFix.is-scroll .globalNaviBox {
  width: 90%;
  margin: 0 auto;
  display: block;
}

#btnTelEmpty {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #btnTelEmpty {
    display: none;
  }
}
#btnTelEmpty:before {
  content: "";
  display: block;
  padding-top: 25%; /* 4:1 */
}

.parallaxBox {
  min-height: 17em;
  display: block;
  padding: 3.6rem 0 0;
  position: relative;
}

.copyright {
  display: block;
  text-align: center;
  padding: 0.8rem 0;
  font-size: 0.8em;
}
@media print, screen and (min-width: 768px) {
  .copyright {
    text-align: right;
  }
}

#wrapper #btnRise {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #wrapper #btnRise {
    display: none;
    position: fixed;
    bottom: 0em;
    left: 50%;
    margin-left: -7em;
    z-index: 100;
  }
}
#wrapper #btnRise a {
  display: block;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 30px 0.8rem;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #wrapper #btnRise a {
    width: 14em;
    overflow: hidden;
    padding: 0;
    display: block;
    _display: none;
    background: none;
  }
}
#wrapper #btnRise a:after {
  content: "▲";
  color: #FFF;
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  font-size: 1.3em;
  margin-left: -0.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper #btnRise a:after {
    content: none;
  }
}
#wrapper #btnRise a figure {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #wrapper #btnRise a figure {
    display: block;
    position: relative;
  }
}
#wrapper #btnRise a figure img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #wrapper #btnRise a:hover i {
    -webkit-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper #btnRise a span {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  body.ibarakihall #wrapper #btnRise {
    display: none;
    position: fixed;
    bottom: 0em;
    right: 0em;
    left: auto;
  }
}
body.ibarakihall #wrapper #btnRise a {
  display: block;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 30px 0.8rem;
  background: rgba(9, 40, 97, 0.5);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  body.ibarakihall #wrapper #btnRise a {
    width: 2em;
    height: 2em;
    marign: -1em 0 0 -1em;
    overflow: hidden;
    padding: 0;
    display: block;
    font-size: 2em;
    _display: none;
  }
}
body.ibarakihall #wrapper #btnRise a:after {
  content: "▲";
  color: #FFF;
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  font-size: 1.3em;
  margin-left: -0.5em;
}
@media print, screen and (min-width: 768px) {
  body.ibarakihall #wrapper #btnRise a:after {
    content: none;
  }
}
body.ibarakihall #wrapper #btnRise a i {
  display: none;
}
@media print, screen and (min-width: 768px) {
  body.ibarakihall #wrapper #btnRise a i {
    line-height: 2em;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media print, screen and (min-width: 768px) {
  body.ibarakihall #wrapper #btnRise a:hover i {
    -webkit-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
  }
}
@media print, screen and (min-width: 768px) {
  body.ibarakihall #wrapper #btnRise a span {
    text-indent: -999em;
    overflow: hidden;
    display: block;
  }
}

#wrapper #bottomTel {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #wrapper #bottomTel {
    display: none;
    position: fixed;
    bottom: 0em;
    left: 0;
    z-index: 100;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  #wrapper #bottomTel {
    bottom: 0;
    left: 2em;
  }
}
#wrapper #bottomTel a {
  display: block;
  width: 28em;
  height: 7em;
}
#wrapper #bottomTel a img {
  width: 100%;
}

.imgMagnification {
  position: relative;
  display: block;
}
.imgMagnification:after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  font-family: "icomoon";
  content: "\f00e";
  font-size: 1.5rem;
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 縦方向中央揃え（Safari用） */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央揃え */ /* 横方向中央揃え（Safari用） */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央揃え */
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .imgMagnification:after {
    font-size: 3rem;
  }
}
.imgMagnification:hover:after {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.adjustBox {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.adjustBox:before {
  content: "";
  display: block;
  padding-top: 100%; /* 1:1 */
}
.adjustBox.adjustBox--type01:before {
  padding-top: 175%; /* 4:7 */
}
.adjustBox.adjustBox--type02:before {
  padding-top: 150%; /* 2:3 */
}
.adjustBox.adjustBox--type03:before {
  padding-top: 125%; /* 3:4 */
}
.adjustBox.adjustBox--type04:before {
  padding-top: 75%; /* 4:3 */
}
.adjustBox.adjustBox--type05:before {
  padding-top: 50%; /* 2:1 */
}
.adjustBox.adjustBox--type06:before {
  padding-top: 25%; /* 4:1 */
}
.adjustBox.adjustBox--typeGR:before {
  padding-top: 61.74%; /* 1.618:1 */
}
.adjustBox.adjustBox--typeGR-h:before {
  padding-top: 161.8%; /* 1:1.618 */
}
.adjustBox__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.adjustBox__inner img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.adjustBox__inner img.h100 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: none;
  transform: none;
}
.adjustBox p {
  font-size: 1.25vw;
  line-height: 1.5em;
}

@media print, screen and (min-width: 768px) {
  a.linkTel {
    pointer-events: none;
  }
}

.googleMapBox {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .googleMapBox {
    padding-bottom: 40%;
  }
}
.googleMapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#btnPageBottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
@media print, screen and (min-width: 768px) {
  #btnPageBottom {
    display: none;
    _display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .btnPageBottom--btn {
    display: none;
  }
}
.btnPageBottom--type01 {
  background: rgba(1, 35, 110, 0.45);
  padding: 0.7em 0.5em 0.5em;
}
.btnPageBottom--type01 a {
  background: rgba(255, 255, 255, 0.8);
  padding: 0.8em 0.5em;
  display: block;
  color: #000;
  vertical-align: middle;
  border-bottom: #666 solid 1px;
  /*-webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;*/
  -webkit-transition: 1s;
  transition: 1s;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
}
.btnPageBottom--type01 a i {
  width: 20%;
  float: left;
  font-size: 3.5em;
  text-align: right;
}
.btnPageBottom--type01 a p {
  width: 75%;
  float: right;
  font-size: 1.2em;
}
.btnPageBottom--type01 a:hover {
  border-bottom: none;
  border-top: transparent 1px solid;
  background: rgb(255, 255, 255);
}
.btnPageBottom--type01__sent01 {
  padding: 0.4em 0 0.5em 0;
  line-height: 0.8em;
}
.btnPageBottom--type01__sent02 span {
  background: #FFF;
  color: red;
  font-size: 0.8em;
  padding: 0.2em 1em;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
  margin-left: 1em;
  display: inline-block;
}
.btnPageBottom--type02 {
  z-index: 100;
  position: relative;
  background: rgba(80, 137, 167, 0.9);
  padding: 0.7em 0.5em 0.5em;
}
.btnPageBottom--type02__sent {
  font-size: 1em;
  display: block;
  color: #FFF;
  text-align: center;
  padding-bottom: 0.25em;
}
.btnPageBottom--type02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btnPageBottom--type02 a {
  width: 48%;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.6em 1em;
  margin: 0 0.25em;
  color: #000;
  text-align: center;
  vertical-align: middle;
  border-bottom: #666 solid 1px;
  /*-webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;*/
  -webkit-transition: 1s;
  transition: 1s;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.btnPageBottom--type02 a i {
  font-size: 2em;
  padding: 0 0.25em;
}
.btnPageBottom--type02 a p {
  font-size: 1.4em;
}
.btnPageBottom--type02 a:hover {
  border-bottom: none;
  border-top: transparent 1px solid;
  background: rgb(255, 255, 255);
}

.pageTitleBox {
  display: block;
  text-align: center;
  padding: 8em 1em;
  letter-spacing: 0.4em;
}

.pageTitle h3 {
  font-size: 2em;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 1em 2em;
  color: #000;
  font-weight: bold;
}

.pageTitle h3 {
  font-weight: bold;
}

.webSiteLinkBox {
  background: #bedbde;
  display: block;
  text-align: center;
}
.webSiteLinkBox > .inBase {
  position: relative;
}
.webSiteLinkBox__title {
  width: 95%;
  color: #40088a;
  background: #FFF;
  display: inline-block;
  position: relative;
  padding: 0.6em 1.5em 0.6em 1.5em;
  border-radius: 2.6em;
  potiion: absolute;
  left: 0;
  top: -1.4em;
  font-size: 0.9em;
}
@media print, screen and (min-width: 768px) {
  .webSiteLinkBox__title {
    width: 26em;
    font-size: 1em;
  }
}
.webSiteLinkBox__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.webSiteLinkBox__link li {
  width: 40%;
  margin-left: 0.9rem;
  margin-right: 0.9rem;
  margin-bottom: 0.9rem;
}
@media print, screen and (min-width: 768px) {
  .webSiteLinkBox__link li {
    width: 7em;
    margin-bottom: 0;
  }
}
.webSiteLinkBox__link a {
  display: block;
}
.serviceGuidelineBox {
  background: #dfecee;
  width: 100%;
  padding: 3em 1.8rem 3em 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .serviceGuidelineBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3em 3.6rem 2em 3.6rem;
  }
}
.serviceGuidelineBox__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .serviceGuidelineBox__title {
    width: 28em;
    margin-right: 2em;
  }
}
@media print, screen and (min-width: 1200px) {
  .serviceGuidelineBox__title {
    margin-right: 0;
  }
}
.serviceGuidelineBox__title figure {
  width: 6em;
  margin-right: 1em;
}
.serviceGuidelineBox__title small {
  font-size: 0.6em;
}
.serviceGuidelineBox__title b {
  color: #5e5ea1;
  font-size: 1.3em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media print, screen and (min-width: 768px) {
  .serviceGuidelineBox__title b {
    font-size: 1.5em;
  }
}
.serviceGuidelineBox__title li {
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .serviceGuidelineBox__sent {
    border-left: #bedbde solid 1px;
    padding-left: 1em;
    width: 34em;
  }
}
.serviceGuidelineBox__sent dt {
  line-height: 1.4;
  color: #2794b0;
}
@media print, screen and (min-width: 1200px) {
  .serviceGuidelineBox__sent dt {
    font-size: 1.1em;
  }
}
.serviceGuidelineBox__sent dd {
  font-size: 0.7em;
}
@media print, screen and (min-width: 768px) {
  .serviceGuidelineBox__sent dd {
    width: 90%;
  }
}

.lineBanner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .lineBanner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lineBanner dl img {
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .lineBanner dl img {
    width: auto;
  }
}

.topicpath {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .topicpath {
    width: 30%;
    float: left;
  }
}
.topicpath ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topicpath li {
  font-size: 0.8em;
}

.pageNavi {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .pageNavi {
    width: 69%;
    float: right;
    border-left: #42b7d5 solid 1px;
  }
}
.pageNavi ul {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .pageNavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pageNavi ul li {
  display: block;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .pageNavi ul li {
    margin-bottom: 0;
  }
}
.pageNavi ul a {
  font-size: 0.9em;
  background: #a592c4;
  color: #FFF;
  border-radius: 0.3em;
  position: relative;
  padding: 0.5em 2.5em 0.5em 1.5em;
  margin-left: 2em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .pageNavi ul a {
    margin-left: 0.5em;
  }
}
@media print, screen and (min-width: 1200px) {
  .pageNavi ul a {
    padding: 0.5em 3em 0.5em 1em;
    font-size: 1em;
    margin-left: 1em;
  }
}
.pageNavi ul a::after {
  content: "\f0d7";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 0.8em;
}
.pageNavi ul a:hover::after {
  right: 1em;
}
.pageNavi ul a:hover {
  color: #FFF;
  background: #d7cbed;
}

#wrapper .btn--type01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e7f1f3;
  padding: 0.5em 3em 0.5em 1em;
  position: relative;
  color: #000;
}
#wrapper .btn--type01 a::after {
  content: "\f0da";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -0.8em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 0.6em;
}
#wrapper .btn--type01 a:hover {
  color: #000;
  background: #bfdfe4;
}
#wrapper .btn--type01 a:hover::after {
  right: 1.5em;
}
#wrapper .btn--type01 figure {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}
#wrapper .btn--type01 figure img {
  width: 100%;
}

#wrapper .btn--type02 a {
  display: inline-block;
  position: relative;
  background: #e7f1f3;
  padding: 0.5em 3em 0.5em 1em;
  position: relative;
  color: #000;
  border-radius: 0.3em;
}
#wrapper .btn--type02 a::after {
  content: "\f0da";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -0.8em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 0.6em;
}
#wrapper .btn--type02 a:hover {
  color: #000;
  background: #bfdfe4;
}
#wrapper .btn--type02 a:hover::after {
  right: 1.5em;
}

#wrapper .btn--type03 a {
  color: #FFF;
  background: rgb(163, 46, 5);
  border-bottom: #000 solid 4px;
  display: inline-block;
  position: relative;
  padding: 0.8em 1.2em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 3px;
  min-width: 14em;
}
#wrapper .btn--type03 a i {
  font-size: 1.6em;
  padding: 0 0.2em 0 0;
  float: left;
}
#wrapper .btn--type03 a span {
  font-szie: 0.9em;
  border: #FFF solid 1px;
  padding: 0 0.5em;
}
#wrapper .btn--type03 a:hover {
  color: #FFF;
  background: rgba(163, 46, 5, 0.7);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  border-bottom: #000 solid 3px;
}
#wrapper .btn--type03 a:hover:active {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  border-bottom: none;
}

.title--type01 {
  display: block;
  padding: 0.5em 1em;
  background: url(../img/common/pattern01.png) repeat center top;
  border-top: #FFF solid 1px;
  border-bottom: #FFF solid 1px;
  position: relative;
  color: #660099;
}
.title--type01::before {
  content: " ";
  height: 1px;
  width: 100%;
  background: #FFF;
  border-top: #b68fd6 dotted 1px;
  position: absolute;
  top: -1px;
  left: 0;
}
.title--type01::after {
  content: " ";
  height: 1px;
  width: 100%;
  background: #FFF;
  border-bottom: #dfecee dotted 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.title--type01 h4 {
  position: relative;
  display: inline;
  padding-left: 1.5em;
}
.title--type01 h4::before {
  content: " ";
  width: 0.6em;
  height: 0.6em;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.3em;
  border: #660099 solid 4px;
}

.title--type02 {
  position: relative;
  display: block;
}
.title--type02 h3 {
  background: #FFF;
  color: #055670;
  font-size: 1.24em;
  font-weight: bold;
  display: inline-block;
  line-height: 1.42;
  padding: 1em 2em;
  position: relative;
  border: #000 solid 1px;
}
.title--type02 h3::after {
  content: "";
  border: #000 solid 1px;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.pageTitle {
  display: block;
  text-align: center;
  z-index: 1;
  margin-top: 3em;
  margin-bottom: 5em;
}
.pageTitle h4 {
  color: #000;
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.pageTitle h4::before {
  content: " ";
  width: 5em;
  height: 5em;
  display: block;
  background: #ddf1fe;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.5em;
  margin-left: -2.5em;
  z-index: -1;
}

.inline__display {
  width: 95%;
  margin: 3.6rem auto;
  padding: 1.8rem;
  display: block;
  background: #FFF;
}
@media print, screen and (min-width: 768px) {
  .inline__display {
    padding: 7.2rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .inline__display {
    padding: 7.2rem 14.4rem;
  }
}

.pageLead {
  font-size: 1.35em;
}
@media print, screen and (min-width: 768px) {
  .pageLead {
    font-size: 1.35em;
  }
}
.pageLead span {
  color: #b336f2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fbf0d0));
  background: -webkit-linear-gradient(transparent 60%, #fbf0d0 60%);
  background: linear-gradient(transparent 60%, #fbf0d0 60%);
}

.pageLead02 {
  font-size: 1.35em;
  color: #092861;
}
@media print, screen and (min-width: 768px) {
  .pageLead02 {
    font-size: 1.35em;
  }
}

.table-type01 {
  width: 100%;
  border-top: #cccccc solid 1px;
  border-left: #cccccc solid 1px;
}
.table-type01 tr {
  border-bottom: #cccccc solid 1px;
  border-right: #cccccc solid 1px;
}
.table-type01 th {
  padding: 0.5em 1em;
  text-align: right;
  background: #f0f0f0;
  color: #660099;
  width: 30%;
}
.table-type01 td {
  padding: 0.5em 1em;
}
.table-type01.--continuation {
  border-top: none;
}
@media print, screen and (min-width: 768px) {
  .table-type01.--continuation {
    border-top: #cccccc solid 1px;
  }
}

.pageNavi02 {
  width: 100%;
  display: block;
  border-left: #070002 solid 1px;
  border-top: #070002 solid 1px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .pageNavi02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .pageNavi02 li {
    width: 50%;
  }
}
.pageNavi02 li a {
  display: block;
  border-right: #070002 solid 1px;
  border-bottom: #070002 solid 1px;
  padding: 0.5em 1em;
  position: relative;
}
.pageNavi02 li a::after {
  content: "\f0d7";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.8em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 50%;
  background: #e7f1f3;
  color: #000;
  text-align: center;
  font-size: 0.8em;
}
.pageNavi02 li a:hover {
  color: #000;
  background: #ade5f0;
}
.pageNavi02 li a:hover::after {
  right: 1em;
}
@media print, screen and (min-width: 768px) {
  .pageNavi02.--type02 li {
    width: 33.3%;
  }
}

.sent--type01 {
  display: block;
  padding-left: 1em;
  margin-left: 1em;
  display: block;
  border-left: #cdcdcd solid 1px;
}
@media print, screen and (min-width: 768px) {
  .sent--type01 {
    margin-left: 10%;
    font-size: 0.9em;
  }
}
.sent--type01.--box {
  border: #cdcdcd solid 1px;
  padding: 1em;
}

.box--type01 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: #f0f0f0;
  padding: 1em;
}
@media print, screen and (min-width: 768px) {
  .box--type01 {
    padding: 2em;
    width: 70%;
  }
}

.facebook-wrapper {
  max-width: 500px; /* Facebook Page Plugin の最大幅 */
  margin: 0 auto;
}

.facebook-wrapper > .fb-page {
  width: 100%;
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
  width: 100% !important;
}

.instagramBox__title {
  background: #dfecee;
  text-align: center;
  display: block;
  padding: 0.5em 1em;
}

.text--type01 {
  color: #092861;
  font-size: 1.1em;
  font-weight: bold;
}

#wrapper .contentConsultantBox {
  display: block;
  background: #dfecee;
}
#wrapper .contentConsultantBox__title {
  display: block;
  text-align: center;
  margin-bottom: 3.5em;
}
#wrapper .contentConsultantBox__title h4 {
  font-size: 1.3em;
  font-weight: bold;
}
#wrapper .contentConsultantBox__inner {
  display: block;
  position: relative;
  padding: 2em 1.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .contentConsultantBox__inner {
    padding: 3em;
  }
}
@media print, screen and (min-width: 1200px) {
  #wrapper .contentConsultantBox__inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#wrapper .contentConsultantBox__telBox {
  text-align: center;
  display: block;
}
@media print, screen and (min-width: 768px) {
  #wrapper .contentConsultantBox__telBox {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
#wrapper .contentConsultantBox__telBox dt {
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}
#wrapper .contentConsultantBox__telBox dt img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #wrapper .contentConsultantBox__telBox dt {
    margin-left: 0;
    margin-right: 0;
  }
}
#wrapper .contentConsultantBox__telBox dd {
  padding: 1em;
}
#wrapper .contentConsultantBox__telBox dd img {
  width: 14em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .contentConsultantBox__telBox dd img {
    width: 18em;
  }
}
#wrapper .contentConsultantBox__telBox dd p {
  font-size: 0.8em;
}
#wrapper .contentConsultantBox__consultation {
  text-align: center;
  display: block;
}
@media print, screen and (min-width: 768px) {
  #wrapper .contentConsultantBox__consultation {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
#wrapper .contentConsultantBox__consultation dt {
  padding: 0.4em;
  border: #9f0b29 solid 3px;
  color: #9f0b29;
  font-weight: bold;
  font-size: 1.6em;
  background: #FFF;
}
#wrapper .contentConsultantBox__consultation dd {
  padding: 1em;
  font-size: 0.9em;
}

/* #sideMenu
========================================== */
#sideMenu {
}
@media print, screen and (min-width: 768px) {
  #sideMenu {
    display: block;
    position: fixed;
    right: -5.5em;
    bottom: 20%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media print, screen and (min-width: 768px) {
  #sideMenu.is-scroll {
    position: fixed;
    right: 0;
    z-index: 2;
  }
}
#sideMenu li {
  margin-bottom: 1em;
  width: 5.5em;
}
#sideMenu li img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#sideMenu li a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

body {
  background: #FFF;
  color: #333;
}

.clearfix a {
  text-decoration: none;
  color: #000;
}
.clearfix a:hover {
  text-decoration: none;
  color: #DDD;
}
.clearfix p a:hover {
  text-decoration: underline;
}

a.over {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a.over:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.color--type01 {
  color: #a40909;
}
.color--type02 {
  color: #6a1acd;
}
.color--type03 {
  color: #048ea7;
}
.color--type04 {
  color: #678bce;
}

.bg--type01 {
  background: red;
}
.bg--type02 {
  background: #FFF;
}

.cityAboutBox {
  border: #092861 solid 5px;
  padding: 2.5em 2em 2em 2em;
  display: block;
  position: relative;
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  .cityAboutBox {
    padding: 3em;
    margin-top: 0;
  }
}
.cityAboutBox__title {
  color: #FFF;
  background: #092861;
  display: inline-block;
  position: relative;
  padding: 0.6em 1.5em 0.6em 1.5em;
  border-radius: 2.6em;
  position: absolute;
  top: -1.6em;
  left: -1em;
}
@media print, screen and (min-width: 768px) {
  .cityAboutBox__title {
    position: absolute;
    top: -1.8em;
    left: -3em;
    padding: 0.6em 1.5em 0.6em 1.5em;
  }
}

.cityFuneralBox {
  background: url(../img/city/bgPaper02.jpg) no-repeat center top;
  background-size: cover;
  display: block;
  padding: 3em 0;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralBox {
    padding: 5em 0;
  }
}
.cityFuneralBox__inner {
  padding: 3em 2em;
  display: block;
  background: url(../img/city/bgPaper.jpg) repeat center top;
  border-left: #bd7c27 solid 8px;
  border-right: #fae8a1 solid 8px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralBox__inner {
    padding: 6em 3em;
    text-align: center;
  }
}
.cityFuneralBox__inner::before {
  content: " ";
  display: block;
  height: 8px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#bd7c27), to(#fae8a1));
  background: -webkit-linear-gradient(left, #bd7c27 0%, #fae8a1 100%);
  background: linear-gradient(to right, #bd7c27 0%, #fae8a1 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.cityFuneralBox__inner::after {
  content: " ";
  display: block;
  height: 8px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#bd7c27), to(#fae8a1));
  background: -webkit-linear-gradient(left, #bd7c27 0%, #fae8a1 100%);
  background: linear-gradient(to right, #bd7c27 0%, #fae8a1 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.cityFuneralBox__title {
  color: #6d3804;
  font-size: 1.1em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralBox__title {
    font-size: 1.4em;
  }
}
.cityFuneralBox__sent {
  font-size: 0.9em;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralBox__sent {
    font-size: 1em;
  }
}
.cityFuneralBox__img01 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralBox__img01 {
    display: block;
    width: 16em;
    position: absolute;
    top: 10em;
    left: -9em;
    display: block;
  }
}
@media print, screen and (min-width: 1200px) {
  .cityFuneralBox__img01 {
    top: 10em;
    left: -4em;
  }
}
.cityFuneralBox__img01 img {
  width: 100%;
  border: #FFF solid 5px;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
.cityFuneralBox__img02 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralBox__img02 {
    display: block;
    width: 12em;
    position: absolute;
    top: -2em;
    right: -5em;
  }
}
@media print, screen and (min-width: 1200px) {
  .cityFuneralBox__img02 {
    top: -2em;
    right: -3em;
  }
}
.cityFuneralBox__img02 img {
  width: 100%;
  border: #FFF solid 5px;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
.cityFuneralBox__img03 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralBox__img03 {
    display: block;
    width: 15em;
    position: absolute;
    bottom: -2em;
    left: -6em;
    z-index: 2;
  }
}
@media print, screen and (min-width: 1200px) {
  .cityFuneralBox__img03 {
    bottom: -2em;
    left: -2em;
  }
}
.cityFuneralBox__img03 img {
  width: 100%;
  border: #FFF solid 5px;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
.cityFuneralBox__img04 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralBox__img04 {
    display: block;
    width: 26em;
    position: absolute;
    bottom: 6em;
    right: -16em;
  }
}
@media print, screen and (min-width: 1200px) {
  .cityFuneralBox__img04 {
    bottom: 6em;
    right: -14em;
  }
}
.cityFuneralBox__img04 img {
  width: 100%;
  border: #FFF solid 5px;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}

.cityFuneralPriceBox {
  display: block;
  border-radius: 0.5em;
  background: #f9f9f9;
  border: #eaeaea solid 1px;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPriceBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justiy-content: centr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cityFuneralPriceBox__title {
  background: #eaeaea;
  padding: 1em 2em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPriceBox__title {
    padding: 2.7em 2em 0 2em;
    width: 23%;
    height: 7em;
  }
}
.cityFuneralPriceBox__item {
  padding: 1em 2em;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPriceBox__item {
    padding: 0 2em;
    width: 54%;
  }
}
.cityFuneralPriceBox__price {
  background: #eaeaea;
  padding: 1em 2em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPriceBox__price {
    padding: 2em 2em 0 2em;
    width: 23%;
    height: 7em;
  }
}
.cityFuneralPriceBox__price b {
  color: #a40909;
}

.cityFuneralPayBox {
  display: block;
}
.cityFuneralPayBox.--type01 {
  background: #f0f0f0;
  padding: 3em 0;
}
.cityFuneralPayBox.--type02 .cityFuneralPayBox__title {
  border: #baabce solid 3px;
  color: #7047a7;
}
.cityFuneralPayBox.--type02 .cityFuneralPayBox__title span {
  background: #baabce;
}
.cityFuneralPayBox.--type03 {
  background: #f0f0f0;
  padding: 3em 0;
}
.cityFuneralPayBox.--type03 .cityFuneralPayBox__title {
  border: #bfbebe solid 3px;
  color: #747373;
}
.cityFuneralPayBox.--type03 .cityFuneralPayBox__title span {
  background: #bfbebe;
}
.cityFuneralPayBox__title {
  display: block;
  border: #84c6d7 solid 3px;
  color: #197289;
  background: #FFF;
  line-height: 2.5em;
  font-size: 1.3em;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPayBox__title {
    width: 50%;
  }
}
.cityFuneralPayBox__title span {
  display: inline-block;
  height: 2.5em;
  width: 2.5em;
  background: #84c6d7;
  color: #000;
  text-align: center;
  margin-right: 1em;
}
.cityFuneralPayBox__ibarakishi {
  display: block;
}
@media print, screen and (min-width: 1200px) {
  .cityFuneralPayBox__ibarakishi {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cityFuneralPayBox__ibarakishi figure {
  padding: 1em;
  background: #FFF;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPayBox__ibarakishi figure {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
  }
}
.cityFuneralPayBox__ibarakishi figure img {
  width: 100%;
}
.cityFuneralPayBox__aiyushaItem {
  padding: 0 0.5em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPayBox__aiyushaItem {
    width: 14.2%;
    float: left;
  }
}
.cityFuneralPayBox__aiyushaItemInner {
  background: #efeaf4;
  display: block;
  padding: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPayBox__aiyushaItemInner {
    text-align: center;
    min-height: 13em;
  }
}
@media print, screen and (min-width: 1200px) {
  .cityFuneralPayBox__aiyushaItemInner {
    min-height: 15em;
  }
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPayBox__aiyushaItemInner.--type02 {
    min-height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPayBox__aiyushaItemInner.--type02 .cityFuneralPayBox__aiyushaItemName {
    min-height: auto;
    margin-bottom: 1em;
  }
}
.cityFuneralPayBox__aiyushaItemInner p {
  font-size: 0.8em;
  line-height: 1.4;
}
.cityFuneralPayBox__aiyushaItemImage {
  width: 4em;
  float: left;
  margin-right: 1em;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPayBox__aiyushaItemImage {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.cityFuneralPayBox__aiyushaItemImage img {
  width: 100%;
}
.cityFuneralPayBox__aiyushaItemName {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPayBox__aiyushaItemName {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 5em;
  }
}
.cityFuneralPayBox__aiyushaItemPrice {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPayBox__aiyushaItemPrice {
    border-top: #baabce solid 1px;
    text-align: center;
    padding-bottom: 0;
  }
}
.cityFuneralPayBox__point {
  position: relative;
  font-size: 0.8em;
  background: #f7cddf;
  display: block;
  border-radius: 0.3em;
  text-align: center;
  padding: 0.5em;
  margin-top: 0.5em;
}
.cityFuneralPayBox__point:after {
  content: "";
  position: absolute;
  right: 0;
  top: -0.7em;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #f7cddf transparent;
  border-width: 0 0.7em 0.7em 0.7em;
}
.cityFuneralPayBox__aiyushaTotal {
  padding: 0 0.5em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPayBox__aiyushaTotal {
    width: 28.4%;
    float: left;
  }
}
.cityFuneralPayBox__aiyushaTotalInner {
  background: #bf6873;
  display: block;
  padding: 0.1em;
  text-align: center;
  border-radius: 0.3em;
  text-aligun: centr;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPayBox__aiyushaTotalInner {
    padding: 0.5em;
    min-height: 13em;
  }
}
@media print, screen and (min-width: 1200px) {
  .cityFuneralPayBox__aiyushaTotalInner {
    min-height: 15em;
  }
}
.cityFuneralPayBox__aiyushaTotalTitle {
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPayBox__aiyushaTotalTitle {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 1200px) {
  .cityFuneralPayBox__aiyushaTotalTitle {
    margin-top: 1.5em;
  }
}
.cityFuneralPayBox__aiyushaTotalPrice {
  color: #FFF;
  font-size: 2em;
  font-weight: bold;
}
.cityFuneralPayBox__aiyushaTotalSent {
  font-size: 0.9em;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPayBox__aiyushaTotalSent {
    margin-bottom: 0;
  }
}
.cityFuneralPayBox__aiyushaOptionBoxTitle {
  border-top: #828080 solid 1px;
  padding: 2em;
  display: block;
  text-align: center;
}
.cityFuneralPayBox__aiyushaOptionBoxTitle h4 {
  font-size: 1.4em;
  font-weight: bold;
}
.cityFuneralPayBox__aiyushaOption {
  padding: 0 0.5em;
  display: block;
  float: left;
  width: 33.3%;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPayBox__aiyushaOption {
    width: 14.2%;
    float: left;
  }
}
.cityFuneralPayBox__aiyushaOptionInner {
  background: #efeaf4;
  display: block;
  padding: 0.5em;
  text-align: center;
}
.cityFuneralPayBox__aiyushaOptionInner.--type02 {
  background: #FFF;
}
.cityFuneralPayBox__aiyushaOptionInner p {
  font-size: 0.8em;
  line-height: 1.4;
}
.cityFuneralPayBox__aiyushaOptionImage img {
  width: 100%;
}
.cityFuneralPayBox__aiyushaOptionName {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  min-height: 4em;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralPayBox__aiyushaOptionName {
    padding-top: 0;
  }
}
.cityFuneralPayBox__aiyushaOther {
  padding: 3em 0 0 2em;
  float: left;
}

.cityFuneralExampleBox figure a {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.cityFuneralExampleBox figure a::before {
  content: "\f002";
  font-family: "icomoon";
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #FFF;
  width: 2em;
  height: 2em;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 2em;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.cityFuneralExampleBox figure a img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cityFuneralExampleBox figure a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.exampleBox__price {
  font-size: 1.25em;
  text-align: right;
}
.exampleBox__price b {
  font-size: 1.4em;
  color: #a40909;
}
.exampleBox__saidan {
  display: block;
  text-align: center;
}
.exampleBox__saidan img {
  max-width: 100%;
}
.exampleBox__itemBox {
  border-bottom: #cccccc solid 1px;
  border-right: #cccccc solid 1px;
}
@media print, screen and (min-width: 768px) {
  .exampleBox__itemBox {
    border-bottom: none;
    border-right: none;
  }
}
.exampleBox__item {
  border-top: #cccccc solid 1px;
  border-left: #cccccc solid 1px;
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .exampleBox__item:nth-child(2n) {
    border-right: #cccccc solid 1px;
  }
}
@media print, screen and (min-width: 768px) {
  .exampleBox__item:last-child {
    border-right: #cccccc solid 1px;
    border-bottom: #cccccc solid 1px;
  }
}
@media print, screen and (min-width: 768px) {
  .exampleBox__item:nth-last-child(2) {
    border-bottom: #cccccc solid 1px;
  }
}
@media print, screen and (min-width: 768px) {
  .exampleBox__item {
    width: 50%;
    float: left;
  }
}
.exampleBox__item dd {
  text-align: right;
}
.exampleBox .btnClose {
  text-align: center;
  display: block;
}
.exampleBox .btnClose a {
  color: #FFF;
  background: #808080;
  display: inline-block;
  position: relative;
  padding: 0.6em 3.2em 0.6em 1.5em;
  border-radius: 2.6em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.exampleBox .btnClose a::after {
  content: "\f00d";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -0.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 2em;
}
.exampleBox .btnClose a:hover {
  color: #FFF;
  background: #676767;
}

.cityFuneralHallBox {
  display: block;
  border: #f0f0f0 solid 3px;
  padding: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralHallBox {
    padding: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: #f0f0f0 solid 5px;
  }
}
@media print, screen and (min-width: 1200px) {
  .cityFuneralHallBox {
    width: 80%;
  }
}
.cityFuneralHallBox__img {
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralHallBox__img {
    width: 60%;
    margin-right: 2em;
    margin-bottom: 0;
  }
}
.cityFuneralHallBox__img img {
  width: 100%;
}
.cityFuneralHallBox__title {
  width: 120%;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .cityFuneralHallBox__title {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .cityFuneralHallBox .btn--type01 {
    margin-left: 3em;
  }
}

@media print, screen and (min-width: 768px) {
  .companyStaffBox figure {
    width: 40%;
    display: block;
    float: left;
    margin-left: -10%;
    margin-right: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .companyStaffBox__sent {
    width: 65%;
    display: block;
    float: right;
  }
}

.privacyBox {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .privacyBox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.daihyoBox {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .daihyoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .daihyoBox figure img {
    width: 10em;
  }
}

.hallTopBox__image {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .hallTopBox__image {
    width: 45%;
    float: left;
    margin-right: 1em;
  }
}
.hallTopBox__info {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .hallTopBox__info {
    width: 50%;
    float: right;
  }
}

.aiyusyaToPlanBox {
  display: block;
  border: #f0f0f0 solid 3px;
  padding: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .aiyusyaToPlanBox {
    padding: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: #f0f0f0 solid 5px;
  }
}
@media print, screen and (min-width: 1200px) {
  .aiyusyaToPlanBox {
    width: 80%;
  }
}
.aiyusyaToPlanBox__img {
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .aiyusyaToPlanBox__img {
    width: 30%;
    margin-right: 2em;
    margin-bottom: 0;
  }
}
.aiyusyaToPlanBox__img img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .aiyusyaToPlanBox__img img.hidden-sp {
    display: block !important;
  }
}
.aiyusyaToPlanBox__title {
  text-align: center;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 15em;
}
@media print, screen and (min-width: 768px) {
  .aiyusyaToPlanBox__title {
    width: 18em;
    margin-left: 0;
  }
}
.aiyusyaToPlanBox__title img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .aiyusyaToPlanBox .btn--type01 {
    margin-left: 3em;
  }
}

.featureHall02Box {
  display: block;
  margin-top: 7em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .featureHall02Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .featureHall02Box {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .featureHall02Box {
    width: 75%;
  }
}
.featureHall02Box + .featureHall02Box {
  margin-top: 4em;
}
.featureHall02Box::before {
  content: " ";
  position: absolute;
  top: 18em;
  left: -3em;
  width: 35em;
  height: 6em;
  background: url(../img/common/bg02.png) repeat center top;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .featureHall02Box::before {
    top: 2em;
    left: 30%;
    width: 35em;
    height: 8em;
  }
}
.featureHall02Box__image {
  width: 12em;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .featureHall02Box__image {
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  .featureHall02Box__image {
    width: 12em;
  }
}
.featureHall02Box__image img {
  width: 100%;
  border: #eae5c5 solid 5px;
}
@media print, screen and (min-width: 768px) {
  .featureHall02Box__inner {
    width: 29em;
  }
}
.featureHall02Box__title {
  display: block;
  position: relative;
  background: #f6dffb;
  padding: 0.5em 1em;
}
@media print, screen and (min-width: 768px) {
  .featureHall02Box__title {
    background: none;
    padding: 0;
  }
}
.featureHall02Box__title h4 {
  font-size: 1.4em;
}
@media print, screen and (min-width: 768px) {
  .featureHall02Box__title h4 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f2cff9));
    background: -webkit-linear-gradient(transparent 60%, #f2cff9 60%);
    background: linear-gradient(transparent 60%, #f2cff9 60%);
  }
}
.featureHall02Box__title h4 span {
  color: #a40909;
}
.featureHall02Box__number {
  color: #FFF;
  background: #000;
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-weight: bold;
  font-size: 2em;
  border-radius: 50%;
  position: absolute;
  top: -2.5em;
  left: 0.5em;
  border: #eae5c5 solid 3px;
}
@media print, screen and (min-width: 768px) {
  .featureHall02Box__number {
    top: -0.5em;
    left: -2.5em;
  }
}
@media print, screen and (min-width: 1200px) {
  .featureHall02Box__number {
    top: -1.5em;
    left: -2em;
  }
}
.featureHall02Box__number.--type01 {
  background: #5c0d84;
}
.featureHall02Box__number.--type02 {
  background: #4450ed;
}
.featureHall02Box__number.--type03 {
  background: #0da41f;
}
.featureHall02Box__number.--type04 {
  background: #a40da2;
}
.featureHall02Box__number.--type05 {
  background: #8b7b20;
}
.featureHall02Box__button a {
  color: #000;
  background: #e7f1f3;
  display: inline-block;
  position: relative;
  padding: 0.6em 2.8em 0.6em 1.5em;
  border-radius: 2.6em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media print, screen and (min-width: 1200px) {
  .featureHall02Box__button a {
    font-size: 0.8em;
  }
}
.featureHall02Box__button a::after {
  content: "\f0d7";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.8em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 0.8em;
}
.featureHall02Box__button a:hover {
  color: #000;
  background: #ade5f0;
}
.featureHall02Box__button a:hover::after {
  right: 1em;
}

#wrapper .cityFuneralHall02Box {
  background: url(../img/hall02/bgShimin.jpg) no-repeat center top;
  background-size: cover;
  display: block;
  padding: 3em 0;
}
@media print, screen and (min-width: 768px) {
  #wrapper .cityFuneralHall02Box {
    padding: 4em 0;
  }
}
#wrapper .cityFuneralHall02Box__inner {
  border: #6467ac solid 5px;
  padding: 2em 2em 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #wrapper .cityFuneralHall02Box__inner {
    border: #6467ac solid 10px;
    padding: 3em 5em;
  }
}
#wrapper .cityFuneralHall02Box__inner::before {
  content: " ";
  position: absolute;
  right: 0;
  top: -5em;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #6467ac transparent;
  border-width: 0 2em 5em 2em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .cityFuneralHall02Box__inner::before {
    border-width: 0 3em 6em 3em;
    right: 0;
    top: -6em;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper .cityFuneralHall02Box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#wrapper .cityFuneralHall02Box__list li {
  text-align: center;
  padding: 2em 1em;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .cityFuneralHall02Box__list li {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper .cityFuneralHall02Box__list li figure {
    width: 10em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  #wrapper .cityFuneralHall02Box__list li figure {
    width: auto;
  }
}
#wrapper .cityFuneralHall02Box__list li figure img {
  width: 100%;
}
#wrapper .cityFuneralHall02Box__list li p {
  font-size: 1.2em;
  margin-top: -1em;
  font-weight: bold;
}
#wrapper .cityFuneralHall02Box__title {
  font-size: 1.5em;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #wrapper .cityFuneralHall02Box__title {
    font-size: 2em;
  }
}
#wrapper .cityFuneralHall02Box__title::before {
  content: " ";
  background: #151757;
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
  height: 3em;
  width: 4px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media print, screen and (min-width: 1200px) {
  #wrapper .cityFuneralHall02Box__title::before {
    top: 0;
    left: 1em;
  }
}
#wrapper .cityFuneralHall02Box__title::after {
  content: " ";
  background: #151757;
  display: block;
  position: absolute;
  top: 0;
  right: -1em;
  height: 3em;
  width: 4px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media print, screen and (min-width: 1200px) {
  #wrapper .cityFuneralHall02Box__title::after {
    top: 0;
    right: 1em;
  }
}
#wrapper .cityFuneralHall02Box__title span {
  color: #7914d7;
}

@media print, screen and (min-width: 768px) {
  #hallFacility01 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #hallFacility02 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #hallFacility03 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #hallFacility04 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #hallFacility05 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

.hallFacilityBox {
  display: block;
  background: #f0f0f0;
  padding: 3em 0 0;
}
.hallFacilityBox__title {
  width: 10em;
  font-size: 1.45em;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .hallFacilityBox__title {
    float: left;
  }
}
.hallFacilityBox__title:before {
  content: "\f111";
  font-family: "icomoon";
  margin-right: 0.5em;
  font-size: 1.2em;
  color: #5c0d84;
  line-height: 1.2em;
}
.hallFacilityBox__title:after {
  content: " ";
  background: #FFF;
  display: block;
  width: 12em;
  height: 4.8em;
  position: absolute;
  top: -3em;
  left: -2em;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .hallFacilityBox__title:after {
    width: 18em;
    height: 9em;
  }
}
.hallFacilityBox__info01 {
  z-index: 1;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .hallFacilityBox__info01 {
    text-align: right;
  }
}
.hallFacilityBox__photo {
  position: relative;
  z-index: 1;
}
.hallFacilityBox__photo figure {
  position: relative;
}
.hallFacilityBox__photo figure figcaption {
  font-size: 0.9em;
}
@media print, screen and (min-width: 768px) {
  .hallFacilityBox__photo figure figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 0.5em 1em;
    color: #FFF;
  }
}
@media print, screen and (min-width: 768px) {
  .hallFacilityBox__photo p {
    padding-top: 2.5em;
  }
}
.hallFacilityBox__info02 {
  font-size: 1.1em;
  color: #5c0d84;
  font-weight: bold;
  position: relative;
}
.hallFacilityBox__info02:before {
  content: "\f0a4";
  font-family: "icomoon";
  margin-right: 0.5em;
  font-size: 1.2em;
  color: #5c0d84;
  line-height: 1.2em;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.hallFacilityBox .table-type01 th {
  background: #FFF;
}
.hallFacilityBox .table-type01 td {
  background: #FFF;
}
.hallFacilityBox__amchiAiyusha {
  background: #FFF;
  display: block;
  padding: 2em;
}
.hallFacilityBox__amchiAiyusha figure {
  width: 9em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .hallFacilityBox__amchiAiyusha figure {
    margin-bottom: 0;
    margin-right: 1em;
    float: left;
  }
}
.hallFacilityBox__amchiAiyusha dl dt {
  color: #5c0d84;
  font-weight: bold;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  .hallFacilityBox__amchiAiyusha dl dt {
    font-size: 1.1em;
  }
}
.hallFacilityBox__amchiAiyusha dl dt:before {
  content: "\f0a4";
  font-family: "icomoon";
  margin-right: 0.5em;
  font-size: 1.2em;
  color: #5c0d84;
  line-height: 1.2em;
}

#hall02 .cityFuneralHallBox__img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  #hall02 .cityFuneralHallBox__img {
    width: 60%;
  }
}

body#home.home .mainVisual {
  display: block;
}
@media print, screen and (min-width: 768px) {
  body#home.home .mainVisual {
    height: auto;
  }
}
body#home.home .mainVisual__test {
  width: 8em;
  height: 8em;
  background: url(../img/home/bgMainVisual01.jpg) no-repeat center top;
  background-size: cover;
}
body#home.home .mainVisual__inner {
  width: 100%;
  height: 100vh;
}
@media print, screen and (min-width: 768px) {
  body#home.home .mainVisual__inner {
    height: auto;
  }
}
body#home.home .mainVisual__inner .inBase {
  position: relative;
}
body#home.home .mainVisual__inner.--type01 {
  background: url(../img/home/bgMainVisual01.jpg) no-repeat center top;
  background-size: cover;
}
body#home.home .mainVisual__inner.--type02 {
  background: url(../img/home/bgMainVisual02.jpg) no-repeat center top;
  background-size: cover;
}
body#home.home .mainVisual__inner.--type03 {
  background: url(../img/home/bgMainVisual03.jpg) no-repeat center top;
  background-size: cover;
}
body#home.home .mainVisual__linkBox {
  width: 20em;
  float: right;
  display: block;
  margin: 3.6rem;
}
body#home.home .mainVisual__linkBox a {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  padding: 2em 3em;
}
body#home.home .mainVisual__linkBox a p {
  color: #000;
}
body#home.home .mainVisual__linkBox a:hover {
  background: rgba(255, 255, 255, 0.7);
}
body#home.home .mainVisual__linkBox a:hover p {
  color: #000;
}
body#home.home .mainVisual__linkBox a:hover span {
  color: #FFF;
}
body#home.home .mainVisual__linkBox p {
  margin-bottom: 1em;
}
body#home.home .mainVisual__sent {
  width: 12em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
body#home.home .mainVisual__sent img {
  width: 100%;
}
body#home.home .mainVisual__catch {
  position: absolute;
  left: 26%;
  bottom: -10em;
  width: 15em;
}
@media print, screen and (min-width: 768px) {
  body#home.home .mainVisual__catch {
    left: 0;
    bottom: 3em;
  }
}
body#home.home .mainVisual__catch img {
  width: 100%;
}
body#home.home .mainVisual__button {
  text-align: center;
  display: block;
}
body#home.home .mainVisual__button span {
  color: #FFF;
  background: #666;
  display: inline-block;
  position: relative;
  padding: 0.6em 2.8em 0.6em 1.5em;
  border-radius: 2.6em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body#home.home .mainVisual__button span::after {
  content: "\f0da";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body#home.home .mainVisual__button span:hover {
  color: #FFF;
  background: #999;
}
body#home.home .mainVisual__button span:hover::after {
  right: 1em;
}
body#home.home .mainVisual02 {
  display: block;
}
@media print, screen and (min-width: 768px) {
  body#home.home .mainVisual02 {
    height: auto;
  }
}
body#home.home .mainVisual02__bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  body#home.home .mainVisual02__bg img {
    width: 100%;
    height: 33em;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body#home.home .mainVisual02__inner {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  body#home.home .mainVisual02__inner {
    height: auto;
  }
}
body#home.home .mainVisual02__content {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  body#home.home .mainVisual02__content {
    height: auto;
  }
}
body#home.home .mainVisual02__content .inBase {
  position: relative;
}
body#home.home .mainVisual02__linkBox {
  width: 20em;
  float: right;
  display: block;
  margin: 3.6rem;
}
body#home.home .mainVisual02__linkBox a {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  padding: 2em 3em;
}
body#home.home .mainVisual02__linkBox a p {
  color: #000;
}
body#home.home .mainVisual02__linkBox a:hover {
  background: rgba(255, 255, 255, 0.7);
}
body#home.home .mainVisual02__linkBox a:hover p {
  color: #000;
}
body#home.home .mainVisual02__linkBox a:hover span {
  color: #FFF;
}
body#home.home .mainVisual02__linkBox p {
  margin-bottom: 1em;
}
body#home.home .mainVisual02__sent {
  width: 12em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
body#home.home .mainVisual02__sent img {
  width: 100%;
}
body#home.home .mainVisual02__catch {
  position: absolute;
  left: 26%;
  bottom: -10em;
  width: 15em;
}
@media print, screen and (min-width: 768px) {
  body#home.home .mainVisual02__catch {
    left: 0;
    bottom: 3em;
  }
}
body#home.home .mainVisual02__catch img {
  width: 100%;
}
body#home.home .mainVisual02__button {
  text-align: center;
  display: block;
}
body#home.home .mainVisual02__button span {
  color: #FFF;
  background: #666;
  display: inline-block;
  position: relative;
  padding: 0.6em 2.8em 0.6em 1.5em;
  border-radius: 2.6em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body#home.home .mainVisual02__button span::after {
  content: "\f0da";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body#home.home .mainVisual02__button span:hover {
  color: #FFF;
  background: #999;
}
body#home.home .mainVisual02__button span:hover::after {
  right: 1em;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.accordionHurryBox {
  border-radius: 0.5em;
  overflow: hidden;
  background: #c54587;
  position: relative;
}

.accordion--hurry label {
  display: block;
  padding: 1.3em 1em 2em;
  color: #FFF;
  background: #c54587;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.accordion--hurry label::after {
  content: "\f0d7";
  font-family: "icomoon";
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  margin-left: -0.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #FFF;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  color: #7e0c17;
  text-align: center;
}
.accordion--hurry label:hover {
  background: #7e0c17;
}
.accordion--hurry input {
  display: none;
}
/* .accordion--hurry__content {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
} */
.accordion--hurry__check:checked + label + .accordion--hurry__content {
  height: auto;
  padding: 0.9rem 1.8rem;
  opacity: 1;
  border: #7e0c17 solid 5px;
  border-top: none;
  background: #FFF;
}
.accordion--hurry__check:checked + label + .accordion--hurry__content figure {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.accordion--hurry__check:checked + label + .accordion--hurry__content figure img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .accordion--hurry__check:checked + label + .accordion--hurry__content {
    padding: 1.8rem 3.6rem;
  }
}
.accordion--hurry__check:checked + label {
  background: #7e0c17;
}
.accordion--hurry__check:checked + label::after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.hurryBox {
  display: block;
  position: relative;
}
.hurryBox__titleBox {
  padding-left: 2em;
  padding-right: 2em;
}
@media print, screen and (min-width: 768px) {
  .hurryBox__titleBox {
    padding-left: 6em;
    padding-right: 6em;
  }
}
.hurryBox__img01 {
  width: 4em;
  position: absolute;
  top: 0.3em;
  left: -1em;
  display: block;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .hurryBox__img01 {
    width: 6em;
    top: 0;
    left: 1em;
  }
}
.hurryBox__img01 img {
  width: 100%;
}
.hurryBox__img02 {
  width: 6em;
  position: absolute;
  top: 3em;
  right: -1em;
  display: block;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .hurryBox__img02 {
    width: 9.5em;
    top: 2.5em;
    right: 1em;
  }
}
@media print, screen and (min-width: 1200px) {
  .hurryBox__img02 {
    top: 3.5em;
    right: -1em;
  }
}
.hurryBox__img02 img {
  width: 100%;
}
.hurryBox__title {
  font-size: 1.5em;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .hurryBox__title {
    font-size: 2.4em;
  }
}
.hurryBox__sent {
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .hurryBox__sent {
    font-size: 1.7em;
  }
}

.newsBox {
  background: url(../img/common/bg01.jpg) no-repeat center top;
  background-size: cover;
  display: block;
  padding: 3em 0;
}
.newsBox__titleBox {
  position: relative;
  display: block;
}
.newsBox__title {
  color: #092861;
  font-weight: bold;
  display: block;
  font-size: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .newsBox__title {
    text-align: center;
  }
}
.newsBox__button {
  position: absolute;
  right: 0;
  top: 0;
}
.newsBox__button a {
  color: #000;
  background: #FFF;
  display: inline-block;
  position: relative;
  padding: 0.6em 2.8em 0.6em 1.5em;
  border-radius: 2.6em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media print, screen and (min-width: 1200px) {
  .newsBox__button a {
    font-size: 0.8em;
  }
}
.newsBox__button a::after {
  content: "\f0da";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1.2em;
  height: 1.2em;
  padding-top: 0.1em;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 0.8em;
}
.newsBox__button a:hover {
  color: #000;
  background: #ade5f0;
}
.newsBox__button a:hover::after {
  right: 1em;
}
.newsBox__list {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: #8db1b6 dotted 1px;
}
@media print, screen and (min-width: 768px) {
  .newsBox__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.newsBox__list dt {
  width: 10em;
}
.newsBox__list dt a {
  color: #5264a8;
}

.newsBox.--type02 {
  width: 120%;
  margin-left: -10%;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media print, screen and (min-width: 768px) {
  .newsBox.--type02 {
    width: 100%;
    margin-left: 0;
    font-size: 0.8em;
  }
}
@media print, screen and (min-width: 768px) {
  .newsBox.--type02 .newsBox__title {
    text-align: left;
  }
}
.newsBox.--type02 .newsBox__list dt {
  width: 10em;
}
@media print, screen and (min-width: 768px) {
  .newsBox.--type02 .newsBox__list dt {
    width: 7em;
  }
}

.movieBanner {
  width: 18em;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .movieBanner {
    width: 25em;
    width: 100%;
    margin-top: 4em;
  }
}
@media print, screen and (min-width: 1200px) {
  .movieBanner {
    width: 25em;
  }
}
.movieBanner figure img {
  width: 100%;
}
.movieBanner a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: #2080c0 solid 1px;
  display: block;
  position: relative;
}
.movieBanner a:hover {
  color: #000;
}
.movieBanner a:hover .movieBanner__inner {
  background: rgba(134, 203, 235, 0.8);
}
.movieBanner a:hover .movieBanner__button span {
  background: #ade5f0;
}
.movieBanner__inner {
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.8em 1em 0 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media print, screen and (min-width: 768px) {
  .movieBanner__inner {
    width: 60%;
  }
}
.movieBanner__title {
  font-size: 1.2em;
  color: #050dac;
  line-height: 1.4;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .movieBanner__title {
    font-size: 1.4em;
    line-height: 1.6;
  }
}
.movieBanner__sent {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .movieBanner__sent {
    display: block;
    line-height: 1.4;
  }
}
.movieBanner__button {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: 0.7em;
}
@media print, screen and (min-width: 768px) {
  .movieBanner__button {
    font-size: 0.8em;
  }
}
.movieBanner__button span {
  color: #000;
  background: #FFF;
  display: inline-block;
  position: relative;
  padding: 0.6em 2.8em 0.6em 1.5em;
  border-radius: 2.6em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media print, screen and (min-width: 1200px) {
  .movieBanner__button span {
    font-size: 0.8em;
  }
}
.movieBanner__button span::after {
  content: "\f0da";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1.2em;
  height: 1.2em;
  padding-top: 0.1em;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 0.8em;
}
.movieBanner__button span:hover {
  color: #000;
}
.movieBanner__button span:hover::after {
  right: 1em;
}

.coronaBox {
  display: block;
  background: #f5f5f5;
  border: #bedbde solid 1px;
  padding: 3em 1.5em 1.5em;
}
@media print, screen and (min-width: 768px) {
  .coronaBox {
    padding: 2em;
  }
}
@media print, screen and (min-width: 1200px) {
  .coronaBox {
    padding: 3em;
  }
}
.coronaBox__title {
  color: #092861;
  font-weight: bold;
  display: block;
  font-size: 1.3em;
}
@media print, screen and (min-width: 768px) {
  .coronaBox__title {
    text-align: center;
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .coronaBox__listBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.coronaBox__list {
  padding: 2em;
  background: #FFF;
  border: #bedbde solid 1px;
}
@media print, screen and (min-width: 768px) {
  .coronaBox__list {
    padding: 1em;
    margin-left: 0.7em;
    margin-right: 0.7em;
  }
}
@media print, screen and (min-width: 1200px) {
  .coronaBox__list {
    padding: 2em;
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .coronaBox__list p {
    width: 11em;
  }
}
.coronaBox__listTitle {
  font-weight: bold;
  display: block;
  text-align: center;
}
.coronaBox__img {
  width: 6em;
  margin-left: auto;
  margin-right: auto;
}
.coronaBox__img img {
  width: 100%;
}

.shieisogiBox {
  display: block;
  position: relative;
  margin-top: 8em;
}
@media print, screen and (min-width: 768px) {
  .shieisogiBox {
    padding-left: 18em;
    margin-top: 0;
  }
}
.shieisogiBox__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: -6em;
}
.shieisogiBox__img {
  position: absolute;
  top: -9em;
  left: 30%;
  width: 8em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .shieisogiBox__img {
    width: 18em;
    top: 0;
    left: -1em;
  }
}
.shieisogiBox__img img {
  width: 100%;
}
.shieisogiBox__title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .shieisogiBox__title {
    width: 30em;
  }
}
.shieisogiBox__title img {
  width: 100%;
}
.shieisogiBox__buttonBox {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .shieisogiBox__buttonBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.shieisogiBox__button {
  margin-left: 1em;
  margin-right: 1em;
}
.shieisogiBox__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e7f1f3;
  padding: 1em 2.5em 1em 1em;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: #bedbde solid 1px;
}
.shieisogiBox__button a::after {
  content: "\f0da";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1.2em;
  height: 1.2em;
  padding-top: 0.1em;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 0.8em;
}
.shieisogiBox__button a:hover::after {
  right: 1em;
}
.shieisogiBox__button a:hover {
  background: #b6d8df;
}
.shieisogiBox__button a:hover dt {
  color: #000;
}
.shieisogiBox__button a:hover dd {
  color: #000;
}
.shieisogiBox__button a figure {
  margin-right: 1em;
  width: 9em;
  position: relative;
}
.shieisogiBox__button a figure img {
  width: 100%;
}
.shieisogiBox__button a figure::before {
  content: " ";
  background: url(../img/common/iconCityBtn.png) no-repeat center top;
  background-size: 100% auto;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  top: -1.1em;
  right: -1em;
}
@media print, screen and (min-width: 768px) {
  .shieisogiBox__button a figure::before {
    top: -1.3em;
    right: -0.5em;
  }
}
@media print, screen and (min-width: 1200px) {
  .shieisogiBox__button a figure::before {
    top: -1.1em;
    right: -1em;
  }
}
.shieisogiBox__button a dt {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.2em;
  color: #000;
}
.shieisogiBox__button a dt span {
  color: #048ea7;
}
.shieisogiBox__button a dd {
  font-size: 0.8em;
  line-height: 1.4em;
  color: #000;
}
.shieisogiBox__button.--type02 a figure::before {
  content: " ";
  background: url(../img/common/iconHallBtn.png) no-repeat center top;
  background-size: 100% auto;
}
.shieisogiBox__button.--type02 a dt span {
  color: #6a1acd;
}

.reasonBox {
  background: url(../img/home/bgReason.jpg) no-repeat center top;
  background-size: cover;
  display: block;
  padding: 0 0 1em;
  margin-top: 8em;
}
@media print, screen and (min-width: 768px) {
  .reasonBox {
    padding: 0 0 5em;
  }
}
.reasonBox__title h4 {
  width: 12em;
  height: 6em;
  color: #092861;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  background: url(../img/common/bgTitle02.png) no-repeat center top;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2.9em;
  padding: 1.6em 0 0 0;
}
.reasonBox__title h4 small {
  display: block;
  color: #000;
  font-size: 0.8em;
}
@media print, screen and (min-width: 768px) {
  .reasonBox__title h4 {
    padding: 1.2em 0 0 0;
  }
}
.reasonBox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .reasonBox__content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.reasonBox__reason {
  display: block;
  margin-left: 0.7em;
  margin-right: 0.7em;
  background: #FFF;
  padding: 2em 2em 2em;
  margin-bottom: 3em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .reasonBox__reason {
    padding: 2em 1em 1em;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .reasonBox__reason {
    padding: 3em 2em 2em;
  }
}
.reasonBox__reason::before {
  content: " ";
  background: url(../img/common/imgStar.png) no-repeat center top;
  background-size: 100% auto;
  width: 4em;
  height: 4em;
  display: block;
  position: absolute;
  top: -2.5em;
  left: 50%;
  margin-left: -2em;
}
.reasonBox__reason dt {
  display: block;
  color: #6d3804;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .reasonBox__reason dt {
    font-size: 1.2em;
  }
}
.reasonBox__reason dd {
  font-size: 0.9em;
}

.topPlanBox {
  position: relative;
}
.topPlanBox__bg {
  display: block;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .topPlanBox__bg {
    width: 52%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.topPlanBox__bg img {
  width: 100%;
}
.topPlanBox__titleBox {
  display: block;
  margin-top: -4em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .topPlanBox__titleBox {
    margin-top: 0;
    padding-left: 60%;
  }
}
.topPlanBox__title h4 {
  width: 12em;
  height: 5.5em;
  color: #092861;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  background: url(../img/common/bgTitle01.jpg) no-repeat center top;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  padding: 1.4em 0 0 0;
}
.topPlanBox__title h4 small {
  display: block;
  color: #000;
  font-size: 0.8em;
}
@media print, screen and (min-width: 768px) {
  .topPlanBox__title h4 {
    padding: 1.2em 0 0 0;
  }
}
.topPlanBox__content {
  display: block;
}
.topPlanBox__planBox {
  display: block;
  background: rgba(232, 243, 243, 0.9);
  padding-bottom: 2em;
}
.topPlanBox__planBox dt {
  display: block;
  background: #a3e1f1;
  text-align: center;
  padding: 0.5em;
}
.topPlanBox__planBox dd {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .topPlanBox__planBox dd {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .topPlanBox__planBox dd figure {
    width: 9.5em;
  }
}
@media print, screen and (min-width: 1200px) {
  .topPlanBox__planBox dd figure {
    width: auto;
  }
}
.topPlanBox__planBox dd figure img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .topPlanBox__planBox.--type01 {
    width: 70%;
    display: block;
    float: left;
  }
}
@media print, screen and (min-width: 768px) {
  .topPlanBox__planBox.--type02 {
    width: 27%;
    display: block;
    float: right;
  }
}
.topPlanBox__plan {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .topPlanBox__plan {
    width: auto;
    margin-left: 1em;
    margin-right: 1em;
  }
}
.topPlanBox__button a {
  color: #000;
  background: #FFF;
  display: inline-block;
  position: relative;
  padding: 0.6em 2.8em 0.6em 1.5em;
  border-radius: 2.6em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media print, screen and (min-width: 1200px) {
  .topPlanBox__button a {
    font-size: 0.8em;
  }
}
.topPlanBox__button a::after {
  content: "\f0da";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.8em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 0.8em;
}
.topPlanBox__button a:hover {
  color: #000;
  background: #ade5f0;
}
.topPlanBox__button a:hover::after {
  right: 1em;
}

.topHallBox {
  background: url(../img/home/bgHall.jpg) no-repeat center top;
  background-size: cover;
  display: block;
  padding: 6em 0;
  position: relative;
}
.topHallBox__title {
  display: block;
  text-align: center;
  z-index: 1;
}
.topHallBox__title h4 {
  color: #092861;
  font-size: 1.7em;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.topHallBox__title h4::before {
  content: " ";
  width: 5em;
  height: 5em;
  display: block;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.5em;
  margin-left: -2.5em;
  z-index: -1;
}
.topHallBox__title h4 small {
  display: block;
  color: #000;
  font-size: 0.6em;
}
.topHallBox__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .topHallBox__photo {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.topHallBox__photo li {
  width: 40%;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .topHallBox__photo li {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0;
    width: 9.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .topHallBox__photo li {
    width: auto;
  }
}
.topHallBox__photo li img {
  width: 100%;
}
.topHallBox__link {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .topHallBox__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.topHallBox__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-radius: 0.3em;
  padding: 1em 3em 1em 1em;
  margin-left: 1em;
  margin-right: 1em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .topHallBox__button a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.topHallBox__button a img {
  width: 3em;
  margin-right: 1em;
}
.topHallBox__button a p {
  line-height: 1.4em;
}
.topHallBox__button a::after {
  content: "\f0da";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1.2em;
  height: 1.2em;
  padding-top: 0.1em;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 0.8em;
}
.topHallBox__button a:hover::after {
  right: 1em;
}
.topHallBox__button a:hover {
  color: #000;
  background: #ade5f0;
}

.konwledgeBox {
  background: url(../img/common/bgKnowledge.jpg) no-repeat center top;
  background-size: cover;
  display: block;
  position: relative;
  padding: 0 0 3em;
}
.konwledgeBox__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.konwledgeBox__titleBox dt {
  margin-top: 3em;
}
.konwledgeBox__titleBox dd {
  margin-top: 2em;
  margin-left: -10em;
}
@media print, screen and (min-width: 768px) {
  .konwledgeBox__titleBox dd {
    z-index: 2;
    margin-top: 0;
    margin-left: 0;
  }
}
.konwledgeBox__title {
  z-index: 1;
}
.konwledgeBox__title h4 {
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.konwledgeBox__title h4::before {
  content: " ";
  width: 4em;
  height: 4em;
  display: block;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -2.5em;
  margin-top: -2em;
  z-index: -1;
}
.konwledgeBox__img {
  width: 12em;
  margin-right: 1em;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .konwledgeBox__img {
    width: 17em;
    margin-top: -2em;
  }
}
.konwledgeBox__img img {
  width: 100%;
}
.konwledgeBox__content {
  display: blcok;
  background: rgba(255, 255, 255, 0.9);
  padding: 2em;
}
@media print, screen and (min-width: 768px) {
  .konwledgeBox__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.konwledgeBox__contentTitle {
  display: blcok;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .konwledgeBox__contentTitle {
    width: 30%;
    padding-right: 1em;
  }
}
.konwledgeBox__contentTitle h4 {
  font-size: 1.25em;
  font-weight: bold;
}
.konwledgeBox__button {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  .konwledgeBox__button {
    margin-bottom: 0;
  }
}
.konwledgeBox__button a {
  color: #000;
  background: #e7f1f3;
  display: inline-block;
  position: relative;
  padding: 0.6em 2.8em 0.6em 1.5em;
  border-radius: 2.6em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media print, screen and (min-width: 1200px) {
  .konwledgeBox__button a {
    font-size: 0.8em;
  }
}
.konwledgeBox__button a::after {
  content: "\f0da";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.8em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 0.8em;
}
.konwledgeBox__button a:hover {
  color: #000;
  background: #bfdfe4;
}
.konwledgeBox__button a:hover::after {
  right: 1em;
}
.konwledgeBox__pageList {
  display: blcok;
}
@media print, screen and (min-width: 768px) {
  .konwledgeBox__pageList {
    width: 70%;
  }
}
@media print, screen and (min-width: 768px) {
  .konwledgeBox__page {
    width: 50%;
    float: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.konwledgeBox__page a {
  padding: 1em;
  border-bottom: #979696 solid 1px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.konwledgeBox__page a::after {
  content: "\f0da";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 0.8em;
}
.konwledgeBox__page a:hover {
  color: #3c7dc0;
}
.konwledgeBox__page a:hover figure {
  background: #8bb9c0;
}
.konwledgeBox__page a figure {
  width: 3em;
  height: 3em;
  background: #bfdfe4;
  padding: 0.2em;
  margin-right: 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.konwledgeBox__page a figure img {
  width: 100%;
}
.konwledgeBox__page a p {
  width: 8em;
  line-height: 1.4em;
}
@media print, screen and (min-width: 768px) {
  .konwledgeBox__page a p {
    width: 7em;
  }
}
@media print, screen and (min-width: 1200px) {
  .konwledgeBox__page a p {
    width: auto;
  }
}

body#ibarakihall #header {
  position: relative;
}
body#ibarakihall #header::before {
  content: " ";
  width: 30%;
  height: 12em;
  display: block;
  background: #edf9fd;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall #header::before {
    width: 35%;
  }
}
body#ibarakihall #header .header-text {
  font-size: 1.3em;
}
body#ibarakihall .headTopBox--ibarakihall {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .headTopBox--ibarakihall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
body#ibarakihall .headTopBox--ibarakihall__title01 {
  padding: 0 0 0 5em;
  display: block;
  position: relative;
  margin-bottom: 0.9rem;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .headTopBox--ibarakihall__title01 {
    padding: 0 0 0 4em;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  body#ibarakihall .headTopBox--ibarakihall__title01 {
    padding: 0 0 0 5em;
  }
}
body#ibarakihall .headTopBox--ibarakihall__title01::before {
  content: " ";
  width: 4em;
  height: 4em;
  display: block;
  background: url(../img/ibarakihall/iconHall.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2em;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .headTopBox--ibarakihall__title01::before {
    width: 3em;
    height: 3em;
    margin-top: -1em;
  }
}
@media print, screen and (min-width: 1200px) {
  body#ibarakihall .headTopBox--ibarakihall__title01::before {
    width: 4em;
    height: 4em;
    margin-top: -2em;
  }
}
body#ibarakihall .headTopBox--ibarakihall__title02 {
  border: #80cfe3 solid 1px;
  background: #FFF;
  padding: 1.8rem 1.8rem 1.8rem 4.5em;
  display: block;
  position: relative;
  font-size: 1.24em;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .headTopBox--ibarakihall__title02 {
    padding: 0.9rem 0.9rem 0.9rem 3.5em;
  }
}
@media print, screen and (min-width: 1200px) {
  body#ibarakihall .headTopBox--ibarakihall__title02 {
    padding: 1.8rem 1.8rem 1.8rem 4.5em;
  }
}
body#ibarakihall .headTopBox--ibarakihall__title02::before {
  content: " ";
  width: 3em;
  height: 3em;
  display: block;
  background: url(../img/ibarakihall/iconTel.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -1.5em;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .headTopBox--ibarakihall__title02::before {
    left: 0.5em;
  }
}
@media print, screen and (min-width: 1200px) {
  body#ibarakihall .headTopBox--ibarakihall__title02::before {
    left: 1em;
  }
}
body#ibarakihall .headTopBox--ibarakihall__name02 {
  font-size: 2.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .headTopBox--ibarakihall__name02 {
    font-size: 2.1em;
  }
}
@media print, screen and (min-width: 1200px) {
  body#ibarakihall .headTopBox--ibarakihall__name02 {
    font-size: 2.5em;
  }
}
body#ibarakihall .headTopBox--ibarakihall__telBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f0f0f0;
  padding: 1.8rem;
  position: relative;
}
body#ibarakihall .headTopBox--ibarakihall_aiyusya {
  width: 8em;
  padding: 0.9rem;
  margin-right: 1.8rem;
  position: absolute;
  right: 0;
  top: -5.5em;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .headTopBox--ibarakihall_aiyusya {
    background: #FFF;
    width: 9em;
    position: static;
    padding: 1.8rem;
  }
}
body#ibarakihall .headTopBox--ibarakihall_aiyusya img {
  width: 100%;
}
body#ibarakihall .headTopBox--ibarakihall__tel {
  text-align: center;
  font-size: 1.24em;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .headTopBox--ibarakihall__tel {
    font-size: 1em;
  }
}
body#ibarakihall .headTopBox--ibarakihall__tel figure {
  width: 16em;
  padding: 0.5em 0;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .headTopBox--ibarakihall__tel figure {
    padding: 0.25em 0;
  }
}
body#ibarakihall .headTopBox--ibarakihall__tel figure img {
  width: 100%;
}
body#ibarakihall .headTopBox--ibarakihall__tel small {
  color: #bd1551;
  display: block;
  position: relative;
}
body#ibarakihall .headTopBox--ibarakihall__tel small::before {
  content: " ";
  width: 2em;
  height: 1px;
  display: block;
  background: #f36396;
  position: absolute;
  top: 50%;
  left: 2em;
  margin-top: -0.5px;
}
body#ibarakihall .headTopBox--ibarakihall__tel small::after {
  content: " ";
  width: 2em;
  height: 1px;
  display: block;
  background: #f36396;
  position: absolute;
  top: 50%;
  right: 2em;
  margin-top: -0.5px;
}
body#ibarakihall .mainBox--ibarakihall {
  display: block;
  border: #4194b0 solid 3px;
  over-flow: hidden;
  background: #c6e3ec;
}
body#ibarakihall .mainBox--ibarakihall__main {
  display: block;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .mainBox--ibarakihall__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body#ibarakihall .mainBox--ibarakihall__main figure {
  display: block;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .mainBox--ibarakihall__main figure {
    width: 70%;
  }
}
body#ibarakihall .mainBox--ibarakihall__main figure img {
  width: 100%;
}
body#ibarakihall .mainBox--ibarakihall__access {
  width: 100%;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .mainBox--ibarakihall__access {
    width: 30%;
    padding-bottom: 40%;
  }
}
body#ibarakihall .mainBox--ibarakihall__access iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
body#ibarakihall .mainBox--ibarakihall__facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.1em;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .mainBox--ibarakihall__facility {
    font-size: 1.24em;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
body#ibarakihall .mainBox--ibarakihall__facility figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#ibarakihall .mainBox--ibarakihall__facility figure figcaption {
  margin-left: 0.5em;
  margin-right: 2em;
  margin-bottom: 0.5em;
  text-align: left;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .mainBox--ibarakihall__facility figure figcaption {
    margin-bottom: 0;
  }
}
body#ibarakihall .mainBox--ibarakihall__facility figure img {
  width: 4em;
  background: #FFF;
  border-radius: 0.5em;
  overflow: hidden;
  padding: 0.5em;
}
body#ibarakihall .contactBox01--ibarakihall {
  background: #edf9fd;
  position: relative;
  padding: 7.2rem 0 3.6rem;
  margin-top: 7.2rem;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .contactBox01--ibarakihall {
    padding: 10.8rem 0 3.6rem;
  }
}
body#ibarakihall .contactBox01--ibarakihall::before {
  content: " ";
  width: 8em;
  height: 8em;
  background: url(../img/common/imgCheck.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: -2.5em;
  left: 50%;
  margin-left: -4em;
}
body#ibarakihall .contactBox01--ibarakihall img {
  width: 4em;
}
body#ibarakihall .contactBox01--ibarakihall ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .contactBox01--ibarakihall ul {
    width: 70%;
  }
}
body#ibarakihall .contactBox01--ibarakihall ul li {
  border: #000 solid 3px;
  padding: 0.5em;
  background: #FFF;
  text-align: center;
  margin: 0.5em;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .contactBox01--ibarakihall ul li {
    width: 40%;
  }
}
body#ibarakihall .contactBox01--ibarakihall__telBox {
  border: #bfd1d7 solid 1px;
  background: #FFF;
  width: 20em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.6rem 5.4rem;
  text-align: center;
}
body#ibarakihall .contactBox01--ibarakihall__telBox figure {
  margin-bottom: 0.5em;
}
body#ibarakihall .contactBox01--ibarakihall__telBox figure img {
  width: 100%;
}
body#ibarakihall .contactBox01--ibarakihall__telBox small {
  color: #bd1551;
  display: block;
  position: relative;
}
body#ibarakihall .contactBox01--ibarakihall__telBox small::before {
  content: " ";
  width: 2em;
  height: 1px;
  display: block;
  background: #f36396;
  position: absolute;
  top: 50%;
  left: 2em;
  margin-top: -0.5px;
}
body#ibarakihall .contactBox01--ibarakihall__telBox small::after {
  content: " ";
  width: 2em;
  height: 1px;
  display: block;
  background: #f36396;
  position: absolute;
  top: 50%;
  right: 2em;
  margin-top: -0.5px;
}
body#ibarakihall .exampleBox--ibarakihall__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#ibarakihall .exampleBox--ibarakihall__inner figure {
  width: 50%;
  border: #FFF solid 0.5px;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .exampleBox--ibarakihall__inner figure {
    width: 33.3%;
  }
}
body#ibarakihall .exampleBox--ibarakihall__inner figure a {
  position: relative;
  display: block;
  overflow: hidden;
}
body#ibarakihall .exampleBox--ibarakihall__inner figure a::after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  font-family: "icomoon";
  content: "\f00e";
  font-size: 1.5rem;
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .exampleBox--ibarakihall__inner figure a::after {
    font-size: 3rem;
  }
}
body#ibarakihall .exampleBox--ibarakihall__inner figure a img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body#ibarakihall .exampleBox--ibarakihall__inner figure a:hover::after {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
body#ibarakihall .exampleBox--ibarakihall__inner figure a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
body#ibarakihall .exampleBox--ibarakihall__inner figure figcaption {
  display: inline-block;
  font-size: 0.6em;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  padding: 0.25em 0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .exampleBox--ibarakihall__inner figure figcaption {
    padding: 0.5em 1em;
    font-size: 0.7em;
  }
}
body#ibarakihall .planBox--ibarakihall {
  background: #f0f0f0;
  position: relative;
  padding: 7.2rem 0 3.6rem;
}
body#ibarakihall .planBox--ibarakihall .inBase {
  width: 300%;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .planBox--ibarakihall .inBase {
    width: 100%;
    min-width: 1200px;
  }
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .planBox--ibarakihall {
    padding: 10.8rem 0 3.6rem;
  }
}
body#ibarakihall .planBox--ibarakihall__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#ibarakihall .planBox--ibarakihall__plan {
  width: 15em;
  background: #FFF;
  margin: 0 0.9rem;
}
body#ibarakihall .planBox--ibarakihall__plan img {
  width: 100%;
}
body#ibarakihall .planBox--ibarakihall__plan:nth-child(1) .planBox--ibarakihall__topSent {
  background: #c89b39;
}
body#ibarakihall .planBox--ibarakihall__plan:nth-child(1) .planBox--ibarakihall__flow li {
  background: #c89b39;
}
body#ibarakihall .planBox--ibarakihall__plan:nth-child(1) .planBox--ibarakihall__size b {
  color: #c89b39;
}
body#ibarakihall .planBox--ibarakihall__plan:nth-child(2) .planBox--ibarakihall__topSent {
  background: #0954a9;
}
body#ibarakihall .planBox--ibarakihall__plan:nth-child(2) .planBox--ibarakihall__flow li {
  background: #0954a9;
}
body#ibarakihall .planBox--ibarakihall__plan:nth-child(2) .planBox--ibarakihall__size b {
  color: #0954a9;
}
body#ibarakihall .planBox--ibarakihall__plan:nth-child(3) .planBox--ibarakihall__topSent {
  background: #793aaa;
}
body#ibarakihall .planBox--ibarakihall__plan:nth-child(3) .planBox--ibarakihall__flow li {
  background: #793aaa;
}
body#ibarakihall .planBox--ibarakihall__plan:nth-child(3) .planBox--ibarakihall__size b {
  color: #793aaa;
}
body#ibarakihall .planBox--ibarakihall__plan:nth-child(4) .planBox--ibarakihall__topSent {
  background: #28908f;
}
body#ibarakihall .planBox--ibarakihall__plan:nth-child(4) .planBox--ibarakihall__flow li {
  background: #28908f;
}
body#ibarakihall .planBox--ibarakihall__plan:nth-child(4) .planBox--ibarakihall__size b {
  color: #28908f;
}
body#ibarakihall .planBox--ibarakihall__planContent {
  padding: 1.8rem;
}
body#ibarakihall .planBox--ibarakihall__topSent {
  font-size: 0.8em;
  background: #c89b39;
  text-align: center;
  padding: 0.5em 1em;
  display: block;
  color: #FFF;
}
body#ibarakihall .planBox--ibarakihall__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#ibarakihall .planBox--ibarakihall__flow li {
  font-size: 0.8em;
  background: #c89b39;
  border-radius: 0.3em;
  color: #FFF;
  padding: 0.2em 0.5em;
  margin: -1em 0.5em 0 0.5em;
}
body#ibarakihall .planBox--ibarakihall__size {
  font-size: 0.8em;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em;
}
body#ibarakihall .planBox--ibarakihall__size p {
  display: inline-block;
  text-align: left;
}
body#ibarakihall .planBox--ibarakihall__size p b {
  font-size: 1.2em;
}
body#ibarakihall .planBox--ibarakihall__size p small {
  text-align: right;
  display: inline-block;
}
body#ibarakihall .ibarakishieiBox--ibarakihall {
  background: url(../img/ibarakihall/bgSaidan.jpg) no-repeat center top;
  background-size: cover;
  display: block;
  padding: 2em 0 1em;
  color: #FFF;
  font-size: 1.1em;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .ibarakishieiBox--ibarakihall {
    padding: 3em 0;
    font-size: 1.2em;
  }
}
body#ibarakihall .ibarakishieiBox--ibarakihall h3 {
  color: #f9f2b8;
  font-weight: bold;
  font-size: 1.1em;
}
body#ibarakihall .ibarakishieiBox--ibarakihall b {
  color: #f677b6;
}
body#ibarakihall .contactBox02--ibarakihall {
  border-top: #055670 solid 5px;
  border-bottom: #055670 solid 5px;
  background: url(../img/ibarakihall/bgHall.jpg) no-repeat -15em top;
  background-size: cover;
  display: block;
  padding: 1em 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .contactBox02--ibarakihall {
    background: url(../img/ibarakihall/bgHall.jpg) no-repeat center top;
    background-size: cover;
    padding: 2em 0;
  }
}
body#ibarakihall .contactBox02--ibarakihall::before {
  content: " ";
  display: block;
  width: 14em;
  height: 14em;
  background: url(../img/ibarakihall/imgTelPerson.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  bottom: -1.4em;
  right: -3em;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .contactBox02--ibarakihall::before {
    position: absolute;
    bottom: -1.4em;
    right: -5em;
  }
}
@media print, screen and (min-width: 1200px) {
  body#ibarakihall .contactBox02--ibarakihall::before {
    position: absolute;
    bottom: -1.4em;
    right: 0;
  }
}
body#ibarakihall .contactBox02--ibarakihall__inner {
  background: rgba(237, 249, 253, 0.8);
  padding: 2em 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .contactBox02--ibarakihall__inner {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 18%;
    padding: 0;
  }
}
body#ibarakihall .contactBox02--ibarakihall__contact {
  padding-left: 1em;
  padding-right: 1em;
  display: block;
}
@media print, screen and (min-width: 1200px) {
  body#ibarakihall .contactBox02--ibarakihall__contact {
    padding-left: 2em;
    padding-right: 2em;
  }
}
body#ibarakihall .contactBox02--ibarakihall__contact + .contactBox02--ibarakihall__contact {
  border-top: #055670 solid 1px;
  padding-top: 2em;
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .contactBox02--ibarakihall__contact + .contactBox02--ibarakihall__contact {
    border-left: #055670 solid 1px;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
body#ibarakihall .contactBox02--ibarakihall__title {
  font-size: 1.35em;
  font-weight: bold;
}
body#ibarakihall .contactBox02--ibarakihall__sent {
  font-size: 0.9em;
  padding: 0.5em;
  border-top: #99c5d3 solid 1px;
  border-bottom: #99c5d3 solid 1px;
}
body#ibarakihall .contactBox02--ibarakihall__tel {
  width: 15em;
}
body#ibarakihall .contactBox02--ibarakihall__tel img {
  width: 100%;
}
body#ibarakihall .contactBox02--ibarakihall__telSent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#ibarakihall .contactBox02--ibarakihall__telSent li {
  font-size: 0.8em;
  background: #cfdadd;
  border-radius: 0.3em;
  padding: 0.2em 0.5em;
  margin: 0 0.5em;
}
body#ibarakihall .flowtBox--ibarakihall {
  display: block;
  background: #f0f0f0;
  padding: 7.2rem 0 3.6rem;
}
body#ibarakihall .flowtBox--ibarakihall__section {
  display: block;
  position: relative;
  padding-bottom: 5em;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .flowtBox--ibarakihall__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body#ibarakihall .flowtBox--ibarakihall__section:before {
  content: "";
  position: absolute;
  bottom: 3em;
  left: 50%;
  width: 16em;
  height: 1px;
  margin-left: -8em;
  display: block;
  background: #2f8aa8;
}
body#ibarakihall .flowtBox--ibarakihall__section:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.5em;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #2f8aa8 transparent transparent transparent;
  border-width: 2.5em 2.5em 0 2.5em;
}
body#ibarakihall .flowtBox--ibarakihall__section:last-child {
  padding-bottom: 0;
}
body#ibarakihall .flowtBox--ibarakihall__section:last-child:before {
  content: none;
}
body#ibarakihall .flowtBox--ibarakihall__section:last-child:after {
  content: none;
}
body#ibarakihall .flowtBox--ibarakihall__section > figure {
  width: 7em;
  height: 7em;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .flowtBox--ibarakihall__section > figure {
    width: 12em;
    height: 12em;
  }
}
body#ibarakihall .flowtBox--ibarakihall__section > figure img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .flowtBox--ibarakihall__content {
    width: 70%;
  }
}
@media print, screen and (min-width: 1200px) {
  body#ibarakihall .flowtBox--ibarakihall__content {
    width: 75%;
  }
}
body#ibarakihall .flowtBox--ibarakihall__title {
  background: #FFF;
  height: 2em;
  line-height: 2em;
  display: block;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .flowtBox--ibarakihall__title {
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 1200px) {
  body#ibarakihall .flowtBox--ibarakihall__title {
    font-size: 1.3em;
  }
}
body#ibarakihall .flowtBox--ibarakihall__title span {
  background: #2f8aa8;
  color: #FFF;
  margin-right: 0.5em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .flowtBox--ibarakihall__title span {
    margin-right: 1em;
  }
}
body#ibarakihall .flowtBox--ibarakihall__flowList {
  display: block;
  padding: 0 0 0 2em;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  body#ibarakihall .flowtBox--ibarakihall__flowList {
    font-size: 1.2em;
  }
}
body#ibarakihall .flowtBox--ibarakihall__flowList::before {
  width: 1.5em;
  height: 1.5em;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ibarakihall/iconCheck.png) no-repeat center top;
  background-size: 100% auto;
}
body#ibarakihall .flowtBox--ibarakihall__flowList b {
  color: #ca166f;
}
body#ibarakihall .flowtBox--ibarakihall__fukidashi {
  width: 20em;
  margin-left: auto;
  margin-right: auto;
  background: #2f8aa8;
  color: #FFF;
  border-radius: 0.5em;
  position: relative;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .flowtBox--ibarakihall__fukidashi {
    padding: 1.5em;
  }
}
body#ibarakihall .flowtBox--ibarakihall__fukidashi:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5em;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #2f8aa8 transparent transparent transparent;
  border-width: 1.5em 1.5em 0 1.5em;
}
body#ibarakihall .flowtBox--ibarakihall__fukidashi figure {
  width: 3em;
  margin-right: 1em;
}
body#ibarakihall .flowtBox--ibarakihall__fukidashi figure img {
  width: 100%;
}
body#ibarakihall .flowtBox--ibarakihall__tel {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #086887;
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .contactBox03--ibarakihall__sent01 {
    font-size: 1.2em;
  }
}
body#ibarakihall .contactBox03--ibarakihall__sent01 b {
  line-height: 2;
  color: #ca166f;
}
body#ibarakihall .contactBox03--ibarakihall__sent02 {
  border: #a32e05 solid 5px;
  border-top: none;
  padding: 2em 1em;
  display: block;
  margin-top: -3px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .contactBox03--ibarakihall__sent02 {
    font-size: 1.1em;
    padding: 2em 1.5em;
    border: #a32e05 solid 5px;
    border-top: none;
  }
}
@media print, screen and (min-width: 1200px) {
  body#ibarakihall .contactBox03--ibarakihall__sent02 {
    padding: 2em 3em;
    border: #a32e05 solid 5px;
    border-top: none;
  }
}
body#ibarakihall .contactBox03--ibarakihall__sent02 span {
  color: #0c6a89;
}
body#ibarakihall .contactBox03--ibarakihall__sent02 p {
  padding-left: 1.5em;
  position: relative;
}
body#ibarakihall .contactBox03--ibarakihall__sent02 p::before {
  width: 1em;
  height: 1em;
  content: " ";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  background: #a32e05;
}
body#ibarakihall .reasonBox--ibarakihall {
  background: #dceff5 url(../img/ibarakihall/bgReason.jpg) no-repeat center bottom;
  background-size: 100% auto;
  display: block;
  padding: 3em 0;
}
body#ibarakihall .reasonBox--ibarakihall__inner {
  background: #FFF;
  padding: 1.8rem;
}
@media print, screen and (min-width: 1200px) {
  body#ibarakihall .reasonBox--ibarakihall__inner {
    padding: 3.6rem;
  }
}
body#ibarakihall .table-type01 th {
  color: #10495b;
  font-size: 0.8em;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .table-type01 th {
    font-size: 1em;
  }
}
body#ibarakihall .table-type01 td {
  background: #FFF;
  font-size: 0.8em;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .table-type01 td {
    font-size: 1em;
  }
}
body#ibarakihall .mailForm--ibarakihall {
  background: #f0f0f0;
  display: block;
  padding: 3em 0;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .formBox {
    display: block;
  }
}
body#ibarakihall .formBox input {
  display: block;
  outline: none;
  vertical-align: middle;
  width: 95%;
  padding: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .formBox input.input-s {
    width: 60%;
  }
}
body#ibarakihall .formBox input[type=radio] {
  display: inline;
  width: 1em;
}
body#ibarakihall .formBox input[type=checkbox] {
  display: inline;
  width: 1em;
}
body#ibarakihall .formBox input[type=submit] {
  background: none;
  padding: 0.8rem;
  margin-bottom: 1.8rem;
  cursor: pointer;
}
body#ibarakihall .formBox select {
  width: 95%;
  padding: 0.8rem;
  vertical-align: middle;
}
body#ibarakihall .formBox input[type=reset] {
  background: none;
  padding: 0.8rem;
  margin-bottom: 1.8rem;
  cursor: pointer;
}
body#ibarakihall .formBox textarea {
  display: block;
  outline: none;
}
body#ibarakihall .formBox.is-type01 .essential {
  font-size: 0.8em;
  background: #f3d3c7;
  color: #811111;
  border-radius: 3px;
  padding: 0.2em 0.4em;
  margin: 0 0 0 0.3em;
  display: inline-block;
}
body#ibarakihall .formBox.is-type01 input {
  border: 1px solid #ccc;
  min-height: 30px;
  border-radius: 3px;
}
body#ibarakihall .formBox.is-type01 select {
  border: 1px solid #ccc;
  min-height: 30px;
  border-radius: 3px;
}
body#ibarakihall .formBox.is-type01 input[type=submit] {
  background: #f4a98f;
  color: #000000;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .formBox.is-type01 input[type=submit] {
    width: 40%;
    margin: 0 0.5em;
  }
}
body#ibarakihall .formBox.is-type01 input[type=reset] {
  background: #DDD;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .formBox.is-type01 input[type=reset] {
    width: 30%;
    margin: 0 0.5em;
  }
}
body#ibarakihall .formBox.is-type01 textarea {
  border: 1px solid #ccc;
  width: 95%;
  min-height: 30px;
  border-radius: 3px;
}
body#ibarakihall .formBox.is-type01 dl dt {
  margin: 0 0 0.6rem;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .formBox.is-type01 dl dt {
    width: 30%;
    float: left;
    text-align: right;
    clear: both;
  }
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .formBox.is-type01 dl dt label {
    padding: 0.8rem 20px;
    display: block;
  }
}
body#ibarakihall .formBox.is-type01 dl dd {
  line-height: 2em;
  padding: 0 0 15px;
  margin: 0 0 0.8rem;
  border-bottom: #DDD solid 1px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .formBox.is-type01 dl dd {
    width: 65%;
    float: left;
    padding: 0 0.8rem 0.8rem 0.8rem;
    border-bottom: none;
  }
}
body#ibarakihall .formBox.is-type01 dl dd:last-child {
  border-bottom: none;
}
@media print, screen and (min-width: 768px) {
  body#ibarakihall .formBox.is-type01 .sendButtonBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body#ibarakihall .mailForm--ibarakihall {
  background: #f0f0f0;
  display: block;
}
body#ibarakihall .mailForm--ibarakihall__inner {
  border: #e0b9ab solid 5px;
  background: #FFF;
  display: block;
}
body#ibarakihall .mailForm--ibarakihall__inner .formBox {
  padding: 0 2em;
}
body#ibarakihall .mailForm--ibarakihall__title {
  background: #dceff5 url(../img/ibarakihall/bgHallForm.jpg) no-repeat center bottom;
  background-size: cover;
  display: block;
  padding: 5em 0;
  text-align: center;
}
body#ibarakihall .mailForm--ibarakihall__title h3 {
  border: #055670 solid 1px;
  background: rgba(255, 255, 255, 0.8);
  padding: 1em 2em;
  font-size: 1.2em;
  color: #055670;
  display: inline-block;
}
body#ibarakihall #footer {
  background: none;
}
body#ibarakihall #footer .copyright {
  text-align: center;
}

.offeringDownloadBox {
  border: #f0f0f0 solid 3px;
  display: block;
  padding: 1em;
}
@media print, screen and (min-width: 768px) {
  .offeringDownloadBox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5em;
  }
}
.offeringDownloadBox__fax {
  font-size: 1.4em;
  font-weight: bold;
  color: #a40909;
}
.offeringDownloadBox__button {
  text-align: center;
  display: block;
  margin-left: 0;
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .offeringDownloadBox__button {
    margin-top: 0;
    margin-left: 1em;
  }
}
.offeringDownloadBox__button a {
  color: #FFF;
  background: rgb(17, 84, 101);
  border-bottom: #022b36 solid 4px;
  display: inline-block;
  position: relative;
  padding: 0.8em 1.2em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 3px;
  min-width: 14em;
}
.offeringDownloadBox__button a i {
  font-size: 2.5em;
  padding: 0.2em 0.2em 0 0;
  float: left;
}
.offeringDownloadBox__button a:hover {
  color: #FFF;
  background: rgba(52, 144, 167, 0.9);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  border-bottom: #000 solid 3px;
}
.offeringDownloadBox__button a:hover:active {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  border-bottom: none;
}

#orderBox {
  margin-top: -4em;
  padding-top: 4em;
}

.offeringItemBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: #b9b8b8 solid 1px;
  border-left: #b9b8b8 solid 1px;
}
.offeringItemBox__item {
  border-right: #b9b8b8 solid 1px;
  border-bottom: #b9b8b8 solid 1px;
  display: block;
  padding: 1em;
  width: 50%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .offeringItemBox__item {
    width: 25%;
    padding: 1.5em;
  }
}
.offeringItemBox__item figure {
  width: 8em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.offeringItemBox__item figure img {
  width: 100%;
}
.offeringItemBox + .offeringItemBox {
  border-top: none;
}
.offeringItemBox__price {
  background: #ddf1fe;
  display: block;
  padding: 0.5em;
}

.funeralPlanBox {
  display: block;
  position: relative;
}
.funeralPlanBox__image {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .funeralPlanBox__image {
    width: 60%;
    margin-left: -3em;
  }
}
.funeralPlanBox__image img {
  width: 100%;
}
.funeralPlanBox dl {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .funeralPlanBox dl {
    padding: 2em;
    position: absolute;
    height: 14em;
    width: 65%;
    top: 50%;
    right: 0;
    margin-top: -7em;
    padding: 3em;
  }
}
@media print, screen and (min-width: 1200px) {
  .funeralPlanBox dl {
    width: 60%;
  }
}
.funeralPlanBox dl dt h4 {
  font-size: 1.1em;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .funeralPlanBox dl dt h4 {
    font-size: 1.25em;
  }
}

.planFlowBox__title {
  text-align: center;
}
.planFlowBox__title i {
  color: #dfcfe7;
}
.planFlowBox__flow {
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.planFlowBox__flow li {
  background: #dfcfe7;
  border-radius: 0.5em;
  position: relative;
  padding: 0.5em 0.5em;
  margin: 1em;
  height: 6em;
}
@media print, screen and (min-width: 768px) {
  .planFlowBox__flow li {
    padding: 0.5em 1em;
    height: auto;
  }
}
.planFlowBox__flow li::after {
  content: "\f105";
  font-family: "icomoon";
  position: absolute;
  left: -0.3em;
  top: 0.65em;
  font-size: 2em;
}
@media print, screen and (min-width: 768px) {
  .planFlowBox__flow li::after {
    left: -0.3em;
    top: -0.2em;
  }
}
.planFlowBox__flow li::before {
  content: "";
  position: absolute;
  left: -2em;
  top: 50%;
  margin-top: -1.5px;
  width: 2em;
  height: 3px;
  display: block;
  background: #000;
}
@media print, screen and (min-width: 1200px) {
  .planFlowBox__flow li::before {
    position: absolute;
    left: -2em;
    top: 50%;
    width: 2em;
  }
}
.planFlowBox__flow li:first-child::after {
  content: none;
}
.planFlowBox__flow li:first-child::before {
  content: none;
}
.planFlowBox__flow li.is-noScene {
  opacity: 0.2;
}
.planFlowBox__flow li.is-noScene + li:not(.is-noScene)::before {
  content: "";
  position: absolute;
  left: -5.2em;
  top: 50%;
  margin-top: -1.5px;
  width: 4.2em;
  height: 3px;
  display: block;
  background: #000;
}
@media print, screen and (min-width: 1200px) {
  .planFlowBox__flow li.is-noScene + li:not(.is-noScene)::before {
    position: absolute;
    left: -5.3em;
    top: 50%;
    width: 4.3em;
  }
}
.planFlowBox__flow li.is-noScene + li.is-noScene + li:not(.is-noScene)::before {
  content: "";
  position: absolute;
  left: -10em;
  top: 50%;
  margin-top: -1.5px;
  width: 10em;
  height: 3px;
  display: block;
  background: #000;
}
@media print, screen and (min-width: 768px) {
  .planFlowBox__flow li.is-noScene + li.is-noScene + li:not(.is-noScene)::before {
    position: absolute;
    left: -15.8em;
    top: 50%;
    width: 15.8em;
  }
}
@media print, screen and (min-width: 1200px) {
  .planFlowBox__flow li.is-noScene + li.is-noScene + li:not(.is-noScene)::before {
    position: absolute;
    left: -16em;
    top: 50%;
    width: 16em;
  }
}
.planFlowBox__flow li.is-noScene + li.is-noScene + li.is-noScene + li:not(.is-noScene)::before {
  content: "";
  position: absolute;
  left: -15.5em;
  top: 50%;
  margin-top: -1.5px;
  width: 14.5em;
  height: 3px;
  display: block;
  background: #000;
}
@media print, screen and (min-width: 1200px) {
  .planFlowBox__flow li.is-noScene + li.is-noScene + li.is-noScene + li:not(.is-noScene)::before {
    position: absolute;
    left: -15.6em;
    top: 50%;
    width: 14.6em;
  }
}

@media print, screen and (min-width: 768px) {
  #servicePlan01 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #servicePlan02 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #servicePlan03 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

.servicePlanBox {
  display: block;
  background: #f0f0f0;
  padding: 3em 0 2em;
}
.servicePlanBox__title {
  width: 10em;
  font-size: 1.45em;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .servicePlanBox__title {
    float: left;
  }
}
.servicePlanBox__title:before {
  content: "\f111";
  font-family: "icomoon";
  margin-right: 0.5em;
  font-size: 1.2em;
  color: #5c0d84;
  line-height: 1.2em;
}
.servicePlanBox__title:after {
  content: " ";
  background: #FFF;
  display: block;
  width: 12em;
  height: 4.8em;
  position: absolute;
  top: -3em;
  left: -2em;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .servicePlanBox__title:after {
    width: 18em;
    height: 9em;
  }
}
.servicePlanBox__saidan {
  position: relative;
  z-index: 1;
}
.servicePlanBox__saidan figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  padding: 0.5em 1em;
  font-size: 0.9em;
}
.servicePlanBox__price {
  display: block;
  background: #FFF;
  padding: 0.5em 1em;
  text-align: center;
}
.servicePlanBox__price b {
  font-size: 1.6em;
  font-weight: bold;
}
.servicePlanBox__itemBox {
  display: block;
  background: #e5d6ec;
  padding: 1em 0.5em;
}
@media print, screen and (min-width: 768px) {
  .servicePlanBox__itemBox {
    padding: 1.5em 1em;
  }
}
@media print, screen and (min-width: 1200px) {
  .servicePlanBox__itemBox {
    padding: 1.5em;
  }
}
.servicePlanBox__item {
  width: 25%;
  float: left;
  display: block;
  padding: 0.25em;
}
@media print, screen and (min-width: 1200px) {
  .servicePlanBox__item {
    padding: 0.5em;
  }
}
.servicePlanBox__item.--type02 {
  width: 50%;
}
.servicePlanBox__item figure {
  text-align: center;
  display: block;
  background: #fff;
}
.servicePlanBox__item figure figcaption {
  display: block;
  background: #f0f0f0;
  padding: 0.5em;
  line-height: 1.4;
  font-size: 0.6em;
  min-height: 5em;
}
@media print, screen and (min-width: 768px) {
  .servicePlanBox__item figure figcaption {
    font-size: 0.8em;
    min-height: 4em;
    padding: 0.25em;
  }
}
@media print, screen and (min-width: 1200px) {
  .servicePlanBox__item figure figcaption {
    padding: 0.5em;
  }
}
.servicePlanBox__item figure img {
  width: 4em;
}
.servicePlanBox__itemTitle {
  display: block;
  text-align: center;
  position: relative;
}
.servicePlanBox__itemTitle::before {
  display: block;
  content: "";
  height: 1px;
  width: 3em;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
}
.servicePlanBox__itemTitle::after {
  display: block;
  content: "";
  height: 1px;
  width: 3em;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5px;
}
.servicePlanBox__rightBox {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .servicePlanBox__rightBox {
    min-height: 32em;
  }
}
@media print, screen and (min-width: 1200px) {
  .servicePlanBox__rightBox {
    min-height: 35em;
  }
}
@media print, screen and (min-width: 768px) {
  .servicePlanBox__rightBox .toOptionButton {
    position: absolute;
    bottom: 1.2em;
    left: -18em;
  }
}
.servicePlanBox__rightBox .toOptionButton a {
  width: 18em;
  display: block;
  border: #070002 solid 1px;
  padding: 0.5em 1em;
  position: relative;
}
.servicePlanBox__rightBox .toOptionButton a::after {
  content: "\f0d7";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.8em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 50%;
  background: #e7f1f3;
  color: #000;
  text-align: center;
  font-size: 0.8em;
}
.servicePlanBox__rightBox .toOptionButton a:hover {
  color: #000;
  background: #ade5f0;
}
.servicePlanBox__rightBox .toOptionButton a:hover::after {
  right: 1em;
}

.otherPlanSent {
  display: block;
  text-align: center;
  position: relative;
  font-size: 1.3em;
  font-weight: bold;
  padding: 5em 1em 2em;
}
@media print, screen and (min-width: 768px) {
  .otherPlanSent {
    font-size: 1.5em;
  }
}
.otherPlanSent::before {
  content: "";
  width: 3em;
  height: 3em;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1.5em;
  display: block;
  background: #e5d6ec;
  border-radius: 50%;
}

#wrapper .planConsultantBox {
  display: block;
  background: #dfecee;
  padding: 3em 0 2em;
}
#wrapper .planConsultantBox__title {
  display: block;
  text-align: center;
  margin-bottom: 3.5em;
}
#wrapper .planConsultantBox__title h4 {
  font-size: 1.3em;
  font-weight: bold;
}
#wrapper .planConsultantBox__inner {
  display: block;
  position: relative;
  padding: 4em 1.5em 2em;
  background: #FFF;
}
@media print, screen and (min-width: 768px) {
  #wrapper .planConsultantBox__inner {
    padding: 4em 3em 3em;
  }
}
@media print, screen and (min-width: 1200px) {
  #wrapper .planConsultantBox__inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#wrapper .planConsultantBox__inner::before {
  content: "";
  width: 8em;
  height: 8em;
  position: absolute;
  top: -3em;
  left: 50%;
  margin-left: -4em;
  display: block;
  background: url(../img/common/imgCheck.png) no-repeat center top;
  background-size: 100% auto;
}
#wrapper .planConsultantBox__telBox {
  text-align: center;
  display: block;
}
@media print, screen and (min-width: 768px) {
  #wrapper .planConsultantBox__telBox {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
#wrapper .planConsultantBox__telBox dt {
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}
#wrapper .planConsultantBox__telBox dt img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #wrapper .planConsultantBox__telBox dt {
    margin-left: 0;
    margin-right: 0;
  }
}
#wrapper .planConsultantBox__telBox dd {
  padding: 1em;
}
#wrapper .planConsultantBox__telBox dd img {
  width: 14em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .planConsultantBox__telBox dd img {
    width: 18em;
  }
}
#wrapper .planConsultantBox__telBox dd p {
  font-size: 0.8em;
}
#wrapper .planConsultantBox__consultation {
  text-align: center;
  display: block;
}
@media print, screen and (min-width: 768px) {
  #wrapper .planConsultantBox__consultation {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
#wrapper .planConsultantBox__consultation dt {
  padding: 0.4em;
  border: #9f0b29 solid 3px;
  color: #9f0b29;
  font-weight: bold;
  font-size: 1.6em;
}
#wrapper .planConsultantBox__consultation dd {
  padding: 1em;
  font-size: 0.9em;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=1336ffd8574f8666b6eca770adea09ca)
 * Config saved to config.json and https://gist.github.com/1336ffd8574f8666b6eca770adea09ca
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.7em;
  padding-right: 0.7em;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.row {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 0.9em;
    padding-right: 0.9em;
  }
  .row {
    margin-left: -0.9em;
    margin-right: -0.9em;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0.9em;
    padding-right: 0.9em;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
  .row {
    margin-left: -0.8em;
    margin-right: -0.8em;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/*gridのgutter調整*/
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

.row-0__innner {
  padding: 0.3em;
  display: block;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: a 2s infinite linear;
  animation: a 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
  animation: a 1s infinite steps(8);
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frown:before {
  content: "\f119";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-percent:before {
  content: "\f295";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-print:before {
  content: "\f02f";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-strava:before {
  content: "\f428";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?tzwuqp");
  src: url("../fonts/icomoon.eot?tzwuqp#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?tzwuqp") format("truetype"), url("../fonts/icomoon.woff?tzwuqp") format("woff"), url("../fonts/icomoon.svg?tzwuqp#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;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone-square:before {
  content: "\e904";
}

.icon-phone-o-l:before {
  content: "\e939";
}

.icon-phone-o-m:before {
  content: "\e938";
}

.icon-phone-o-b:before {
  content: "\e937";
}

.icon-phone:before {
  content: "\e936";
}

.icon-telephone-square:before {
  content: "\e935";
}

.icon-telephone-o-l:before {
  content: "\e934";
}

.icon-telephone-o-m:before {
  content: "\e933";
}

.icon-telephone-o-b:before {
  content: "\e932";
}

.icon-telephone:before {
  content: "\e931";
}

.icon-freedial-square:before {
  content: "\e930";
}

.icon-freedial-o-l:before {
  content: "\e92f";
}

.icon-freedial-o-m:before {
  content: "\e92e";
}

.icon-freedial-o-b:before {
  content: "\e92d";
}

.icon-freedial:before {
  content: "\e92c";
}

.icon-fax-square:before {
  content: "\e92b";
}

.icon-fax-o-l:before {
  content: "\e92a";
}

.icon-fax-o-m:before {
  content: "\e929";
}

.icon-fax-o-b:before {
  content: "\e928";
}

.icon-fax:before {
  content: "\e927";
}

.icon-envelope-square:before {
  content: "\e926";
}

.icon-envelope-o-l:before {
  content: "\e925";
}

.icon-envelope-o-m:before {
  content: "\e924";
}

.icon-envelope-o-b:before {
  content: "\e923";
}

.icon-envelope:before {
  content: "\e922";
}

.icon-mobile-square:before {
  content: "\e921";
}

.icon-mobile-o-l:before {
  content: "\e920";
}

.icon-mobile-o-m:before {
  content: "\e91f";
}

.icon-mobile-o-b:before {
  content: "\e91e";
}

.icon-mobile:before {
  content: "\e91d";
}

.icon-desktop-square:before {
  content: "\e91c";
}

.icon-desktop-o-l:before {
  content: "\e91b";
}

.icon-desktop-o-m:before {
  content: "\e91a";
}

.icon-desktop-o-b:before {
  content: "\e919";
}

.icon-desktop:before {
  content: "\e918";
}

.icon-laptop-square:before {
  content: "\e917";
}

.icon-laptop-o-l:before {
  content: "\e916";
}

.icon-laptop-o-m:before {
  content: "\e915";
}

.icon-laptop-o-b:before {
  content: "\e914";
}

.icon-laptop:before {
  content: "\e913";
}

.icon-print-square:before {
  content: "\e90d";
}

.icon-print-o-l:before {
  content: "\e90c";
}

.icon-print-o-m:before {
  content: "\e90b";
}

.icon-print-o-b:before {
  content: "\e90a";
}

.icon-print:before {
  content: "\e909";
}

.icon-calltell-square:before {
  content: "\e903";
}

.icon-calltell:before {
  content: "\e902";
}

.icon-sentmail-square:before {
  content: "\e901";
}

.icon-sentmail:before {
  content: "\e900";
}

.icon-calltell-oblong-square:before {
  content: "\e905";
}

.icon-sentmail-oblong-square:before {
  content: "\e906";
}

.icon-access-oblong-square:before {
  content: "\e907";
}

.icon-exit:before {
  content: "\e908";
}

.icon-exit-square:before {
  content: "\e90e";
}

.icon-runner:before {
  content: "\e90f";
}

.icon-runner-square:before {
  content: "\e910";
}

.icon-access-square:before {
  content: "\e911";
}

.icon-access:before {
  content: "\e912";
}

.icon-equal:before {
  content: "\e93a";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-mail-forward:before {
  content: "\f064";
}

.icon-share:before {
  content: "\f064";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-reply:before {
  content: "\f112";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-times-circle-o:before {
  content: "\f05c";
}

.icon-ban:before {
  content: "\f05e";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-sort-asc:before {
  content: "\f0de";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-unsorted:before {
  content: "\f0dc";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-caret-square-o-up:before {
  content: "\f151";
}

.icon-toggle-up:before {
  content: "\f151";
}

.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon-toggle-right:before {
  content: "\f152";
}

.icon-caret-square-o-down:before {
  content: "\f150";
}

.icon-toggle-down:before {
  content: "\f150";
}

.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-toggle-left:before {
  content: "\f191";
}

.icon-external-link-square:before {
  content: "\f14c";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-arrow-circle-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-down:before {
  content: "\f0ab";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-circle:before {
  content: "\f111";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-circle-thin:before {
  content: "\f1db";
}

.icon-info-circle:before {
  content: "\f05a";
}

.icon-exclamation-circle:before {
  content: "\f06a";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-rotate-right:before {
  content: "\f01e";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-mouse-pointer:before {
  content: "\f245";
}

.icon-arrows-alt:before {
  content: "\f0b2";
}

.icon-arrows:before {
  content: "\f047";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-sign-in:before {
  content: "\f090";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-upload:before {
  content: "\f093";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-plus:before {
  content: "\f067";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-check:before {
  content: "\f00c";
}

.icon-minus:before {
  content: "\f068";
}

.icon-window-minimize:before {
  content: "\f2d1";
}

.icon-question:before {
  content: "\f128";
}

.icon-question-circle-o:before {
  content: "\f29c";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-search:before {
  content: "\f002";
}

.icon-plus-square-o:before {
  content: "\f196";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-glass:before {
  content: "\f000";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

.icon-music:before {
  content: "\f001";
}

.icon-envelope-o1:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-o:before {
  content: "\f006";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-warning:before {
  content: "\f071";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-gear:before {
  content: "\f013";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-o:before {
  content: "\f016";
}

.icon-clone:before {
  content: "\f24d";
}

.icon-window-restore:before {
  content: "\f2d2";
}

.icon-window-maximize:before {
  content: "\f2d0";
}

.icon-times-rectangle:before {
  content: "\f2d3";
}

.icon-window-close:before {
  content: "\f2d3";
}

.icon-times-rectangle-o:before {
  content: "\f2d4";
}

.icon-window-close-o:before {
  content: "\f2d4";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download:before {
  content: "\f019";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-flag:before {
  content: "\f024";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-edit:before {
  content: "\f044";
}

.icon-pencil-square-o:before {
  content: "\f044";
}

.icon-share-square-o:before {
  content: "\f045";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-camera:before {
  content: "\f030";
}

.icon-video-camera:before {
  content: "\f03d";
}

.icon-image:before {
  content: "\f03e";
}

.icon-photo:before {
  content: "\f03e";
}

.icon-picture-o:before {
  content: "\f03e";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-film:before {
  content: "\f008";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-play-circle-o:before {
  content: "\f01d";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-random:before {
  content: "\f074";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-pause-circle:before {
  content: "\f28b";
}

.icon-pause-circle-o:before {
  content: "\f28c";
}

.icon-stop-circle:before {
  content: "\f28d";
}

.icon-stop-circle-o:before {
  content: "\f28e";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before {
  content: "\f131";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-map-pin:before {
  content: "\f276";
}

.icon-map-signs:before {
  content: "\f277";
}

.icon-map:before {
  content: "\f279";
}

.icon-map-o:before {
  content: "\f278";
}

.icon-street-view:before {
  content: "\f21d";
}

.icon-plane:before {
  content: "\f072";
}

.icon-automobile:before {
  content: "\f1b9";
}

.icon-car:before {
  content: "\f1b9";
}

.icon-cab:before {
  content: "\f1ba";
}

.icon-taxi:before {
  content: "\f1ba";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-train:before {
  content: "\f238";
}

.icon-subway:before {
  content: "\f239";
}

.icon-bus:before {
  content: "\f207";
}

.icon-ship:before {
  content: "\f21a";
}

.icon-motorcycle:before {
  content: "\f21c";
}

.icon-bicycle:before {
  content: "\f206";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-bed:before {
  content: "\f236";
}

.icon-hotel:before {
  content: "\f236";
}

.icon-shower:before {
  content: "\f2cc";
}

.icon-bath:before {
  content: "\f2cd";
}

.icon-bathtub:before {
  content: "\f2cd";
}

.icon-s15:before {
  content: "\f2cd";
}

.icon-product-hunt:before {
  content: "\f288";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

.icon-sun-o:before {
  content: "\f185";
}

.icon-moon-o:before {
  content: "\f186";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-shopping-bag:before {
  content: "\f290";
}

.icon-shopping-basket:before {
  content: "\f291";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-cart-plus:before {
  content: "\f217";
}

.icon-cart-arrow-down:before {
  content: "\f218";
}

.icon-credit-card-alt:before {
  content: "\f283";
}

.icon-folder:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-bar-chart-o:before {
  content: "\f080";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-square-o:before {
  content: "\f096";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-bookmark-o:before {
  content: "\f097";
}

.icon-folder-o:before {
  content: "\f114";
}

.icon-folder-open-o:before {
  content: "\f115";
}

.icon-linkedin-square:before {
  content: "\f08c";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-expeditedssl:before {
  content: "\f23e";
}

.icon-lock:before {
  content: "\f023";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-feed:before {
  content: "\f09e";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell-o:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-building-o:before {
  content: "\f0f7";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-hospital-o:before {
  content: "\f0f8";
}

.icon-keyboard-o:before {
  content: "\f11c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-flag-o:before {
  content: "\f11d";
}

.icon-fa:before {
  content: "\f2b4";
}

.icon-font-awesome:before {
  content: "\f2b4";
}

.icon-code:before {
  content: "\f121";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-archive:before {
  content: "\f187";
}

.icon-clipboard:before {
  content: "\f0ea";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-photo-o:before {
  content: "\f1c5";
}

.icon-file-picture-o:before {
  content: "\f1c5";
}

.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon-file-zip-o:before {
  content: "\f1c6";
}

.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon-file-sound-o:before {
  content: "\f1c7";
}

.icon-file-movie-o:before {
  content: "\f1c8";
}

.icon-file-video-o:before {
  content: "\f1c8";
}

.icon-file-code-o:before {
  content: "\f1c9";
}

.icon-history:before {
  content: "\f1da";
}

.icon-usb:before {
  content: "\f287";
}

.icon-sort-amount-asc:before {
  content: "\f160";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-tty:before {
  content: "\f1e4";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-area-chart:before {
  content: "\f1fe";
}

.icon-pie-chart:before {
  content: "\f200";
}

.icon-line-chart:before {
  content: "\f201";
}

.icon-hourglass-3:before {
  content: "\f253";
}

.icon-hourglass-end:before {
  content: "\f253";
}

.icon-hourglass:before {
  content: "\f254";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-handshake-o:before {
  content: "\f2b5";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-thumbs-o-down:before {
  content: "\f088";
}

.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon-hand-o-left:before {
  content: "\f0a5";
}

.icon-hand-o-up:before {
  content: "\f0a6";
}

.icon-hand-o-down:before {
  content: "\f0a7";
}

.icon-hand-grab-o:before {
  content: "\f255";
}

.icon-hand-rock-o:before {
  content: "\f255";
}

.icon-hand-paper-o:before {
  content: "\f256";
}

.icon-hand-stop-o:before {
  content: "\f256";
}

.icon-hand-pointer-o:before {
  content: "\f25a";
}

.icon-hand-peace-o:before {
  content: "\f25b";
}

.icon-comment-o:before {
  content: "\f0e5";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-comment:before {
  content: "\f075";
}

.icon-comments:before {
  content: "\f086";
}

.icon-wechat:before {
  content: "\f1d7";
}

.icon-weixin:before {
  content: "\f1d7";
}

.icon-commenting:before {
  content: "\f27a";
}

.icon-commenting-o:before {
  content: "\f27b";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-book:before {
  content: "\f02d";
}

.icon-volume-control-phone:before {
  content: "\f2a0";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-telegram:before {
  content: "\f2c6";
}

.icon-envelope-open:before {
  content: "\f2b6";
}

.icon-envelope-open-o:before {
  content: "\f2b7";
}

.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-send:before {
  content: "\f1d8";
}

.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-send-o:before {
  content: "\f1d9";
}

.icon-user:before {
  content: "\f007";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-users:before {
  content: "\f0c0";
}

.icon-user-plus:before {
  content: "\f234";
}

.icon-user-times:before {
  content: "\f235";
}

.icon-address-book:before {
  content: "\f2b9";
}

.icon-address-book-o:before {
  content: "\f2ba";
}

.icon-address-card:before {
  content: "\f2bb";
}

.icon-vcard:before {
  content: "\f2bb";
}

.icon-address-card-o:before {
  content: "\f2bc";
}

.icon-vcard-o:before {
  content: "\f2bc";
}

.icon-user-circle:before {
  content: "\f2bd";
}

.icon-user-circle-o:before {
  content: "\f2be";
}

.icon-user-o:before {
  content: "\f2c0";
}

.icon-id-badge:before {
  content: "\f2c1";
}

.icon-drivers-license:before {
  content: "\f2c2";
}

.icon-id-card:before {
  content: "\f2c2";
}

.icon-drivers-license-o:before {
  content: "\f2c3";
}

.icon-id-card-o:before {
  content: "\f2c3";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-instagram:before {
  content: "\f16d";
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* slick-theme CSS */
.slick-loading .slick-list {
  background: #fff url("../ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
  z-index: 1;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "?";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* 20221017 */
dd.header__ibarakishi span {
  font-weight: bold;
}


.accordion--hurry {
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion--hurry label::after {
  display: none;
}
.accordionHurryBox {
  background: #7e0c17;
}
.accordion--hurry label {
  background: #7e0c17;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion--hurry__content {
  width: 65%;
  color: #fff;
  padding: 1.5em 1em;
}
.accordion--hurry__content .sM {
  margin-bottom: 1.5rem;
}
.hurryBox__titleBox {
  padding-left: 0em;
  padding-right: 0em;
}
.hurryBox__title {
  font-size: 1.4em;
}
.hurryBox__sent {
  font-size: 1.2em;
}
.hurryBox__img01 {
  width: 6em;
  top: -1em;
  left: -1em;
}
.hurryBox__img02 {
  top: auto;
  right: -4em;
  bottom: -3em;
}

@media(max-width: 641px) {
  .accordion--hurry {
    display: block;
}
.accordion--hurry label {
  width: 100%;
  padding: 1.3em 1em 0em;
}
.accordion--hurry__content {
    width: 100%;
}
.accordion--hurry__content img {
  width: 90%;
}
.hurryBox__img01 {
    width: 5em;
    top: -1em;
    left: -1em;
}
.hurryBox__img02 {
  top: auto;
  right: 1em;
  bottom: -1em;
  width: 5em;
}
.accordion--hurry__content > p.sM {
  text-align: center;
}
}

/* =======================================
このCSSはSassから生成されていますので、
編集する際はSassを使用してください。
========================================== */