@charset "UTF-8";
/*!
 * BCD Site Styles vtm0.0.16
 * for Voice Track Maker
 * Copyright 2021 BIGLOBE Inc
 */

/* Bootstrap css */
@import 'https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css';

/* Google Material Icons */
/* @import 'http://fonts.googleapis.com/icon?family=Material+Icons'; */

/* Propeller CSS */
/* @import '../propeller/css/propeller.min_.css'; */

/* Prism CSS */
@import 'https://cdnjs.cloudflare.com/ajax/libs/prism/1.4.1/themes/prism.min.css';

/* Owl Carousel CSS */
/* @import '../../carousel/css/owl.carousel.min.css'; */
/* @import '../carousel/css/owl.carousel.min_.css'; */
/* @import '../../carousel/animate.css'; */
/* @import '../carousel/animate.css'; */

/* Propeller Carousel */
/* @import '../../carousel/css/pmd-carousel.css'; */
/* @import '../carousel/css/pmd-carousel.css'; */

/*---カスタムプロパティ---*/
:root {
  --top_lineup1_bg_width_pc: 1920; /*トップページラインナップ背景1横幅px値PC用*/
  --top_lineup1_bg_height_pc: 579; /*トップページラインナップ背景1縦幅px値PC用*/
  --top_lineup1_bg_width_mb: 768; /*トップページラインナップ背景1横幅px値モバイル用*/
  --top_lineup1_bg_height_mb: 1010; /*トップページラインナップ背景1縦幅px値モバイル用*/
  --top_lineup2_bg_width_pc: 1920; /*トップページラインナップ背景2横幅px値PC用*/
  --top_lineup2_bg_height_pc: 579; /*トップページラインナップ背景2縦幅px値PC用*/
  --top_lineup2_bg_width_mb: 768; /*トップページラインナップ背景2横幅px値モバイル用*/
  --top_lineup2_bg_height_mb: 1110; /*トップページラインナップ背景2縦幅px値モバイル用*/
  --product_spec_pc_title_subtitle_width: 90px;
  --product_spec_pc_title_subtitle_height: 175px;
  --product_spec_pc_title_products_width: 224px;
  --product_spec_pc_title_products_height: 175px;
  --product_spec_sp_top_title_subtitle_width: 45px;
  --product_spec_sp_top_title_subtitle_height: 134px;
  --product_spec_sp_top_title_products_width: 150px;
  --product_spec_sp_top_title_products_height: 134px;
  --product_spec_sp_bottom_title_subtitle_width: 45px;
  --product_spec_sp_bottom_title_subtitle_height: 134px;
  --product_spec_sp_bottom_title_products_width: 300px;
  --product_spec_sp_bottom_title_products_height: 134px;

  --thin_gray_color: rgba(234, 234, 234, 1);
  --blue_gray_color: rgba(118, 149, 196, 1);
  --white_gray_color: rgba(248, 248, 248, 1);
  --plain_text_color: rgba(52, 58, 64, 1);
  --gray_text_color: rgba(150, 160, 170, 1);
  --dark_border_color: rgba(204, 204, 204, 1);
  --mb_menu_padding_x: 6px;
  --mb_menu_title_line_height: 2.5;
  --mb_menu_title_margin_left: 10px; /*20210618new*/
  --mb_menu_item_line_height: 2.5rem;
  --mb_menu_twin_line_height: 2;
  --article_title_size: 1rem;
  --article_date_size: 1rem;
  --article_tag_size: 1rem;
  --article_text_size: 0.88rem;
  --article_mb_title_size: 1rem;
  --article_mb_date_size: 1rem;
  --article_mb_tag_size: 1rem;
}
/*---/カスタムプロパティ---*/

body {
  font-family: 'Toshiba Sans JP', 'Noto Sans JP', sans-serif, Arial;
  font-size: 14px !important;
}
main {
  background-color: white;
}
a {
  color: #333333;
}
/*20221005*/
a[target='_blank']::after{
  content: url('../media/common/ico_window_small.png');
}
/*/20221005*/

