@charset "UTF-8";
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/*...VARIABLE...*/
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

#ifrm {
  display: none;
}

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

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

.cont {
  width: 1112px;
  margin: auto;
}

@media screen and (max-width: 1120px) {
  .cont {
    width: 90%;
    margin: 0 5%;
  }
}

.hv-o {
  -webkit-transition: 0.15s ease opacity;
  -moz-transition: 0.15s ease opacity;
  -ms-transition: 0.15s ease opacity;
  -o-transition: 0.15s ease opacity;
  transition: 0.15s ease opacity;
}

.hv-o:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.hv-u:hover {
  text-decoration: underline;
}

.breadcrumb > li + li:before {
  display: none;
}

/*BG-SET*/
.bg-set {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bold {
  font-weight: bold;
}

/*...VARIABLE...*/
/* base font
===============================================================*/
/*
10px = 63%   |   17px = 106%   |   28px = 175%   
11px = 69%   |   18px = 113%   |   30px = 188%
12px = 75%   |   19px = 119%   |   32px = 20%
13px = 81%   |   20px = 125%
14px = 88%   |   22px = 138%
15px = 94%   |   24px = 150%
16px = 100%  |   25px = 156%
*/
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  overflow-x: hidden;
  font-feature-settings: "palt";
  background-image: url(../img/background/bg.png);
  background-position: center, top left;
  background-repeat: repeat, no-repeat;
  font-size: 16px;
}

#AllBox {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cloud {
  position: absolute;
  top: 10px;
  z-index: -1;
}

@media screen and (max-width: 950px) {
  .cloud {
    display: none;
  }
}

/*BTN FIXED*/
.btnFixed {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 50;
}

.btnFixed a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 200px;
  height: 73px;
  padding: 20px;
  margin-left: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
  .btnFixed a {
    width: 150px;
    height: 60px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .btnFixed a {
    width: 50px;
    height: 50px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.btnFixed a.orange {
  background-color: #f37f20;
  border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
  .btnFixed a.orange {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
  }
}

.btnFixed a.blue {
  background-color: #53b8e9;
  border-radius: 0 0 0 10px;
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .btnFixed a.blue {
    border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
  }
}

.btnFixed a div {
  width: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .btnFixed a div {
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .btnFixed a div {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.btnFixed a div img.home {
  height: 22px;
}

@media screen and (max-width: 1024px) {
  .btnFixed a div img.home {
    height: 17px;
  }
}

.btnFixed a div img.contact {
  height: 15px;
}

@media screen and (max-width: 1024px) {
  .btnFixed a div img.contact {
    height: 10px;
  }
}

.btnFixed a span {
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .btnFixed a span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .btnFixed a span {
    display: none;
  }
}

.btnFixed a:hover {
  width: 215px;
}

@media screen and (max-width: 1024px) {
  .btnFixed a:hover {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .btnFixed a:hover {
    width: auto;
  }
}

/*HEADER*/
#header {
  background-image: url(../img/topPage/bg-topPage.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  border-top: 10px solid #0173ab;
}

@media screen and (max-width: 950px) {
  #header {
    border-top: 5px solid #0173ab;
    height: 85px;
    border-bottom: 1px dashed #C9C2B2;
  }
}

@media screen and (max-width: 950px) {
  #header {
    background-image: url(../img/background/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
  }
}

#header.fixed {
  position: fixed;
}

#header.scroll {
  background-image: url(../img/topPage/bg-topPageScroll.png);
}

#header.scroll .boxFont {
  padding-bottom: 5px !important;
}

#header.scroll .boxFont .fontSize li {
  width: 20px;
  height: 20px;
}

#header.scroll .boxFont .fontSize li a {
  font-size: 90%;
}

#header.scroll .contact img {
  width: auto;
  height: 95px !important;
  margin-right: 80px;
}

#header.scroll .secondRow {
  margin-top: -30px;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#header.scroll .secondRow .navigation {
  padding-top: 10px;
}

#header.scroll .secondRow .navigation ul li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 95%;
}

#header.scroll .secondRow .navigation ul li img {
  top: -7px;
}

#header.scroll .firstRow .inner .logo a img.img-logo {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 150px;
}

#header.scroll .firstRow .inner .logo a .fig_rurichan {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 55px;
}

#header.scroll .firstRow .inner .rightSide .boxFont .fontSize li {
  width: 25px;
  height: 25px;
}

#header.scroll .firstRow .inner .rightSide .boxFont .fontSize li .small {
  font-size: 14px;
}

@media screen and (max-width: 950px) {
  #header .firstRow {
    height: 80px;
  }
}

@media screen and (max-width: 950px) {
  #header .firstRow .cont {
    width: 100%;
    margin: 0;
  }
}

#header .firstRow .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-bottom: 15px;
}

@media screen and (max-width: 950px) {
  #header .firstRow .inner {
    height: 80px;
    padding-bottom: 0;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

#header .firstRow .inner .logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 7px;
  width: 260px;
}

@media screen and (max-width: 950px) {
  #header .firstRow .inner .logo {
    width: auto;
    margin-top: 0;
    padding-left: 15px;
  }
}

#header .firstRow .inner .logo a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

#header .firstRow .inner .logo a img.img-logo {
  transition: all 0.5s;
  width: 201px;
}

@media screen and (max-width: 950px) {
  #header .firstRow .inner .logo a img.img-logo {
    width: auto;
    height: 65px;
  }
}

#header .firstRow .inner .logo a .fig_rurichan {
  width: auto;
  height: 70px;
  margin-top: 8px;
  z-index: 2;
  transition: all 0.5s;
}

@media screen and (max-width: 950px) {
  #header .firstRow .inner .logo a .fig_rurichan {
    width: 50px;
    height: auto;
    margin-top: 0px;
  }
}

#header .firstRow .inner .rightSide {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 950px) {
  #header .firstRow .inner .rightSide {
    height: 100%;
  }
}

#header .firstRow .inner .rightSide .boxFont {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 2px solid #e2ddd3;
  padding-bottom: 10px;
  position: relative;
  bottom: 25px;
  left: 25px;
}

@media screen and (max-width: 950px) {
  #header .firstRow .inner .rightSide .boxFont {
    display: none;
  }
}

#header .firstRow .inner .rightSide .boxFont p {
  font-weight: bold;
  font-size: 88%;
  margin-right: 20px;
  font-family: vdl-v7marugothic, sans-serif;
}

#header .firstRow .inner .rightSide .boxFont .fontSize {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-right: 50px;
}

#header .firstRow .inner .rightSide .boxFont .fontSize li {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  color: #624416;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 2px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #eee7e0;
  font-family: vdl-v7marugothic, sans-serif;
}

#header .firstRow .inner .rightSide .boxFont .fontSize li.small {
  font-size: 17px;
}

#header .firstRow .inner .rightSide .boxFont .fontSize li.middle {
  font-size: 18px;
}

#header .firstRow .inner .rightSide .boxFont .fontSize li.large {
  font-size: 20px;
}

#header .firstRow .inner .rightSide .boxFont .fontSize li a {
  width: 100%;
  height: 100%;
  font-weight: bold;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#header .firstRow .inner .rightSide .boxFont .fontSize li.button.current {
  background: #53b8e9;
  border: 1px solid #53b8e9;
  color: #FFF;
}

#header .firstRow .inner .rightSide .boxFont .fontSize li:hover {
  background: #53b8e9;
  border: 1px solid #53b8e9;
  color: #FFF;
}

#header .firstRow .inner .rightSide .contact {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 950px) {
  #header .firstRow .inner .rightSide .contact {
    display: none;
  }
}

#header .firstRow .inner .rightSide .contact img {
  height: 159px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
  #header .firstRow .inner .rightSide .contact img {
    height: 120px;
  }
}

#header .firstRow .inner .rightSide .iconNav {
  display: none;
}

@media screen and (max-width: 950px) {
  #header .firstRow .inner .rightSide .iconNav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 50px;
    width: 50px;
    margin-right: 15px;
    background-color: #0173ab;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
}

#header .firstRow .inner .rightSide .iconNav .hamburger {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

#header .firstRow .inner .rightSide .iconNav .hamburger:focus {
  outline: none;
}

#header .firstRow .inner .rightSide .iconNav .hamburger:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#header .firstRow .inner .rightSide .iconNav .hamburger .hamburger-box {
  width: 30px;
}

#header .firstRow .inner .rightSide .iconNav .hamburger .hamburger-box .hamburger-inner {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 30px;
  height: 3px;
  background-color: #FFF;
}

#header .firstRow .inner .rightSide .iconNav .hamburger .hamburger-box .hamburger-inner:before {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 30px;
  top: -10px;
  height: 3px;
  background-color: #FFF;
}

#header .firstRow .inner .rightSide .iconNav .hamburger .hamburger-box .hamburger-inner:after {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 30px;
  height: 3px;
  background-color: #FFF;
}

#header .firstRow .inner .rightSide .iconNav .hamburger.hamburger--collapse .hamburger-inner:after {
  top: -20px;
}

#header .firstRow .inner .rightSide .iconNav .hamburger.is-active:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#header .firstRow .inner .rightSide .iconNav .hamburger.is-active .hamburger-inner:before {
  top: 0;
}

#header .firstRow .inner .rightSide .iconNav .hamburger.is-active .hamburger-inner:after {
  top: 0;
}

#header .firstRow .inner .rightSide .iconNav .hamburger.is-active .textMenu {
  display: none;
}

#header .firstRow .inner .rightSide .iconNav .hamburger.is-active .textClose {
  display: block;
}

#header .secondRow {
  padding-bottom: 40x;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 950px) {
  #header .secondRow {
    display: none;
  }
}

#header .secondRow .navigation ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#header .secondRow .navigation ul li {
  width: 20%;
}

#header .secondRow .navigation ul li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  width: 100%;
  text-align: center;
  border-right: 1px dashed #C9C2B2;
  font-size: 119%;
  font-weight: bold;
  font-family: vdl-v7marugothic, sans-serif;
  color: #624417;
}

@media screen and (max-width: 1024px) {
  #header .secondRow .navigation ul li a {
    font-size: 100%;
  }
}

#header .secondRow .navigation ul li img {
  width: 19px;
  height: auto;
  display: inline;
  position: relative;
  top: -11px;
  margin-right: 5px;
}

#header .secondRow .navigation ul li.big {
  width: 250px;
}

#header .secondRow .navigation ul li:last-child a {
  border-right: 0;
}

/* NAV SP */
.navSp {
  display: none;
}

@media screen and (max-width: 950px) {
  .navSp {
    position: fixed;
    top: 85px;
    background: url(../img/background/bg.png);
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 0 0 100px;
    overflow-y: auto;
  }
}

.navSp ul.firstRow {
  width: 100%;
  margin-bottom: 30px;
}

.navSp ul.firstRow li {
  width: 100%;
  line-height: 50px;
  position: relative;
  border-bottom: 1px dashed #C9C2B2;
}

.navSp ul.firstRow li .dropbtn {
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: 100%;
  font-weight: bold;
  padding: 0 15px;
  color: #624417;
  background-color: transparent;
  text-align: left;
  left: 0;
  position: relative;
  z-index: 10;
}

.navSp ul.firstRow li .dropbtn a {
  display: inline;
  padding: 0;
}

.navSp ul.firstRow li .dropbtn img {
  position: absolute;
  z-index: -10;
  top: 20px;
  right: 15px;
  width: 13px;
  height: auto;
}

.navSp ul.firstRow li .dropdown {
  position: relative;
  width: 100%;
}

.navSp ul.firstRow li .dropdown .dropdown-content {
  position: relative;
  height: 0px;
  opacity: 0.6;
  width: 100%;
  overflow: auto;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.navSp ul.firstRow li .dropdown .dropdown-content li {
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  border: none;
  line-height: 40px;
}

.navSp ul.firstRow li .dropdown .dropdown-content li:first-child {
  border-top: 1px dashed #c4c4c4;
}

.navSp ul.firstRow li .dropdown .dropdown-content li a {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  display: block;
  position: relative;
  font-size: 88%;
  font-weight: 500;
  padding: 0px 5px 0px 30px;
  color: #624417;
}

.navSp ul.firstRow li .dropdown .show {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  opacity: 1;
  height: 330px;
  position: relative;
}

.navSp ul.firstRow li a {
  display: block;
  position: relative;
  font-size: 100%;
  font-weight: bold;
  padding: 0 15px;
  color: #624417;
}

.navSp ul.firstRow li a i {
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 13px;
}

.navSp ul.firstRow li a i.up {
  display: none;
}

.navSp ul.firstRow li .subMenu {
  display: none;
  width: 100%;
}

.navSp ul.firstRow li .subMenu li {
  line-height: 1;
}

.navSp ul.firstRow li .subMenu li:first-child {
  border-top: 1px dashed #c4c4c4;
}

.navSp ul.firstRow li .subMenu li:last-child {
  border-bottom: 0;
}

.navSp ul.firstRow li .subMenu li a {
  padding: 15px;
  padding-left: 25px;
  width: 100%;
  display: block;
  position: relative;
}

.navSp ul.firstRow li .nav-change {
  border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
}

.navSp ul.firstRow li .nav-change i.down {
  display: none;
}

.navSp ul.firstRow li .nav-change i.up {
  display: block;
}

.navSp .telp a {
  text-align: center;
  display: block;
}

.navSp .telp a img {
  width: 320px;
}

#footer .illust img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  #footer .illust img.PC {
    display: none;
  }
}

#footer .illust img.SP {
  display: none;
}

@media screen and (max-width: 640px) {
  #footer .illust img.SP {
    display: block;
  }
}

#footer .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 50px 30px 10px;
}

@media screen and (max-width: 1024px) {
  #footer .inner {
    padding: 50px 0 10px;
  }
}

@media screen and (max-width: 950px) {
  #footer .inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#footer .inner .navigation {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 950px) {
  #footer .inner .navigation {
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #footer .inner .navigation {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  #footer .inner .navigation ul {
    width: 50%;
  }
}

#footer .inner .navigation ul:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 950px) {
  #footer .inner .navigation ul:first-child {
    margin-right: 0;
  }
}

#footer .inner .navigation ul li a {
  color: #624417;
  line-height: 2;
}

#footer .inner .navigation ul li a.child {
  padding-left: 15px;
}

#footer .inner .rightSide {
  width: 300px;
}

@media screen and (max-width: 950px) {
  #footer .inner .rightSide {
    margin: 0 auto 0;
  }
}

#footer .inner .rightSide .tel {
  margin-bottom: 10px;
}

@media screen and (max-width: 950px) {
  #footer .inner .rightSide .tel {
    text-align: center;
  }
}

#footer .inner .rightSide .info {
  margin-bottom: 15px;
}

#footer .inner .rightSide .info .name {
  font-size: 113%;
  font-weight: bold;
  color: #624417;
}

#footer .inner .rightSide .info .address {
  color: #624417;
}

@media screen and (max-width: 950px) {
  #footer .inner .rightSide .info .address {
    text-align: center;
  }
}

