@charset "UTF-8";

/* Base Settings
---------------------------------------- */
/* body {
  background: transparent;
  margin: 0;
} */

.mb {
  margin-bottom: 80px;
}

 .cotoha-blog {
  position: relative;
  margin-top: 90px;
}
.cotoha-blog * {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
}
.cotoha-blog main {
  min-height: initial;
}
.cotoha-blog img {
  vertical-align: bottom;
}
.cotoha-blog img:not(.img-fitie) {
  max-width: 100%;
}
.cotoha-blog ul, .cotoha-blog li {
  list-style-type: none;
}
.cotoha-blog pre {
  line-height: 2.2;
  white-space: pre-wrap;
}
@media screen and (max-width: 750px) {
  .cotoha-blog pre {
    line-height: 1.8;
  }
}

.fc--navy {
  color: #09357F;
}

a.button--yellow {
  background: #FED33E;
  color: #333;
}
a.button--navy {
  background: #09357F;
  color: #fff;
}
a.button--gray {
  background: #EFEFEF;
  color: #333;
}

@media screen and (min-width: 1025px) {
  
a[href^="tel:"] {
  pointer-events: none;
}

  .forsp {
    display: none;
  }

  a.hover {
    position: relative;
    transition: .3s;
  }
  a.hover:hover {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
    opacity: .9;
  }
  a.hover:hover::before {
    opacity: 1;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  body {
    width: 100%;
    min-width: 1260px;
  }
}
@media screen and (max-width: 750px) {
  .forpc {
    display: none;
  }
} 
/* Header
---------------------------------------- */
header {
  position: fixed;
}

.global-header {
  display: flex;
  justify-content: space-between;
  padding: 8px 0 8px 8px;
}

.global-header__brand {
  width: 269px;
}
.global-header__brand img {
  max-width: 100%;
  vertical-align: bottom;
}

.global-header__menubtn {
  display: none;
}

.global-header__docomo {
  padding-right: 20px;
}
.global-header__docomo img {
  vertical-align: bottom;
  max-width: 100%;
  max-height: 65px;
}

@media screen and (max-width: 750px) {
  header.opened::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
  }

  .global-header {
    position: relative;
    z-index: 1;
    display: block;
    background: #fff;
  }

  .global-header__brand {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
    max-width: 180px;
    height: 65px;
  }

  .global-header__docomo {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20%;
    max-width: 180px;
    height: 65px;
    padding-right: 0;
  }

  .global-header__menubtn {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    cursor: pointer;
  }
  .global-header__menubtn span {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 12px);
    width: 24px;
    height: 2px;
    line-height: 0;
    background: #333;
  }
  .global-header__menubtn span::before, .global-header__menubtn span::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 24px;
    height: 2px;
    line-height: 0;
    background: #333;
  }
  .global-header__menubtn span::before {
    top: -6px;
  }
  .global-header__menubtn span::after {
    top: 6px;
  }
  .global-header__menubtn.opened span {
    background: transparent;
  }
  .global-header__menubtn.opened span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .global-header__menubtn.opened span::after {
    top: 0;
    transform: rotate(-45deg);
  }
}
.global-header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  .global-header__menu {
    display: none;
  }
  .opened .global-header__menu {
    display: block;
  }
}
.global-header__blog-category {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  font-weight: 500;
}
.global-header__blog-category li {
  margin-right: 1.5em;
  list-style-type: none;
}
.global-header__blog-category li a {
  color: #333;
}
@media screen and (min-width: 1025px) {
  .global-header__blog-category li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 750px) {
  .global-header__blog-category {
    display: block;
    margin-bottom: 1em;
    border-top: solid 1px #ccc;
  }
  .global-header__blog-category li {
    margin: 0;
  }
  .global-header__blog-category li a {
    position: relative;
    display: block;
    padding: 1.25em 3em 1.25em 2em;
    border-bottom: solid 1px #ccc;
  }
  .global-header__blog-category li a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 2em;
    width: .4em;
    height: 100%;
    background: url("/content/dam/nttcom/hq/jp/business/services/application/risk_management/anpi/lp/column/img/nav_arrow.svg/nav_arrow.svg") center center/contain no-repeat;
  }
}
.global-header__link_button {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.global-header__link_button a {
  display: block;
  min-width: 220px;
  margin-right: .5em;
  padding: 1em;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .global-header__link_button {
    display: block;
    padding-bottom: 1em;
  }
  .global-header__link_button a {
    width: 90%;
    margin: 1em auto 0;
    padding: 1.25em 1em;
  }
} 
/* Footer
---------------------------------------- */
/* footer {
  line-height: 1;
  font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, Meiryo, sans-serif;
}
footer a {
  color: #0e367d;
}
footer a:visited {
  color: #0e367d;
}
footer a:hover {
  text-decoration: underline;
  color: #0e367d;
}
footer .linkArea ul {
  max-width: 840px;
}
footer .langArea {
  width: 398px;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 750px) {
  footer .langArea {
    width: auto;
  }
} */

/* Key Visual
---------------------------------------- */
.kv {
  position: relative;
  background: url(/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/callcenter-ivr/ccaas/column/img/bg-fv01.png) left -300px/50vw no-repeat, url(/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/callcenter-ivr/ccaas/column/img/bg-mv01.jpg) right top/contain no-repeat;
}
.kv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(253, 78, 0, 0.1), rgba(253, 177, 73, 0));
}
.kv_ca {
  position: relative;
  background: url(/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/callcenter-ivr/ccaas/column/img/bg-fv01.png) left -300px/50vw no-repeat, url(/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/callcenter-ivr/ccaas/column/img/bg-mv01.jpg) right top/50% no-repeat;
}
.kv_ca::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(253, 78, 0, 0.1), rgba(253, 177, 73, 0));
}
.kv_ca .kv__inner {
  padding: 65px;
}

