@charset "UTF-8";
/* FontFamily */
/* font-weight */
body {
  font-weight: 400;
  color: #333;
}

.l-inner {
  max-width: 1076px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 60px 0;
  }
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    font-size: 24px;
    line-height: 1.4;
  }
}
.c-primary-title + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 25px;
  }
}

/* -------------------------------------
        c-table
-----------------------------------------*/
.c-table {
  border: 1px solid #899DB5;
}
.c-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-table__row {
    display: block;
  }
}
.c-table__row:not(:first-child) {
  border-top: 1px solid #899DB5;
}
.c-table__head {
  min-width: 196px;
  background-color: #1F497D;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 20px;
}
@media screen and (max-width: 767px) {
  .c-table__head {
    width: 100%;
    padding: 11px 20px;
  }
}
.c-table__date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #899DB5;
  line-height: 1.5;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .c-table__date {
    width: 100%;
    border-left: none;
    font-size: 14px;
    line-height: 1.8;
    padding: 10px 20px;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btnwrap a, .c-btnwrap a:visited {
  color: #fff;
}
.c-btnwrap a:hover {
  color: #CB0133;
  background-color: #fff;
}
.c-btnwrap a:hover::after {
  background-image: url(/content/dam/nttcom/hq/jp/business/lp/s1/online-appointment/img/icon_arrow-left-red.svg);
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 342px;
  width: 100%;
  background-color: #CB0133;
  border: 1px solid #CB0133;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  z-index: 10;
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 300px;
    font-size: 16px;
    padding: 13px 10px;
  }
}
.c-btn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  background-image: url(/content/dam/nttcom/hq/jp/business/lp/s1/online-appointment/img/icon_arrow-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    margin-left: 6px;
  }
}
.c-btn--large {
  max-width: 426px;
}
@media screen and (max-width: 767px) {
  .c-btn--large {
    max-width: 280px;
  }
}

/* -------------------------------------
        page-nav
-----------------------------------------*/
.c-page-navwrap {
  padding: 30px 0;
  border-bottom: 1px solid #D2D2D2;
}
.c-page-navwrap a, .c-page-navwrap a:visited {
  color: #fff;
}
.c-page-navwrap a:hover {
  background-color: #2D6CBB;
}

.c-page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-page-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
.c-page-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  background-color: #1F497D;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  z-index: 10;
  padding: 23px 8px;
}
@media screen and (max-width: 767px) {
  .c-page-nav__link {
    font-size: 16px;
    padding: 14px 8px;
  }
}
.c-page-nav__link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background-image: url(/content/dam/nttcom/hq/jp/business/lp/s1/online-appointment/img/icon_arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
}

.c-page-nav--col3 .c-page-nav__item {
  width: calc(33.3333% - 13.3333333333px);
}
@media screen and (max-width: 767px) {
  .c-page-nav--col3 .c-page-nav__item {
    width: 100%;
  }
}

/* -------------------------------------
        c-media
-----------------------------------------*/
.c-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-media {
    display: block;
  }
}
.c-media__img {
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  .c-media__img {
    width: 100%;
  }
}
.c-media__img img {
  width: 100%;
  height: auto;
}
.c-media__body {
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  .c-media__body {
    width: 100%;
  }
}
.c-media__text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-media__text {
    margin-top: 20px;
  }
}

/* -------------------------------------
        p-online-appointment
-----------------------------------------*/
.p-online-appointment {
  color: #333;
}
.p-online-appointment ul, .p-online-appointment ol {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style: none;
}
.p-online-appointment .sub_backTo-top {
  margin: 50px auto;
}

/* add_breadcrumbs */
.add_breadcrumbs {
  width: 1016px;
  margin: 0 auto;
  padding: 4px 0;
}

@media screen and (max-width: 767px) {
  .add_breadcrumbs {
    width: 90% !important;
    margin-bottom: 10px;
  }
}
.add_breadcrumbs ul {
  margin: 0;
  padding: 0;
  margin-top: 4px;
}

.add_breadcrumbs li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.add_breadcrumbs a:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.add_breadcrumbs li a:after {
  content: " ＞ ";
}

.online-appointment_BackToTop .sub_backTo-top {
  margin: 50px 0;
}