@media screen and (max-width: 950px) {
  #footer .inner .rightSide .banner {
    text-align: center;
  }
}

#footer .inner .rightSide .banner a {
  display: block;
  margin-bottom: 5px;
}

#footer .inner .rightSide .banner a img {
  width: 200px;
}

#footer #banner_box {
  max-width: 865px;
  width: 100%;
  margin: 15px auto 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: rgba(121, 98, 90, 0.4);
}

@media screen and (max-width: 767px) {
  #footer #banner_box {
    padding: 3% 3% 0;
  }
}

#footer #banner_box .title-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 150%;
  color: #624417;
  font-weight: bold;
  margin-bottom: 25px;
}

#footer #banner_box ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 578px;
  width: 100%;
  margin: auto;
}

#footer #banner_box ul li {
  width: 186px;
  height: 56px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #footer #banner_box ul li {
    width: 48.5%;
    margin-bottom: 3%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #footer #banner_box ul li a img {
    width: 100%;
  }
}

#footer .copyright {
  background-color: #0173ab;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
}

#footer .copyright .link-policy {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30%;
}

#footer .copyright .link-policy a {
  color: #FFF;
  font-size: 94%;
}

@media screen and (max-width: 950px) {
  #footer .copyright .link-policy {
    display: none;
  }
}

#footer .copyright .cont_foot {
  width: 1112px;
  margin: auto;
}

@media screen and (max-width: 1120px) {
  #footer .copyright .cont_foot {
    width: 90%;
    margin: 0 5%;
  }
}

#footer .copyright p {
  color: #FFF;
  font-size: 88%;
  padding: 17px 0;
  position: relative;
  z-index: 5;
  text-align: center;
}

@media screen and (max-width: 950px) {
  #footer .copyright p {
    padding: 10px 0;
  }
}

#footer .float-btn {
  position: fixed;
  height: 40px;
  width: 100%;
  background-color: #0173ab;
  left: 0;
  bottom: 0;
  z-index: 5;
  color: #FFF;
  display: none;
}

@media screen and (max-width: 767px) {
  #footer .float-btn {
    display: flex;
    justify-content: space-between;
  }
}

#footer .float-btn div {
  width: 50%;
}

#footer .float-btn div:last-child {
  border-left: 1px solid #F5F5F5;
}

#footer .float-btn div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

#footer .float-btn div a i {
  margin-right: 10px;
}

#footer .float-btn div a span {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
}

#footer .float-btn div:first-child a i {
  position: relative;
  transform: scaleX(-1);
}

#mainvisual {
  margin-top: 250px;
}

@media screen and (max-width: 950px) {
  #mainvisual {
    margin-top: 85px;
  }
}

#mainvisual.topPage .inner {
  /* MAINVISUAL TOP PAGE*/
}

#mainvisual.topPage .inner .block-index-mv {
  position: relative;
}

#mainvisual.topPage .inner .block-index-mv .block-inner-wide:after {
  content: "";
  display: block;
  padding-top: 35%;
}

@media screen and (max-width: 767px) {
  #mainvisual.topPage .inner .block-index-mv .block-inner-wide:after {
    padding-top: 78%;
  }
}

#mainvisual.topPage .inner .block-index-mv .block-inner-wide ._visuals {
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

#mainvisual.topPage .inner .block-index-mv .block-inner-wide ._visuals ._item {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition-duration: 2s;
  transition-timing-function: ease-out;
}

#mainvisual.topPage .inner .block-index-mv .block-inner-wide ._visuals ._item ._item-inner {
  width: 100%;
  height: 100%;
  transform-origin: 0.5 0.7;
  transition-duration: 6s;
  transition-timing-function: linear;
  background-position: center center;
  background-size: cover;
  transform: scale(1, 1);
}

#mainvisual.topPage .inner .block-index-mv .block-inner-wide ._visuals ._item._item-1 ._item-inner {
  background-image: url(../img/topPage/slider/slide1.jpg);
}

@media screen and (max-width: 767px) {
  #mainvisual.topPage .inner .block-index-mv .block-inner-wide ._visuals ._item._item-1 ._item-inner {
    background-image: url(../img/topPage/slider/slide1_sp.jpg);
  }
}

#mainvisual.topPage .inner .block-index-mv .block-inner-wide ._visuals ._item._item-2 ._item-inner {
  background-image: url(../img/topPage/slider/slide2.jpg);
}

@media screen and (max-width: 767px) {
  #mainvisual.topPage .inner .block-index-mv .block-inner-wide ._visuals ._item._item-2 ._item-inner {
    background-image: url(../img/topPage/slider/slide2_sp.jpg);
  }
}

#mainvisual.topPage .inner .block-index-mv .block-inner-wide ._visuals ._item._item-3 ._item-inner {
  background-image: url(../img/topPage/slider/slide3.jpg);
}

@media screen and (max-width: 767px) {
  #mainvisual.topPage .inner .block-index-mv .block-inner-wide ._visuals ._item._item-3 ._item-inner {
    background-image: url(../img/topPage/slider/slide3_sp.jpg);
  }
}

#mainvisual.topPage .inner .block-index-mv .block-inner-wide ._visuals ._item._item-4 ._item-inner {
  background-image: url(../img/topPage/slider/slide4.jpg);
}

@media screen and (max-width: 767px) {
  #mainvisual.topPage .inner .block-index-mv .block-inner-wide ._visuals ._item._item-4 ._item-inner {
    background-image: url(../img/topPage/slider/slide4_sp.jpg);
  }
}

#mainvisual.topPage .inner .block-index-mv .block-inner-wide ._visuals ._item.js-show {
  opacity: 1;
}

#mainvisual.topPage .inner .block-index-mv .block-inner-wide ._visuals ._item.js-zooming {
  width: 100%;
}

#mainvisual.topPage .inner .block-index-mv .block-inner-wide ._visuals ._item.js-zooming ._item-inner {
  transform: scale(1.05);
}

.fixedRight {
  position: fixed;
  right: 0;
  bottom: 230px;
  z-index: 1000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fixedRight a {
  text-align: center;
  padding: 12px;
  padding-bottom: 25px;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
  vertical-align: middle;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  width: 160px;
}

.fixedRight a img {
  vertical-align: baseline;
  margin-bottom: 5px;
  height: 160px;
}

.fixedRight a .icbelow {
  position: absolute;
  right: 5px;
  bottom: 0;
}

.fixedRight a:hover {
  color: #FFF;
}

@media screen and (max-width: 1024px) {
  .fixedRight {
    display: none;
  }
}

.subMainvisual {
  padding: 30px 0;
  border-bottom: 2px dashed #C9C2B2;
}

@media screen and (max-width: 950px) {
  .subMainvisual {
    margin-top: 85px;
  }
}

.subMainvisual .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.subMainvisual .inner .mv {
  position: relative;
}

.subMainvisual .inner .mv img {
  position: relative;
}

.subMainvisual .inner .mv .text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.subMainvisual .inner .mv .text h2 {
  font-family: vdl-v7marugothic, sans-serif;
  font-size: 412%;
  font-weight: bold;
  letter-spacing: 2px;
  color: #624417;
  word-break: keep-all;
}

@media screen and (max-width: 767px) {
  .subMainvisual .inner .mv .text h2 {
    font-size: 250%;
  }
}

@media screen and (max-width: 480px) {
  .subMainvisual .inner .mv .text h2 {
    font-size: 150%;
  }
}

.subMainvisual .inner .mv .text.mainvisual-tenryuqawa {
  width: 120%;
  left: -10%;
}

@media screen and (max-width: 950px) {
  .subMainvisual .inner .mv .text.mainvisual-tenryuqawa h2 {
    font-size: 300%;
  }
}

@media screen and (max-width: 750px) {
  .subMainvisual .inner .mv .text.mainvisual-tenryuqawa h2 {
    font-size: 200%;
  }
}

@media screen and (max-width: 480px) {
  .subMainvisual .inner .mv .text.mainvisual-tenryuqawa h2 {
    font-size: 140%;
  }
}

@media screen and (max-width: 360px) {
  .subMainvisual .inner .mv .text.mainvisual-tenryuqawa h2 {
    font-size: 130%;
  }
}

@media screen and (max-width: 950px) {
  .subMainvisual .inner .mv .text.akuro h2 {
    font-size: 270%;
  }
}

@media screen and (max-width: 750px) {
  .subMainvisual .inner .mv .text.akuro h2 {
    font-size: 200%;
  }
}

@media screen and (max-width: 480px) {
  .subMainvisual .inner .mv .text.akuro h2 {
    font-size: 140%;
  }
}

@media screen and (max-width: 360px) {
  .subMainvisual .inner .mv .text.akuro h2 {
    font-size: 130%;
  }
}

@media screen and (max-width: 320px) {
  .subMainvisual .inner .mv .text.akuro h2 {
    font-size: 110%;
  }
}

/*-----BREADCRUMB-----*/
.breadcrumbPage {
  margin-top: 270px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF;
  font-family: vdl-v7marugothic, sans-serif;
}

@media screen and (max-width: 950px) {
  .breadcrumbPage {
    margin-top: 85px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbPage {
    height: auto;
    padding: 8px 15px;
  }
}

.breadcrumbPage ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 480px) {
  .breadcrumbPage ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.breadcrumbPage ul li {
  font-size: 75%;
  letter-spacing: 1px;
  color: #624417;
  margin-right: 40px;
}

.breadcrumbPage ul li a img {
  height: 18px;
  position: relative;
  top: -2px;
}

.breadcrumbPage ul li a.active {
  border-bottom: 1px solid #624417;
  padding-bottom: 3px;
}

.breadcrumbPage ul li.arrow {
  position: relative;
}

.breadcrumbPage ul li.arrow:before {
  position: absolute;
  top: 50%;
  left: -25px;
  display: block;
  content: '';
  height: 8px;
  width: 8px;
  border: 1px solid #888;
  border-left-width: 0;
  border-top-width: 0;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.subTitle {
  background-color: #f37f20;
  color: #FFF;
  font-size: 113%;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 20px;
  margin-bottom: 15px;
}

.btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.btnBox .button {
  background-color: #0173ab;
  border: 1px solid #0173ab;
  color: #FFF;
  font-size: 113%;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 338px;
  height: 46px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btnBox .button i {
  position: absolute;
  left: 18px;
}

.btnBox .button:hover {
  background-color: #FFF;
  color: #0173ab;
}

#main {
  /*TOP PAGE*/
  /* FOURTH ROW */
  /* FIVE ROW */
  /*PRIVACY-POLICY*/
  /*steps*/
  /*COMING SOON*/
}

#main.topPage {
  /* FIRST ROW */
  /*SECOND ROW*/
  /*THIRD ROW*/
}

#main.topPage #sliderRss .heading {
  text-align: center;
  font-size: 206%;
  font-weight: bold;
  line-height: 1;
  color: #624417;
  margin: 50px 0;
  font-family: vdl-v7marugothic, sans-serif;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #main.topPage #sliderRss .heading {
    font-size: 188%;
    margin: 30px 0 50px;
  }
}

#main.topPage #sliderRss .inner .sliderTop .item {
  width: 250px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  background-image: url(../img/background/bg.png);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  #main.topPage #sliderRss .inner .sliderTop .item {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  #main.topPage #sliderRss .inner .sliderTop .item {
    width: 180px;
    margin-right: 10px;
  }
}

#main.topPage #sliderRss .inner .sliderTop .item a .img {
  width: 100%;
  height: 160px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 1024px) {
  #main.topPage #sliderRss .inner .sliderTop .item a .img {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  #main.topPage #sliderRss .inner .sliderTop .item a .img {
    height: 100px;
  }
}

#main.topPage #sliderRss .inner .sliderTop .item a .img div {
  width: 100%;
  height: 100%;
}

#main.topPage #sliderRss .inner .sliderTop .item a .content {
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
}

#main.topPage #sliderRss .inner .sliderTop .item a .content h2 {
  font-size: 88%;
  color: #624417;
  overflow: hidden;
  max-height: 42px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: bold;
}

#main.topPage .bannerMiraiMachi {
  margin: 3rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main.topPage .bannerMiraiMachi a {
  width: 47.5%;
}

@media screen and (max-width: 600px) {
  #main.topPage .bannerMiraiMachi {
    flex-direction: column;
  }
  #main.topPage .bannerMiraiMachi a {
    width: 85%;
  }
  #main.topPage .bannerMiraiMachi a:first-child {
    margin-bottom: 1.5rem;
  }
}

#main.topPage .firstRow {
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  #main.topPage .firstRow {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #main.topPage .firstRow {
    padding: 50px 0 0;
  }
}

#main.topPage .firstRow .inner .heading {
  text-align: center;
  font-size: 206%;
  font-weight: bold;
  line-height: 1;
  color: #624417;
  margin-bottom: 40px;
  font-family: vdl-v7marugothic, sans-serif;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #main.topPage .firstRow .inner .heading {
    font-size: 188%;
  }
}

#main.topPage .firstRow .inner .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #main.topPage .firstRow .inner .list {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

#main.topPage .firstRow .inner .list .item {
  width: 280px;
  margin: 0 30px 30px;
}

@media screen and (max-width: 1120px) {
  #main.topPage .firstRow .inner .list .item {
    width: 30%;
    margin: 0 1.5% 30px;
  }
}

@media screen and (max-width: 767px) {
  #main.topPage .firstRow .inner .list .item {
    width: 47.5%;
    margin: 0 0 5%;
  }
}

#main.topPage .firstRow .inner .btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.topPage .secondRow {
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  #main.topPage .secondRow {
    padding: 60px 0 60px 0;
  }
}

@media screen and (max-width: 768px) {
  #main.topPage .secondRow {
    padding: 60px 0 40px 0;
  }
}

#main.topPage .secondRow .inner .heading {
  text-align: center;
  font-size: 206%;
  font-weight: bold;
  line-height: 1;
  color: #624417;
  margin-bottom: 40px;
  font-family: vdl-v7marugothic, sans-serif;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #main.topPage .secondRow .inner .heading {
    font-size: 188%;
  }
}

#main.topPage .secondRow .inner .map {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 40px;
}

@media screen and (max-width: 1120px) {
  #main.topPage .secondRow .inner .map {
    padding: 0;
  }
}

@media screen and (max-width: 950px) {
  #main.topPage .secondRow .inner .map {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.topPage .secondRow .inner .map .map-facility {
  width: 100%;
  max-width: 498px;
  max-height: 488px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

@media screen and (max-width: 950px) {
  #main.topPage .secondRow .inner .map .map-facility {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #main.topPage .secondRow .inner .map .map-facility {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

#main.topPage .secondRow .inner .map .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 80px;
}

@media screen and (max-width: 1120px) {
  #main.topPage .secondRow .inner .map .text {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #main.topPage .secondRow .inner .map .text {
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding-top: 30px;
  }
}

@media screen and (max-width: 550px) {
  #main.topPage .secondRow .inner .map .text {
    padding-top: 10px;
  }
}