/*---bs4+pmdpro継承---*/
/*20220913修正*/
.nav-link {
  line-height: 16px !important;
  text-transform: none !important;
}
/*/20220913修正*/
.border-bottom {
  border-bottom: 1px #dee2e6 solid;
}
.pmd-navbar.navbar-light .navbar-toggler {
  background-color: white;
}
.btn-light {
  background-color: #999;
  border: 1px #ccc solid;
  text-decoration: none;
  color: white;
}
.btn-dark {
  background-color: #999;
  border: 1px #ccc solid;
  text-decoration: none;
  color: white;
}
/*---/bs4+pmdpro継承---*/

/*---共通---*/
.bg_white {
  background-color: #fff;
}
.bg_gray {
  background-color: var(--thin_gray_color) !important;
}
.bg_white_gray {
  background-color: var(--white_gray_color);
}
.bg_blue_gray {
  background-color: var(--blue_gray_color);
}
.bg_tp {
  background-color: transparent !important;
}
.text_plain {
  color: var(--plain_text_color) !important;
}
.text_gray {
  color: var(--gray_text_color) !important;
}
.text_sm {
  font-size: 0.9rem !important; /*20220922*/
}
.text_xs {
  /*	font-size: 0.75rem!important; 20210622 */
  font-size: 0.88rem !important;
}
.see_more_btn {
  background-color: rgba(0, 100, 210, 1);
  border-color: rgba(0, 100, 210, 1);
  text-decoration: none;
  color: white;
}
.vtm_logo_pc {
  height: 14px; /*20220930*/
  width: auto;
}
.vtm_logo_sp {
  height: 14px;
  width: auto;
  margin: 0 0 7px;
}
.menu_pic_icon_pc {
  height: 14px;
  width: auto;
  margin: 0 0 4px;
}
.menu_pic_icon_sp {
  height: 20px;
  width: auto;
  margin: 0 0 5px;
  padding-bottom: 3px;
}
@media screen and (min-width: 384px) {
  .text_nowrap_wide {
    white-space: nowrap !important;
  }
}
/*---/共通---*/
/*---モバイルメニュー---*/
.tdsl_logo_mb {
  margin-right: 2px;
  margin-left: 2px;
}
.mb_menu_title {
  line-height: var(--mb_menu_title_line_height) !important;
  /*		margin-left: 5px; 202105618 */
  margin-left: var(--mb_menu_title_margin_left);
  padding-left: var(--mb_menu_padding_x) !important;
}
.mb_menu_item,
.mb_menu_item_twin {
  padding-left: var(--mb_menu_padding_x) !important;
}
.mb_menu_item {
  line-height: var(--mb_menu_item_line_height) !important;
  font-size: 1rem !important;
}
.mb_menu_item_twin {
  line-height: var(--mb_menu_twin_line_height) !important;
  font-size: 1rem !important;
}
.mb_menu_right {
  border-left: 1px solid var(--dark_border_color) !important;
}
.mb_menu_right_white {
  border-left: 1px solid #fff !important;
}
@media screen and (max-width: 767px) {
  .mb_border_bottom {
    border-bottom: 1px solid var(--dark_border_color) !important;
  }
}
@media screen and (min-width: 768px) {
  /*	header nav.mb_border_bottom:nth-child(2) {*/
  header nav.mb_border_bottom:nth-child(1) {
    /*		border-bottom: 0!important; 20210720old*/
    border-bottom: 1px solid var(--dark_border_color) !important; /*20210720new*/
    height: 68px !important; /*20210817new*/
  }
}
/*---/モバイルメニュー---*/
/*---PCメニュー---*/
.tdsl_logo_pc {
  margin-right: 75px;
  margin-left: 0;
  margin-bottom: 3px;
}
.tdsl_ident {
  width: auto;
  height: 20px;
  margin-right: 0;
}
.pc_menu_item {
  /*	font-size: 0.8rem!important; 20210514org*/
  font-size: 1rem;
}
.pc_link {
  color: #039 !important;
  text-decoration: underline !important;
  cursor: pointer;
}
.pmd-breadcrumb {
  margin-left: 18px;
  margin-bottom: 8px;
  margin-top: 3px; /*20210816new*/
  margin-bottom: 3px; /*20210816new*/
}
.pmd-breadcrumb .breadcrumb-item {
  /*	font-size: 0.8rem!important; 20210622 */
  font-size: 0.88rem !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: '>';
}
/*---/PCメニュー---*/