.kv_ca .kv_cainner {
  padding: 105px;
  text-align: left;
}
.kv__inner {
  width: 90%;
  margin: 0 auto;
  padding: 160px 0;
  text-align: center;
}
.kv_cainner .kv__title::after {
  display: none;
}
.kv_cainner .kv__title {
  margin-bottom: 0;
}
.kv__title {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 2.5rem;
}
.kv__title::after {
  content: "";
  position: absolute;
  width: 50%;
  max-width: 349px;
  height: 2px;
  background: #fdb149;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.kv__title--category {
  text-align: left;
}
.kv__subcopy {
  line-height: 1.75;
  font-size: 1.2rem;
  font-weight: 700;
}
.kv__inner span {
  color: #09357f;
}
.topic-path {
  position: absolute;
  top: 0.5em;
  left: 2em;
  z-index: 10;
}
.cotoha-blog > .topic-path {
  position: static;
  width: calc(100% - 4em);
  margin: 0 auto;
  padding-top: 0.5em;
}
.topic-path li {
  display: inline-block;
  line-height: 1.4;
  font-size: 0.75em;
  color: #222;
}
.topic-path li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0 0.5em;
  border: solid #999;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.topic-path li a {
  color: #515151;
}

@media screen and (max-width: 1280px) {
  .kv {
    background: url(/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/callcenter-ivr/ccaas/column/img/bg-fv01.png) left -300px/50vw no-repeat, url(/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/callcenter-ivr/ccaas/column/img/bg-mv01.jpg) 180% top/contain no-repeat;
  }
}

@media screen and (max-width: 750px) {
  .kv {
    background: url(/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/callcenter-ivr/ccaas/column/img/bg-mv01.jpg) 60% top/cover no-repeat;
    position: relative;
  }
  .kv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
  }
  .kv__inner {
    padding: 80px 0;
    text-align: left;
  }
  .kv__title::after {
    content: "";
    position: absolute;
    width: 50%;
    max-width: 349px;
    height: 2px;
    background: #fdb149;
    bottom: -7px;
    left: 0;
    transform: none;
  }
  .topic-path {
    left: 5%;
  }
  .cotoha-blog > .topic-path {
    width: calc(100% - 2em);
  }
  .cotoha-blog {
    margin-top: 60px;
  }
  .kv--m .kv__title {
    margin-top: 0;
    padding: 15% 5% 10%;
    background-image: url("/content/dam/nttcom/hq/jp/business/services/application/risk_management/anpi/lp/column/img/kv_m.jpg/kv_m.jpg");
    background-position: 75% center;
    font-size: 5vw;
  }
  .kv__subcopy {
    line-height: 1.5;
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .kv__title {
    font-size: 1.4em;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .topic-path li a:hover {
    text-decoration: underline;
  }
}

/* Blog Area Layout
---------------------------------------- */
.cotoha-blog__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 80px auto 0;
}
.cotoha-blog__wrapper * {
  box-sizing: border-box;
}

.cotoha-blog__main {
  width: calc(100% - 240px - 7%);
}

.cotoha-blog__side {
  width: 240px;
}

.cotoha-blog__side-inner {
  position: sticky;
  top: 80px;
}