@media screen and (max-width: 530px) {
  #main.topPage .secondRow .inner .map .text {
    padding-top: 0px;
  }
}

@media screen and (max-width: 500px) {
  #main.topPage .secondRow .inner .map .text {
    margin-top: -10%;
  }
}

@media screen and (max-width: 460px) {
  #main.topPage .secondRow .inner .map .text {
    margin-top: -20%;
  }
}

@media screen and (max-width: 420px) {
  #main.topPage .secondRow .inner .map .text {
    margin-top: -30%;
  }
}

@media screen and (max-width: 400px) {
  #main.topPage .secondRow .inner .map .text {
    margin-top: -40%;
  }
}

@media screen and (max-width: 368px) {
  #main.topPage .secondRow .inner .map .text {
    margin-top: -50%;
  }
}

@media screen and (max-width: 340px) {
  #main.topPage .secondRow .inner .map .text {
    margin-top: -60%;
  }
}

@media screen and (max-width: 320px) {
  #main.topPage .secondRow .inner .map .text {
    margin-top: -70%;
  }
}

#main.topPage .secondRow .inner .map .text p {
  color: #624417;
  font-size: 138%;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 950px) {
  #main.topPage .secondRow .inner .map .text p {
    font-size: 113%;
  }
}

@media screen and (max-width: 480px) {
  #main.topPage .secondRow .inner .map .text p {
    font-size: 100%;
  }
}

#main.topPage .thirdRow {
  padding-bottom: 60px;
}

#main.topPage .thirdRow .inner {
  padding: 0 40px;
}

@media screen and (max-width: 950px) {
  #main.topPage .thirdRow .inner {
    padding: 0 30px;
  }
}

#main.topPage .thirdRow .inner #feature {
  position: relative;
  margin-bottom: 45px;
}

#main.topPage .thirdRow .inner #feature .owl-item {
  position: relative;
}

#main.topPage .thirdRow .inner #feature .owl-item .item {
  width: 100%;
  position: relative;
}

#main.topPage .thirdRow .inner #feature .owl-item .item img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#main.topPage .thirdRow .inner #feature .owl-item .item span {
  left: 0;
  top: 0;
  position: absolute;
  width: 120px;
  height: 30px;
  color: #000000;
  border-radius: 10px 0 10px 0;
  -webkit-border-radius: 10px 0 10px 0;
  -moz-border-radius: 10px 0 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.topPage .thirdRow .inner #feature .owl-item .item span.ungu-bias {
  background-color: #F4C9E1;
}

#main.topPage .thirdRow .inner #feature .owl-item .item span.hijau {
  background-color: #A0EAA9;
}

#main.topPage .thirdRow .inner #feature .owl-item .item span.kuning {
  background-color: #FFE579;
}

#main.topPage .thirdRow .inner #feature .owl-item .item span.ungu {
  background-color: #CDBED8;
}

#main.topPage .thirdRow .inner #feature .owl-item .item span.biru {
  background-color: #A2ECF4;
}

#main.topPage .thirdRow .inner #feature .owl-item .item span.orange {
  background-color: #FFC888;
}

#main.topPage .thirdRow .inner #feature .owl-item .item span.abu {
  background-color: #D9CCB8;
}

#main.topPage .thirdRow .inner #feature .owl-item .item span.pink {
  background-color: #FFB1BD;
}

#main.topPage .thirdRow .inner #feature .owl-item .item span.cyan {
  background-color: #71e4d1;
}

@media screen and (max-width: 520px) {
  #main.topPage .thirdRow .inner #feature .owl-item .item span {
    width: 120px;
    height: 25px;
    font-size: 88%;
  }
}

@media screen and (max-width: 500px) {
  #main.topPage .thirdRow .inner #feature .owl-item .item span {
    width: 100px;
    height: 25px;
    font-size: 78%;
  }
}

@media screen and (max-width: 480px) {
  #main.topPage .thirdRow .inner #feature .owl-item .item span {
    width: 120px;
    height: 25px;
    font-size: 69%;
  }
}

@media screen and (max-width: 368px) {
  #main.topPage .thirdRow .inner #feature .owl-item .item span {
    width: 100px;
    height: 25px;
    font-size: 69%;
  }
}

#main.topPage .thirdRow .inner #feature .owl-nav {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 40%;
}

#main.topPage .thirdRow .inner #feature .owl-nav .owl-prev {
  position: absolute;
  left: -40px;
}

@media screen and (max-width: 950px) {
  #main.topPage .thirdRow .inner #feature .owl-nav .owl-prev {
    left: -25px;
  }
}

#main.topPage .thirdRow .inner #feature .owl-nav .owl-next {
  position: absolute;
  right: -40px;
}

@media screen and (max-width: 950px) {
  #main.topPage .thirdRow .inner #feature .owl-nav .owl-next {
    right: -25px;
  }
}

#main.topPage .thirdRow .inner #feature .owl-nav button {
  margin: 0;
}

#main.topPage .thirdRow .inner #feature .owl-nav button i {
  font-size: 30px;
  color: #0173ab;
}

@media screen and (max-width: 950px) {
  #main.topPage .thirdRow .inner #feature .owl-nav button i {
    font-size: 22px;
  }
}

#main.topPage .thirdRow .inner #feature .owl-nav button:hover {
  background: transparent;
}

#main.topPage .thirdRow .inner #feature .owl-nav button:focus {
  outline: 0;
}

#main.topPage .thirdRow .btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main .fourthRow {
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  #main .fourthRow {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #main .fourthRow {
    padding: 50px 0 0;
  }
}

#main .fourthRow .inner .heading {
  text-align: center;
  font-size: 206%;
  font-weight: bold;
  line-height: 1;
  color: #624417;
  margin-bottom: 40px;
  font-family: vdl-v7marugothic, sans-serif;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #main .fourthRow .inner .heading {
    font-size: 188%;
    line-height: 1.3;
  }
}

#main .fourthRow .inner .item {
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: "space-between";
  -moz-justify-content: "space-between";
  -ms-justify-content: "space-between";
  justify-content: "space-between";
  -ms-flex-pack: "space-between";
}

@media screen and (max-width: 1024px) {
  #main .fourthRow .inner .item {
    margin: 0 1.5% 30px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #main .fourthRow .inner .item {
    width: 47.5%;
    margin: 0 0 5%;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #main .fourthRow .inner .item {
    width: 100%;
  }
}

#main .fourthRow .inner .item iframe {
  align-items: center;
  text-align: center;
  width: 560px;
  height: 315px;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  #main .fourthRow .inner .item iframe {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  #main .fourthRow .inner .item iframe {
    margin-left: 25%;
  }
}

@media screen and (max-width: 640px) {
  #main .fourthRow .inner .item iframe {
    width: 100%;
    height: 50vw;
    margin: 0;
  }
}

#main .fourthRow .inner .btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main .fourthRow .inner .btnBox .button {
  width: 550px;
  padding: 2%;
}

@media screen and (max-width: 480px) {
  #main .fourthRow .inner .btnBox .button {
    width: 100%;
    font-size: 11px;
  }
}

#main .fiveRow {
  padding: 80px 0 50px;
}

@media screen and (max-width: 1024px) {
  #main .fiveRow {
    padding: 60px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  #main .fiveRow {
    padding: 50px 0 20px;
  }
}

#main .fiveRow .inner .heading {
  text-align: center;
  font-size: 206%;
  font-weight: bold;
  line-height: 1;
  color: #624417;
  margin-bottom: 40px;
  font-family: vdl-v7marugothic, sans-serif;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #main .fiveRow .inner .heading {
    font-size: 188%;
    line-height: 1.3;
    display: block;
  }
}

#main .fiveRow .inner .heading p {
  display: inline;
}

@media screen and (max-width: 767px) {
  #main .fiveRow .inner .heading p {
    display: block;
  }
}

#main .fiveRow .inner .item {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  justify-content: space-around;
  gap: 1.5rem;
}

@media screen and (max-width: 767px) {
  #main .fiveRow .inner .item {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

#main .fiveRow .inner .item a {
  width: 47.5%;
}

@media screen and (max-width: 767px) {
  #main .fiveRow .inner .item a {
    width: 85%;
  }
}

#main.privacy-policy {
  padding: 50px 0 90px;
}

@media screen and (max-width: 767px) {
  #main.privacy-policy {
    padding: 30px 0 50px;
  }
}

#main.privacy-policy .inner {
  background-color: #FFF;
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  #main.privacy-policy .inner {
    padding: 5%;
  }
}

#main.privacy-policy .inner p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #main.privacy-policy .inner p {
    line-height: 1.7;
  }
}

#main.privacy-policy .inner .item {
  margin-bottom: 30px;
}

#main.flow {
  padding: 50px 0 90px;
}

@media screen and (max-width: 767px) {
  #main.flow {
    padding: 30px 0 50px;
  }
}

@media screen and (max-width: 700px) {
  #main.flow .hiddenSp {
    display: none;
  }
}

#main.flow .showSp {
  display: none;
}

@media screen and (max-width: 700px) {
  #main.flow .showSp {
    display: block;
  }
}

#main.flow .inner {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

#main.flow .inner .headingBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media screen and (max-width: 700px) {
  #main.flow .inner .headingBox {
    display: none;
  }
}

#main.flow .inner .headingBox .heading {
  width: 46.667%;
  height: 73px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  font-family: vdl-v7marugothic, sans-serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  #main.flow .inner .headingBox .heading {
    font-size: 18px;
  }
}

#main.flow .inner .headingBox .heading.green {
  background-color: #87B828;
}

#main.flow .inner .headingBox .heading.blue {
  background-color: #53B8E9;
}

#main.flow .inner .outer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

#main.flow .inner .outer .box {
  width: 46.667%;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  padding: 20px;
  padding-bottom: 30px;
  position: relative;
}

#main.flow .inner .outer .box.green {
  background-color: #CFE3A9;
}

@media screen and (max-width: 700px) {
  #main.flow .inner .outer .box.green {
    background-color: transparent;
  }
}

#main.flow .inner .outer .box.blue {
  background-color: #BAE3F6;
}

@media screen and (max-width: 700px) {
  #main.flow .inner .outer .box {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 0;
  }
}

#main.flow .inner .outer .box .onSp {
  display: none;
}

@media screen and (max-width: 700px) {
  #main.flow .inner .outer .box .onSp {
    display: block;
    position: absolute;
    padding: 5px 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
  }
  #main.flow .inner .outer .box .onSp.green {
    background-color: #87B828;
    width: 199px;
    height: 46px;
    color: white;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 11px;
    margin-left: 125px;
    margin-top: -35px;
  }
  #main.flow .inner .outer .box .onSp.blue {
    background-color: #53B8E9;
    width: 199px;
    height: 46px;
    color: white;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 11px;
    margin-left: 125px;
    margin-top: -20px;
  }
  #main.flow .inner .outer .box .onSp.left {
    top: 15px;
    left: 0;
  }
  #main.flow .inner .outer .box .onSp.right {
    right: 0;
    top: 15px;
  }
}

#main.flow .inner .outer .box .step1 {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#main.flow .inner .outer .box .step1 .content-step {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 295px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

#main.flow .inner .outer .box .step1 .content-step .background-step {
  width: 100%;
  height: 100%;
  background-image: url("../img/flow/background/step1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

#main.flow .inner .outer .box .step1 .content-step .background-step .circle-number {
  background-color: #F37F20;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 60%;
  margin-top: -10px;
  position: absolute;
}

#main.flow .inner .outer .box .step1 .content-step .background-step .circle-number span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  color: white;
}

#main.flow .inner .outer .box .step1 .content-step .background-step .circle-number span.num-1 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 10px;
}

#main.flow .inner .outer .box .step1 .content-step .background-step .circle-number span.num-2 {
  font-size: 36px;
}

#main.flow .inner .outer .box .step1 .content-step .background-step .title {
  color: #F37F20;
  font-size: 23px;
  font-weight: 600;
  width: 165px;
  border-bottom: 1px dashed #EEEEEE;
  text-align: left;
  margin-top: 20px;
  margin-left: 50px;
  padding: 15px 0px;
}