/*---トップへ戻るフロート---*/
#gobackTop,
#gobackTop a,
#gobackTop a:hover {
  background-color: var(--blue_gray_color);
  color: #fff;
  text-decoration: none;
  z-index: 1200;
}
#gobackTop {
  position: fixed;
  bottom: 70px;
  right: 36px;
}
#gobackTop a {
  width: 40px;
  padding: 8px 0;
  text-align: center;
  display: block;
}
/*---/トップへ戻るフロート---*/

/* ↓～2022年9月4日追加 */

/* グローバルナビ */
.vtm_nav_over {
/*  z-index: 2200; */
    z-index: 8;

}
.pmd-navbar .vtm_nav_over .navbar-nav .nav-link {
  color: #070707;
}
.vtm_navbar_toggler {
  color: #6a6969;
}

.vtm_nav_under {
  background-color: white;
  font-size: 14px;
  color: #070707;
/*   z-index: 2100; */
  z-index: 7;
  height: 84px; /*20220930*/
}
.vtm_nav_under .nav-link {
  line-height: 1rem;
}
.vtm_nav_under_container {
  max-width: 1300px;
}
.vtm_nav_icon_text {
  font-size: 10px; /*20220930*/
  color: #6a6969;
}
.vtm_nav_icon > img {
  height: 24px;
  filter: invert(40%) sepia(5%) saturate(21%) hue-rotate(25deg) brightness(98%) contrast(87%);
}
/*20220922*/
.seemore {
  color: white;
/*20221121*/
/*  background: radial-gradient(#6c757d, #212529); */
    background-image: url('../media/top/top_main_educator.png');
/*20221121*/
}
/*/20220922*/
@media screen and (max-width: 720px) {
  .vtm_nav_icon_text {
    font-size: 10px; /*20220929*/
  }
}
/* /グローバルナビ */

/*---カルーセルナビ---*/
.top_nav_carousel {
  position: relative;
}
.top_nav_carousel .outside-dots {
  padding-bottom: 0;
}
.top_nav_carousel .owl-dots {
/*  z-index: 2000; */
  z-index: 6;
/*  bottom: 7rem; 20221121 */
  bottom: 6.5rem; /* 20221121 */
  max-width: 20%;
  margin: auto;
}
.top_nav_carousel .owl-carousel .owl-dot {
  margin: 0 0.75rem;
  opacity: 0.5;
}
.top_nav_carousel .owl-carousel .owl-dot.active {
  background-color: white;
  transform: scale(1);
}
.top_nav_carousel .item {
  position: relative;
}
.top_nav_carousel_item {
  position: absolute;
  top: 38%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
/*  z-index: 2010;20250625 */
  z-index: 7;
  color: white;
  font-size: 14px;
}
.top_nav_carousel .owl-carousel .owl-item .vtm_logo {
  width: 417px;
  filter: brightness(0) invert(1);
}
.top_nav_carousel_item_title {
  font-size: 42px;
  font-weight: bold;
  line-height: 56px;
}
.top_nav_carousel_item_btn {
  padding: 0.75rem 1rem;
}

