@charset "UTF-8";
/* CSS Document */
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  to {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100% !important;
}
@media (min-width: 750px) and (max-width: 1200px) {
  html {
    font-size: 1.25vw !important;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 3.6vw !important;
    margin-top: 0 !important;
  }
}

body {
  position: relative;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 100% !important;
  right: 0 !important;
  color: #333333;
  background-color: #f3f3f3;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media (max-width: 750px) {
  body {
    width: 100%;
    min-width: auto;
  }
}
body.fixed {
  position: fixed;
}
body.en-US {
  word-break: normal;
}
body.en-US a {
  word-break: normal;
}

a {
  text-decoration-skip-ink: none;
  text-decoration: underline;
  color: #00a4e1;
  display: inline-block;
  transition: all ease 0.5s;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
}
a[target="_blank"]:not(.pdfDl)::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/common/icon_blank.svg) no-repeat center center/100%;
  margin-right: 0.25em;
  margin-left: 0.2em;
}
a[href*=".pdf"]:not('.pdfDl')::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/common/icon_pdf.svg) no-repeat center center/100%;
  margin-right: 0.25em;
  margin-left: 0.2em;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a.remove-icon:after {
  display: none;
}
a img {
  transition: all ease 0.5s;
}

a:hover img {
  opacity: 0.8;
}

p {
  line-height: 1.8;
}

li {
  line-height: 1.8;
}