@media screen and (max-width: 750px) {
  .cotoha-blog__wrapper {
    display: block;
    margin: 0 auto;
    padding: 5% 0;
  }

  .cotoha-blog__main {
    width: 90%;
    margin: 0 auto;
  }

  .cotoha-blog__side {
    width: 100%;
    margin-top: 50px;
    padding: 7% 0 5%;
    background: #eee;
  }

  .cotoha-blog__side-inner {
    position: static;
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
  }
}
/* Blog Entry List
---------------------------------------- */
.entry-list__cassette {
  padding-bottom: 2em;
  border-bottom: solid 1px rgba(13, 95, 156, 0.4);
}
.entry-list__cassette + .entry-list__cassette {
  margin-top: 2em;
}
.entry-list__cassette a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #222;
  text-decoration: none;
}

.entry-list__img {
  width: 40%;
}

.entry-list__txtwrap {
  width: 57%;
}

.entry-list__outline {
  margin-bottom: .5rem;
}
.entry-list__outline > * {
  display: inline-block;
}

.entry-list__category {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.25em 0.5em;
  background: #ffb28f;
  color: #fff;
}

.entry-list__title {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 1.125em;
  font-weight: 700;
}

.entry-list__text {
  line-height: 1.75;
}

@media screen and (min-width: 1025px) {
  /* .entry-list__cassette:last-child {
    margin-bottom: 0;
  } */

  .entry-list__img {
    overflow: hidden;
  }
  .entry-list__img img {
    transition: 0.3s;
  }
  a:hover .entry-list__img img {
    transform: scale(1.05);
  }

  .entry-list__title {
    transition: color 0.3s;
  }
  a:hover .entry-list__title {
    text-decoration: underline;
    color: #09357f;
  }
}
@media screen and (max-width: 750px) {
  .entry-list__text {
    line-height: 1.6;
  }
}
@media screen and (max-width: 450px) {
  .entry-list__cassette {
    padding-bottom: 1.5em;
  }
  .entry-list__cassette:first-child {
    padding-top: 2em;
    border-top: solid 1px #d6d6d6;
  }
  .entry-list__cassette a {
    display: block;
  }

  .entry-list__img {
    width: 100%;
  }

  .entry-list__txtwrap {
    width: 100%;
  }
}
/* Blog Entry Detail
---------------------------------------- */
.cotoha-blog__entry-detail > section:not(:last-child) {
  margin-bottom: 3.5em;
}
.cotoha-blog__entry-detail > section p {
  line-height: 2;
}
.cotoha-blog__entry-detail > section p:not(:last-child) {
  margin-bottom: 1em;
}
.article_content strong {
  background: linear-gradient(transparent 60%, rgba(254, 211, 62, 0.5) 0%);
}
.cotoha-blog__entry-detail > section em {
  font-weight: 700;
}
.cotoha-blog__entry-detail > section a {
  word-break: break-all;
}
@media screen and (min-width: 1025px) {
  .cotoha-blog__entry-detail > section a:hover {
    text-decoration: underline;
  }
}
.cotoha-blog__entry-detail > hr {
  display: block;
  margin: 3.5em 0;
  border: none;
  border-top: solid 1px #09357f;
}

.entry-detail__inbox {
  margin-top: 2em;
}

@media screen and (max-width: 450px) {
  .cotoha-blog__entry-detail > section:not(:last-child) {
    margin-bottom: 2.5em;
  }
  .cotoha-blog__entry-detail > section p {
    line-height: 1.8;
  }
}
.entry-detail__title {
  margin-bottom: 1em;
  line-height: 1.5;
  text-align: left;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 450px) {
  .entry-detail__title {
    font-size: 1.125em;
  }
}

.entry-detail__date {
  font-size: 1.125em;
}

.entry-detail__category {
  margin: 0.75em 0 1.5em;
}
.entry-detail__category span {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.75em 2.7em 0.95em;
  background: rgba(9, 53, 127, 0.45);
  font-weight: 700;
  color: #fff;
}

.entry-detail__image {
  margin: 2em 0;
}
.entry-detail__category + .entry-detail__image {
  margin-top: 0;
}
.entry-detail__image .img-border {
  border: solid 1px #ddd;
}
.entry-detail__image figcaption {
  margin-top: 1em;
  line-height: 1.4;
}
.entry-detail__image figcaption p {
  line-height: 1.4;
}

.entry-detail__list01:not(:first-child) {
  margin-top: 2em;
}
.entry-detail__list01:not(:last-child) {
  margin-bottom: 2em;
}
*[class*="entry-detail__sec-subhead"] + .entry-detail__list01 {
  margin-top: 0;
}
.entry-detail__list01 li {
  position: relative;
  padding-left: 1.25em;
}
.entry-detail__list01 li:not(:last-child) {
  margin-bottom: 0.5em;
}
.entry-detail__list01 li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: rgba(9, 53, 127, 0.6);
}