.top_nav_info {
  position: absolute;
  width: 100%;
/*  z-index: 2000; 20250625 */
  z-index: 6;
  bottom: 0;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
.top_nav_info,
.top_nav_info a {
  color: white;
}
.top_nav_info_title {
  font-size: 18px;
  font-weight: bold;
}
.top_nav_info_badge {
  display: inline-block;
  padding: 0 1.5rem;
  background-color: #000000;
  border: solid 1px white;
}
@media screen and (max-width: 1140px) {
  .top_nav_carousel_item {
    font-size: 11px;
  }
  .top_nav_carousel_item_title {
    font-size: 24px;
    line-height: 35px;
  }
  .top_nav_carousel .owl-dots {
    max-width: 30%;
  }
  .top_nav_carousel .owl-carousel .owl-item .vtm_logo {
    width: 254px;
  }
  .top_nav_carousel_item_btn {
    padding: 0.625rem 0.75rem;
  }

  .top_nav_info {
    font-size: 12px;
  }
  .top_nav_info_title {
    font-size: 16px;
  }
}
/*---/カルーセルナビ---*/

/* 汎用スタイル */
.vtm_logo {
  width: 417px;
}
.btn-black {
  background-color: black;
  color: white;
}
.btn-black:hover {
  opacity: 0.7;
  color: white;
}
.btn-orange {
  background-color: #f99627;
  color: white;
}
.btn-orange:hover {
  opacity: 0.7;
  color: white;
}
.btn-blue {
  background-color: #0064d3;
  color: white;
}
.btn-blue:hover {
  color: white;
  opacity: 0.7;
}
.btn-outline-red {
  border-color: #e21e1e;
  color: #e21e1e;
  transition: none;
}
.btn-outline-red:hover {
  color: #e21e1e;
  background-color: rgba(226, 30, 30, 0.2);
}
.text-blue {
  color: #0064d2 !important;
}
.underline {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .vtm_logo {
    width: 273px;
  }
}
/* /汎用スタイル */

/* 概要 */
.top_overview {
  overflow: hidden;
}
.top_overview_wrapper {
  position: relative;
}
.top_overview_bg {
  opacity: 0.1;
  position: absolute;
  top: 100px;
  right: -100px;
}
.top_overview_bg_img {
  width: 339px;
}
.top_overview_text {
  font-size: 18px;
  line-height: 40px;
}
.top_overview_img {
  width: 562px;
}
@media screen and (max-width: 992px) {
  /* .top_overview_wrapper {
    min-height: 490px;
  } */
  .top_overview_text {
    font-size: 14px;
    line-height: 26px;
  }
}
/* /概要 */

/* 特長 */
.top_feature {
  overflow: hidden;
}
.top_feature_title {
  font-size: 32px;
  font-weight: bold;
}
.top_feature_block {
  position: relative;
  overflow: hidden;
}
.top_feature_bg {
  position: absolute;
}
.top_feature_bg.top_feature_bg_left {
  left: 0;
}
.top_feature_bg.top_feature_bg_right {
  right: 0;
}
.top_feature_bg_img {
  width: 845px;
}
.top_feature_img {
  max-width: 100%;
  width: 550px;
}
.top_feature_no {
}
.top_feature_no_img {
  width: 113px;
}
.top_feature_block_title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
.top_feature_block_text {
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  .top_feature_title {
    font-size: 21px;
  }
  .top_feature_img {
    max-width: 100%;
  }
  .top_feature_no_img {
    width: 62px;
  }
  .top_feature_block_title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
  }
  .top_feature_block_text {
    font-size: 14px;
    line-height: 21px;
  }
}
/* /特長 */

