@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : time.css
Description : BizChannel CM制作-ローカルタイム/ネットタイムページ
===================================================================== */
.section-ttl {
  position: relative;
  font-size: 4.8rem;
  text-align: center;
  line-height: 1.416;
  letter-spacing: 0.1em;
  text-shadow: 0.5px 0.5px #000;
}
.section-ttl::after {
  position: absolute;
  content: "";
  background: url(../images/top/image_secIcon.png) no-repeat;
  background-size: cover;
  background-position: center;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  height: 8rem;
}

@media screen and (min-width: 768px) {
  .section-ttl {
    font-size: 3.6rem;
  }
  .section-ttl::after {
    top: -8rem;
    width: 6rem;
    height: 6rem;
  }
}
/* ==================================
    header
===================================*/
#cm-create-header {
  position: fixed;
  width: 100%;
  height: 10rem;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#cm-create-header.is-fixed {
  position: fixed;
  z-index: 200;
}
#cm-create-header .header-inner {
  display: flex;
  align-items: center;
  height: inherit;
  padding: 0.8rem 0 0.8rem 2rem;
}
#cm-create-header .header-inner .header-logo,
#cm-create-header .header-inner .header-logo2 {
  align-items: center;
  z-index: 200;
}
#cm-create-header .header-inner .header-logo {
  width: 8rem;
  padding-top: 1rem;
  padding-left: 1rem;
}
#cm-create-header .header-inner .header-logo2 {
  margin-left: 1.5rem;
  padding-top: 1rem;
  position: relative;
  width: 19.5rem;
}
#cm-create-header .header-inner .header-logo2 .white {
  position: absolute;
  top: 1rem;
  left: 0.2rem;
  height: 66%;
  pointer-events: none;
}
#cm-create-header .header-inner .header-mail {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 13rem;
  padding-top: 0.5rem;
  z-index: 200;
}
#cm-create-header .header-inner .header-mail span {
  color: #000;
  padding-right: 1rem;
}
#cm-create-header .header-inner .header-mail span.open {
  color: #fff;
}
#cm-create-header .header-inner .header-mail a {
  display: block;
}
#cm-create-header .header-inner .header-mail a img {
  width: 8rem;
}
#cm-create-header .header-inner .header-mail a .white {
  position: absolute;
  top: 0.3rem;
  right: 0;
  width: 8rem;
  height: 86%;
  pointer-events: none;
}
#cm-create-header .header-inner .drawer-icon {
  position: fixed;
  background: #000;
  border-radius: 50%;
  top: -2rem;
  right: -2rem;
  overflow: hidden;
  width: 13rem;
  height: 13rem;
  border: none;
  z-index: 55;
}
#cm-create-header .header-inner .drawer-icon.open {
  background: #fff;
}
#cm-create-header .header-inner .drawer-icon .drawer-txt {
  position: absolute;
  content: "";
  top: 3.5rem;
  right: 4rem;
  width: 7rem;
  height: 3rem;
  z-index: 80;
  color: #fff;
  font-size: 2.2rem;
}
#cm-create-header .header-inner .drawer-icon .drawer-txt.open {
  color: #000;
}
#cm-create-header .header-inner .drawer-icon .drawer-icon-bar {
  position: absolute;
  content: "";
  background: url(../images/common/header/close_hamburger.png) no-repeat;
  background-size: cover;
  top: 7rem;
  right: 5.5rem;
  width: 4rem;
  height: 3rem;
  z-index: 80;
}
#cm-create-header .header-inner .drawer-icon .drawer-icon-bar.open {
  background: url(../images/common/header/open_hamburger.png) no-repeat;
  background-size: cover;
  top: 7rem;
  right: 5.5rem;
  width: 3.6rem;
  height: 3.6rem;
  z-index: 80;
}
#cm-create-header .header-inner .drawer-icon.is-active {
  background: #fff;
}
#cm-create-header .header-inner .drawer-icon__menu {
  position: fixed;
  background: url(../images/common/header/image_menu_bg.png) no-repeat;
  background-size: 102%;
  background-position: center bottom;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  opacity: 0;
  display: none;
  transition: all 0.5s;
}
#cm-create-header .header-inner .drawer-icon__menu.open {
  opacity: 1;
  display: block;
}
#cm-create-header .header-inner .drawer-icon__menu .drawer-icon__items {
  height: auto;
  background-color: #000;
  position: relative;
  padding: 22rem 10rem 10rem;
}
#cm-create-header .header-inner .drawer-icon__menu .drawer-icon__items .drawer-icon__item {
  position: relative;
}
#cm-create-header .header-inner .drawer-icon__menu .drawer-icon__items .drawer-icon__item a {
  display: block;
  color: #fff;
  font-size: 3.8rem;
  text-align: left;
  text-decoration: none;
  line-height: 1.5;
  padding: 3rem 0;
}