.entry-detail__list02 {
  line-height: 1.8;
}
.entry-detail__list02:not(:last-child) {
  margin-bottom: 2em;
}
.entry-detail__list02 dt {
  margin-bottom: 0.25em;
  font-weight: 500;
  color: #09357f;
}
.entry-detail__list02 dd:not(:last-child) {
  margin-bottom: 1em;
}

.entry-detail__list03:not(:last-child) {
  margin-bottom: 2em;
}
.entry-detail__list03 li {
  padding-left: 1em;
  text-indent: -1em;
}
.entry-detail__list03 li::before {
  content: "・";
}

.entry-detail__table01 {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
.entry-detail__table01 th,
.entry-detail__table01 td {
  padding: 1em;
  border: solid 1px #09357f;
  vertical-align: top;
  line-height: 1.6;
}

.entry-detail__textlink01 {
  padding: 1em;
  border: solid 1px #ccc;
  border-radius: 0.4em;
}
.entry-detail__textlink01:not(:first-child) {
  margin-top: 2em;
}

.entry-detail__notes01 {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .entry-detail__table01 {
    border-top: solid 1px #09357f;
  }
  .entry-detail__table01 th,
  .entry-detail__table01 td {
    display: block;
    width: 100%;
    max-width: 100%;
    border-width: 0 1px 1px;
  }
  .entry-detail__table01 th {
    border-bottom-style: dotted;
  }
  .entry-detail__table01.sp-table th,
  .entry-detail__table01.sp-table td {
    display: table-cell;
    border-style: solid;
    padding: 0.5em;
    font-size: 0.9em;
  }
}
/* Section Heading
---------------------------------------- */
.entry-detail__sec-head {
  margin-bottom: 1.5em;
  line-height: 1.6;
  font-size: 1.6em;
  font-weight: 500;
}

.entry-detail__sec-head-s {
  margin-top: -100px;
  padding-top: 100px;
  font-weight: 500;
  margin-bottom: 1rem;
}

@media screen and (max-width: 450px) {
  .entry-detail__sec-head {
    font-size: 1.2em;
  }
}

.entry-detail__sec-subhead--l {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.25em;
  line-height: 1.6;
  font-size: 1.125em;
  font-weight: 500;
  color: #09357f;
}
@media screen and (max-width: 450px) {
  .entry-detail__sec-subhead--l {
    font-size: 1.0625em;
  }
}
.entry-detail__sec-subhead--l::before {
  content: "●";
  position: absolute;
  left: 0;
}

.entry-detail__sec-subhead--m {
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.125em;
  font-weight: 500;
  color: #09357f;
}
@media screen and (max-width: 450px) {
  .entry-detail__sec-subhead--m {
    font-size: 1.0625em;
  }
}

.entry-detail__sec-subhead--xm {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  border-bottom: solid 1px #09357f;
  background: rgba(9, 53, 127, 0.1);
  line-height: 1.6;
  font-size: 1.125em;
  font-weight: 500;
  color: #09357f;
}
@media screen and (max-width: 450px) {
  .entry-detail__sec-subhead--xm {
    font-size: 1.0625em;
  }
}

.entry-detail__sec-subhead--s {
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: 1em;
  font-weight: 500;
}
.entry-detail__sec-subhead--s:not(:first-child) {
  margin-top: 2em;
}

.entry-detail__sec-subhead--xs {
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-weight: 500;
}
.entry-detail__sec-subhead--xs:not(:first-child) {
  margin-top: 2em;
}

/* Section Link
---------------------------------------- */
.entry-detail__link:not(:last-child) {
  margin-bottom: 3.5em;
}

.entry-detail__link-button a {
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  padding: 1em;
  border-radius: 3em;
  background: #09357f;
  text-align: center;
  font-size: 1.375em;
  font-weight: 500;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .entry-detail__link-button a:hover {
    box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 750px) {
  .entry-detail__link-button a {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 450px) {
  .entry-detail__link:not(:last-child) {
    margin-bottom: 1.75em;
  }
}
/* Opening
---------------------------------------- */
.entry-detail__contents-opening {
  margin-bottom: 80px;
}

.entry-detail__contents-opening .entry-detail__sec-head {
  padding: 1em;
  border: solid 1px #09357f;
  font-weight: 500;
  color: #09357f;
}

p.entry-detail__contents-opening-text {
  line-height: 2;
}

.entry-detail__contents-opening-text + .entry-detail__contents-opening-text {
  margin-top: 15px;
}

/* Contents List
---------------------------------------- */
.contents-list__title {
  margin-bottom: 2em;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
}
.contents-list__title span {
  position: relative;
  display: inline-block;
}
/* .contents-list__title span::before,
.contents-list__title span::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 2em;
  height: 0;
  border-top: solid 1px #333;
} */
.contents-list__title span::before {
  left: -3em;
}
/* .contents-list__title span::after {
  right: -3em;
} */

.entry-detail__contents-list {
  margin-bottom: 3.5em;
  padding: 2em;
  border: solid 5px rgba(9, 53, 127, 0.2);
}
.entry-detail__contents-list li:not(:last-child) {
  border-bottom: dotted 1px #ccc;
}
.entry-detail__contents-list li a {
  position: relative;
  display: inline-block;
  padding: 0.5em 0 0.5em 1.25em;
  line-height: 1.6;
  color: #333;
}
.entry-detail__contents-list li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 1.1em;
  left: 0;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border: solid #aaa;
  border-width: 2px 2px 0 0;
}
.entry-detail__contents-list li ul {
  border-top: dotted 1px #ccc;
}
.entry-detail__contents-list li ul li {
  padding-left: 1.5em;
}
.entry-detail__contents-list > ul > li {
  margin-top: 1em;
}
.entry-detail__contents-list > ul > li > a {
  color: #09357f;
}
.entry-detail__contents-list > ul > li > a::before {
  border-color: rgba(9, 53, 127, 0.6);
}

@media screen and (min-width: 1025px) {
  .entry-detail__contents-list a:hover {
    text-decoration: underline;
    text-decoration-color: rgba(9, 53, 127, 0.7);
  }
}
@media screen and (max-width: 450px) {
  .entry-detail__contents-list {
    margin-bottom: 1.75em;
    padding: 1em;
    border: solid 3px rgba(9, 53, 127, 0.3);
  }
}
/* SNS
---------------------------------------- */
.cotoha-blog--sns {
  margin: 3.75em 0;
}
@media screen and (max-width: 450px) {
  .cotoha-blog--sns {
    margin: 2em 0 2.5em;
  }
}

.entry-detail__sns {
  margin: 2em 0;
  text-align: center;
}
.entry-detail__sns li {
  display: inline-block;
  margin: 0 1em;
}
@media screen and (min-width: 1025px) {
  .entry-detail__sns li a {
    transition: opacity 0.3s;
  }
  .entry-detail__sns li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 450px) {
  .entry-detail__sns li {
    margin: 0 0.25em;
  }
}

/* Pager
---------------------------------------- */
.cotoha-blog__pageer {
  position: relative;
  display: flex;
  margin-bottom: 5em;
}
.cotoha-blog__pageer::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  border-right: solid 1px #bababa;
}
.cotoha-blog__pageer > div {
  width: 50%;
}
.cotoha-blog__pageer > div a {
  position: relative;
  display: block;
  padding: 0 2em;
  color: #000;
}
.cotoha-blog__pageer > div.pager-prev a::before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 11px);
  left: 0;
  width: 12px;
  height: 24px;
  background: url("/content/dam/nttcom/hq/jp/business/services/application/risk_management/anpi/lp/column/img/icon_arrow_l.svg/icon_arrow_l.svg")
    center center/contain no-repeat;
}
.cotoha-blog__pageer > div.pager-next a::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 11px);
  right: 0;
  width: 12px;
  height: 24px;
  background: url("/content/dam/nttcom/hq/jp/business/services/application/risk_management/anpi/lp/column/img/icon_arrow_r.svg/icon_arrow_r.svg")
    center center/contain no-repeat;
}
.cotoha-blog__pageer .entry-list__outline {
  margin-bottom: 0.5em;
}
.cotoha-blog__pageer .entry-list__title {
  margin-bottom: 0;
}