/* サンプル音声 */
.top_samples {
  overflow: hidden;
}
.top_samples_title {
  font-size: 32px;
  font-weight: bold;
}
.top_samples_text {
  font-size: 18px; /* 20221013 16px→18px */
  max-width: 84vw;
  width: 740px; /* 20230111 865px→740px */
  text-align: center; /* 20221013 追加 */
}
.top_samples_card {
  font-size: 14px;
  border: 2px solid #78abe5;
}
.top_samples_card_pro {
  border-color: #0064d2;
}
.top_samples_card_light {
  border-color: #4b92df;
}
.top_samples_card_title strong {
  font-size: 20px;
  font-weight: normal;
}
.top_samples_card_audio {
  width: 221px;
  height: 26px;
}
.top_samples_card_voice_inritsushaei {
  min-height: 71px;/*20221005*/
  color: white;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.top_samples_card .top_samples_card_voice_inritsushaei {
  background-color: #4b92df;
  background-image: url('../media/top/top_voice_inritsuhansha_01.png');
}
.top_samples_card_light .top_samples_card_voice_inritsushaei {
  background-color: #4b92df;
  background-image: url('../media/top/top_voice_inritsuhansha_01.png');
}
.top_samples_card_pro .top_samples_card_voice_inritsushaei {
  background-color: #0064d2;
  background-image: url('../media/top/top_voice_inritsuhansha_02.png');
}
/* 20220912 追加 */
.top_samples_card_detail {
  font-size: 12px;
}
.top_samples_card_price {
  font-size: 14px;
}
.top_samples_card_price strong {
  font-weight: normal;
  font-size: 20px;
}
/* /20220912 追加 */
.top_samples_card .btn {
  font-size: 14px;
}
.top_samples_anotation {
  font-size: 18px;
  line-height: 24px;
  max-width: 84vw;
  width: 865px;
}
@media screen and (max-width: 767px) {
  .top_samples_card_title_block {
    padding: 0.5rem 1rem;
    background-color: white;
  }
  .top_samples_card .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .top_samples_text {
    font-size: 14px;
  }
  .top_samples_anotation {
    font-size: 14px;
  }
}
/* /サンプル音声 */

/* 製品 */
.top_products {
  overflow: hidden;
  font-size: 14px;
  background-image: url('../media/top/top_products_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.top_products_wrapper {
}
.top_products_title {
  font-size: 32px;
  font-weight: bold;
}
.top_products_text {
  font-size: 18px;
}
.top_products_card {
  position: relative;
  background-color: white;
  box-shadow: 5px 5px #a4a4a4;
}
.top_products_comment {
  position: absolute;
  top: -1.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 180px;
}
.top_products_comment_wrapper {
  position: relative;
  background-color: #0064d2;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  margin: auto;
}
.top_products_comment_wrapper::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: #0064d2 transparent transparent transparent;
  border-width: 20px 15px 0 0px;
}
.top_products_comment_text {
  font-size: 16px;
  color: white;
}
.top_products_card_text {
  font-size: 22px;
  font-weight: bold; /* 20221013 追加 */
}
.top_products_card_title {
  font-size: 26px;
  font-weight: bold;
}
.top_products_card_elements .top_products_card_title {
  color: #78abe5;
}
.top_products_card_light .top_products_card_title {
  color: #4b92df;
}
.top_products_card_pro .top_products_card_title {
  color: #0064d2;
}
.top_products_card_charge {
  font-size: 24px;
  font-weight: bold;
}
.top_products_card_charge strong {
  font-size: 36px;
}
.top_products_card_charge small {
  font-size: 14px;
}
.top_products_card_accordion .accordion .card {
  border: 1px solid #a4a2a2;
}
.top_products_card_accordion .accordion .card .card-header {
  position: relative;
  background-color: white;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0.4);
}
.top_products_card_accordion .accordion .card .card-header .top_products_card_collapse_btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  color: #b2b0b0;
  font-weight: 900;
  font-size: 1.25rem;
}
.top_products_card_accordion .accordion .card .card-header .top_products_card_collapse_btn[aria-expanded='true']::after {
  content: '\f077';
}
.top_products_card_accordion .accordion .card .card-header .btn:focus {
  box-shadow: none;
}
.top_products_card_btns .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.top_products_card_elements .btn-blue {
  background-color: #78abe5;
}
.top_products_card_light .btn-blue {
  background-color: #4b92df;
}
.top_products_card_pro .btn-blue {
  background-color: #0064d2;
}
.charge_icon {
  position: relative;
  background-color: black;
  height: 44px; /* 40px → 44px 20221013 */
  width: 44px;  /* 40px → 44px 20221013 */
  display: inline-block;
}
.charge_icon_text {
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: white;
  margin-top: 3px; /* 20221022 追加 */
}
@media screen and (max-width: 992px) {
  .top_products_card_text {
    font-size: 16px;
  }
  .top_products_card_title {
    font-size: 24px;
    font-weight: bold;
  }
  .top_products_card_charge {
    font-size: 21px;
    font-weight: bold;
  }
  .top_products_card_charge strong {
    font-size: 32px;
  }
  .top_products_card_charge small {
    font-size: 12px;
  }
  .charge_icon {
    height: 36px;
    width: 36px;
  }
  .charge_icon_text {
    top: 2px;
    line-height: 16px;
    font-size: 12px;
  }
  .top_products_card_accordion .accordion .card .card-header {
    padding: 0.375rem 1.25rem;
  }
  .top_products_card_accordion .accordion .card .card-header::after {
    right: 1rem;
  }
}
/* /製品 */

