/* mainVisualSec
-------------------------------------------------- */
.mainVisual {
  width: 100%;
  height: calc(100vh - 160px);
  overflow: hidden;
  background: url(../images/new/mainVisual1.jpg) no-repeat 50% 0;
  background-size: cover;
  position: relative;
  position: relative;
}
.mainVisual .catchcopy {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: 320px;
}
.mainVisual .description {
  display: block;
  position: absolute;
  top: 100%;
  left: 100%;
  -ms-transform: translate(-100%, -50px);
  -webkit-transform: translate(-100%, -50px);
  transform: translate(-100%, -50px);
  height: auto;
  width: 100%;
}
.mainVisual .catchcopy {
  font-size: 21px;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #FFF;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 60px;
  background: -webkit-gradient(linear, left, right, from(rgba(3, 110, 184, 0.5)), to(rgba(0, 105, 52, 0.5)));
  background: -webkit-linear-gradient(left, rgba(3, 110, 184, 0.5), rgba(0, 105, 52, 0.5));
  background: linear-gradient(to right, rgba(3, 110, 184, 0.5), rgba(0, 105, 52, 0.5));
}
@media screen and (max-width: 767px) {
  .mainVisual .catchcopy {
    margin-top: 35px;
  }
}
.mainVisual .catchcopy.pink_ver {
  background: -webkit-gradient(linear, left, right, from(rgba(228, 0, 127, 0.5)), to(rgba(228, 0, 127, 0.5)));
  background: -webkit-linear-gradient(left, rgba(228, 0, 127, 0.5), rgba(228, 0, 127, 0.5));
  background: linear-gradient(to right, rgba(228, 0, 127, 0.5), rgba(228, 0, 127, 0.5));
}
.mainVisual .catchcopy p {
  letter-spacing: 0.18em;
}
.mainVisual .description p {
  color: #FFF;
  font-size: 15px;
}
.mainVisual .description p span {
  background: rgba(51, 51, 51, 0.8);
  padding: 7px 20px;
}

/* adSec
-------------------------------------------------- */
.adSec {
  padding-top: 35px;
  padding-bottom: 0;
  margin-bottom: -60px;
}
@media screen and (max-width: 767px) {
  .adSec {
    padding-top: 20px;
  }
}
.adSec img {
  width: calc(100% - 35px);
}

.slick-dots li button:before {
  opacity: 0.5;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #00a29a;
  opacity: 0.75;
}

.slick-dots li.slick-active button:before {
  color: #00a29a;
  opacity: 1;
}

.slick-dots li {
  margin: 0;
}

.slick-slide img {
  opacity: 0.5;
}

.slick-slide.slick-current img {
  opacity: 1;
}

.slick-slide:hover img {
  opacity: 0.8 !important;
}