@media screen and (max-width: 450px) {
  .cotoha-blog__pageer {
    display: block;
    margin-bottom: 0;
  }
  .cotoha-blog__pageer::before {
    content: none;
  }
  .cotoha-blog__pageer > div {
    width: 100%;
  }
  .cotoha-blog__pageer > div a {
    padding: 1em 2em;
    border-top: solid 1px #ccc;
  }
  .cotoha-blog__pageer .entry-list__title {
    font-size: 1em;
  }
}
/* Category List
---------------------------------------- */
.category-title {
  padding: 1.5em 0;
  border-bottom: solid 1px #707070;
  font-size: 1.125em;
  font-weight: 700;
}

.cotoha-blog__main .category-list {
  margin-bottom: 3em;
}
.cotoha-blog__main .category-list li {
  display: inline-block;
  margin-right: 0.5em;
}
.cotoha-blog__main .category-list li > * {
  display: block;
  min-width: 10em;
  padding: 0.5em 0.5em 0.75em;
  text-align: center;
  font-weight: 700;
}
.cotoha-blog__main .category-list li span {
  background: rgba(9, 53, 127, 0.45);
  color: #fff;
}
.cotoha-blog__main .category-list li a {
  background: #efefef;
  color: #222;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .cotoha-blog__main .category-list li a:hover {
    background: rgba(9, 53, 127, 0.45);
    color: #fff;
  }
}
@media screen and (max-width: 450px) {
  .cotoha-blog__main .category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1em 0 1.5em;
  }
  .cotoha-blog__main .category-list li {
    width: 49%;
    margin: 0 0 0.5em;
  }
}