/* 適用分野 */
.top_usage_title {
  font-size: 32px;
  font-weight: bold;
}
.top_usage_text {
  font-size: 18px; /* 20221013 16px → 18px */
}
.top_usage_img,
.top_usage_img_sp {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .top_usage_title {
    font-size: 24px;
  }
  .top_usage_text {
    font-size: 14px;
  }
}
/* /適用分野 */

/* ライセンス */
.top_license {
  font-size: 16px;
  background-image: url(../media/top/top_license_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.top_license_title {
  font-size: 32px;
  font-weight: bold;
}
.top_license_title_sub {
  font-size: 24px;
}
.top_license_card {
  background-color: white;
  color: #333333;
}
.top_license_card_wrapper {
  background-color: white;
}
.top_license_card_title {
  font-size: 22px;
  font-weight: bold;
}
.top_license_card_text {
  line-height: 36px;  /* 20221013 32px → 36px */
  /* text-align: center; 20220906 20221013 削除 */
}
.top_license_card_text_sub {
  line-height: 26px;
}
.top_license_card_price {
  font-size: 28px;
  font-weight: bold;
}
.top_license_card_price strong {
  font-size: 38px;
}
.top_license_card_price small {
  font-size: 14px;
}
.price_icon {
  display: inline-block;
  border: solid 1px #333333;
  padding: 0.25rem 0.5rem 0.2rem 0.5rem;
}
.price_icon_text {
  font-size: 19px;
}
/* 20220912 修正 */
.top_license_btns {
  width: 100%;
}
.top_license_btns .btn {
  font-size: 22px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* /20220912 修正 */
.top_license_corporation a {
  color: white;
}

@media screen and (max-width: 992px) {
  .top_license {
    font-size: 14px;
  }
  .top_license_title {
    font-size: 24px;
  }
  .top_license_title_sub {
    font-size: 16px;
  }

  .top_license_card_title {
    font-size: 20px;
  }
  .top_license_card_text {
    line-height: 24px;
  }
  .top_license_card_text_sub {
    line-height: 20px;
  }
  .top_license_card_price {
    font-size: 24px;
  }
  .top_license_card_price strong {
    font-size: 33px;
  }
  .top_license_card_price small {
    font-size: 12px;
  }
  .price_icon {
    display: inline-block;
    border: solid 1px #333333;
    padding: 0.125rem 0.25rem 0.1rem 0.25rem;
  }
  .price_icon_text {
    font-size: 16px;
  }
  /* 20220912 修正 */
  .top_license_btns .btn {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 18px;
  }
  /* 20220912 修正 */
}
/* /ライセンス */

/* 利用許諾 */
.top_agreement {
  font-size: 14px;
  line-height: 18px;
}
.top_agreement_title {
  font-size: 32px;
  font-weight: bold;
}
.top_agreement_row small {
  font-size: 9px;
  line-height: 12px;
}
.top_agreement_row_title span {
  background-color: white;
  padding: 0rem 0.5rem;
}
.top_agreement hr {
  border-color: #a4a1a1;
}
/* 20220906 */
.top_agreement .annotation {
  font-size: 6px;
  vertical-align: top;
}
/* 20220906 */
@media screen and (max-width: 992px) {
  .top_agreement {
    font-size: 13px;
  }
  .top_agreement_title {
    font-size: 24px;
  }
  .top_agreement_row_title {
    font-size: 14px;
  }
}
/* /利用許諾 */

/* ステップ */
.top_step {
  font-size: 14px;
}
.top_step_title {
  font-size: 32px;
  font-weight: bold;
}
.top_step_card {
  position: relative;
  border: solid 2px #0064d3;
}
.top_step_card_no {
  position: absolute;
  padding: 0.25rem 2rem;
  top: 0;
  left: 0;
  font-weight: bold;
  background-color: #0064d3;
  color: white;
}
.top_step_card_no small {
  font-size: 14px;
}
.top_step_card_no strong {
  font-size: 28px;
}
.top_step_card_title {
  font-size: 24px;
  font-weight: bold;
}
.top_step_card hr {
  border-top: dotted 2px #a1a0a7;
}
.vtm_product_icon {
  border: solid 1px black;
  padding: 0.5rem 1rem;
}
.vtm_product_icon .vtm_logo {
  width: 162px;
}
.vtn_product_icon small {
  font-size: 12px;
}
.top_step_card .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.top_step_card_btn {
  width: 170px;
}
.top_step_card_btn small {
  font-size: 9px;
}
.top_step_card_btn:not(.top_step_card_btn_arrow) {
  pointer-events: none;
}
.top_step_card_btn_arrow {
  position: relative;
}
.top_step_card_btn_arrow::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  color: white;
  font-weight: 900;
  font-size: 0.75rem;
}
.top_step_arrow {
}
.top_step_arrow_wrapper {
  position: relative;
}
.top_step_arrow_wrapper::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: #d1d1d1 transparent transparent transparent;
  border-width: 22px 20px 0 20px;
  border-radius: 5px;
}
.top_step_inner_card {
  background-color: #f6f6f6;
}
.top_step_inner_card_title {
  font-size: 16px;
  font-weight: bold;
}
.top_step .annotation {
  font-size: 6px;
  vertical-align: top;
}
.top_step_annotations {
  font-size: 12px; /* 11px→12px 20230111 */
  font-weight: light;
}
@media screen and (max-width: 992px) {
  .top_step {
    font-size: 13px;
  }
  .top_step_title {
    font-size: 24px;
    font-weight: bold;
  }
  .top_step_card {
    position: relative;
    border: solid 2px #0064d3;
  }
  .top_step_card_no {
    padding: 0.125rem 1.5rem;
    top: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .top_step_card_no small {
    font-size: 12px;
  }
  .top_step_card_no strong {
    font-size: 24px;
  }
  .top_step_card_title {
    font-size: 20px;
    font-weight: bold;
  }
  .vtm_product_icon {
    width: 220px;
  }
  .vtm_product_icon .vtm_logo {
    width: 136px;
  }
  .vtn_product_icon small {
    font-size: 9px;
  }
  .top_step_arrow_wrapper::after {
    border-width: 22px 20px 0 20px;
    border-radius: 5px;
  }
  .top_step_inner_card_title {
    font-size: 15px;
    letter-spacing: -1px;
  }
  .top_step .annotation {
    font-size: 5px;
  }
  .top_step_annotations {
    font-size: 12px; /* 10px→12px 20230111 */
  }
}
/* /ステップ */

/* Q&A */
.top_question {
  background-color: #f2f2f2;
  font-size: 16px;
}
.top_question_title {
  font-size: 32px;
  font-weight: bold;
}
.top_question_accordion .accordion .card {
  box-shadow: 3px 3px 10px #b5b4b4;
}
.top_question_accordion .accordion .card .card-header {
  position: relative;
  background-color: white;
  padding: 1.5rem 3rem;
  text-decoration: none;
  border-bottom: none;
}
.top_question_accordion .accordion .card .card-body {
  padding: 0 3.75rem 2.125rem 3.75rem;
}
.top_question_accordion .accordion .card .card-header .top_question_collapse_btn {
  font-size: 16px;
}
.top_question_accordion .accordion .card .card-header .top_question_collapse_btn[aria-expanded='true'] {
  font-weight: bold;
}
.top_question_accordion .accordion .card .card-header .top_question_collapse_btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  color: black;
  font-weight: 900;
  font-size: 1rem;
}
.top_question_accordion .accordion .card .card-header .top_question_collapse_btn[aria-expanded='true']::after {
  content: '\f00d';
  transform: translateY(-50%) translateX(-10%);
}
.top_question_accordion .accordion .card .card-header .btn:focus {
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  .top_question {
    font-size: 14px;
  }
  .top_question_title {
    font-size: 24px;
  }
  .top_question_accordion .accordion .card .card-header .top_question_collapse_btn {
    font-size: 14px;
    max-width: 90%;
    text-align: left;
  }
  .top_question_accordion .accordion .card .card-header {
    padding: 0.75rem 0.5rem;
  }
  .top_question_accordion .accordion .card .card-body {
    padding: 0 1.25rem 1.625rem 1.25rem;
  }
}
/* /Q&A */

/* お客様の声 */
.educator_h1 {
  font-size: 32px;
  line-height: 43px;
}
.educator_h2 {
  font-size: 28px;
  line-height: 37px;
}
.educator_h3 {
  font-size: 24px;
  line-height: 34px;
}
/* 20221013 ↓↓ */
.educator_main_text {
  font-size: 18px;
  line-height: 40px;
}
/* 20221013 ↑↑ */
.educator_text {
  font-size: 16px;
  line-height: 34px;
}
.educator_comment {
  position: relative;
  padding: 2rem 2rem;
  background-color: #f9f9f9;
}
.educator_comment::before {
  position: absolute;
  font-size: 58px;
  font-weight: bold;
  content: '"';
  font-style: italic;
  top: 0;
  left: 0;
  transform: translateY(-20%);
}
.educator_comment::after {
  position: absolute;
  font-size: 58px;
  font-weight: bold;
  content: '"';
  font-style: italic;
  bottom: 0;
  right: 0;
  transform: translateY(63%) translateX(-30%);
}

@media screen and (max-width: 992px) {
  .educator_h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .educator_h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .educator_h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .educator_text {
    font-size: 14px;
    line-height: 26px;
  }
  .educator_comment {
    padding: 1.5rem 1rem;
  }
  .educator_comment::before {
    font-size: 48px;
    transform: translateY(-20%) translateX(-20%);
  }
  .educator_comment::after {
    font-size: 48px;
    transform: translateY(63%) translateX(-10%);
  }
  .educator_comment .educator_text {
    font-size: 13px;
    line-height: 22px;
  }
}

.educator_document {
  /* background-color: #eef7ff; */
  /* 20220928 */
  /* background: radial-gradient(#ffffff, #eef7ff); */
  /* 20220928 */
  /* 20230307 */
  background: linear-gradient(180deg,#ffffff, #eef7ff);
  /* 20230307 */
}
  /* 20230307 */
.educator_license {
  background: linear-gradient(0deg,#ffffff, #eef7ff);
}
  /* 20230307 */

.educator_license_img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.top_step_arrow {
}
.educator_next_arrow_wrapper {
  position: relative;
  /* width: 3rem; */
}
.educator_next_arrow_wrapper::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-color: transparent transparent transparent #78abe5;
  border-width: 20px 0px 20px 22px;
  border-radius: 5px;
}
.educator_license_lead {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .educator_license_img {
    width: 100%;
    max-width: 368px;
    height: auto;
  }
  .educator_next_arrow_wrapper::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-color: #78abe5 transparent transparent transparent;
    border-width: 30px 26px 0 26px;
    border-radius: 6px;
  }
  .educator_license_lead {
    font-size: 18px;
    font-weight: normal;
  }
}

/* /お客様の声 */