/* categorySec
-------------------------------------------------- */
.categorySec {
  padding-top: 145px;
}
.categorySec .container-fluid {
  padding: 0;
}
.categorySec .container-fluid h2 {
  position: relative;
}
.categorySec .container-fluid h2::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 295px;
  width: 554px;
}
.categorySec .container-fluid h2::after {
  background: url(../images/new/warabi_city.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  z-index: -100;
}
.categorySec .container-fluid h2 span::before {
  background: url(../images/new/icon-glass.svg) no-repeat 0 50%;
  background-size: contain;
}
.categorySec .container-fluid .squareLinkBlock {
  position: relative;
  position: relative;
}
.categorySec .container-fluid .squareLinkBlock::before {
  content: ' ';
  display: block;
  position: absolute;
  top: -3px;
  left: 15px;
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  height: 47px;
  width: 166px;
}
.categorySec .container-fluid .squareLinkBlock::after {
  content: ' ';
  display: block;
  position: absolute;
  top: -3px;
  left: calc(100% - 15px);
  -ms-transform: translate(-100%, -100%);
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  height: 55px;
  width: 160px;
}
.categorySec .container-fluid .squareLinkBlock::before {
  background: url(../images/new/category_before.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
@media screen and (max-width: 575px) {
  .categorySec .container-fluid .squareLinkBlock::before {
    background: none;
  }
}
.categorySec .container-fluid .squareLinkBlock::after {
  background: url(../images/new/category_after.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
@media screen and (max-width: 575px) {
  .categorySec .container-fluid .squareLinkBlock::after {
    background: none;
  }
}
.categorySec .container-fluid .squareLinkBlock ul li {
  float: left;
  border: 1px solid #FFF;
  display: block;
  background: rgba(0, 162, 154, 0.7);
  padding: 10px;
  width: 14.285714285714286vw;
  height: 14.285714285714286vw;
  font-weight: bold;
  font-size: 21px;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: calc(14.285714285714286vw - 3px) \9 ;
}
@media all and (-ms-high-contrast: none) {
  .categorySec .container-fluid .squareLinkBlock ul li {
    width: calc(14.285714285714286vw - 3px);
  }
}
@media screen and (max-width: 991px) {
  .categorySec .container-fluid .squareLinkBlock ul li {
    font-size: 18px;
    width: 20%;
    height: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .categorySec .container-fluid .squareLinkBlock ul li {
    font-size: 16px;
    width: 25vw;
    height: 25vw;
  }
}
@media screen and (max-width: 575px) {
  .categorySec .container-fluid .squareLinkBlock ul li {
    width: 33.3333333333vw;
    height: 33.3333333333vw;
  }
}
.categorySec .container-fluid .squareLinkBlock ul li:hover {
  background: #00a29a;
}
.categorySec .container-fluid .squareLinkBlock ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/new/bg015.png) repeat;
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.categorySec .container-fluid .squareLinkBlock ul li a .inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}
.categorySec .container-fluid .squareLinkBlock ul li a img {
  width: 6vw;
  height: 6vw;
  opacity: 1 !important;
}
@media screen and (max-width: 991px) {
  .categorySec .container-fluid .squareLinkBlock ul li a img {
    width: 9vw;
    height: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .categorySec .container-fluid .squareLinkBlock ul li a img {
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (max-width: 575px) {
  .categorySec .container-fluid .squareLinkBlock ul li a img {
    width: 16vw;
    height: 16vw;
  }
}
.categorySec .container-fluid .squareLinkBlock ul li:first-child {
  width: 28.571428571428571vw;
  height: 28.571428571428571vw;
  font-size: 32px;
  width: calc(28.571428571428571vw - 3px) \9 ;
}
@media all and (-ms-high-contrast: none) {
  .categorySec .container-fluid .squareLinkBlock ul li:first-child {
    width: calc(28.571428571428571vw - 3px);
  }
}
@media screen and (max-width: 1199px) {
  .categorySec .container-fluid .squareLinkBlock ul li:first-child {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .categorySec .container-fluid .squareLinkBlock ul li:first-child {
    font-size: 18px;
    width: 20%;
    height: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .categorySec .container-fluid .squareLinkBlock ul li:first-child {
    font-size: 16px;
    width: 25vw;
    height: 25vw;
  }
}
@media screen and (max-width: 575px) {
  .categorySec .container-fluid .squareLinkBlock ul li:first-child {
    width: 33.3333333333vw;
    height: 33.3333333333vw;
  }
}
.categorySec .container-fluid .squareLinkBlock ul li:first-child a img {
  width: 12vw;
  height: 12vw;
}
@media screen and (max-width: 991px) {
  .categorySec .container-fluid .squareLinkBlock ul li:first-child a img {
    width: 9vw;
    height: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .categorySec .container-fluid .squareLinkBlock ul li:first-child a img {
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (max-width: 575px) {
  .categorySec .container-fluid .squareLinkBlock ul li:first-child a img {
    width: 16vw;
    height: 16vw;
  }
}
.categorySec .container-fluid .textLinkBlock {
  background: rgba(0, 162, 154, 0.2);
  width: 100%;
  padding-top: 35px;
  padding-bottom: 15px;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
}
@media screen and (max-width: 767px) {
  .categorySec .container-fluid .textLinkBlock {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.categorySec .container-fluid .textLinkBlock ul li {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
.categorySec .container-fluid .textLinkBlock ul li:last-child {
  margin-right: 0;
}

/* archiveSec
-------------------------------------------------- */
.archiveSec h2 span::before {
  background: url(../images/new/icon-shop.svg) no-repeat 0 50%;
  background-size: contain;
}
.archiveSec a {
  height: 100%;
  display: block;
  text-decoration: none;
}
.archiveSec a .imageBlock {
  width: 100%;
  border: 1px solid #b5b5b6;
  margin-bottom: 10px;
}
.archiveSec a h3 {
  color: #333;
  text-align: left;
  margin-bottom: 30px;
}
.archiveSec a h3 span {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.archiveSec a:hover h3 span {
  background: #fff100;
}

/* newsSec
-------------------------------------------------- */
.newsSec {
  background: #f7f8f8;
  padding-bottom: 35px;
  padding-top: 35px;
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .newsSec {
    padding-bottom: 10px;
  }
}
.newsSec h2 {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.12em;
  margin-bottom: 35px;
}
.newsSec dl {
  margin-bottom: 25px;
}
.newsSec dl dt {
  color: #00a29a;
  text-align: left;
}
.newsSec dl dd {
  text-align: left;
  font-weight: bold;
}
.newsSec dl dd a {
  color: #333;
}
@media screen and (max-width: 991px) {
  .newsSec .reset-md-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 25px;
    border-right: none !important;
  }
}

/* topicsSec
-------------------------------------------------- */
.topicsSec {
  background: url(../images/new/bg10.png) repeat;
}
.topicsSec h2 span::before {
  background: url(../images/new/icon-bubble.svg) no-repeat 0 50%;
  background-size: contain;
}
.topicsSec dl {
  margin-bottom: 25px;
}
.topicsSec dl dt {
  color: #00a29a;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .topicsSec dl dt {
    margin-bottom: 10px;
  }
}
.topicsSec dl dd {
  text-align: left;
  font-weight: bold;
}
.topicsSec dl dd a {
  color: #333;
}
.topicsSec .simpleBox h2 {
  text-align: left;
}
.topicsSec .simpleBox ul li {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
.topicsSec .simpleBox ul li:last-child {
  margin-right: 0;
}
.topicsSec .simpleBox .contentBlock {
  padding-top: 15px;
  margin-bottom: 0;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

body.category .topicsSec .simpleBox {
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body.category .topicsSec .simpleBox {
    padding: 15px;
  }
}

/* bnrSec
-------------------------------------------------- */
.bnrSec ul {
  margin-right: -10px;
  margin-left: -10px;
  width: calc(100% + 20px);
}
@media screen and (max-width: 767px) {
  .bnrSec ul {
    width: calc(100% + 10px);
  }
}
.bnrSec ul li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: calc(100% / 8);
}
@media screen and (max-width: 991px) {
  .bnrSec ul li {
    width: calc(100% / 6);
  }
}
@media screen and (max-width: 767px) {
  .bnrSec ul li {
    width: calc(100% / 5);
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 575px) {
  .bnrSec ul li {
    width: calc(100% / 4);
  }
}
@media screen and (max-width: 350px) {
  .bnrSec ul li {
    width: calc(100% / 3);
  }
}
.bnrSec ul li img {
  border: 1px solid #9fa0a0;
}

/* categorySec2
-------------------------------------------------- */
.categorySec2 {
  padding-top: 145px;
}
.categorySec2 .container-fluid {
  padding: 0;
}
.categorySec2 .container-fluid h2 {
  position: relative;
}
.categorySec2 .container-fluid h2::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 295px;
  width: 554px;
}
.categorySec2 .container-fluid h2::after {
  background: url(../images/new/warabi_city.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  z-index: -100;
}
.categorySec2 .container-fluid h2 span::before {
  background: url(../images/new/icon-glass.svg) no-repeat 0 50%;
  background-size: contain;
}
.categorySec2 .container-fluid .squareLinkBlock {
  position: relative;
  position: relative;
  margin-bottom: 50px;
}
.categorySec2 .container-fluid .squareLinkBlock::before {
  content: ' ';
  display: block;
  position: absolute;
  top: -3px;
  left: 15px;
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  height: 47px;
  width: 166px;
}
.categorySec2 .container-fluid .squareLinkBlock::after {
  content: ' ';
  display: block;
  position: absolute;
  top: -3px;
  left: calc(100% - 15px);
  -ms-transform: translate(-100%, -100%);
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  height: 55px;
  width: 160px;
}
.categorySec2 .container-fluid .squareLinkBlock::before {
  background: url(../images/new/category_before.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
@media screen and (max-width: 575px) {
  .categorySec2 .container-fluid .squareLinkBlock::before {
    background: none;
  }
}
.categorySec2 .container-fluid .squareLinkBlock::after {
  background: url(../images/new/category_after.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
@media screen and (max-width: 575px) {
  .categorySec2 .container-fluid .squareLinkBlock::after {
    background: none;
  }
}
.categorySec2 .container-fluid .squareLinkBlock ul li {
  float: left;
  border: 1px solid #FFF;
  display: block;
  background: rgba(0, 162, 154, 0.7);
  padding: 10px;
  width: 14.285714285714286vw;
  height: 14.285714285714286vw;
  font-weight: bold;
  font-size: 21px;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: calc(14.285714285714286vw - 3px) \9 ;
  position: relative;
}
.categorySec2 .container-fluid .squareLinkBlock ul li .fukidashi {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: auto;
  width: 40vw;
}
@media all and (-ms-high-contrast: none) {
  .categorySec2 .container-fluid .squareLinkBlock ul li {
    width: calc(14.285714285714286vw - 3px);
  }
}
@media screen and (max-width: 991px) {
  .categorySec2 .container-fluid .squareLinkBlock ul li {
    font-size: 18px;
    width: 20%;
    height: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .categorySec2 .container-fluid .squareLinkBlock ul li {
    font-size: 16px;
    width: 25vw;
    height: 25vw;
  }
}
@media screen and (max-width: 575px) {
  .categorySec2 .container-fluid .squareLinkBlock ul li {
    width: 33.3333333333vw;
    height: 33.3333333333vw;
  }
}
.categorySec2 .container-fluid .squareLinkBlock ul li:hover {
  background: #00a29a;
}
.categorySec2 .container-fluid .squareLinkBlock ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/new/bg015.png) repeat;
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.categorySec2 .container-fluid .squareLinkBlock ul li a .inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}
.categorySec2 .container-fluid .squareLinkBlock ul li a img {
  width: 6vw;
  height: 6vw;
  opacity: 1 !important;
}
@media screen and (max-width: 991px) {
  .categorySec2 .container-fluid .squareLinkBlock ul li a img {
    width: 9vw;
    height: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .categorySec2 .container-fluid .squareLinkBlock ul li a img {
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (max-width: 575px) {
  .categorySec2 .container-fluid .squareLinkBlock ul li a img {
    width: 16vw;
    height: 16vw;
  }
}
.categorySec2 .container-fluid .squareLinkBlock ul li ul.fukidashi {
  background: rgba(209, 236, 235, 0.9);
  padding: 5px 20px;
  margin-top: auto;
  margin-left: auto;
  z-index: 100;
  display: none;
}
.categorySec2 .container-fluid .squareLinkBlock ul li ul.fukidashi::before {
  display: block;
  height: 16px;
  width: 16px;
  background: #FFF url(../images/new/fukidashi_before.svg) no-repeat 0 15px;
  background-size: 100% 100%;
}
.categorySec2 .container-fluid .squareLinkBlock ul li ul.fukidashi li {
  float: left;
  margin-right: 40px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 0;
  border: none;
  background: none;
  line-height: 1;
  text-align: left;
  width: auto;
  height: auto;
}
.categorySec2 .container-fluid .squareLinkBlock ul li ul.fukidashi li:hover {
  background: none;
}
.categorySec2 .container-fluid .squareLinkBlock ul li ul.fukidashi li a {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  color: #00a29a;
  text-decoration: underline;
  font-size: 16px;
}

.categorySec2 .container-fluid .squareLinkBlock ul li:hover ul.fukidashi {
  display: block;
}
@media screen and (max-width: 767px) {
  .categorySec2 .container-fluid .squareLinkBlock ul li:hover ul.fukidashi {
    display: none;
  }
}

/* shopSec
-------------------------------------------------- */
.shopSec {
  background: url(../images/new/bg10.png) repeat;
}
.shopSec .main_image {
  border: 1px solid #CCC;
}
.shopSec ul.slider {
  margin-left: -7px;
  margin-right: -7px;
}
.shopSec ul.slider li {
  padding: 7px;
}
.shopSec ul.slider li p {
  border: 1px solid rgba(171, 171, 171, 0.2);
}
.shopSec .slick-slide img {
  opacity: 0.3;
}
.shopSec .slick-slide.slick-current img {
  opacity: 1;
}
.shopSec .slick-slide.slick-current p {
  border: 1px solid #ABABAB !important;
}
.shopSec .slick-slide:hover img {
  opacity: 0.8 !important;
}
.shopSec .slick-slide:hover p {
  border: 1px solid rgba(171, 171, 171, 0.8) !important;
}
.shopSec .slick-prev:before {
  color: #333;
  font-size: 40px;
}
.shopSec .slick-next:before {
  color: #333;
  font-size: 40px;
}
.shopSec .slick-prev {
  left: 0;
}
.shopSec .slick-next {
  right: 0;
}
.shopSec .only_me {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .shopSec .only_me {
    width: 50%;
  }
}
.shopSec dl {
  margin-left: 0;
  margin-right: 0;
}
.shopSec dl dt {
  color: rgba(0, 162, 154, 0.8);
  border-bottom: 1px solid rgba(0, 162, 154, 0.8);
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .shopSec dl dt {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.shopSec dl dd {
  border-bottom: 1px solid #E6E6E5;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .shopSec dl dd {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.shopSec .menuBlock {
  border-bottom: 1px solid #E6E6E5;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.shopSec .menuBlock:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  font-weight: bold;
  color: #ABABAB;
  padding: 5px;
  text-decoration: none;
  background: #CCC;
  margin-top: 10px;
  border: 1px solid #ABABAB;
}

.nav-tabs .nav-link:hover {
  border: 1px solid #ABABAB;
  margin-top: 0;
  padding: 10px;
}

.nav-tabs .nav-link.active {
  font-weight: bold;
  color: #00a29a;
  text-decoration: none;
  padding: 10px;
  background: #FFF;
  margin-top: 0;
  border-top: 1px solid #ABABAB;
  border-left: 1px solid #ABABAB;
  border-right: 1px solid #ABABAB;
  border-bottom: 1px solid #FFF;
}

.tab-content {
  background: #FFF;
  border-bottom: 1px solid #ABABAB;
  border-left: 1px solid #ABABAB;
  border-right: 1px solid #ABABAB;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .tab-content {
    padding: 15px;
  }
}

/* sitemapSec
-------------------------------------------------- */
.sitemapSec ul li {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sitemapSec ul li {
    font-size: 14px;
  }
}
.sitemapSec ul li a {
  color: #333;
  text-decoration: none;
}

/* mapSec
-------------------------------------------------- */
.mapSec .container-fluid {
  padding: 0;
}
.mapSec .container-fluid h2 span::before {
  background: url(../images/new/icon-map.svg) no-repeat 50% 50%;
  background-size: contain;
}
.mapSec .container-fluid #mapContainer {
  width: 100%;
  height: 450px;
  margin-bottom: 30px;
}
.mapSec .container-fluid a {
  text-decoration: none;
}

/* basicSec
-------------------------------------------------- */
.basicSec h2 span {
  padding-left: 0;
}
.basicSec dl {
  margin-left: 0;
  margin-right: 0;
}
.basicSec dl dt {
  color: rgba(0, 162, 154, 0.8);
  border-bottom: 1px solid rgba(0, 162, 154, 0.8);
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .basicSec dl dt {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.basicSec dl dd {
  border-bottom: 1px solid #E6E6E5;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .basicSec dl dd {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.basicSec ol.list {
  margin-bottom: 15px;
}
.basicSec ol.list li {
  margin-left: 1.5em;
  text-align: left;
}
.basicSec .twoToneTable {
  margin-bottom: 0;
}
.basicSec .twoToneTable tbody tr {
  background: rgba(0, 162, 154, 0.2);
}
.basicSec .twoToneTable tbody tr:nth-child(even) {
  background: rgba(0, 162, 154, 0.1);
}
.basicSec .twoToneTable tbody tr th {
  background: none;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #00a29a;
  min-width: 0;
}
.basicSec .twoToneTable tbody tr td {
  text-align: left;
  color: #333;
  font-size: 14px;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.basicSec .contentBlock {
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

/* common
-------------------------------------------------- */
.telBlock {
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 162, 154, 0.8);
  z-index: 100;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.telBlock.fadeOut {
  opacity: 0;
}
.telBlock a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

a.categoryBox {
  padding: 10px;
  display: block;
}
a.categoryBox:hover {
  background: rgba(0, 162, 154, 0.1);
}

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