.cotoha-blog__side .category-list {
  margin-bottom: 1.5em;
}
.cotoha-blog__side .category-list li a {
  display: block;
  padding: 1.5em 0;
  border-bottom: solid 1px #a7a7a7;
  font-weight: 500;
  color: #222;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .cotoha-blog__side .category-list li a:hover {
    text-decoration: underline;
  }
}

/* Banners
---------------------------------------- */
.side-banners {
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
}
.side-banners > * {
  margin-bottom: 1em;
}
.side-banners > *.img-banner {
  text-align: center;
}
.side-banners > *.text-banner a {
  display: block;
  padding: 1em;
  text-align: center;
}

/* CTA
---------------------------------------- */
.cta {
  margin-top: 5rem;
  padding: 2rem 3%;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),
    url(/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/callcenter-ivr/ccaas/column/img/bg-footer.png) top right/cover no-repeat, #fff4ed;
}
.cta__inner {
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
.cta__btn {
  display: flex;
  flex-flow: column wrap;
}
.cta__copy,
.cta__text {
  text-align: left;
}

.cta__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.cta__text {
  font-size: 1rem;
}
.cta__btn-link + .cta__btn-link {
  margin-top: 1rem;
}
.cta__link {
  display: inline-block;
  width: 100%;
  padding: 1rem 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  transition: color 0.5s, background 0.5s, border 0.5s;
}
.cta__link--serbvice {
  background: linear-gradient(270deg, #ffb82a 0%, #fd8501 100%);
}
.cta__link--download {
  background: linear-gradient(130deg, #134884 0%, #0093d5 100%);
  border: 1px solid #0093d5;
}

a.cta__link:visited {
  color: #fff;
}

.cta__link--serbvice:hover {
  border: 1px solid #ff4e00;
  background: #fff;
}

.cta__link--download:hover {
  border: 1px solid #134884;
  background: #fff;
  color: #134884;
}

.cta__link--serbvice:hover,
.cta__link--serbvice:hover:visited {
  color: #ff4e00;
}

.cta__link--download:hover,
.cta__link--download:hover:visited {
  color: #134884;
}

@media screen and (min-width: 768px) {
  .cta {
    padding: 3.5rem 0;
    background: url(/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/callcenter-ivr/ccaas/column/img/bg-footer.png) center/cover no-repeat, #fff4ed;
  }

  .cta__btn {
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .cta__copy,
  .cta__text {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .cta__copy {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
  .cta__btn-link {
    flex: 0 1 48%;
  }
  .cta__btn-link + .cta__btn-link {
    margin-top: 0;
  }
  .cta__link {
    padding: 1.5rem 0;
    font-size: 1.5rem;
    /* line-height: 42px; */
  }

  /* .cta__link:hover {
    line-height: 38px;
  } */

}
@media screen and (min-width: 1025px) {
  .cta__copy {
    text-align: center;
  }
  .cta__btn {
    flex-flow: row wrap;
  }
}

.img-banner-link {
  transition: all ease-in 0.2s;
}

.img-banner-link:hover {
  opacity: 0.7;
}

/* Anchor Point
---------------------------------------- */
.anchor-point {
  display: block;
  width: 0;
  margin-top: -65px;
  padding-top: 65px;
}

/* Style Components
---------------------------------------- */
.bg01 {
  padding: 2em;
  background: #eaf5fc;
}

.border01 {
  padding: 2em;
  border: solid 1px #09357f;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb1hem {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 450px) {
  .bg01 {
    padding: 1em;
  }

  .border01 {
    padding: 1em;
  }
}

.attention {
  text-indent: -1em;
  padding-left: 1em;
}

.category_box {
  margin-bottom: 2.5rem;
  display: flex;
}
.category_box a {
  padding: 0.625rem 2.6875rem;
  background-color: #efefef;
  font-weight: 500;
  color: #333;
  border: solid 1px #efefef;
}

.category_box a:hover {
  background: #fff;
}

div.category_o a {
  background-color: #ffb28f !important;
  color: #fff;
  border: solid 1px #ffb28f;
}

div.category_o a:hover {
  background-color: #fff !important;
  color: #ffb28f;
}

.category_mr {
  margin-right: 1.25rem;
}

.nav_lnbox {
  padding-top: 4.6785;
  margin-top: 4.6875rem;
  text-align: center;
}

.nav_select {
  padding: 0.2rem 0.7rem;
  background-color: #ffb28f;
  color: #fff !important;
  border-radius: 25px;
}

.nav_lnbox .nav_number {
  color: #000;
  margin-right: 30px;
}

.nav_lnbox a {
  text-decoration: none;
}

.nav_left {
  margin-left: 30px;
}

.nav_link {
  color: #ffb28f;
  border-radius: 25px;
  padding: 0.2rem 1rem;
  border: 1px solid #ffb28f;
}

.arrow_right {
  position: relative;
  padding-left: 25px;
}

.arrow_right::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffb28f;
  border-right: 1px solid #ffb28f;
  transform: rotate(228deg);
}
.arrow_left {
  position: relative;
  padding-right: 25px;
}

.arrow_left::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffb28f;
  border-right: 1px solid #ffb28f;
  transform: rotate(48deg);
}

@media screen and (max-width: 435px) {
  .kv__inner.kv_cainner {
    padding: 65px 0 !important;
  }
  .kv_ca {
    position: relative;
    background: url(/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/callcenter-ivr/ccaas/column/img/bg-fv01.png) left -300px/50vw no-repeat, url(/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/callcenter-ivr/ccaas/column/img/bg-mv01.jpg) right top/100% no-repeat;
  }
}
@media screen and (max-width: 750px) {
  .kv__inner.kv_cainner {
    padding: 125px 0;
  }
  .kv_ca {
    background: url(/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/callcenter-ivr/ccaas/column/img/bg-mv01.jpg) 60% top/cover no-repeat;
    position: relative;
  }
}

/* ==========================================================
*
*   記事ページ
*
========================================================== */

.article_cimg img {
  width: 100%;
}

.article_title span {
  position: initial;
}

.article_contents ul {
  padding: 0;
}
.article_contents li {
  list-style: none;
}

.article_contents ul a {
  text-decoration: none;
}

.article_category span {
  background-color: #ffb28f;
}

.article_contents {
  border: solid 2px rgb(255, 178, 143);
}

.article_contents > ul > li > a::before {
  border-color: rgb(255, 178, 143);
}

.article_contents > ul > li > a {
  color: #000;
}

.article_content h2 {
  margin-top: -100px;
  padding-top: 100px;
  border-bottom: 1px solid #ffb28f;
  padding-bottom: 20px;
  font-size: 1.4rem;
  font-weight: bold;
}

.article_content p {
  line-height: 2;
}

.text_bottom {
  margin-bottom: 20px;
}

.text_bottom-s {
  padding-bottom: 48px;
}

.article_content-box {
  position: relative;
  width: 100%;
  margin-top: 3.75em;
  padding: 3% 5% 5%;
  background: url(/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/callcenter-ivr/ccaas/column/img/article_back.png) center center/cover no-repeat;
  height: 100%;
  background-color: #fff8f4;
  text-align: center;
}

.connection {
  margin: 8.3125rem auto 3rem;
  max-width: 605px;
  position: relative;
  border: 1px solid #bababa;
}

.connection_title {
  position: absolute;
  top: -12px;
  right: 30%;
  background: #fff;
  padding: 0 30px;
  font-weight: 700;
}
.connection_box {
  display: flex;
  align-items: center;
  padding: 2rem 2.5rem;
}

.connection_box img {
  max-width: 165px;
  margin-right: 2rem;
}
/* .article_content-box div {
  padding: 1.5rem;
  background: linear-gradient(45deg, #134884 0%, #0093d5 100%);
  width: 60%;
  border-radius: 50px;
  margin: 2rem auto 0;
  font-size: 1.4rem;
  font-weight: 700;
} */

.article_content-box a {
  color: #fff;
  text-decoration: none;
}

.article_content-box p {
  margin: 0.5rem;
}

.article-blog_pageer > div.pager-next a::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 11px);
  right: 0;
  width: 12px;
  height: 24px;
  background: url("/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/callcenter-ivr/ccaas/column/img/icon_arrow_r.svg") center center/contain no-repeat;
}

.article-blog_pageer > div.pager-prev a::before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 11px);
  right: 0;
  width: 12px;
  height: 24px;
  background: url("/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/callcenter-ivr/ccaas/column/img/icon_arrow_l.svg") center center/contain no-repeat;
}