#main.flow .inner .outer .box .step1 .content-step .background-step .desc {
  margin: 17px 50px 0px 50px;
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #main.flow .inner .outer .box .step1 .content-step {
    height: 210px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .circle-number {
    width: 80px;
    height: 80px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .circle-number span.num-1 {
    font-size: 18px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .circle-number span.num-2 {
    font-size: 24px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .title {
    color: #F37F20;
    font-size: 21px;
    width: 135px;
    margin-left: 32px;
    padding: 10px 0px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .desc {
    margin: 10px 32px 0px 32px;
    text-align: left;
    font-size: 13px;
  }
}

@media screen and (max-width: 700px) {
  #main.flow .inner .outer .box .step1 .content-step {
    height: 395px;
    width: 100%;
    background-color: #CFE3A9;
    padding: 10px;
    border-radius: 10px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step {
    margin-top: 40px;
    width: 75%;
    height: 100%;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .circle-number {
    width: 100px;
    height: 100px;
    margin-left: -8%;
    margin-top: -75px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .title {
    font-size: 24px;
    width: 165px;
    text-align: left;
    margin-top: 50px;
    margin-left: 58px;
    padding: 10px 0px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .desc {
    margin: 5px 58px 0px 58px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 630px) {
  #main.flow .inner .outer .box .step1 .content-step {
    height: 375px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step {
    margin-top: 40px;
    width: 82%;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .title {
    margin-top: 40px;
  }
}

@media screen and (max-width: 550px) {
  #main.flow .inner .outer .box .step1 .content-step {
    height: 375px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step {
    margin-top: 40px;
    width: 88%;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  #main.flow .inner .outer .box .step1 .content-step {
    height: 375px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step {
    margin-top: 40px;
    width: 95%;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  #main.flow .inner .outer .box .step1 .content-step {
    height: 365px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step {
    width: 100%;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .circle-number {
    margin-left: -6%;
  }
}

@media screen and (max-width: 430px) {
  #main.flow .inner .outer .box .step1 .content-step {
    height: 345px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .title {
    font-size: 24px;
    width: 165px;
    text-align: left;
    margin-top: 30px;
    margin-left: 42px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .desc {
    margin: 5px 42px 0px 42px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 400px) {
  #main.flow .inner .outer .box .step1 {
    margin-top: 40px;
  }
  #main.flow .inner .outer .box .step1 .content-step {
    height: 300px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .circle-number {
    width: 95px;
    height: 95px;
    margin-left: -7%;
    margin-top: -85px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .title {
    font-size: 21px;
    width: 165px;
    text-align: left;
    margin-top: 20px;
    margin-left: 38px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .desc {
    margin: 5px 38px 0px 38px;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }
}

@media screen and (max-width: 350px) {
  #main.flow .inner .outer .box .step1 {
    margin-top: 40px;
  }
  #main.flow .inner .outer .box .step1 .content-step {
    height: 265px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .circle-number {
    width: 87px;
    height: 87px;
    margin-left: -8%;
    margin-top: -85px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .title {
    font-size: 21px;
    width: 165px;
    text-align: left;
    margin-top: 10px;
    margin-left: 33px;
    padding: 5px 0px;
  }
  #main.flow .inner .outer .box .step1 .content-step .background-step .desc {
    margin: 5px 33px 0px 33px;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }
}

#main.flow .inner .outer .box .step1 .telp {
  margin: 30px 0 15px;
}

#main.flow .inner .outer .box .step1 .arrow {
  margin-top: 15px;
  text-align: center;
}

#main.flow .inner .outer .box .step2 {
  text-align: center;
  position: relative;
}

#main.flow .inner .outer .box .step2 .content-step {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 211px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

#main.flow .inner .outer .box .step2 .content-step .background-step {
  width: 100%;
  height: 100%;
  background-image: url("../img/flow/background/step2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

#main.flow .inner .outer .box .step2 .content-step .background-step .circle-number {
  background-color: #F37F20;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 55%;
  margin-top: -10px;
  position: absolute;
}

#main.flow .inner .outer .box .step2 .content-step .background-step .circle-number span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  color: white;
}

#main.flow .inner .outer .box .step2 .content-step .background-step .circle-number span.num-1 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 10px;
}

#main.flow .inner .outer .box .step2 .content-step .background-step .circle-number span.num-2 {
  font-size: 36px;
}

#main.flow .inner .outer .box .step2 .content-step .background-step .title {
  color: #F37F20;
  font-size: 23px;
  font-weight: 600;
  width: 151px;
  border-bottom: 1px dashed #EEEEEE;
  text-align: left;
  margin-top: 30px;
  margin-left: 50px;
  padding: 15px 0px;
}

#main.flow .inner .outer .box .step2 .content-step .background-step .desc {
  margin: 17px 50px 0px 50px;
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #main.flow .inner .outer .box .step2 .content-step {
    height: 155px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .circle-number {
    width: 80px;
    height: 80px;
    margin-left: 58%;
    margin-top: -10px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .circle-number span.num-1 {
    font-size: 18px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .circle-number span.num-2 {
    font-size: 24px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .title {
    color: #F37F20;
    font-size: 21px;
    width: 151px;
    margin-top: 20px;
    margin-left: 32px;
    padding: 10px 0px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .desc {
    margin: 10px 32px 0px 32px;
    text-align: left;
    font-size: 13px;
  }
}

@media screen and (max-width: 700px) {
  #main.flow .inner .outer .box .step2 {
    margin-top: 40px;
  }
  #main.flow .inner .outer .box .step2 .content-step {
    height: 295px;
    width: 100%;
    background-color: #CFE3A9;
    padding: 10px;
    border-radius: 10px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step {
    margin-top: 40px;
    width: 75%;
    height: 100%;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .circle-number {
    width: 100px;
    height: 100px;
    margin-left: -8%;
    margin-top: -75px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .title {
    font-size: 24px;
    width: 165px;
    text-align: left;
    margin-top: 50px;
    margin-left: 58px;
    padding: 10px 0px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .desc {
    margin: 5px 58px 0px 58px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 630px) {
  #main.flow .inner .outer .box .step2 .content-step {
    height: 295px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step {
    margin-top: 40px;
    width: 82%;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .title {
    margin-top: 40px;
  }
}

@media screen and (max-width: 550px) {
  #main.flow .inner .outer .box .step2 .content-step {
    height: 295px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step {
    margin-top: 40px;
    width: 88%;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  #main.flow .inner .outer .box .step2 .content-step {
    height: 295px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step {
    margin-top: 40px;
    width: 95%;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  #main.flow .inner .outer .box .step2 .content-step {
    height: 275px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step {
    width: 100%;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .circle-number {
    margin-left: -6%;
  }
}

@media screen and (max-width: 430px) {
  #main.flow .inner .outer .box .step2 .content-step {
    height: 255px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .title {
    font-size: 24px;
    width: 165px;
    text-align: left;
    margin-top: 30px;
    margin-left: 42px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .desc {
    margin: 5px 42px 0px 42px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 400px) {
  #main.flow .inner .outer .box .step2 .content-step {
    height: 220px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .circle-number {
    width: 95px;
    height: 95px;
    margin-left: -7%;
    margin-top: -85px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .title {
    font-size: 21px;
    width: 165px;
    text-align: left;
    margin-top: 20px;
    margin-left: 38px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .desc {
    margin: 5px 38px 0px 38px;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }
}

@media screen and (max-width: 350px) {
  #main.flow .inner .outer .box .step2 {
    margin-top: 40px;
  }
  #main.flow .inner .outer .box .step2 .content-step {
    height: 190px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .circle-number {
    width: 87px;
    height: 87px;
    margin-left: -8%;
    margin-top: -85px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .title {
    font-size: 21px;
    width: 165px;
    text-align: left;
    margin-top: 10px;
    margin-left: 33px;
    padding: 5px 0px;
  }
  #main.flow .inner .outer .box .step2 .content-step .background-step .desc {
    margin: 5px 33px 0px 33px;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }
}

#main.flow .inner .outer .box .step2 .arrow {
  margin-top: 10px;
  position: relative;
}

@media screen and (max-width: 700px) {
  #main.flow .inner .outer .box .step2 .arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

#main.flow .inner .outer .box .step2 .arrow .right {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-4%, 0%);
  z-index: 3;
}

@media screen and (max-width: 950px) {
  #main.flow .inner .outer .box .step2 .arrow .right {
    width: 80%;
  }
}

#main.flow .inner .outer .box .step3 {
  text-align: center;
  position: relative;
  margin-top: 0px;
}

#main.flow .inner .outer .box .step3 .content-step {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

#main.flow .inner .outer .box .step3 .content-step .background-step {
  width: 100%;
  height: 100%;
  background-image: url("../img/flow/background/step3.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

#main.flow .inner .outer .box .step3 .content-step .background-step .circle-number {
  background-color: #F37F20;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 3%;
  margin-top: -35px;
  position: absolute;
}

#main.flow .inner .outer .box .step3 .content-step .background-step .circle-number span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  color: white;
}

#main.flow .inner .outer .box .step3 .content-step .background-step .circle-number span.num-1 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 10px;
}

#main.flow .inner .outer .box .step3 .content-step .background-step .circle-number span.num-2 {
  font-size: 36px;
}

#main.flow .inner .outer .box .step3 .content-step .background-step .title {
  color: #F37F20;
  font-size: 23px;
  font-weight: 600;
  width: 262px;
  border-bottom: 1px dashed #EEEEEE;
  text-align: right;
  margin-top: 50px;
  margin-left: 50px;
  padding: 15px 0px;
}

#main.flow .inner .outer .box .step3 .content-step .background-step .desc {
  margin: 17px 60px 0px 50px;
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #main.flow .inner .outer .box .step3 {
    margin-top: -20px;
  }
  #main.flow .inner .outer .box .step3 .content-step {
    height: 180px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .circle-number {
    width: 80px;
    height: 80px;
    margin-left: 3%;
    margin-top: -35px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .circle-number span.num-1 {
    font-size: 18px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .circle-number span.num-2 {
    font-size: 24px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .title {
    color: #F37F20;
    font-size: 21px;
    width: 242px;
    text-align: right;
    margin-top: 35px;
    margin-left: 15px;
    padding: 10px 0px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .desc {
    margin: 10px 38px 0px 38px;
    text-align: left;
    font-size: 13px;
  }
}

@media screen and (max-width: 700px) {
  #main.flow .inner .outer .box .step3 {
    margin-top: 40px;
  }
  #main.flow .inner .outer .box .step3 .blue {
    margin-top: -35px;
  }
  #main.flow .inner .outer .box .step3 .content-step {
    height: 345px;
    width: 100%;
    background-color: #BAE3F6;
    padding: 10px;
    border-radius: 10px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step {
    margin-top: 40px;
    width: 75%;
    height: 100%;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .circle-number {
    width: 100px;
    height: 100px;
    margin-left: -8%;
    margin-top: -75px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .title {
    font-size: 24px;
    width: 265px;
    text-align: left;
    margin-top: 50px;
    margin-left: 58px;
    padding: 10px 0px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .desc {
    margin: 5px 58px 0px 58px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 630px) {
  #main.flow .inner .outer .box .step3 .content-step {
    height: 345px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step {
    margin-top: 40px;
    width: 82%;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .title {
    margin-top: 40px;
  }
}

@media screen and (max-width: 550px) {
  #main.flow .inner .outer .box .step3 .content-step {
    height: 345px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step {
    margin-top: 40px;
    width: 88%;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  #main.flow .inner .outer .box .step3 .content-step {
    height: 345px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step {
    margin-top: 40px;
    width: 95%;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  #main.flow .inner .outer .box .step3 .content-step {
    height: 325px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step {
    width: 100%;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .circle-number {
    margin-left: -6%;
  }
}

@media screen and (max-width: 430px) {
  #main.flow .inner .outer .box .step3 .content-step {
    height: 305px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .title {
    font-size: 24px;
    text-align: left;
    margin-top: 30px;
    margin-left: 42px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .desc {
    margin: 5px 42px 0px 42px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 400px) {
  #main.flow .inner .outer .box .step3 .content-step {
    height: 250px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .circle-number {
    width: 95px;
    height: 95px;
    margin-left: -7%;
    margin-top: -85px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .title {
    font-size: 21px;
    width: 250px;
    text-align: left;
    margin-top: 20px;
    margin-left: 38px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .desc {
    margin: 5px 38px 0px 38px;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }
}

@media screen and (max-width: 350px) {
  #main.flow .inner .outer .box .step3 {
    margin-top: 40px;
  }
  #main.flow .inner .outer .box .step3 .content-step {
    height: 225px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .circle-number {
    width: 87px;
    height: 87px;
    margin-left: -8%;
    margin-top: -85px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .title {
    font-size: 21px;
    width: 220px;
    text-align: left;
    margin-top: 10px;
    margin-left: 33px;
    padding: 5px 0px;
  }
  #main.flow .inner .outer .box .step3 .content-step .background-step .desc {
    margin: 5px 33px 0px 33px;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }
}

#main.flow .inner .outer .box .step3 .arrow {
  margin-top: 5px;
}

#main.flow .inner .outer .box .step4 {
  margin-top: -10px;
  text-align: center;
  position: relative;
}

#main.flow .inner .outer .box .step4 .content-step {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 210px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

#main.flow .inner .outer .box .step4 .content-step .background-step {
  width: 100%;
  height: 100%;
  background-image: url("../img/flow/background/step4.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

#main.flow .inner .outer .box .step4 .content-step .background-step .circle-number {
  background-color: #F37F20;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12%;
  margin-top: 0px;
  position: absolute;
}

#main.flow .inner .outer .box .step4 .content-step .background-step .circle-number span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  color: white;
}

#main.flow .inner .outer .box .step4 .content-step .background-step .circle-number span.num-1 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 10px;
}

#main.flow .inner .outer .box .step4 .content-step .background-step .circle-number span.num-2 {
  font-size: 36px;
}

#main.flow .inner .outer .box .step4 .content-step .background-step .title {
  color: #F37F20;
  font-size: 23px;
  font-weight: 600;
  width: 156px;
  border-bottom: 1px dashed #EEEEEE;
  text-align: left;
  margin-top: 30px;
  margin-left: 43%;
  padding: 15px 0px;
}

#main.flow .inner .outer .box .step4 .content-step .background-step .desc {
  margin: 17px 60px 0px 50px;
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #main.flow .inner .outer .box .step4 .content-step {
    height: 165px;
    margin-top: 10px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .circle-number {
    width: 80px;
    height: 80px;
    margin-left: 12%;
    margin-top: -15px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .circle-number span.num-1 {
    font-size: 18px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .circle-number span.num-2 {
    font-size: 24px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .title {
    color: #F37F20;
    font-size: 21px;
    width: 116px;
    text-align: left;
    margin-top: 10px;
    margin-left: 43%;
    padding: 10px 0px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .desc {
    margin: 10px 38px 0px 38px;
    text-align: left;
    font-size: 13px;
  }
}

@media screen and (max-width: 700px) {
  #main.flow .inner .outer .box .step4 {
    margin-top: 40px;
  }
  #main.flow .inner .outer .box .step4 .content-step {
    height: 305px;
    width: 100%;
    background-color: #BAE3F6;
    padding: 10px;
    border-radius: 10px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step {
    margin-top: 40px;
    width: 75%;
    height: 100%;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .circle-number {
    width: 100px;
    height: 100px;
    margin-left: -8%;
    margin-top: -75px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .title {
    font-size: 21px;
    width: 165px;
    text-align: left;
    margin-top: 50px;
    margin-left: 58px;
    padding: 10px 0px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .desc {
    margin: 5px 58px 0px 58px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 630px) {
  #main.flow .inner .outer .box .step4 .content-step {
    height: 305px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step {
    margin-top: 40px;
    width: 82%;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .title {
    margin-top: 40px;
  }
}

@media screen and (max-width: 550px) {
  #main.flow .inner .outer .box .step4 .content-step {
    height: 305px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step {
    margin-top: 40px;
    width: 88%;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  #main.flow .inner .outer .box .step4 .content-step {
    height: 305px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step {
    margin-top: 40px;
    width: 95%;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  #main.flow .inner .outer .box .step4 .content-step {
    height: 285px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step {
    width: 100%;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .circle-number {
    margin-left: -6%;
  }
}

@media screen and (max-width: 430px) {
  #main.flow .inner .outer .box .step4 .content-step {
    height: 265px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .title {
    font-size: 24px;
    width: 165px;
    text-align: left;
    margin-top: 30px;
    margin-left: 42px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .desc {
    margin: 5px 42px 0px 42px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 400px) {
  #main.flow .inner .outer .box .step4 .content-step {
    height: 220px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .circle-number {
    width: 95px;
    height: 95px;
    margin-left: -7%;
    margin-top: -85px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .title {
    font-size: 24px;
    width: 150px;
    text-align: left;
    margin-top: 20px;
    margin-left: 38px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .desc {
    margin: 5px 38px 0px 38px;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }
}

@media screen and (max-width: 350px) {
  #main.flow .inner .outer .box .step4 {
    margin-top: 40px;
  }
  #main.flow .inner .outer .box .step4 .content-step {
    height: 195px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .circle-number {
    width: 87px;
    height: 87px;
    margin-left: -8%;
    margin-top: -85px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .title {
    font-size: 21px;
    width: 165px;
    text-align: left;
    margin-top: 10px;
    margin-left: 33px;
    padding: 5px 0px;
  }
  #main.flow .inner .outer .box .step4 .content-step .background-step .desc {
    margin: 5px 33px 0px 33px;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }
}

@media screen and (max-width: 700px) {
  #main.flow .inner .outer .box .step4 .onSp.right {
    top: 0;
  }
}

#main.flow .inner .outer .box .step4 .arrow {
  text-align: center;
  position: relative;
  right: 20px;
}

@media screen and (max-width: 700px) {
  #main.flow .inner .outer .box .step4 .arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    right: unset;
    margin-top: 10px;
  }
}

#main.flow .inner .outer .box .step5 {
  position: relative;
  text-align: center;
}

#main.flow .inner .outer .box .step5 .content-step {
  position: absolute;
  top: -60px;
  right: -225px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 210px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

#main.flow .inner .outer .box .step5 .content-step .background-step {
  width: 100%;
  height: 100%;
  background-image: url("../img/flow/background/step5.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

#main.flow .inner .outer .box .step5 .content-step .background-step .circle-number {
  background-color: #F37F20;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12%;
  margin-top: -62px;
  position: absolute;
}

#main.flow .inner .outer .box .step5 .content-step .background-step .circle-number span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  color: white;
}

#main.flow .inner .outer .box .step5 .content-step .background-step .circle-number span.num-1 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 10px;
}

#main.flow .inner .outer .box .step5 .content-step .background-step .circle-number span.num-2 {
  font-size: 36px;
}

#main.flow .inner .outer .box .step5 .content-step .background-step .title {
  color: #F37F20;
  font-size: 23px;
  font-weight: 600;
  width: 262px;
  border-bottom: 1px dashed #EEEEEE;
  text-align: left;
  margin-top: 28px;
  margin-left: 13%;
  padding: 15px 0px;
  line-height: 30px;
}

#main.flow .inner .outer .box .step5 .content-step .background-step .desc {
  margin: 5px 60px 0px 50px;
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #main.flow .inner .outer .box .step5 .content-step {
    top: -95px;
    right: -175px;
    height: 210px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .circle-number {
    width: 80px;
    height: 80px;
    margin-left: 12%;
    margin-top: -62px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .circle-number span.num-1 {
    font-size: 18px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .circle-number span.num-2 {
    font-size: 24px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .title {
    font-size: 21px;
    font-weight: 600;
    width: 242px;
    margin-top: 15px;
    margin-left: 8%;
    padding: 10px 0px;
    line-height: 30px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .desc {
    margin: 10px 38px 0px 38px;
    text-align: left;
    font-size: 13px;
  }
}

@media screen and (max-width: 700px) {
  #main.flow .inner .outer .box .step5 {
    margin-top: 60px;
  }
  #main.flow .inner .outer .box .step5 .edit-onSp-blue {
    position: absolute;
    z-index: 6;
    top: 35px;
  }
  #main.flow .inner .outer .box .step5 .edit-onSp-green {
    position: absolute;
    z-index: 6;
    top: 0px;
  }
  #main.flow .inner .outer .box .step5 .content-step {
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    background: -webkit-linear-gradient(left, #CFE3A9 50%, #BAE3F6 50%);
    padding: 10px;
    border-radius: 10px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step {
    margin-top: 85px;
    width: 75%;
    height: 100%;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .circle-number {
    width: 100px;
    height: 100px;
    margin-left: -8%;
    margin-top: -95px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .title {
    font-size: 24px;
    width: 295px;
    text-align: left;
    margin-top: 50px;
    margin-left: 58px;
    padding: 10px 0px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .desc {
    margin: 5px 58px 0px 58px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 630px) {
  #main.flow .inner .outer .box .step5 .content-step {
    height: 300px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step {
    margin-top: 85px;
    width: 82%;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .title {
    margin-top: 40px;
  }
}

@media screen and (max-width: 550px) {
  #main.flow .inner .outer .box .step5 .content-step {
    height: 300px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step {
    margin-top: 80px;
    width: 88%;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  #main.flow .inner .outer .box .step5 .content-step {
    height: 300px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step {
    margin-top: 80px;
    width: 95%;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  #main.flow .inner .outer .box .step5 .content-step {
    height: 290px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step {
    width: 100%;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .circle-number {
    margin-left: -6%;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .title {
    width: 300px;
  }
}

@media screen and (max-width: 430px) {
  #main.flow .inner .outer .box .step5 .content-step {
    height: 260px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .title {
    font-size: 24px;
    text-align: left;
    margin-top: 30px;
    margin-left: 42px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .desc {
    margin: 5px 42px 0px 42px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 400px) {
  #main.flow .inner .outer .box .step5 .content-step {
    height: 230px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .circle-number {
    width: 95px;
    height: 95px;
    margin-left: -7%;
    margin-top: -105px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .title {
    font-size: 21px;
    width: 250px;
    text-align: left;
    margin-top: 20px;
    margin-left: 38px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .desc {
    margin: 5px 38px 0px 38px;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }
}

@media screen and (max-width: 350px) {
  #main.flow .inner .outer .box .step5 {
    margin-top: 40px;
  }
  #main.flow .inner .outer .box .step5 .content-step {
    height: 210px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step {
    margin-top: 90px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .circle-number {
    width: 87px;
    height: 87px;
    margin-left: -8%;
    margin-top: -85px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .title {
    font-size: 21px;
    width: 240px;
    text-align: left;
    margin-top: 20px;
    margin-left: 33px;
    padding: 5px 0px;
  }
  #main.flow .inner .outer .box .step5 .content-step .background-step .desc {
    margin: 5px 33px 0px 33px;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }
}

#main.flow .inner .outer .box .step5 .arrow {
  text-align: center;
  position: relative;
  right: 20px;
}

@media screen and (max-width: 700px) {
  #main.flow .inner .outer .box .step5 .arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    right: unset;
    margin-top: 10px;
  }
}

#main.flow .inner .outer .box .step6 {
  text-align: center;
  position: relative;
}

#main.flow .inner .outer .box .step6 .content-step {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 231px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

#main.flow .inner .outer .box .step6 .content-step .background-step {
  width: 100%;
  height: 100%;
  background-image: url("../img/flow/background/step6.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

#main.flow .inner .outer .box .step6 .content-step .background-step .circle-number {
  background-color: #F37F20;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 55%;
  margin-top: -10px;
  position: absolute;
}

#main.flow .inner .outer .box .step6 .content-step .background-step .circle-number span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  color: white;
}

#main.flow .inner .outer .box .step6 .content-step .background-step .circle-number span.num-1 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 10px;
}

#main.flow .inner .outer .box .step6 .content-step .background-step .circle-number span.num-2 {
  font-size: 36px;
}

#main.flow .inner .outer .box .step6 .content-step .background-step .title {
  color: #F37F20;
  font-size: 23px;
  font-weight: 600;
  width: 165px;
  border-bottom: 1px dashed #EEEEEE;
  text-align: left;
  margin-top: 30px;
  margin-left: 50px;
  padding: 15px 0px;
}

#main.flow .inner .outer .box .step6 .content-step .background-step .desc {
  margin: 17px 50px 0px 50px;
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #main.flow .inner .outer .box .step6 .content-step {
    height: 231px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .circle-number {
    width: 80px;
    height: 80px;
    margin-left: 55%;
    margin-top: -10px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .circle-number span.num-1 {
    font-size: 18px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .circle-number span.num-2 {
    font-size: 24px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .title {
    color: #F37F20;
    font-size: 21px;
    width: 100px;
    text-align: left;
    margin-top: 20px;
    margin-left: 50px;
    padding: 10px 0px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .desc {
    margin: 10px 38px 0px 38px;
    text-align: left;
    font-size: 13px;
  }
}

@media screen and (max-width: 700px) {
  #main.flow .inner .outer .box .step6 {
    margin-top: 40px;
  }
  #main.flow .inner .outer .box .step6 .content-step {
    height: 325px;
    width: 100%;
    background-color: #CFE3A9;
    padding: 10px;
    border-radius: 10px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step {
    margin-top: 40px;
    width: 75%;
    height: 100%;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .circle-number {
    width: 100px;
    height: 100px;
    margin-left: -8%;
    margin-top: -75px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .title {
    font-size: 24px;
    width: 165px;
    text-align: left;
    margin-top: 50px;
    margin-left: 58px;
    padding: 10px 0px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .desc {
    margin: 5px 58px 0px 58px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 630px) {
  #main.flow .inner .outer .box .step6 .content-step {
    height: 325px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step {
    margin-top: 40px;
    width: 82%;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .title {
    margin-top: 40px;
  }
}

@media screen and (max-width: 550px) {
  #main.flow .inner .outer .box .step6 .content-step {
    height: 325px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step {
    margin-top: 40px;
    width: 88%;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  #main.flow .inner .outer .box .step6 .content-step {
    height: 325px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step {
    margin-top: 40px;
    width: 95%;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  #main.flow .inner .outer .box .step6 .content-step {
    height: 325px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step {
    width: 100%;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .circle-number {
    margin-left: -6%;
  }
}

@media screen and (max-width: 430px) {
  #main.flow .inner .outer .box .step6 .content-step {
    height: 325px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .title {
    font-size: 24px;
    width: 165px;
    text-align: left;
    margin-top: 30px;
    margin-left: 42px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .desc {
    margin: 5px 42px 0px 42px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 480px) {
  #main.flow .inner .outer .box .step6 .content-step {
    height: 300px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step {
    width: 100%;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .circle-number {
    margin-left: -6%;
  }
}

@media screen and (max-width: 430px) {
  #main.flow .inner .outer .box .step6 .content-step {
    height: 275px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .title {
    font-size: 24px;
    text-align: left;
    margin-top: 30px;
    margin-left: 42px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .desc {
    margin: 5px 42px 0px 42px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 400px) {
  #main.flow .inner .outer .box .step6 .content-step {
    height: 225px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .circle-number {
    width: 95px;
    height: 95px;
    margin-left: -7%;
    margin-top: -85px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .title {
    font-size: 21px;
    width: 250px;
    text-align: left;
    margin-top: 20px;
    margin-left: 38px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .desc {
    margin: 5px 38px 0px 38px;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }
}

@media screen and (max-width: 350px) {
  #main.flow .inner .outer .box .step6 {
    margin-top: 40px;
  }
  #main.flow .inner .outer .box .step6 .content-step {
    height: 210px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .circle-number {
    width: 87px;
    height: 87px;
    margin-left: -8%;
    margin-top: -85px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .title {
    font-size: 21px;
    width: 165px;
    text-align: left;
    margin-top: 10px;
    margin-left: 33px;
    padding: 5px 0px;
  }
  #main.flow .inner .outer .box .step6 .content-step .background-step .desc {
    margin: 5px 33px 0px 33px;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }
}

#main.flow .inner .outer .box .step6 .arrow {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #main.flow .inner .outer .box .step6 .arrow {
    margin-top: -10px;
  }
}

#main.flow .inner .outer .box .icon {
  text-align: center;
  padding: 235px 0 185px;
}

@media screen and (max-width: 768px) {
  #main.flow .inner .outer .box .icon {
    padding: 175px 0 185px;
  }
}

#main.flow .inner .outer .box .icon.one {
  padding: 260px 0 215px;
}

@media screen and (max-width: 768px) {
  #main.flow .inner .outer .box .icon.one {
    padding: 200px 0 200px;
  }
}

#main.flow .inner .outer .box .icon.two {
  padding: 125px 0 0;
}

#main.comingsoon {
  padding: 50px 0;
}

#main.comingsoon .inner {
  text-align: center;
}

#main.comingsoon .inner h2 {
  font-size: 100px;
  font-weight: 500;
  color: #624417;
}

#main.comingsoon .inner p {
  line-height: 2;
  font-size: 20px;
}

#main.facility {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 100px;
}

#main.facility .text-title {
  margin-top: 17pt;
}

#main.facility .text-title p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #624417;
  font-size: 138%;
  line-height: 35px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #main.facility .text-title p {
    font-size: 113%;
  }
}

@media screen and (max-width: 480px) {
  #main.facility .text-title p {
    font-size: 100%;
  }
}

#main.facility .map-facility {
  max-width: 498px;
  max-height: 488px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 520px) {
  #main.facility .map-facility svg {
    padding-bottom: 0px !important;
  }
}

#main.facility .card.row {
  margin: 20px 0 0 0;
}

#main.facility .card .col-lg-3 {
  padding: 13px;
}

#main.facility .card .col-md-4 {
  padding: 13px;
}

#main.facility .card .col-sm-6 {
  padding: 13px;
}

#main.facility .card .items {
  border-radius: 10px;
  display: block;
}

#main.facility .card .items .top {
  position: relative;
}

#main.facility .card .items .top img {
  width: 100%;
  height: auto;
}

#main.facility .card .items .down {
  background-color: #FFFFFF;
  width: 100%;
  height: 60px;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

#main.facility .card .items .down p {
  flex-direction: column;
  font-size: 100%;
  color: #5E4417;
}

#main.facility .card .items .down span.triangle-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-right: 24px solid #FFFFFF;
}

#main.facility .card .items .down span.triangle-down {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #FFFFFF;
}

#main.facility .card .items.card-1 {
  background-color: #F4C9E1;
  border: 4px solid #F4C9E1;
}

#main.facility .card .items.card-1 span.triangle-top {
  background-color: #F4C9E1;
}

#main.facility .card .items.card-1 span.triangle-down {
  background-color: #F4C9E1;
}

#main.facility .card .items.card-2 {
  background-color: #A0EAA9;
  border: 4px solid #A0EAA9;
}

#main.facility .card .items.card-2 span.triangle-top {
  background-color: #A0EAA9;
}

#main.facility .card .items.card-2 span.triangle-down {
  background-color: #A0EAA9;
}

#main.facility .card .items.card-3 {
  background-color: #FFE579;
  border: 4px solid #FFE579;
}

#main.facility .card .items.card-3 span.triangle-top {
  background-color: #FFE579;
}

#main.facility .card .items.card-3 span.triangle-down {
  background-color: #FFE579;
}

#main.facility .card .items.card-4 {
  background-color: #CDBED8;
  border: 4px solid #CDBED8;
}

#main.facility .card .items.card-4 span.triangle-top {
  background-color: #CDBED8;
}

#main.facility .card .items.card-4 span.triangle-down {
  background-color: #CDBED8;
}

#main.facility .card .items.card-5 {
  background-color: #A2ECF4;
  border: 4px solid #A2ECF4;
}

#main.facility .card .items.card-5 span.triangle-top {
  background-color: #A2ECF4;
}

#main.facility .card .items.card-5 span.triangle-down {
  background-color: #A2ECF4;
}

#main.facility .card .items.card-6 {
  background-color: #FFC888;
  border: 4px solid #FFC888;
}

#main.facility .card .items.card-6 span.triangle-top {
  background-color: #FFC888;
}