@media screen and (min-width: 768px) {
  #cm-create-header {
    height: 9rem;
  }
  #cm-create-header .header-inner {
    padding: 2rem 3.5rem;
    box-sizing: border-box;
    align-items: flex-start;
  }
  #cm-create-header .header-inner .header-logo {
    display: inline-block;
    padding-top: 0;
    padding-left: 0;
  }
  #cm-create-header .header-inner .header-logo a {
    width: 5.5rem;
  }
  #cm-create-header .header-inner .header-logo a img {
    vertical-align: 24%;
    width: 100%;
  }
  #cm-create-header .header-inner .header-logo2 {
    display: inline-block;
    margin-left: 1.5rem;
    padding-top: 0.5rem;
  }
  #cm-create-header .header-inner .header-logo2 a img {
    width: 14rem;
  }
  #cm-create-header .header-inner .header-logo2 .white {
    display: none;
  }
  #cm-create-header .header-inner .header-mail {
    margin-right: 9.5rem;
    padding-top: 1rem;
  }
  #cm-create-header .header-inner .header-mail span {
    font-size: 2.2rem;
    padding-right: 2rem;
  }
  #cm-create-header .header-inner .header-mail a img {
    width: 6rem;
  }
  #cm-create-header .header-inner .header-mail a .white {
    position: absolute;
    top: 1rem;
    right: 0;
    width: 6rem;
    height: 78%;
    pointer-events: none;
  }
  #cm-create-header .header-inner .drawer-icon {
    top: -2rem;
    right: -2rem;
    width: 12rem;
    height: 12rem;
  }
  #cm-create-header .header-inner .drawer-icon .drawer-txt {
    top: 3.2rem;
    right: 3.2rem;
  }
  #cm-create-header .header-inner .drawer-icon .drawer-icon-bar {
    background-size: 100%;
    top: 6.5rem;
    right: 4rem;
    width: 5rem;
    height: 4rem;
  }
  #cm-create-header .header-inner .drawer-icon .drawer-icon-bar.open {
    top: 6.5rem;
    right: 5rem;
  }
  #cm-create-header .header-inner .drawer-icon__menu {
    width: 48%;
    left: auto;
    right: 0;
  }
  #cm-create-header .header-inner .drawer-icon__menu .drawer-icon__items {
    height: 80%;
    padding: 14rem 16rem 0;
  }
  #cm-create-header .header-inner .drawer-icon__menu .drawer-icon__items .drawer-icon__item a {
    font-size: 3rem;
    line-height: 1.5;
    padding: 2rem 0;
  }
}
/* ==================================
    footer
===================================*/
#cm-create-footer {
  padding: 7rem 0;
}
#cm-create-footer .pagetop {
  display: block;
  width: calc(92 / 750 * 100%);
  position: absolute;
  right: 6rem;
  bottom: 2.5rem;
  z-index: 100;
  margin: 0 calc(12 / 750 * 100%) calc(100 / 750 * 100%) 0;
}
#cm-create-footer .pagetop.fixed {
  position: fixed;
}
#cm-create-footer .pagetop a {
  position: relative;
  top: 0;
  display: block;
  transition: 0.3s ease;
}
#cm-create-footer .pagetop a:hover {
  top: -1rem;
}
#cm-create-footer .pagetop a img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
#cm-create-footer .footer-copy {
  display: block;
  font-size: 1.6rem;
  transform: scale(0.9);
  transform-origin: center top;
  font-family: "Concert One", cursive;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #cm-create-footer .pagetop {
    display: block;
    width: calc(88 / 1920 * 100%);
    right: 28rem;
    bottom: -13.5rem;
  }
  #cm-create-footer .footer-copy {
    font-size: 2rem;
  }
}
#cm-create-time .main-block p:not(:first-child) {
  margin-top: 2rem;
}
#cm-create-time .time-method {
  display: flex;
  width: 100%;
  line-height: 1.5;
  margin-top: 2rem;
}
#cm-create-time .time-method .left {
  width: 5%;
}
#cm-create-time .time-method .right {
  width: 95%;
  letter-spacing: 0.14em;
}
#cm-create-time .time-method:not(:first-of-type) {
  margin-top: 0.3rem;
}
#cm-create-time .discription-txt p span {
  font-size: 2.2rem;
  line-height: 2.8;
}

.time-mapArea {
  background: #e6e2dc;
  border-radius: 3rem;
  width: 96%;
  margin: 8rem auto 0;
}
.time-mapArea .time-map {
  width: 53rem;
  height: 39rem;
  padding: 4rem;
}
.time-mapArea .time-map img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  #cm-create-time .time-method {
    font-size: 2.2rem;
  }
  .time-mapArea {
    width: 83%;
  }
  .time-mapArea .time-map {
    width: 57rem;
    height: 37rem;
  }
  .time-mapArea .time-map img {
    height: 100%;
  }
}/*# sourceMappingURL=time.css.map */