.article_content-box h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.document ul,
.article_topimg ul {
  padding: 0;
}

.document_box .cta__btn-link {
  max-width: 500px;
  margin: 2rem auto 0;
}

ul.category-list {
  list-style: none;
  padding-inline-start: 0px;
}

.entry-list__outline a,
.cotoha-blog__pageer a {
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .text_bottom {
    padding-bottom: 30px;
  }

  .connection_box {
    display: block;
    padding: 1.2rem 2.5rem;
  }

  .connection_box img {
    max-width: 100%;
    margin-right: 0;
  }

  .connection_title {
    right: 15%;
  }

  .article_content-box div {
    width: 100%;
    padding: 1rem;
  }

  .cta__text {
    padding-bottom: 20px;
}
.cta__copy {
  padding-bottom: 15px;
}
}

.bg_c {
  color: #09357f;
}

.notice
{
  font-size: 14px;
}

.notice a
{
  color: #004386;
  text-decoration: none;
  word-break: break-all;
}

.notice a:hover {
  color: #004386;
  text-decoration: underline;
}

.mb a,.text_bottom a
{
  text-decoration: underline;
  color: #0093d5;
}

p.mb.entry-detail__textlink01 a {
  text-decoration: none;
  color: #004386;
}

.phone-number a {
    color: #000;
    text-decoration: none;
}