#main.facility .card .items.card-6 span.triangle-down {
  background-color: #FFC888;
}

#main.facility .card .items.card-7 {
  background-color: #D9CCB8;
  border: 4px solid #D9CCB8;
}

#main.facility .card .items.card-7 span.triangle-top {
  background-color: #D9CCB8;
}

#main.facility .card .items.card-7 span.triangle-down {
  background-color: #D9CCB8;
}

#main.facility .card .items.card-8 {
  background-color: #FFB1BD;
  border: 4px solid #FFB1BD;
}

#main.facility .card .items.card-8 span.triangle-top {
  background-color: #FFB1BD;
}

#main.facility .card .items.card-8 span.triangle-down {
  background-color: #FFB1BD;
}

#main.facility .card .items.card-9 {
  background-color: #71e4d1;
  border: 4px solid #71e4d1;
}

#main.facility .card .items.card-9 span.triangle-top {
  background-color: #71e4d1;
}

#main.facility .card .items.card-9 span.triangle-down {
  background-color: #71e4d1;
}

#main.detail-facility .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.detail-facility .inner .background_hijau {
  background-color: #A0EAA9 !important;
}

#main.detail-facility .inner .background_kuning {
  background-color: #FFE579 !important;
}

#main.detail-facility .inner .background_ungu {
  background-color: #CDBED8 !important;
}