/* -------------------------------------
        p-mv
-----------------------------------------*/
.p-mv {
  position: relative;
  background: url(/content/dam/nttcom/hq/jp/business/lp/s1/online-appointment/img/mv.jpg) no-repeat 50% 50%/cover;
  height: 337px;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: 224px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/s1/online-appointment/img/mv-sp.jpg) no-repeat 50% 0%/cover;
  }
}
.p-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
.p-mv__textbox {
  width: 380px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-mv__textbox {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .p-mv__textbox {
    max-width: 200px;
  }
}
.p-mv__title {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 26px;
  }
}
.p-mv__fukidashi {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.08em;
  padding-left: 0.3em;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-mv__fukidashi {
    font-size: 10px;
    margin-top: 15px;
  }
}
.p-mv__fukidashi::after {
  content: "";
  display: block;
  position: relative;
  left: -0.3em;
  width: 126px;
  height: 14px;
  background-image: url(/content/dam/nttcom/hq/jp/business/lp/s1/online-appointment/img/icon_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-mv__fukidashi::after {
    width: 92px;
    height: 10px;
  }
}
.p-mv__list {
  margin: 14px 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv__list {
    margin-top: 10px;
  }
}
.p-mv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .p-mv__item {
    font-size: 12.5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-mv__item::before {
  content: "";
  display: inline-block;
  min-width: 33px;
  height: 27px;
  background-image: url(/content/dam/nttcom/hq/jp/business/lp/s1/online-appointment/img/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .p-mv__item::before {
    min-width: 21px;
    height: 17px;
  }
}
.p-mv__item:not(:first-child) {
  margin-top: 12px;
}

/* -------------------------------------
        p-info
-----------------------------------------*/
.p-info {
  padding: 65px 0;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 60px 0;
  }
}
.p-info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-info__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}

/* -------------------------------------
        p-form-box
-----------------------------------------*/
.p-form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 16px);
  background-color: #F1F1F1;
  border-radius: 12px;
  padding: 35px 16px 42px;
}
@media screen and (max-width: 767px) {
  .p-form-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-form-box {
    padding: 30px 16px;
  }
}
.p-form-box__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-form-box__title {
    font-size: 20px;
  }
}
.p-form-box__text {
  text-align: center;
  line-height: 1.6;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-form-box__text {
    margin-top: 14px;
  }
}
.p-form-box__inputwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-form-box__inputwrap {
    margin-top: 22px;
  }
}
.p-form-box__input-text {
  width: 296px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #666;
  border-radius: 4px;
  padding: 0.6em;
}
.p-form-box__input-text ::-webkit-input-placeholder {
  color: #aaa;
}
.p-form-box__input-text ::-moz-placeholder {
  color: #aaa;
}
.p-form-box__input-text :-ms-input-placeholder {
  color: #aaa;
}
.p-form-box__input-text ::-ms-input-placeholder {
  color: #aaa;
}
.p-form-box__input-text ::placeholder {
  color: #aaa;
}
@media screen and (max-width: 767px) {
  .p-form-box__input-text {
    width: 100%;
    max-width: 218px;
    height: 44px;
    font-size: 14px;
  }
}
.p-form-box__input-btn {
  width: 106px;
  height: 60px;
  background-color: #1F497D;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form-box__input-btn {
    max-width: 71px;
    width: 100%;
    height: 44px;
    font-size: 16px;
  }
}
.p-form-box__input-btn:hover {
  background-color: #2D6CBB;
}
.p-form-box__btn {
  width: 100%;
  text-align: center;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-form-box__btn {
    margin-top: 20px;
  }
}

/* -------------------------------------
        p-flow
-----------------------------------------*/
.p-flow__list {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}
.p-flow__item {
  position: relative;
  padding-left: 110px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    padding-left: 72px;
    padding-bottom: 30px;
  }
}
.p-flow__item:last-child {
  padding-bottom: 20px;
}
.p-flow__item::before {
  position: absolute;
  content: "";
  top: 75px;
  left: 33px;
  width: 1px;
  height: 100%;
  height: calc(100% - 75px);
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .p-flow__item::before {
    top: 65px;
    left: 28px;
    height: calc(100% - 65px);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-link {
    font-size: 14px;
  }
}
.p-flow__item-link a {
  color: inherit;
  text-decoration: underline;
}
.p-flow__item-link a:hover {
  opacity: 0.7;
}
.p-flow__item-no {
  position: absolute;
  left: -4px;
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-flow__item-no {
    width: 65px;
    height: 65px;
    font-size: 22px;
  }
}
.p-flow__item-no div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 5px solid #fff;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #333;
  padding-top: 2px;
}
.p-flow__item-no-text {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-flow__item-no-text {
    font-size: 10px;
  }
}
.p-flow__item-title {
  color: #1F497D;
  font-size: 22px;
  font-weight: 700;
  padding-top: 25px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-flow__item-title {
    font-size: 16px;
    padding-top: 12px;
  }
}
.p-flow__item-text {
  line-height: 1.8;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-flow__item-text {
    font-size: 14px;
  }
}
.p-flow__item-btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-flow__item-btn {
    margin-top: 14px;
  }
}
.p-flow__item-btn br {
  display: none;
}
@media screen and (max-width: 360px) {
  .p-flow__item-btn br {
    display: block;
  }
}

/* -------------------------------------
        p-reserve
-----------------------------------------*/
.p-reserve {
  background: url(/content/dam/nttcom/hq/jp/business/lp/s1/online-appointment/img/reserve_bg.png) no-repeat 50% 50%/cover;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .p-reserve {
    background: url(/content/dam/nttcom/hq/jp/business/lp/s1/online-appointment/img/reserve_bg-sp.png) no-repeat 50% 50%/cover;
    padding: 30px 0;
  }
}
.p-reserve__content {
  width: 800px;
  background-color: #fff;
  text-align: center;
  border-radius: 12px;
  padding: 30px 10px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-reserve__content {
    width: 100%;
    padding: 30px 10px;
  }
}
.p-reserve__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-reserve__title {
    font-size: 20px;
  }
}
.p-reserve__title br {
  display: none;
}
@media screen and (max-width: 360px) {
  .p-reserve__title br {
    display: block;
  }
}
.p-reserve__text {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-reserve__text {
    margin-top: 12px;
  }
}
.p-reserve__btn {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-reserve__btn {
    margin-top: 22px;
  }
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-onliy-pc {
    display: none;
  }
}

.u-onliy-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-onliy-sp {
    display: block;
  }
}

.u-onliy-tbsp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .u-onliy-tbsp {
    display: inline-block;
  }
}

.u-bg-blue {
  background-color: #EBF6FC;
}

.u-bg-gray {
  background-color: #F8F8F8;
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-text-accent-color {
  color: #CB0133;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

/* -------------------------------------
        fade
-----------------------------------------*/
.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.fade--top {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeup {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.fadeup--top {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeRightTrigger {
  opacity: 0;
}

/* -------------------------------------
    設定
-----------------------------------------*//*# sourceMappingURL=online-appointment.css.map */