@media (max-width: 750px) {
  .spNone {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .pcNone {
    display: none !important;
  }
}

.switch {
  visibility: hidden;
}

.bold {
  font-weight: bold;
}

@media (max-width: 750px) {
  .spleft {
    text-align: left !important;
  }
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}
.center img {
  margin-right: auto;
  margin-left: auto;
}

.lineheight14 {
  line-height: 1.4;
}

.mt120 {
  margin-top: 7.5em;
}
@media (max-width: 750px) {
  .mt120 {
    margin-top: 16vw;
  }
}

.mb120 {
  margin-bottom: 7.5em;
}
@media (max-width: 750px) {
  .mb120 {
    margin-bottom: 16vw;
  }
}

.mt90 {
  margin-top: 6.25em;
}
@media (max-width: 750px) {
  .mt90 {
    margin-top: 14.67vw;
  }
}

.mb90 {
  margin-bottom: 6.25em;
}
@media (max-width: 750px) {
  .mb90 {
    margin-bottom: 14.67vw;
  }
}

.pb90 {
  padding-bottom: 6.25em;
}
@media (max-width: 750px) {
  .pb90 {
    padding-bottom: 14.67vw;
  }
}

.mt60 {
  margin-top: 3.75em;
}
@media (max-width: 750px) {
  .mt60 {
    margin-top: 13.3vw;
  }
}

.mt50 {
  margin-top: 3em;
}
@media (max-width: 750px) {
  .mt50 {
    margin-top: 6.6vw;
  }
}

.mb50 {
  margin-bottom: 3em;
}
@media (max-width: 750px) {
  .mb50 {
    margin-bottom: 6.6vw;
  }
}

.mt3em {
  margin-top: 3em;
}
@media (max-width: 750px) {
  .mt3em {
    margin-top: 2em;
  }
}

.mb3em {
  margin-bottom: 3em;
}
@media (max-width: 750px) {
  .mb3em {
    margin-bottom: 2em;
  }
}

.mt2em {
  margin-top: 2em;
}
@media (max-width: 750px) {
  .mt2em {
    margin-top: 1em;
  }
}

.mb2em {
  margin-bottom: 2em;
}
@media (max-width: 750px) {
  .mb2em {
    margin-bottom: 1em;
  }
}

.mt1em {
  margin-top: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.mt05em {
  margin-top: 0.5em;
}

.mb05em {
  margin-bottom: 0.5em;
}

.pt3em {
  padding-top: 3em;
}
@media (max-width: 750px) {
  .pt3em {
    padding-top: 2em;
  }
}

.pt2em {
  padding-top: 2em;
}
@media (max-width: 750px) {
  .pt2em {
    padding-top: 1em;
  }
}

.pt1em {
  padding-top: 1em;
}

.pt05em {
  padding-top: 0.5em;
}

.pl2em {
  padding-left: 2.5em;
}
@media (max-width: 750px) {
  .pl2em {
    padding-left: 1em;
  }
}

.red {
  color: #be0000;
}

.theme {
  color: #00a4e1;
}

.colorlight {
  color: #666666;
}

img {
  height: auto;
}
img.width80 {
  display: block;
}
@media (max-width: 750px) {
  img.width80 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  img.width50 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

.imgbox.width100 {
  width: 100%;
}
@media (min-width: 751px) {
  .imgbox.width80pc {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 751px) {
  .imgbox.width50pc {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 751px) {
  .imgbox.width37pc {
    width: 37%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  .imgbox.width50 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 751px) {
  .imgbox.width20pc {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
  }
}
.imgbox img {
  width: 100%;
}
.imgbox img.width60 {
  display: block;
}
@media (max-width: 750px) {
  .imgbox img.width60 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* レイアウト関連 */
.inner, .inner840 {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

.inner {
  max-width: 1080px;
}
.inner .inner840 {
  width: 100%;
}

.inner840 {
  max-width: 840px;
  /* リンク・フォーム */
}

.linkbox, .linkbox_s, input[type="submit"], input[type="button"], button[type="submit"] {
  display: block;
  color: white;
  background: linear-gradient(to bottom, #00a4e1, #1e76d9);
  border-radius: 1.5em;
  line-height: 1.2;
  width: 22.7em;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6em 3em;
  transition: all ease 0.5s;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  .linkbox, .linkbox_s, input[type="submit"], input[type="button"], button[type="submit"] {
    width: 100%;
  }
}
.linkbox:hover, .linkbox_s:hover, input[type="submit"]:hover, input[type="button"]:hover, button[type="submit"]:hover {
  opacity: 0.8;
}

.linkbox_s {
  width: 9.5em;
  letter-spacing: 0;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
@media (max-width: 750px) {
  .linkbox_s {
    width: 30vw;
  }
}
@media (min-width: 751px) {
  .linkbox_s.pc_mr0 {
    margin-right: 0;
  }
}

.linkbox_l {
  position: relative;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00a4e1;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: 2px solid #00a4e1;
  border-radius: 3em;
  font-weight: bold;
  padding: 1em;
}
@media (max-width: 750px) {
  .linkbox_l {
    padding: 1em;
  }
}
.linkbox_l::after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
  border-top: 2px solid #00a4e1;
  border-right: 2px solid #00a4e1;
  transform: rotate(45deg);
  margin: auto;
}
.linkbox_l:hover {
  color: white;
  background-color: #00a4e1;
}
.linkbox_l:hover::after {
  border-color: white;
}

@media (min-width: 751px) {
  .dlwrap {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
  .dlwrap > div {
    padding: 0 0.8em;
    flex: 0 1 33%;
  }
  .dlwrap > div:not(:first-of-type) {
    border-left: 1px solid #cccccc;
  }
  .dlwrap > div .pdfDl {
    width: auto;
    max-width: none;
  }
}

.pdfDl {
  position: relative;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, white, #e3e3e3);
  border: 1px solid #cccccc;
  width: 100%;
  color: inherit;
  text-decoration: none;
  padding: 0.5em;
  margin: 1em 0;
}
@media (min-width: 751px) {
  .pdfDl {
    font-size: 0.87em;
    width: 24.2em;
    max-width: 24.2em;
  }
}
.pdfDl:hover {
  opacity: 0.8;
}
.pdfDl::before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 3.2em;
  background: url(../images/common/icon_pdf.png) no-repeat center center;
  background-size: contain;
  margin-right: 0.5em;
}
.pdfDl::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  background: url(../images/common/icon_dl.svg) no-repeat center center;
  background-size: contain;
  margin: auto;
}

.linkarrow {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding-right: 0.7em;
}
@media (min-width: 751px) {
  .linkarrow {
    font-size: 0.87em;
  }
}
.linkarrow::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #00a4e1;
  border-right: 1px solid #00a4e1;
  transform: rotate(45deg);
  margin: auto;
}
.linkarrow:hover {
  opacity: 0.8;
}

.linkbox_wrap {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
}
.linkbox_wrap > * {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.linkbox_wrap > *:last-of-type {
  margin-left: 1em !important;
}
@media (min-width: 751px) {
  .linkbox_wrap > *:last-of-type {
    margin-left: 2em !important;
  }
}

/* ヘッダー部分 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  z-index: 8;
}
@media (max-width: 750px) {
  .header {
    padding: 2vw 4vw;
  }
}
@media (min-width: 751px) {
  .header {
    padding: 0 3em;
  }
}
.header .innerWrap {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  z-index: 9;
}
.header a {
  text-decoration: none;
  display: block;
}
.header .logo {
  width: 12em;
  max-width: 12em;
}
.header .logo a {
  display: block;
}
.header .megaOpen, .header .notOpen {
  position: relative;
  cursor: pointer;
  color: inherit;
  font-weight: bold;
}
@media (max-width: 750px) {
  .header .megaOpen, .header .notOpen {
    font-size: 1.1em;
  }
}
@media (min-width: 751px) {
  .header .megaOpen, .header .notOpen {
    font-size: 0.87em;
    padding: 0 1em;
    margin: 0 0.7em;
  }
}
.header .megaOpen {
  position: relative;
}
.header .megaOpen::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 30%;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(135deg);
  margin: auto;
  transition: all ease 0.5s;
}
@media (max-width: 750px) {
  .header .megaOpen::after {
    right: 4vw;
    width: 1em;
    height: 1em;
    border-top: 0.5vw solid #c5c5c5;
    border-right: 0.5vw solid #c5c5c5;
  }
}
@media (min-width: 751px) {
  .header .megaOpen::after {
    right: 0;
  }
}
@media (max-width: 750px) {
  .header .megaOpen.active {
    color: white;
    background-color: #333333;
  }
}
.header .megaOpen.active::after {
  top: 45%;
  transform: rotate(-45deg);
}
.header .megaOpen:hover {
  opacity: 0.8;
}
.header .megaWrap {
  display: none;
  width: 100%;
  background-color: #f3f3f3;
  z-index: 2;
}
@media (max-width: 750px) {
  .header .megaWrap {
    background-color: white;
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media (min-width: 751px) {
  .header .megaWrap {
    position: absolute;
    left: 0;
    border-bottom: 1px solid #cccccc;
  }
}
.header .megaWrap .box {
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.header .megaWrap .box:not(:first-of-type) {
  border-top: 1px solid #cccccc;
}
@media (max-width: 750px) {
  .header .megaWrap .box {
    padding-bottom: 4vw;
  }
}
@media (min-width: 751px) {
  .header .megaWrap .box {
    padding: 2em 0;
  }
}
@media (max-width: 750px) {
  .header .megaWrap .linkbox_b {
    text-align: center;
    margin: 1em auto 0;
  }
}
@media (min-width: 751px) {
  .header .megaWrap .linkbox_b {
    position: absolute;
    top: 2em;
    right: 0;
  }
}
.header .megaWrap .linkbox_b a {
  display: inline-block;
  color: #333333;
  border-radius: 1.5em;
  border: 2px solid #333333;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  padding: 0.4em 1.5em;
}
.header .megaWrap .linkbox_b a:hover {
  opacity: 0.8;
}
.header .megaWrap .linkbox_s {
  font-size: 0.87em;
}
@media (min-width: 751px) {
  .header .megaWrap .flex {
    margin-left: -1em;
  }
}
@media (min-width: 751px) {
  .header .megaWrap .flex > * {
    width: calc(33.33% - 1em);
    margin-left: 1em;
  }
}
.header .megaWrap .flex .linkbox {
  font-size: 0.87em;
  display: inline-block;
  padding-right: 1em;
  padding-left: 1em;
  margin-right: 0;
  margin-left: auto;
}
.header .megaWrap .linksBox {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 3.5vw;
}
@media (min-width: 751px) {
  .header .megaWrap .linksBox {
    text-align: right;
    margin-top: 2em;
  }
}
.header .megaWrap .linksBox .linkarrow {
  display: block;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .header .megaWrap .linksBox .linkarrow {
    font-size: 0.85em;
  }
}
@media (min-width: 751px) {
  .header .megaWrap .linksBox .linkarrow {
    margin-left: 2em;
  }
}
.header .megaWrap .linksBox .linkarrow small {
  display: block;
}
@media (max-width: 750px) {
  .header .megaTitle {
    padding: 3vw 0 !important;
  }
}
@media (min-width: 751px) {
  .header .megaTitle {
    margin-bottom: 1.5em;
  }
}
.header .megaTitle a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: inherit;
}
@media (max-width: 750px) {
  .header .megaTitle a {
    padding: 0 !important;
  }
}
@media (min-width: 751px) {
  .header .megaTitle a {
    font-size: 1.3em;
  }
}
.header .megaTitle a::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 0;
  right: -1.5em;
  bottom: 0;
  background: url(../images/common/icon_circleArrow.svg) no-repeat center center;
  background-size: contain;
  margin: auto;
}
.header .megaTitle a:hover {
  opacity: 0.8;
}
.header .megaTitle small {
  display: block;
}
.header .menuBtn {
  border-radius: 0.6em;
  background-color: white;
  border: 1px solid silver;
}
@media (max-width: 750px) {
  .header .menuBtn {
    padding: 0 !important;
  }
}
.header .menuBtn:hover {
  opacity: 0.8;
}
.header .menuBtn:hover .linkarrow:hover {
  opacity: 1;
}
.header .menuBtn .imgbox {
  background: no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 10em;
  border-radius: 0.6em 0.6em 0 0;
}
.header .menuBtn .wrap {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0 1.5em;
}
@media (max-width: 750px) {
  .header .menuBtn .wrap {
    height: 14.6vw;
    padding: 0;
  }
}
.header .menuBtn .linkarrow {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  color: #333333;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .header .menuBtn .linkarrow {
    font-size: 0.9em;
  }
}
@media (max-width: 750px) {
  .header .productsBox .flex::before {
    content: "";
    display: block;
    width: 84vw;
    height: 1px;
    background-color: #cccccc;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  .header .productsBox .flex > div::after {
    content: "";
    display: block;
    width: 84vw;
    height: 1px;
    background-color: #cccccc;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  .header .businessBox .flex, .header .companyBox .flex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -1em;
  }
}
@media (max-width: 750px) {
  .header .businessBox .flex > *, .header .companyBox .flex > * {
    width: calc(50% - 1em);
    margin-left: 1em;
  }
  .header .businessBox .flex > *:nth-child(n + 3), .header .companyBox .flex > *:nth-child(n + 3) {
    margin-top: 1em;
  }
}
@media (min-width: 751px) {
  .header .businessBox .flex > *, .header .companyBox .flex > * {
    width: calc(25% - 1em);
    margin-left: 1em;
  }
}
.header .businessBox .menuBtn:first-of-type .imgbox {
  background-image: url(../images/common/header_menuBtn_business1.jpg);
}
.header .businessBox .menuBtn:nth-of-type(2) .imgbox {
  background-image: url(../images/common/header_menuBtn_business2.jpg);
}
.header .businessBox .menuBtn:nth-of-type(3) .imgbox {
  background-image: url(../images/common/header_menuBtn_business3.jpg);
}
.header .businessBox .menuBtn:last-of-type .imgbox {
  background-image: url(../images/common/header_menuBtn_business4.jpg);
}
.header .companyBox .menuBtn:first-of-type .imgbox {
  background-image: url(../images/common/header_menuBtn_company1.png);
}
.header .companyBox .menuBtn:nth-of-type(2) .imgbox {
  background-image: url(../images/common/header_menuBtn_company2.jpg);
}
.header .companyBox .menuBtn:nth-of-type(3) .imgbox {
  background-image: url(../images/common/header_menuBtn_company3.png);
}
.header .companyBox .menuBtn:last-of-type .imgbox {
  background-image: url(../images/common/header_menuBtn_company4.jpg);
}
@media (max-width: 750px) {
  .header .productBtn {
    background-color: transparent;
    border: none;
  }
  .header .productBtn::before {
    display: none;
  }
}
@media (max-width: 750px) {
  .header .productBtn .wrap {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3vw 0;
  }
}
.header .productBtn p {
  color: #666666;
  font-size: 0.87em;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 1em;
}
@media (max-width: 750px) {
  .header .productBtn p {
    display: none;
  }
}
.header .productBtn .linkbox_s {
  margin-right: 0;
}
@media (max-width: 750px) {
  .header .productBtn .linkbox_s {
    margin: auto;
    right: 0;
  }
}
.header .productBtn .linkarrow {
  font-weight: bold;
  color: #333333;
}
.header a.productBtn:hover {
  opacity: 0.8;
}
.header a.productBtn .linkarrow:hover {
  opacity: 1;
}
@media (max-width: 750px) {
  .header .supportsBox .linksBox {
    align-items: flex-end;
    flex-direction: column;
    text-align: right;
  }
}
@media (max-width: 750px) {
  .header .supportsBox .productBtn {
    border: 1px solid silver;
  }
  .header .supportsBox .productBtn:not(:first-of-type) {
    margin-top: 3vw;
  }
}
.header .supportsBox .productBtn::before {
  display: none;
}
@media (max-width: 750px) {
  .header .supportsBox .productBtn .wrap {
    padding: 2vw;
  }
}
.header .menu-trigger {
  position: absolute;
  top: 4vw;
  right: 4vw;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 9.3vw;
  height: 5.2vw;
}
@media (min-width: 751px) {
  .header .menu-trigger {
    display: none;
  }
}
.header .menu-trigger,
.header .menu-trigger span {
  transition: all 0.4s;
  box-sizing: border-box;
}
.header .menu-trigger span {
  display: inline-block;
  width: 9.3vw;
  height: 5.2vw;
  background-image: url(../images/common/menu_open.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 10;
}
@media (min-width: 751px) {
  .header .menu-trigger span {
    display: none;
  }
}
.header.active .menu-trigger {
  width: 6.6vw;
  height: 6.6vw;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  background-color: transparent;
  z-index: 10;
}
.header.active .menu-trigger span {
  width: 6.6vw;
  height: 6.6vw;
  background-image: url(../images/common/menu_close.svg);
}
.header .lang {
  position: relative;
}
@media (max-width: 750px) {
  .header .lang {
    margin-left: auto;
    margin-right: 13vw;
  }
}
@media (min-width: 751px) {
  .header .lang {
    position: relative;
    margin-left: 1em;
  }
}
.header .lang > a {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  color: inherit;
  font-size: 0.85em;
  cursor: pointer;
}
@media (min-width: 751px) {
  .header .lang > a {
    font-size: 0.75em;
  }
  .header .lang > a:hover {
    opacity: 0.8;
  }
}
.header .lang > a::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../images/common/icon_lang.svg) no-repeat center center;
  background-size: contain;
  margin-right: 0.3em;
}
.header .lang .langWrap {
  position: absolute;
  top: 2em;
  right: 0;
  left: 0;
  background-color: white;
  border: 1px solid #cccccc;
  display: none;
  width: 5em;
  z-index: 2;
  margin: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.header .lang .langWrap::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: -0.3em;
  right: 0;
  left: 0;
  background-color: white;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  transform: rotate(-45deg);
  margin: auto;
}
.header .lang .langWrap span {
  position: relative;
  display: inline-block;
  color: #cccccc;
  font-size: 0.75em;
  line-height: 1.8;
  padding-left: 1.2em;
  margin-top: 0.2em;
  margin-left: 0.5em;
}
.header .lang .langWrap a {
  color: #333333;
}
.header .lang .langWrap li.current a {
  font-weight: bold;
}
.header .lang .langWrap li.current a::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../images/common/icon_langcheck.svg) no-repeat center center;
  background-size: contain;
  margin: auto;
}
.header nav .linkbox {
  width: auto;
  letter-spacing: 0.1em;
  padding: 0.5em 2em;
}
@media (max-width: 750px) {
  .header nav .linkbox {
    margin-top: 1em;
    width: 53vw !important;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
@media (min-width: 751px) {
  .header nav .linkbox {
    margin-left: 1em;
  }
}
.header nav li > .login {
  font-weight: bold;
  color: inherit;
}
@media (max-width: 750px) {
  .header nav li > .login {
    font-size: 1.1em;
  }
}
@media (min-width: 751px) {
  .header nav li > .login {
    position: relative;
    font-size: 0.75em;
    margin-left: 1.3em;
    padding-right: 1em;
  }
  .header nav li > .login::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 3.3em;
    background-color: #cccccc;
    margin: auto;
  }
  .header nav li > .login:hover {
    opacity: 0.8;
  }
}
@media (max-width: 750px) {
  .header .g_menu {
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    z-index: 8;
    box-sizing: border-box;
    overflow: auto;
    position: fixed;
    width: 100%;
    transform: translateX(100%);
    background-color: #f3f3f3;
  }
}
@media (min-width: 751px) {
  .header .g_menu {
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  .header .g_menu nav {
    padding: 4vw;
  }
}
@media (min-width: 751px) {
  .header .g_menu ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    align-items: center;
  }
}
@media (max-width: 750px) {
  .header .g_menu li {
    border-bottom: 1px solid #cccccc;
  }
  .header .g_menu li:first-child {
    border-top: 1px solid #cccccc;
  }
}
@media (min-width: 751px) {
  .header .g_menu li {
    padding: 1em 0;
  }
}
.header .g_menu a:not(.linkbox) {
  text-decoration: none;
}
@media (max-width: 750px) {
  .header .g_menu a:not(.linkbox) {
    padding: 2vw 4vw;
  }
}
.header.active .g_menu {
  transform: translateX(0%);
}
@media (max-width: 750px) {
  .header.active .g_menu {
    transform: translateX(50vw);
  }
}
@media (max-width: 750px) {
  .header.active .g_menu {
    transform: translateX(0%);
  }
}
.header .logowrap {
  border-bottom: 1px solid #cccccc;
  padding: 2vw 4vw;
}
@media (min-width: 751px) {
  .header .logowrap {
    display: none;
  }
}
@media (max-width: 750px) {
  .header #wpmem_loginout_link {
    border-top: 1px solid #cccccc;
  }
}

/* フッター部分 */
.cta {
  color: white;
  background-color: #00a4e1;
  background-image: url(../images/common/cta_bk.png);
  background-size: auto 30em;
  background-repeat: no-repeat;
  background-position: bottom right 5em;
  padding: 6em 0 4.3em;
}
@media (max-width: 750px) {
  .cta {
    background-size: 70vw;
    background-position: bottom right 2vw;
    padding: 2em 0;
  }
}
.cta .disc li {
  margin-top: 0.5em;
}
.cta .linkbox_l {
  color: white;
  border-color: white;
  font-size: 1.37em;
  padding: 1em 4em;
}
@media (max-width: 750px) {
  .cta .linkbox_l {
    width: 100%;
    padding: 1em;
  }
}
.cta .linkbox_l::after {
  border-color: white;
}
.cta .linkbox_l:hover {
  color: #00a4e1;
  background-color: white;
}
.cta .linkbox_l:hover::after {
  border-color: #00a4e1;
}
.cta a[href*='tel:'] {
  position: relative;
  color: white;
  text-decoration: none;
  padding-left: 6.5em;
}
@media (max-width: 750px) {
  .cta a[href*='tel:'] {
    padding-left: 20vw;
    margin-top: 2em;
  }
}
.cta a[href*='tel:']::before {
  content: "";
  display: block;
  width: 5.6em;
  height: 5.6em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../images/common/icon_phone.svg) no-repeat center center;
  background-size: contain;
  margin: auto;
}
@media (max-width: 750px) {
  .cta a[href*='tel:']::before {
    width: 16vw;
    height: 16vw;
  }
}
@media (min-width: 751px) {
  .cta a[href*='tel:'] {
    margin-left: 7em;
  }
}
.cta a[href*='tel:'] img {
  width: 64vw;
  max-width: 22em;
}

@media (min-width: 751px) {
  .cta_order .flex > div {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cta_order .flex > div:first-of-type {
    padding-bottom: 8vw;
  }
}
.cta_order .flex > div:first-of-type > div {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  .cta_order .flex > div:last-of-type {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
@media (min-width: 751px) {
  .cta_order .flex > div:last-of-type {
    border-left: 2px solid white;
  }
}
.cta_order .flex > div:last-of-type > div {
  max-width: 390px;
  margin-right: auto;
  margin-left: auto;
}
.cta_order .linkbox_l {
  flex-direction: column;
  padding-right: 1em;
  padding-left: 1em;
  margin-top: 0.9em;
}
.cta_order .linkbox_l span {
  font-size: 0.6em;
  margin-top: 0.5em;
}
.cta_order .linkbox_wrap {
  justify-content: space-between;
  margin-top: 0.3em;
}
.cta_order .linkbox_wrap .linkbox_l {
  font-size: 1.1em;
  width: 10.5em;
  margin-left: 0 !important;
}
.cta_order .linkbox_wrap .linkbox_l::after {
  right: 1em;
}
.cta_order a[href*="tel:"] {
  margin-top: 2.8em;
  margin-left: auto;
}
.cta_order a[href*="tel:"] p {
  text-align: left;
}

.cta_subsc_box {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  max-width: 92%;
  border: 1px solid #cccccc;
  padding: 2.5em;
}
@media (max-width: 750px) {
  .cta_subsc_box {
    padding: 5.3vw;
  }
}

.cta_subsc {
  background: url(../images/common/cta_subsc_pc.png) no-repeat center center;
  background-size: cover;
  padding: 1.5em 0 4em;
}
@media (max-width: 750px) {
  .cta_subsc {
    padding: 2.6vw 0 6vw;
  }
}
.cta_subsc .headerSubsc {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta_subsc .redbox {
  color: white;
  background-color: #cf0000;
  display: inline-block;
  border-radius: 0 0.5em 0.5em 0;
  padding: 0.5em 1em;
}
@media (max-width: 750px) {
  .cta_subsc .redbox {
    white-space: nowrap;
    line-height: 1.3;
    font-size: 0.85em;
    padding: 0.5em;
  }
}
.cta_subsc .redbox b {
  font-size: 1.1em;
}
.cta_subsc .globalbox {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  margin-right: 1.5em;
}
@media (max-width: 750px) {
  .cta_subsc .globalbox {
    margin-right: 4vw;
  }
}
@media (max-width: 750px) {
  .cta_subsc .globalbox small {
    font-size: 0.7em;
  }
}
.cta_subsc .globalbox::before {
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  background: url(../images/common/cta_subsc_icon.png) no-repeat center center;
  background-size: contain;
  margin-right: 0.5em;
}
@media (max-width: 750px) {
  .cta_subsc .globalbox::before {
    width: 1.2em;
    height: 1.2em;
  }
}
.cta_subsc .title, .cta_subsc p, .cta_subsc .globalbox {
  color: white;
}
.cta_subsc .title {
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 751px) {
  .cta_subsc .title {
    font-size: 1.87em;
  }
}
.cta_subsc p {
  line-height: 1.3;
}
@media (max-width: 750px) {
  .cta_subsc p {
    font-size: 0.85em;
  }
}
@media (max-width: 750px) {
  .cta_subsc .mainbox {
    padding: 4vw;
    bottom: 0;
  }
}
@media (min-width: 751px) {
  .cta_subsc .mainbox {
    padding-top: 2.3em;
  }
}
.cta_subsc .titlebox {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  max-width: 690px;
  margin-right: auto;
  margin-left: auto;
}
.cta_subsc .icon {
  width: 3em;
  height: 3em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-flex: 1 0 3em;
  flex: 1 0 3em;
  width: 3em;
  max-width: 3em;
  color: white;
  background-color: #249600;
  font-size: 2.2em;
  font-weight: bold;
  border-radius: 0.3em;
  letter-spacing: 0;
  margin-right: 0.6em;
}
@media (max-width: 750px) {
  .cta_subsc .icon {
    -webkit-flex: 1 0 13.3vw;
    flex: 1 0 13.3vw;
    width: 13.3vw;
    max-width: 13.3vw;
    width: 13.3vw;
    height: 13.3vw;
    font-size: 1.28em;
  }
}
@media (max-width: 750px) {
  .cta_subsc .tagWrap {
    max-width: 50vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.cta_subsc .tagWrap span {
  border: none;
}
.cta_subsc .linkbox_l {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  border-color: white;
  color: white;
  font-size: 1.3em;
}
.cta_subsc .linkbox_l::after {
  border-color: white;
}
.cta_subsc .linkbox_l:hover {
  color: #249600;
  background-color: white;
}
.cta_subsc .linkbox_l:hover::after {
  border-color: #249600;
}

.cta_order a[target='_blank'] {
  color: white;
}
.cta_order a[target='_blank']::after {
  background-image: url(../images/common/icon_blank_wh.svg);
}

.cta_kenshu .fuki {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta_kenshu .fuki::before, .cta_kenshu .fuki::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1.4em;
  background-color: white;
  transform: rotate(30deg);
  margin-left: 0.5em;
}
.cta_kenshu .fuki::before {
  transform: rotate(-30deg);
  margin-right: 0.8em;
}
@media (max-width: 750px) {
  .cta_kenshu .f_30 {
    font-size: 1.3em;
  }
}
.cta_kenshu .check {
  padding: 1em 0 2em;
}
@media (max-width: 750px) {
  .cta_kenshu .check {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.cta_kenshu .check ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  .cta_kenshu .check ul {
    font-size: 0.85em;
  }
}
.cta_kenshu .check li {
  width: 50%;
}
.cta_kenshu .check li::before {
  width: 1.3em;
  height: 1.3em;
  background-image: url(../images/common/cta_check.svg);
}

.cta_en .linkbox_l {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 751px) {
  .cta_en .linkbox_l {
    width: 41%;
    max-width: 41%;
  }
}

.totop {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.7em;
  height: 3.7em;
  background-color: #00a4e1;
  border-radius: 50%;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 750px) {
  .totop {
    position: absolute;
    top: 4vw;
    right: 4vw;
    width: 16vw;
    height: 16vw;
    margin: auto;
    z-index: 1;
  }
}
.totop span {
  display: block;
  width: 1em;
  height: 1em;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(-45deg);
  margin-top: 0.5em;
}
.totop:hover {
  opacity: 0.8;
}

.footer {
  position: relative;
}
.footer a {
  color: #666666;
  text-decoration: none;
}
.footer a:hover {
  opacity: 0.8;
}
.footer .inner {
  padding: 4vw 0;
}
@media (min-width: 751px) {
  .footer .inner {
    padding: 3em 0 1.2em;
  }
}
@media (min-width: 751px) {
  .footer .boxTop {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1.5em;
  }
}
.footer .logo {
  width: 15.75em;
  max-width: 15.75em;
}
@media (max-width: 750px) {
  .footer .logo {
    width: 37.6vw;
    max-width: 37.6vw;
  }
}
.footer .logoBottom {
  font-size: 0.75em;
  margin-top: 9.3em;
}
.footer .sitemap {
  margin-left: 18%;
}
.footer .sitemap li {
  width: 13em;
}
.footer .sitemap > ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 23em;
}
.footer .sitemap > ul > li {
  font-weight: bold;
  font-size: 0.87em;
}
.footer .sitemap > ul > li > ul > li {
  font-weight: normal;
  font-size: 0.85em;
}
.footer .boxBottom {
  padding-top: 1.5em;
}
@media (max-width: 750px) {
  .footer .boxBottom {
    padding-top: 17vw;
  }
}
.footer .boxBottom .flex {
  justify-content: space-between;
  align-items: flex-end;
  font-size: 0.75em;
}

body.en-US .footer .sitemap > ul {
  height: 19em;
}

/* タイトル */
@media (min-width: 751px) {
  .f_14 {
    font-size: 0.875em;
  }
}
@media (max-width: 750px) {
  .f_14 {
    font-size: 0.85em;
  }
}

@media (min-width: 751px) {
  .f_18 {
    font-size: 1.1em;
  }
}

.f_20 {
  font-size: 1.2em;
}
@media (max-width: 750px) {
  .f_20 {
    font-size: 1.1em;
  }
}

.f_24 {
  font-size: 1.5em;
}
@media (max-width: 750px) {
  .f_24 {
    font-size: 1.1em;
  }
}

.f_26 {
  font-size: 1.6em;
}
@media (max-width: 750px) {
  .f_26 {
    font-size: 1.2em;
  }
}

.f_28 {
  font-size: 1.75em;
}
@media (max-width: 750px) {
  .f_28 {
    font-size: 1.25em;
  }
}

.f_30 {
  font-size: 1.87em;
}
@media (max-width: 750px) {
  .f_30 {
    font-size: 1.4em;
  }
}

.f_40 {
  font-size: 2.5em;
}
@media (max-width: 750px) {
  .f_40 {
    font-size: 1.5em;
  }
}

/* コンテンツ */
section {
  padding-bottom: 6.25em;
}
@media (max-width: 750px) {
  section {
    padding-bottom: 11.3vw;
  }
}
section.mt {
  padding-top: 6.25em !important;
}
@media (max-width: 750px) {
  section.mt {
    padding-top: 11.3vw !important;
  }
}
section.mb {
  padding-bottom: 6.25em;
}
@media (max-width: 750px) {
  section.mb {
    padding-bottom: 11.3vw;
  }
}
section.mt0 {
  padding-top: 0;
}
@media (max-width: 750px) {
  section.mt0 {
    padding-top: 0;
  }
}

.contentwrap {
  margin-top: 3em;
}
@media (max-width: 750px) {
  .contentwrap {
    margin-top: 6.6vw;
  }
}

.bg-gray {
  background-color: whitesmoke;
}

@media (min-width: 751px) {
  .column_2 > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.125em;
    padding-left: 0;
  }
  .column_2 > ul > li {
    width: calc(50% - 3.125em);
    margin-left: 3.125em;
  }
  .column_2 > ul > li:nth-child(n + 3) {
    margin-top: 3.125em;
  }
}
@media (max-width: 750px) {
  .column_2 > ul > li:not(:first-of-type) {
    margin-top: 4vw;
  }
}

@media (min-width: 751px) {
  .column_3 > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -5em;
  }
  .column_3 > ul > li {
    width: calc(33.333% - 5em);
    margin-left: 5em;
  }
  .column_3 > ul > li:nth-child(n + 4) {
    margin-top: 5em;
  }
}
@media (max-width: 750px) {
  .column_3 > ul > li:not(:first-child) {
    margin-top: 8vw;
  }
}

@media (min-width: 751px) {
  .column_4 > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.25em;
  }
  .column_4 > ul > li {
    width: calc(25% - 3.25em);
    margin-left: 3.25em;
  }
  .column_4 > ul > li:nth-child(n + 5) {
    margin-top: 3.25em;
  }
}
@media (max-width: 750px) {
  .column_4 > ul > li:not(:first-child) {
    margin-top: 4vw;
  }
}

@media (max-width: 750px) {
  .column_2_sp > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -4vw;
  }
  .column_2_sp > ul > li {
    width: calc(50% - 4vw);
    margin-left: 4vw;
  }
  .column_2_sp > ul > li:not(:first-child) {
    margin-top: 0;
  }
  .column_2_sp > ul > li:nth-child(n + 3) {
    margin-top: 4vw;
  }
}

@media (min-width: 751px) {
  .flex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}

.disc a, .decimal a, .check a {
  display: inline;
}

.disc > ul {
  padding-left: 1.5em;
}
.disc > ul > li {
  list-style-type: disc;
}
.disc > ul > li > ul {
  padding-left: 1.5em;
}

.check > ul > li {
  position: relative;
  padding-left: 1.5em;
}
.check > ul > li::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: 0.4em;
  left: 0;
  background: url(../images/common/icon_check.svg) no-repeat center center;
  background-size: contain;
}
.check > ul > li:not(:last-child) {
  margin-bottom: 0.3em;
}
.check > ul > li > ul {
  padding-left: 1.5em;
}

.decimal > ol {
  counter-reset: item;
}
.decimal > ol > li {
  position: relative;
  counter-increment: item;
  padding-left: 1.8em;
}
.decimal > ol > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  content: counter(item) ".";
}

.dlcolor dl {
  width: 100%;
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 751px) {
  .dlcolor dl {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.dlcolor dt, .dlcolor dd {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.dlcolor dt {
  background-color: #00a4e1;
  color: white;
  width: 7em;
  text-align: center;
  padding: 0.25em;
}
@media (min-width: 751px) {
  .dlcolor dt {
    -webkit-flex: 1 0 7em;
    flex: 1 0 7em;
    width: 7em;
    max-width: 7em;
    padding: 0.25em;
  }
}
@media (min-width: 751px) {
  .dlcolor dd {
    width: calc(100% - 7em);
    max-width: calc(100% - 7em);
    padding-left: 1em;
  }
}

.categorybox {
  color: white;
  background-color: #00a4e1;
  display: inline-block;
  padding: 0.25em 0.5em;
}

.datebox span::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.25em;
}
.datebox span.post::before {
  background: url(../images/common/icon_pen.svg) no-repeat center center/contain;
}
.datebox span.redo {
  margin-left: 1em;
}
.datebox span.redo::before {
  background: url(../images/common/icon_redo.svg) no-repeat center center/contain;
}

#hubspot-messages-iframe-container.widget-align-right {
  bottom: 5em !important;
}

.hs-messages-widget-open #hubspot-messages-iframe-container.widget-align-right {
  bottom: 0 !important;
}