#main.detail-facility .inner .background_biru {
  background-color: #A2ECF4 !important;
}

#main.detail-facility .inner .background_orange {
  background-color: #FFC888 !important;
}

#main.detail-facility .inner .background_abu {
  background-color: #D9CCB8 !important;
}

#main.detail-facility .inner .background_pink {
  background-color: #FFB1BD !important;
}

#main.detail-facility .inner .background_cyan {
  background-color: #71e4d1 !important;
}

#main.detail-facility .inner .border_cyan {
  border-color: #71e4d1 !important;
}

#main.detail-facility .inner .border_hijau {
  border-color: #A0EAA9 !important;
}

#main.detail-facility .inner .border_kuning {
  border-color: #FFE579 !important;
}

#main.detail-facility .inner .border_ungu {
  border-color: #CDBED8 !important;
}

#main.detail-facility .inner .border_biru {
  border-color: #A2ECF4 !important;
}

#main.detail-facility .inner .border_orange {
  border-color: #FFC888 !important;
}

#main.detail-facility .inner .border_abu {
  border-color: #D9CCB8 !important;
}

#main.detail-facility .inner .border_pink {
  border-color: #FFB1BD !important;
}

#main.detail-facility .inner .table_hijau th {
  background-color: #A0EAA9 !important;
}

#main.detail-facility .inner .table_hijau td {
  background-color: #d3ffdb !important;
}

#main.detail-facility .inner .table_kuning th {
  background-color: #FFE579 !important;
}

#main.detail-facility .inner .table_kuning td {
  background-color: #ffffaa !important;
}

#main.detail-facility .inner .table_ungu th {
  background-color: #CDBED8 !important;
}

#main.detail-facility .inner .table_ungu td {
  background-color: #e9d8f2 !important;
}

#main.detail-facility .inner .table_biru th {
  background-color: #A2ECF4 !important;
}

#main.detail-facility .inner .table_biru td {
  background-color: rgba(184, 237, 243, 0.801) !important;
}

#main.detail-facility .inner .table_orange th {
  background-color: #FFC888 !important;
}

#main.detail-facility .inner .table_orange td {
  background-color: #ffdfb9 !important;
}

#main.detail-facility .inner .table_abu th {
  background-color: #D9CCB8 !important;
}

#main.detail-facility .inner .table_abu td {
  background-color: rgba(235, 226, 212, 0.959) !important;
}

#main.detail-facility .inner .table_pink th {
  background-color: #FFB1BD !important;
}

#main.detail-facility .inner .table_pink td {
  background-color: #ffe3ef !important;
}

#main.detail-facility .inner .table_cyan th {
  background-color: #71e4d1 !important;
}

#main.detail-facility .inner .table_cyan td {
  background-color: #ace2d9 !important;
}

#main.detail-facility .inner .circle_hijau {
  background-color: #A0EAA9 !important;
  box-shadow: 0px 0px 20px 2px #A0EAA9 !important;
}

#main.detail-facility .inner .circle_kuning {
  background-color: #FFE579 !important;
  box-shadow: 0px 0px 20px 2px #FFE579 !important;
}

#main.detail-facility .inner .circle_ungu {
  background-color: #CDBED8 !important;
  box-shadow: 0px 0px 20px 2px #CDBED8 !important;
}

#main.detail-facility .inner .circle_biru {
  background-color: #A2ECF4 !important;
  box-shadow: 0px 0px 20px 2px #A2ECF4 !important;
}

#main.detail-facility .inner .circle_orange {
  background-color: #FFC888 !important;
  box-shadow: 0px 0px 20px 2px #FFC888 !important;
}

#main.detail-facility .inner .circle_abu {
  background-color: #D9CCB8 !important;
  box-shadow: 0px 0px 20px 2px #D9CCB8 !important;
}

#main.detail-facility .inner .circle_pink {
  background-color: #FFB1BD !important;
  box-shadow: 0px 0px 20px 2px #FFB1BD !important;
}

#main.detail-facility .inner .circle_cyan {
  background-color: #71e4d1 !important;
  box-shadow: 0px 0px 20px 2px #71e4d1 !important;
}

#main.detail-facility .inner .firstRow {
  margin-top: 58px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 480px) {
  #main.detail-facility .inner .firstRow {
    margin-top: 30px;
  }
}

#main.detail-facility .inner .firstRow .name-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 980px;
  height: 120px;
  border: 5px solid #F4C9E1;
  background-color: #FFFFFF;
  border-radius: 10px 10px 0 0;
  position: relative;
}

#main.detail-facility .inner .firstRow .name-card span.triangle-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-right: 60px solid #FFFFFF;
  background-color: #F4C9E1;
}

#main.detail-facility .inner .firstRow .name-card span.triangle-down {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #FFFFFF;
  background-color: #F4C9E1;
}

#main.detail-facility .inner .firstRow .name-card p {
  margin-left: 60px;
}

@media screen and (max-width: 480px) {
  #main.detail-facility .inner .firstRow .name-card p {
    margin-left: 40px;
  }
}

#main.detail-facility .inner .firstRow .name-card .title {
  font-size: 206%;
  color: #624417;
  font-family: vdl-v7marugothic, sans-serif;
  margin-top: -10px;
  padding-right: 10px;
  z-index: 80;
  word-break: keep-all;
}

@media screen and (max-width: 480px) {
  #main.detail-facility .inner .firstRow .name-card .title {
    font-size: 150%;
    margin-left: 40px;
  }
}

@media screen and (max-width: 390px) {
  #main.detail-facility .inner .firstRow .name-card .title {
    font-size: 130%;
    margin-left: 40px;
  }
}

@media screen and (max-width: 340px) {
  #main.detail-facility .inner .firstRow .name-card .title {
    font-size: 105%;
    margin-left: 40px;
  }
}

#main.detail-facility .inner .firstRow .name-card .title.versi-safari {
  width: 100%;
}

#main.detail-facility .inner .firstRow .name-card .desc {
  font-size: 120%;
  color: black;
  margin-top: -3px;
  z-index: 80;
}

@media screen and (max-width: 480px) {
  #main.detail-facility .inner .firstRow .name-card .desc {
    font-size: 100%;
  }
}

@media screen and (max-width: 390px) {
  #main.detail-facility .inner .firstRow .name-card .desc {
    font-size: 88%;
  }
}

@media screen and (max-width: 700px) {
  #main.detail-facility .inner .firstRow .name-card.long-text .title {
    line-height: 35px;
    font-size: 170%;
  }
}

@media screen and (max-width: 676px) {
  #main.detail-facility .inner .firstRow .name-card.long-text .title {
    line-height: 30px;
  }
}

@media screen and (max-width: 568px) {
  #main.detail-facility .inner .firstRow .name-card.long-text .title {
    font-size: 150%;
  }
}

@media screen and (max-width: 500px) {
  #main.detail-facility .inner .firstRow .name-card.long-text .title {
    font-size: 130%;
  }
}

@media screen and (max-width: 430px) {
  #main.detail-facility .inner .firstRow .name-card.long-text .title {
    font-size: 120%;
  }
}

#main.detail-facility .inner .firstRow .name-card.long-text .desc {
  margin-top: 5px;
  margin-bottom: -10px;
}

@media screen and (max-width: 430px) {
  #main.detail-facility .inner .firstRow .name-card.long-text .desc {
    font-size: 88%;
    margin-top: 2.5px;
    margin-bottom: -2.5px;
  }
}

#main.detail-facility .inner .firstRow .image-card {
  background-color: #FFFFFF;
  width: 100%;
  max-width: 980px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.detail-facility .inner .firstRow .image-card img {
  padding: 20px 20px 0px 20px;
  width: 100%;
  height: auto;
}

#main.detail-facility .inner .firstRow .image-card .desc {
  padding: 20px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

#main.detail-facility .inner .firstRow .image-card .desc p {
  font-size: 100%;
  line-height: 30px;
}

#main.detail-facility .inner .secondRow {
  margin-top: 80px;
  width: 100%;
  max-width: 980px;
  display: block !important;
}

#main.detail-facility .inner .secondRow .btnBox {
  align-items: center;
  gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  #main.detail-facility .inner .secondRow .btnBox {
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  #main.detail-facility .inner .secondRow .btnBox .button {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}

#main.detail-facility .inner .secondRow .btnBox .ig {
  width: 253px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #833AB4;
  transition: all 0.5s;
  background-color: #FFF;
  border-radius: 10px;
  font-size: 113%;
  color: #833AB4;
}

@media screen and (max-width: 767px) {
  #main.detail-facility .inner .secondRow .btnBox .ig {
    background-color: #833AB4;
    color: #FFF;
  }
}

#main.detail-facility .inner .secondRow .btnBox .ig img {
  height: 30px;
  margin-right: 0.75rem;
}

#main.detail-facility .inner .secondRow .btnBox .ig:hover {
  background-color: #833AB4;
  color: #FFF;
}

#main.detail-facility .inner .secondRow .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.detail-facility .inner .secondRow .title p {
  font-size: 206%;
  color: #624417;
  font-family: vdl-v7marugothic, sans-serif;
}

#main.detail-facility .inner .secondRow .carousel-card {
  margin-top: 30px;
}

#main.detail-facility .inner .secondRow .carousel-card .facility_rss {
  display: block;
  position: relative;
}

#main.detail-facility .inner .secondRow .carousel-card .facility_rss .item {
  background-color: transparent;
  margin: 0 16px;
}

@media screen and (max-width: 767px) {
  #main.detail-facility .inner .secondRow .carousel-card .facility_rss .item {
    margin: 0;
  }
}

#main.detail-facility .inner .secondRow .carousel-card .facility_rss .item a {
  display: block;
}

#main.detail-facility .inner .secondRow .carousel-card .facility_rss .item a .img-card {
  width: 100%;
  height: 180px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 599px) {
  #main.detail-facility .inner .secondRow .carousel-card .facility_rss .item a .img-card {
    height: 50vw;
  }
}

#main.detail-facility .inner .secondRow .carousel-card .facility_rss .item a .img-card div {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  background-image: url(../img/detail-facility/img1-carousel.png);
}

#main.detail-facility .inner .secondRow .carousel-card .facility_rss .item a .title-card {
  width: 100%;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 0 0 10px 10px;
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.detail-facility .inner .secondRow .carousel-card .facility_rss .item a .title-card p {
  font-size: 88%;
  color: #624417;
  overflow: hidden;
  max-height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#main.detail-facility .inner .secondRow .carousel-card .facility_rss .slick-dots {
  position: relative;
  bottom: 0;
}

#main.detail-facility .inner .secondRow .carousel-card .facility_rss .slick-dots li {
  margin: 0 2.5px;
}

#main.detail-facility .inner .secondRow .carousel-card .facility_rss .slick-dots li button:before {
  font-size: 20px;
}

#main.detail-facility .inner .secondRow .carousel-card .facility_rss .slick-prev, #main.detail-facility .inner .secondRow .carousel-card .facility_rss .slick-next {
  z-index: 1;
  color: #0672B2;
  top: 95px;
  width: auto;
  height: auto;
}

#main.detail-facility .inner .secondRow .carousel-card .facility_rss .slick-prev:before, #main.detail-facility .inner .secondRow .carousel-card .facility_rss .slick-next:before {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#main.detail-facility .inner .secondRow .carousel-card .facility_rss .slick-prev {
  left: -50px;
}

#main.detail-facility .inner .secondRow .carousel-card .facility_rss .slick-prev:before {
  content: "<";
  color: #0672B2;
  opacity: 1;
  font-size: 50px;
}

#main.detail-facility .inner .secondRow .carousel-card .facility_rss .slick-next {
  right: -50px;
}

#main.detail-facility .inner .secondRow .carousel-card .facility_rss .slick-next:before {
  content: ">";
  color: #0672B2;
  opacity: 1;
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  #main.detail-facility .inner .secondRow .carousel-card .slick-prev, #main.detail-facility .inner .secondRow .carousel-card .slick-next {
    display: none !important;
  }
}

#main.detail-facility .inner .secondRow .banner-coffee {
  max-width: 560px;
  width: 100%;
  margin: auto;
  margin-top: 2.5rem;
}

#main.detail-facility .inner .secondRow .banner-coffee a img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#main.detail-facility .inner .secondRow .banner-coffee a:hover img {
  opacity: 0.7;
}

#main.detail-facility .inner .map-3d {
  width: 100%;
  max-width: 980px;
  margin-top: 50px;
}

#main.detail-facility .inner .map-3d .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.detail-facility .inner .map-3d .title p {
  font-size: 206%;
  color: #624417;
  font-family: vdl-v7marugothic, sans-serif;
}

#main.detail-facility .inner .map-3d .desc-map {
  width: 100%;
  margin-top: 27px;
}

#main.detail-facility .inner .map-3d .desc-map iframe {
  width: 100%;
  height: 400px;
}

#main.detail-facility .inner .thirdRow {
  margin-top: 70px;
  width: 100%;
  max-width: 980px;
}

#main.detail-facility .inner .thirdRow .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.detail-facility .inner .thirdRow .title p {
  font-size: 206%;
  color: #624417;
  font-family: vdl-v7marugothic, sans-serif;
}

#main.detail-facility .inner .thirdRow .list-desc {
  margin-top: 19px;
}

#main.detail-facility .inner .thirdRow .list-desc ul.Unordered-grup li.list-grup {
  padding: 8px 0;
  list-style-type: none;
}

#main.detail-facility .inner .thirdRow .list-desc ul.Unordered-grup li.list-grup.borderDashed {
  border-bottom: 1px dashed #0672B2;
}

#main.detail-facility .inner .thirdRow .list-desc ul.Unordered-grup li.list-grup ul {
  margin-left: 20px;
}

#main.detail-facility .inner .thirdRow .list-desc ul.Unordered-grup li.list-grup ul li {
  list-style-type: disc;
  color: #0672B2;
}

#main.detail-facility .inner .thirdRow .list-desc ul.Unordered-grup li.list-grup ul li p {
  padding-left: 2px;
  font-size: 100%;
  color: #212121;
  line-height: 30px;
  text-align: justify;
}

#main.detail-facility .inner .fourthRow {
  margin-top: 65px;
  width: 100%;
  max-width: 980px;
  display: block !important;
}

#main.detail-facility .inner .fourthRow .nav .nav-tabs {
  width: 100%;
}