.entry-detail__image.mb {
margin: 2em 0 80px;
}

/* 221122追加 */
.cta__btn-link.cta__btn-link-dw {
  display: flex;
  max-width: 100%;
  margin: 40px auto 0;
  justify-content: space-between;
}

a.cta__link.cta__link--download.cta__link--download-dw,
a.cta__link.cta__link--serbvice.cta__link--download-dw {
  max-width: 400px;
  width: 48%;
  padding: 1rem;
}

a.cta__link.cta__link--download.cta__link--download-dw,
a.cta__link.cta__link--serbvice.cta__link--download-dw {
  font-size: 22px;
}

@media screen and (max-width: 750px) {
  .cta__btn-link.cta__btn-link-dw {
    display: block;
  }
  
  a.cta__link.cta__link--download.cta__link--download-dw {
   width: 100%;
  }

  a.cta__link.cta__link--download.cta__link--download-dw:nth-child(2)
  {
    margin-top: 20px;
  }

}

a.download_img::after {
  content: '';
  width: 15px;
  height: 15px;
  margin: 0 3px;
  display: inline-block;
  background: url(/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/callcenter-ivr/ccaas/column/img/download_link.png) no-repeat 50% 100%;
}


@media screen and (max-width: 750px) {

a.cta__link.cta__link--serbvice.cta__link--download-dw {
  width: 100%;
}
}

.cotoha-blog_top
{
  text-align: center;
}

.cotoha-blog_top-link {
  font-size: 1.125rem;
  padding: 15px 0;
  width: 300px;
  background-color: black;
  display: inline-block;
  border-radius: 35px;
  color: #fff !important;
  font-weight: 500;
  border: 1px solid #000;
  transition: color 0.2s, background 0.2s, border 0.2s;
}

.cotoha-blog_top-link:hover {
  color: #000 !important;
  background-color: #fff;
  border: 1px solid #000;
  opacity: 0.8;
}

@media screen and (max-width: 750px)
{
  .cotoha-blog_top-link {
    width: 220px;
    margin-top: 20px;
    font-size: 18px;
}
}

ul.entry-detail__list01 p {
  margin-left: 1rem;
}

.entry-detail_listcircle li
{
  counter-increment: title;
}

.entry-detail_listcircle li
{
  counter-increment: title;
}


ul.entry-detail__list01 p {
  margin-left: 1rem;
}

.entry-detail_listcircle li {
  counter-increment: title;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.entry-detail_listcircle li::before {
  content: counter(title);
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  font-size: 14px;
  position: absolute;
  background-color: rgba(9, 53, 127, 0.6);
  color: #fff;
  top: 0;
  left: 0;
}


h4 {
    font-weight: 600 !important;
}