#main.detail-facility .inner .fourthRow ul.nav {
  border-bottom: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#main.detail-facility .inner .fourthRow ul.nav li {
  margin-right: 20px;
  width: 100%;
  max-width: 200px;
  height: 58px;
  background-color: #53B8E9;
  border-radius: 10px 10px 0 0;
  border: transparent;
  opacity: 0.8;
}

#main.detail-facility .inner .fourthRow ul.nav li a {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #FFFFFF;
  border: transparent;
  opacity: 1 !important;
}

@media screen and (max-width: 325px) {
  #main.detail-facility .inner .fourthRow ul.nav li a {
    font-size: 80%;
  }
}

#main.detail-facility .inner .fourthRow ul.nav li.active {
  color: #FFFFFF;
  background-color: #0173ab;
  border: transparent;
  opacity: 0.9;
}

@media screen and (max-width: 550px) {
  #main.detail-facility .inner .fourthRow ul.nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
  }
  #main.detail-facility .inner .fourthRow ul.nav li {
    margin-right: 10px;
    width: 100%;
  }
  #main.detail-facility .inner .fourthRow ul.nav .edit {
    margin-right: 0px;
  }
}

#main.detail-facility .inner .fourthRow .tab-content {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  border: transparent;
  padding: 30px;
  border-radius: 0px 10px 10px 10px;
}

@media screen and (max-width: 550px) {
  #main.detail-facility .inner .fourthRow .tab-content {
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .titleContent .text-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #F4C9E1;
  border-radius: 10px;
}

#main.detail-facility .inner .fourthRow .tab-content .titleContent .text-title p {
  font-size: 125%;
  color: #212121;
  padding: 20px;
}

#main.detail-facility .inner .fourthRow .tab-content .titleContent .text-desc {
  margin-top: 20px;
  line-height: 30px;
}

#main.detail-facility .inner .fourthRow .tab-content .titleContent.editPlus {
  margin-top: 50px;
}

#main.detail-facility .inner .fourthRow .tab-content .titleContent.editPlus .text-desc p {
  letter-spacing: -0.1px;
  margin: 3px 0 0 0;
  line-height: 35px;
}

#main.detail-facility .inner .fourthRow .tab-content .titleContent.editPlus .text-desc p.sub-title {
  margin-top: 0px;
  font-size: 113%;
  color: #0672B2;
}

#main.detail-facility .inner .fourthRow .tab-content .img-content {
  margin-top: 30px;
}

#main.detail-facility .inner .fourthRow .tab-content .img-content img {
  width: 100%;
  height: auto;
}

#main.detail-facility .inner .fourthRow .tab-content .img-content.editImageKasai {
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.detail-facility .inner .fourthRow .tab-content .img-content.editImageKasai img.subImageKasai {
  width: 66%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  #main.detail-facility .inner .fourthRow .tab-content .img-content.editImageKasai img.subImageKasai {
    width: 100%;
    height: 100%;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .img-content.editImageFujieda {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.detail-facility .inner .fourthRow .tab-content .img-content.editImageFujieda .subImageFujieda {
  width: 80%;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  #main.detail-facility .inner .fourthRow .tab-content .img-content.editImageFujieda .subImageFujieda {
    width: 100%;
  }
}

#main.detail-facility .inner .fourthRow .tab-content ul li {
  list-style-type: disc;
  color: #0672B2;
  margin-left: 20px;
  padding: 3px 0;
}

#main.detail-facility .inner .fourthRow .tab-content ul li p {
  font-size: 100%;
  color: #212121;
  letter-spacing: 1.5;
  padding-left: 2px;
}

#main.detail-facility .inner .fourthRow .tab-content ul li.edit-list {
  list-style-type: none;
  margin-left: -5px;
  margin-top: 24px;
}

#main.detail-facility .inner .fourthRow .tab-content ul li.edit-list p {
  padding-left: 0px;
}

#main.detail-facility .inner .fourthRow .tab-content ul li.edit-list p:before {
  content: "※";
  font-size: 88%;
  color: #E1242B;
}

#main.detail-facility .inner .fourthRow .tab-content .img-card {
  margin-top: 50px;
}

#main.detail-facility .inner .fourthRow .tab-content .img-card .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.detail-facility .inner .fourthRow .tab-content .img-card .title p {
  font-size: 113%;
  color: #624417;
  font-family: vdl-v7marugothic, sans-serif;
}

#main.detail-facility .inner .fourthRow .tab-content .img-card .row {
  margin-top: 5px;
  margin-left: -10px;
  margin-right: -10px;
}

#main.detail-facility .inner .fourthRow .tab-content .img-card .row img {
  width: 100%;
  height: 167.44px;
  object-fit: cover;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  #main.detail-facility .inner .fourthRow .tab-content .img-card .row img {
    height: 140px;
  }
}

@media screen and (max-width: 380px) {
  #main.detail-facility .inner .fourthRow .tab-content .img-card .row img {
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  #main.detail-facility .inner .fourthRow .tab-content .img-card .row {
    margin-left: -5px;
    margin-right: -5px;
    height: 80%;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .img-card .col-md-3 {
  padding: 10px;
}

#main.detail-facility .inner .fourthRow .tab-content .img-card .col-xs-6 {
  padding: 5px;
}

#main.detail-facility .inner .fourthRow .tab-content .alert-title {
  background-color: #EEEEEE;
  border-radius: 10px;
}

#main.detail-facility .inner .fourthRow .tab-content .alert-title p {
  line-height: 35px;
  color: #000000;
  font-size: 100%;
  padding: 20px;
}

#main.detail-facility .inner .fourthRow .tab-content .addImageTenryukawa {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 20px 0px;
}

#main.detail-facility .inner .fourthRow .tab-content .addImageTenryukawa img.subAddImage {
  width: 15vw;
}

@media screen and (max-width: 1024px) {
  #main.detail-facility .inner .fourthRow .tab-content .addImageTenryukawa img.subAddImage {
    width: 18vw;
  }
}

@media screen and (max-width: 768px) {
  #main.detail-facility .inner .fourthRow .tab-content .addImageTenryukawa img.subAddImage {
    width: 24vw;
  }
}

@media screen and (max-width: 480px) {
  #main.detail-facility .inner .fourthRow .tab-content .addImageTenryukawa img.subAddImage {
    width: 45vw;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .imageSketch {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  margin: 20px 0px;
}

#main.detail-facility .inner .fourthRow .tab-content .imageSketch img.subAddImage {
  width: 15vw;
}

@media screen and (max-width: 1024px) {
  #main.detail-facility .inner .fourthRow .tab-content .imageSketch img.subAddImage {
    width: 18vw;
  }
}

@media screen and (max-width: 768px) {
  #main.detail-facility .inner .fourthRow .tab-content .imageSketch img.subAddImage {
    width: 24vw;
  }
}

@media screen and (max-width: 480px) {
  #main.detail-facility .inner .fourthRow .tab-content .imageSketch img.subAddImage {
    width: 45vw;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .addImageAkuro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 20px 0px;
}

#main.detail-facility .inner .fourthRow .tab-content .addImageAkuro img.subAddImage {
  width: 24vw;
}

@media screen and (max-width: 1024px) {
  #main.detail-facility .inner .fourthRow .tab-content .addImageAkuro img.subAddImage {
    width: 28vw;
  }
}

@media screen and (max-width: 768px) {
  #main.detail-facility .inner .fourthRow .tab-content .addImageAkuro img.subAddImage {
    width: 32vw;
  }
}

@media screen and (max-width: 480px) {
  #main.detail-facility .inner .fourthRow .tab-content .addImageAkuro img.subAddImage {
    width: 38vw;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .addImageAkuro2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 20px 0px;
}

#main.detail-facility .inner .fourthRow .tab-content .addImageAkuro2 img.subAddImage {
  width: 24vw;
}

@media screen and (max-width: 1024px) {
  #main.detail-facility .inner .fourthRow .tab-content .addImageAkuro2 img.subAddImage {
    width: 28vw;
  }
}

@media screen and (max-width: 768px) {
  #main.detail-facility .inner .fourthRow .tab-content .addImageAkuro2 img.subAddImage {
    width: 32vw;
  }
}

@media screen and (max-width: 480px) {
  #main.detail-facility .inner .fourthRow .tab-content .addImageAkuro2 img.subAddImage {
    width: 80vw;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .img-tabTwo {
  margin-top: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.detail-facility .inner .fourthRow .tab-content .img-tabTwo img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

#main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo {
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo .row {
  margin-left: -10px;
  margin-right: -10px;
}

#main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo .col-md-3, #main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo .col-sm-4 {
  padding: 12px 20px 12px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo .circle-list {
  width: 200px;
  height: 200px;
  background-color: #F4C9DF;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-shadow: 0px 0px 20px 2px #F4C9DF;
  border: transparent;
  padding: 20px;
  box-sizing: border-box;
}

#main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo .circle-list p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 175%;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}

@media screen and (max-width: 790px) {
  #main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo .circle-list p {
    font-size: 160%;
    line-height: 35px;
  }
}

@media screen and (max-width: 580px) {
  #main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo .circle-list p {
    font-size: 150%;
    line-height: 30px;
  }
}

@media screen and (max-width: 480px) {
  #main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo .circle-list p {
    font-size: 113%;
    line-height: 27px;
  }
}

@media screen and (max-width: 340px) {
  #main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo .circle-list p {
    font-size: 100%;
  }
}

@media screen and (max-width: 768px) {
  #main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo .circle-list {
    width: 190px;
    height: 190px;
  }
}

@media screen and (max-width: 550px) {
  #main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo .circle-list {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 470px) {
  #main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo .circle-list {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 420px) {
  #main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo .circle-list {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 380px) {
  #main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo .circle-list {
    width: 130px;
    height: 130px;
  }
}

@media screen and (max-width: 340px) {
  #main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo .circle-list {
    width: 110px;
    height: 110px;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .list-content-tabTwo.colorBlack p {
  color: #000000 !important;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc1 {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc1 .left {
  padding-right: 10px;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc1 .left img {
  padding: 5px 0;
  width: 100%;
  width: 400px;
  height: auto;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc1 .left img.editImgFuj {
  width: 220px;
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  #main.detail-facility .inner .fourthRow .tab-content .card-desc1 .left img.editImgFuj {
    width: 270px;
    margin-left: 0;
    margin: auto;
  }
}

@media screen and (max-width: 978px) {
  #main.detail-facility .inner .fourthRow .tab-content .card-desc1 .left {
    flex: 1;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc1 .right {
  flex: 1;
  padding-left: 10px;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc1 .right p {
  line-height: 34px;
  text-align: justify;
  letter-spacing: 0px;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc1 .right .title {
  font-size: 113%;
  color: #0672B2;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc1 .right .desc {
  font-size: 100%;
  color: #212121;
}

@media screen and (max-width: 768px) {
  #main.detail-facility .inner .fourthRow .tab-content .card-desc1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
  #main.detail-facility .inner .fourthRow .tab-content .card-desc1 .left {
    width: 100%;
  }
  #main.detail-facility .inner .fourthRow .tab-content .card-desc1 .left img {
    width: 100%;
  }
  #main.detail-facility .inner .fourthRow .tab-content .card-desc1 .right {
    margin-top: 20px;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc2 {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  background-color: #EEEEEE;
  border-radius: 10px;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc2 .left {
  flex: 1;
  padding: 20px 10px 20px 20px;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc2 .left p {
  line-height: 35px;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc2 .left .title {
  font-size: 113%;
  color: #0672B2;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc2 .right {
  padding: 20px 20px 20px 10px;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc2 .right img {
  width: 400px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

@media screen and (max-width: 978px) {
  #main.detail-facility .inner .fourthRow .tab-content .card-desc2 .right {
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  #main.detail-facility .inner .fourthRow .tab-content .card-desc2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
  #main.detail-facility .inner .fourthRow .tab-content .card-desc2 .left {
    padding: 10px 20px 20px 20px;
  }
  #main.detail-facility .inner .fourthRow .tab-content .card-desc2 .right {
    width: 100%;
    padding: 20px 20px 10px 20px;
  }
  #main.detail-facility .inner .fourthRow .tab-content .card-desc2 .right img {
    width: 100%;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .descContent .text-title {
  color: #0672B2;
  font-size: 113%;
}

#main.detail-facility .inner .fourthRow .tab-content .descContent .text-desc {
  margin-top: 5px;
  font-size: 100%;
  line-height: 35px;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc3 {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  border-radius: 10px;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc3 .left {
  flex: 1;
  margin-right: 15px;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc3 .left p {
  line-height: 35px;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc3 .left .title {
  font-size: 113%;
  color: #0672B2;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc3 .right {
  margin-left: 15px;
}

#main.detail-facility .inner .fourthRow .tab-content .card-desc3 .right img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

@media screen and (max-width: 978px) {
  #main.detail-facility .inner .fourthRow .tab-content .card-desc3 .right {
    flex: 1;
  }
}

@media screen and (max-width: 678px) {
  #main.detail-facility .inner .fourthRow .tab-content .card-desc3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
  #main.detail-facility .inner .fourthRow .tab-content .card-desc3 .left {
    margin-right: 0px;
    margin-top: 20px;
  }
  #main.detail-facility .inner .fourthRow .tab-content .card-desc3 .right {
    margin-left: 0px;
  }
  #main.detail-facility .inner .fourthRow .tab-content .card-desc3 .right img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .list-before {
  margin-left: -5px;
  margin-top: 10px;
}

#main.detail-facility .inner .fourthRow .tab-content .list-before p {
  padding-left: 0px;
}

#main.detail-facility .inner .fourthRow .tab-content .list-before p:before {
  content: "※";
  font-size: 88%;
  color: #E1242B;
}

#main.detail-facility .inner .fourthRow .tab-content .table-tabThree {
  margin-top: 20px;
}

#main.detail-facility .inner .fourthRow .tab-content .table-tabThree table {
  font-size: 100%;
  color: #212121;
  width: 100%;
}

@media screen and (min-width: 678px) {
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table {
    border-collapse: separate;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr {
  line-height: 30px;
}

#main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .edit-radius1 {
  border-radius: 10px 0 0 0;
}

#main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .edit-radius2 {
  border-radius: 0 10px 0 0;
}

#main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .edit-radius3 {
  border-radius: 0 0 0 10px;
  border-bottom: 1px dashed #FFFFFF;
}

@media screen and (max-width: 678px) {
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .edit-radius3 {
    border-bottom: none;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .edit-radius4 {
  border-radius: 0 0 10px 0;
}

@media screen and (min-width: 678px) {
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .edit-radius4 {
    border-bottom: 1px dashed #FFFFFF;
  }
}

@media screen and (min-width: 678px) and (max-width: 678px) {
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .edit-radius4 {
    border-bottom: none;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .edit-radiusLeft-tunggal {
  border-radius: 10px 0 0 10px;
  border-bottom: 1px dashed #FFFFFF;
}

@media screen and (max-width: 678px) {
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .edit-radiusLeft-tunggal {
    border-bottom: none;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .edit-radiusRight-tunggal {
  border-radius: 0 10px 10px 0;
}

@media screen and (min-width: 678px) {
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .edit-radiusRight-tunggal {
    border-bottom: 1px dashed #FFFFFF;
  }
}

@media screen and (min-width: 678px) and (max-width: 678px) {
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .edit-radiusRight-tunggal {
    border-bottom: none;
  }
}

@media screen and (max-width: 678px) {
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .liste {
    font-size: 15px;
  }
}

@media screen and (max-width: 678px) {
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .edit-radius1, #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .edit-radius2, #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .edit-radius3, #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .edit-radius4 {
    border-radius: 0 0 0 0;
  }
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .radius-top-sp {
    border-radius: 10px 10px 0 0;
  }
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .radius-down-sp {
    border-radius: 0 0 10px 10px;
    text-align: center;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr th {
  width: 280px;
  background-color: #F4C9E1;
  border-top: 1px dashed #FFFFFF;
  border-left: 1px dashed #FFFFFF;
  border-right: 1px dashed #FFFFFF;
  padding: 15px 20px;
}

#main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr td {
  padding: 15px 25px;
  border-top: 1px dashed #FFFFFF;
  border-right: 1px dashed #FFFFFF;
  background-color: #FBE9F3;
}

@media screen and (max-width: 678px) {
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr {
    display: block;
  }
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr th {
    display: block;
    width: 100%;
    border: none;
    text-align: center;
  }
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr td {
    display: block;
    width: 100%;
    border: none;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .PC {
    display: none;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .SP {
  display: none;
}

@media screen and (max-width: 767px) {
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table tbody tr .SP {
    display: block;
  }
}

@media screen and (min-width: 679px) {
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table.tbLineBlack tbody tr .edit-radius3 {
    border-radius: 0 0 0 10px;
    border-color: #969696;
  }
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table.tbLineBlack tbody tr .edit-radius4 {
    border-radius: 0 0 10px 0;
    border-color: #969696;
  }
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table.tbLineBlack tbody tr th {
    width: 280px;
    background-color: #F4C9E1;
    border-color: #969696;
    padding: 15px 20px;
  }
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table.tbLineBlack tbody tr td {
    padding: 15px 25px;
    border-color: #969696;
    background-color: #FBE9F3;
  }
}

@media screen and (max-width: 768px) {
  #main.detail-facility .inner .fourthRow .tab-content .table-tabThree table {
    border: none;
  }
}

#main.detail-facility .inner .fourthRow .tab-content .list-tabThree {
  margin-top: 20px;
}

#main.detail-facility .inner .fourthRow .tab-content .list-tabThree ul li {
  padding: 5px 0;
  list-style-type: none;
  margin-left: 30px;
}

#main.detail-facility .inner .fourthRow .tab-content .list-tabThree ul li p:before {
  content: "※";
  margin-left: -30px;
  margin-right: 10px;
  color: #E1242B;
}

#main.detail-facility .inner .fifthRow {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

#main.detail-facility .inner .fifthRow .sitemap .text-title {
  font-size: 206%;
  color: #624417;
  font-family: vdl-v7marugothic, sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.detail-facility .inner .fifthRow .sitemap iframe {
  margin-top: 20px;
  width: 122%;
  height: 400px;
  margin-left: -11%;
  margin-right: -11%;
}

@media screen and (max-width: 1280px) {
  #main.detail-facility .inner .fifthRow .sitemap iframe {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
}

#main.detail-facility .inner .sixthRow {
  margin-top: 80px;
  width: 100%;
  max-width: 980px;
  display: block !important;
}

#main.detail-facility .inner .sixthRow .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.detail-facility .inner .sixthRow .title p {
  font-size: 206%;
  color: #624417;
  font-family: vdl-v7marugothic, sans-serif;
}

#main.detail-facility .inner .sixthRow .carousel-card {
  margin-top: 27px;
}

#main.detail-facility .inner .sixthRow .carousel-card iframe {
  display: block;
  align-items: center;
  text-align: center;
  width: 560px;
  height: 315px;
  margin: auto;
}

@media screen and (max-width: 1120px) {
  #main.detail-facility .inner .sixthRow .carousel-card iframe {
    width: 560px;
    height: 315px;
  }
}

@media screen and (max-width: 768px) {
  #main.detail-facility .inner .sixthRow .carousel-card iframe {
    width: 560px;
    height: 315px;
  }
}

@media screen and (max-width: 480px) {
  #main.detail-facility .inner .sixthRow .carousel-card iframe {
    width: 360px;
    height: 240px;
  }
}

@media screen and (max-width: 375px) {
  #main.detail-facility .inner .sixthRow .carousel-card iframe {
    width: 340px;
  }
}

#main.character .inner {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 120px;
}

@media screen and (max-width: 950px) {
  #main.character .inner {
    margin-bottom: 60px;
  }
}

#main.character .card-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  margin-left: -25px;
  margin-right: -25px;
}

#main.character .card-section .left {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-basis: 47%;
  flex-basis: 47%;
  padding: 0px 25px 0px 25px;
}

#main.character .card-section .left .number {
  font-family: vdl-v7marugothic, sans-serif;
  font-size: 262%;
  font-weight: bold;
  line-height: 55px;
}

#main.character .card-section .left .title {
  width: 100%;
  line-height: 45px;
  padding: 0;
}

#main.character .card-section .left .title p {
  color: #624417;
  font-family: vdl-v7marugothic, sans-serif;
  font-size: 206%;
}

@media screen and (max-width: 480px) {
  #main.character .card-section .left .title p {
    font-size: 175%;
  }
}

#main.character .card-section .left .title .hr-title {
  margin-top: 20px;
  width: 100%;
  max-width: 260px;
  height: 4px;
  background-color: #FFB1BD;
  border-radius: 25px;
}

#main.character .card-section .left .desc {
  margin-top: 20px;
}

#main.character .card-section .left .desc p {
  font-size: 100%;
  color: #000000;
  line-height: 35px;
}

#main.character .card-section .left .desc .style-li-desc::before {
  content: "※";
  margin-left: -20px;
}

#main.character .card-section .left .desc .style-li-desc {
  margin-left: 20px;
  margin-top: 15px;
  line-height: 30px;
}

@media screen and (max-width: 1280px) {
  #main.character .card-section .left {
    margin-top: -15px;
    flex: 1;
  }
}

#main.character .card-section .right {
  padding: 0px 25px 0px 25px;
}

#main.character .card-section .right img {
  width: 565px;
}

@media screen and (max-width: 1280px) {
  #main.character .card-section .right {
    flex: 1;
  }
}

@media screen and (max-width: 1180px) {
  #main.character .card-section .right {
    margin-top: 6%;
  }
}

@media screen and (max-width: 950px) {
  #main.character .card-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
  #main.character .card-section .left {
    margin-top: 20px;
  }
  #main.character .card-section .right {
    padding: 0px 25px 0px 25px;
  }
  #main.character .card-section .right img {
    width: 100%;
  }
}

#main.character .firstRow {
  position: relative;
  margin-top: 60px;
}

#main.character .firstRow #character1 {
  position: absolute;
  top: -175px;
}

#main.character .firstRow .edit-card-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

#main.character .firstRow .edit-card-section .left .number {
  color: #FFB1BD;
}

#main.character .firstRow .edit-card-section .left .title .hr-title {
  max-width: 260px;
  background-color: #FFB1BD;
}

@media screen and (max-width: 950px) {
  #main.character .firstRow .edit-card-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
}

@media screen and (max-width: 950px) {
  #main.character .firstRow {
    margin-top: 30px;
  }
}

#main.character .secondRow {
  margin-top: 120px;
  position: relative;
}

#main.character .secondRow #character2 {
  position: absolute;
  top: -175px;
}

#main.character .secondRow .edit-card-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

#main.character .secondRow .edit-card-section .left .number {
  color: #CDBED8;
}

#main.character .secondRow .edit-card-section .left .title .hr-title {
  max-width: 295px;
  background-color: #CDBED8;
}

@media screen and (max-width: 950px) {
  #main.character .secondRow .edit-card-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
}

@media screen and (max-width: 950px) {
  #main.character .secondRow {
    margin-top: 30px;
  }
}

#main.character .thirdRow {
  margin-top: 120px;
  position: relative;
}

#main.character .thirdRow #character3 {
  position: absolute;
  top: -175px;
}

#main.character .thirdRow .edit-card-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

#main.character .thirdRow .edit-card-section .left .number {
  color: #A2ECF4;
}

#main.character .thirdRow .edit-card-section .left .title .hr-title {
  max-width: 350px;
  background-color: #A2ECF4;
}

@media screen and (max-width: 950px) {
  #main.character .thirdRow .edit-card-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
}

@media screen and (max-width: 950px) {
  #main.character .thirdRow {
    margin-top: 30px;
  }
}

#main.character .fourthRow {
  margin-top: 120px;
  position: relative;
}

#main.character .fourthRow #character4 {
  position: absolute;
  top: -175px;
}

#main.character .fourthRow .edit-card-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

#main.character .fourthRow .edit-card-section .left .number {
  color: #A0EAA9;
}

#main.character .fourthRow .edit-card-section .left .title .hr-title {
  max-width: 250px;
  background-color: #A0EAA9;
}

@media screen and (max-width: 950px) {
  #main.character .fourthRow .edit-card-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
}

@media screen and (max-width: 950px) {
  #main.character .fourthRow {
    margin-top: 30px;
  }
}

#main.character .fifthRow {
  margin-top: 120px;
  position: relative;
}

#main.character .fifthRow #character5 {
  position: absolute;
  top: -175px;
}

#main.character .fifthRow .edit-card-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

#main.character .fifthRow .edit-card-section .left .number {
  color: #FFE579;
}

#main.character .fifthRow .edit-card-section .left .title .hr-title {
  max-width: 440px;
  background-color: #FFE579;
}

@media screen and (max-width: 950px) {
  #main.character .fifthRow .edit-card-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
}

@media screen and (max-width: 950px) {
  #main.character .fifthRow {
    margin-top: 30px;
  }
}

#main.character .sixthRow {
  margin-top: 120px;
  position: relative;
}

#main.character .sixthRow #character6 {
  position: absolute;
  top: -175px;
}

#main.character .sixthRow .edit-card-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

#main.character .sixthRow .edit-card-section .left .number {
  color: #FFC888;
}

#main.character .sixthRow .edit-card-section .left .title .hr-title {
  max-width: 385px;
  background-color: #FFC888;
}

@media screen and (max-width: 950px) {
  #main.character .sixthRow .edit-card-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
}

@media screen and (max-width: 950px) {
  #main.character .sixthRow {
    margin-top: 30px;
  }
}

#main.character .seventhRow {
  margin-top: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #main.character .seventhRow {
    margin-top: 30px;
  }
}

#main.character .seventhRow .card.row {
  margin: 20px -13px 0 -13px;
}

@media screen and (max-width: 768px) {
  #main.character .seventhRow .card.row {
    margin: 20px -5px 0 -5px;
  }
}

#main.character .seventhRow .card .col-lg-3, #main.character .seventhRow .card .col-md-4, #main.character .seventhRow .card .col-sm-6 {
  padding: 13px;
}

#main.character .seventhRow .card .col-xs-6 {
  padding: 5px 5px 5px 5px;
}

#main.character .seventhRow .card .items {
  border-radius: 10px;
  display: block;
}

#main.character .seventhRow .card .items .top {
  position: relative;
}

#main.character .seventhRow .card .items .top img {
  width: 100%;
  height: auto;
}

#main.character .seventhRow .card .items .down {
  background-color: #FFFFFF;
  width: 100%;
  height: 60px;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

#main.character .seventhRow .card .items .down p {
  flex-direction: column;
  font-size: 100%;
  color: #5E4417;
}

@media screen and (max-width: 550px) {
  #main.character .seventhRow .card .items .down p {
    font-size: 75%;
  }
}

#main.character .seventhRow .card .items .down span.triangle-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-right: 24px solid #FFFFFF;
}

#main.character .seventhRow .card .items .down span.triangle-down {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #FFFFFF;
}

#main.character .seventhRow .card .items.card-9 {
  background-color: #71e4d1;
  border: 4px solid #71e4d1;
}

#main.character .seventhRow .card .items.card-9 span.triangle-top {
  background-color: #71e4d1;
}

#main.character .seventhRow .card .items.card-9 span.triangle-down {
  background-color: #71e4d1;
}

#main.character .seventhRow .card .items.card-1 {
  background-color: #F4C9E1;
  border: 4px solid #F4C9E1;
}

#main.character .seventhRow .card .items.card-1 span.triangle-top {
  background-color: #F4C9E1;
}

#main.character .seventhRow .card .items.card-1 span.triangle-down {
  background-color: #F4C9E1;
}

#main.character .seventhRow .card .items.card-2 {
  background-color: #A0EAA9;
  border: 4px solid #A0EAA9;
}

#main.character .seventhRow .card .items.card-2 span.triangle-top {
  background-color: #A0EAA9;
}

#main.character .seventhRow .card .items.card-2 span.triangle-down {
  background-color: #A0EAA9;
}

#main.character .seventhRow .card .items.card-3 {
  background-color: #FFE579;
  border: 4px solid #FFE579;
}

#main.character .seventhRow .card .items.card-3 span.triangle-top {
  background-color: #FFE579;
}

#main.character .seventhRow .card .items.card-3 span.triangle-down {
  background-color: #FFE579;
}

#main.character .seventhRow .card .items.card-4 {
  background-color: #CDBED8;
  border: 4px solid #CDBED8;
}

#main.character .seventhRow .card .items.card-4 span.triangle-top {
  background-color: #CDBED8;
}

#main.character .seventhRow .card .items.card-4 span.triangle-down {
  background-color: #CDBED8;
}

#main.character .seventhRow .card .items.card-5 {
  background-color: #A2ECF4;
  border: 4px solid #A2ECF4;
}

#main.character .seventhRow .card .items.card-5 span.triangle-top {
  background-color: #A2ECF4;
}

#main.character .seventhRow .card .items.card-5 span.triangle-down {
  background-color: #A2ECF4;
}

#main.character .seventhRow .card .items.card-6 {
  background-color: #FFC888;
  border: 4px solid #FFC888;
}

#main.character .seventhRow .card .items.card-6 span.triangle-top {
  background-color: #FFC888;
}

#main.character .seventhRow .card .items.card-6 span.triangle-down {
  background-color: #FFC888;
}

#main.character .seventhRow .card .items.card-7 {
  background-color: #D9CCB8;
  border: 4px solid #D9CCB8;
}

#main.character .seventhRow .card .items.card-7 span.triangle-top {
  background-color: #D9CCB8;
}

#main.character .seventhRow .card .items.card-7 span.triangle-down {
  background-color: #D9CCB8;
}

#main.character .seventhRow .card .items.card-8 {
  background-color: #FFB1BD;
  border: 4px solid #FFB1BD;
}

#main.character .seventhRow .card .items.card-8 span.triangle-top {
  background-color: #FFB1BD;
}

#main.character .seventhRow .card .items.card-8 span.triangle-down {
  background-color: #FFB1BD;
}

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