@charset "UTF-8";
/* ========================================
    ■ pstn migration
======================================== */
main .computeFlatTypeSection h1 {
  font-size: 42px;
  font-size: 2.625rem;
}

main .sectioning .sectioning_layout-inner .section-h3 {
  margin-bottom: 60px;
}

main .sectioning .sectioning_layout-inner .section-h3:last-of-type {
  margin-bottom: 0;
}

main .sectioning .sectioning_layout-inner .section-h4 {
  margin-bottom: 50px;
}

main .sectioning .sectioning_layout-inner .section-h4:last-of-type {
  margin-bottom: 0;
}

main .sectioning .sectioning_layout-inner .section p.reception-time {
  margin: 1.5em 0;
}

main .sectioning .sectioning_layout-inner .lead {
  text-align: left;
}

main .sectioning .sectioning_layout-inner .lead p {
  margin-bottom: 1.0em;
}

main .sectioning .sectioning_layout-inner .lead p:last-of-type {
  margin-bottom: 0;
}

main .sectioning .sectioning_layout-inner h1.fllb_hq_gray, main .sectioning .sectioning_layout-inner h2.fllb_hq_gray, main .sectioning .sectioning_layout-inner h3.fllb_hq_gray, main .sectioning .sectioning_layout-inner h4.fllb_hq_gray, main .sectioning .sectioning_layout-inner h5.fllb_hq_gray, main .sectioning .sectioning_layout-inner h6.fllb_hq_gray {
  background-color: #ddd;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0.5625rem 1.125rem;
}

main .sectioning .sectioning_layout-inner h1.fllb_hq_attention, main .sectioning .sectioning_layout-inner h2.fllb_hq_attention, main .sectioning .sectioning_layout-inner h3.fllb_hq_attention, main .sectioning .sectioning_layout-inner h4.fllb_hq_attention, main .sectioning .sectioning_layout-inner h5.fllb_hq_attention, main .sectioning .sectioning_layout-inner h6.fllb_hq_attention {
  border-bottom: 2px solid #004386;
  color: #c00;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

main .sectioning .sectioning_layout-inner h1.fllb_hq_b-border, main .sectioning .sectioning_layout-inner h2.fllb_hq_b-border, main .sectioning .sectioning_layout-inner h3.fllb_hq_b-border, main .sectioning .sectioning_layout-inner h4.fllb_hq_b-border, main .sectioning .sectioning_layout-inner h5.fllb_hq_b-border, main .sectioning .sectioning_layout-inner h6.fllb_hq_b-border {
  border-bottom: 2px solid #004386;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

main .sectioning .sectioning_layout-inner h1.fllb_hq_l-border, main .sectioning .sectioning_layout-inner h2.fllb_hq_l-border, main .sectioning .sectioning_layout-inner h3.fllb_hq_l-border, main .sectioning .sectioning_layout-inner h4.fllb_hq_l-border, main .sectioning .sectioning_layout-inner h5.fllb_hq_l-border, main .sectioning .sectioning_layout-inner h6.fllb_hq_l-border {
  border-left: 4px solid #004386;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 0.5em;
}

main .sectioning .sectioning_layout-inner h1.fllb_hq_l-border + .list-normal, main .sectioning .sectioning_layout-inner h2.fllb_hq_l-border + .list-normal, main .sectioning .sectioning_layout-inner h3.fllb_hq_l-border + .list-normal, main .sectioning .sectioning_layout-inner h4.fllb_hq_l-border + .list-normal, main .sectioning .sectioning_layout-inner h5.fllb_hq_l-border + .list-normal, main .sectioning .sectioning_layout-inner h6.fllb_hq_l-border + .list-normal {
  margin-top: 0;
}

main .sectioning .sectioning_layout-inner h4 {
  font-size: 16px;
  font-size: 1rem;
}

main .sectioning .sectioning_layout-inner .list-normal {
  list-style: none;
  margin: 1.0rem 0 0;
  padding: 0;
}

main .sectioning .sectioning_layout-inner .list-normal > li {
  margin-left: 1.25em;
  margin-bottom: 0.25em;
  text-indent: -1.25em;
}

main .sectioning .sectioning_layout-inner .list-normal > li::before {
  content: "・";
  margin-right: 0.25em;
}

main .sectioning .sectioning_layout-inner .list-normal > li:last-of-type {
  margin-bottom: 0;
}

main .sectioning .sectioning_layout-inner .list-notes, main .sectioning .sectioning_layout-inner .list-notes-table {
  list-style: none;
  margin: 1.0rem 0 0;
  padding: 0;
}

main .sectioning .sectioning_layout-inner .list-notes > li, main .sectioning .sectioning_layout-inner .list-notes-table > li {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 1.25em;
  text-indent: -1.25em;
}

main .sectioning .sectioning_layout-inner .list-notes > li::before, main .sectioning .sectioning_layout-inner .list-notes-table > li::before {
  content: "※";
  margin-right: 0.25em;
}

main .sectioning .sectioning_layout-inner .list-notes-table {
  display: none;
}

@media screen and (max-width: 768px) {
  main .sectioning .sectioning_layout-inner .list-notes-table {
    display: block;
    margin-top: 0;
  }
}

main .sectioning .sectioning_layout-inner table.tbl_rev {
  width: 100%;
}

main .sectioning .sectioning_layout-inner table.tbl_rev th, main .sectioning .sectioning_layout-inner table.tbl_rev td {
  line-height: 1.5;
}

main .sectioning .sectioning_layout-inner table.tbl_rev thead tr th {
  text-align: center;
  white-space: nowrap;
}

main .sectioning .sectioning_layout-inner table.tbl_rev tbody tr th {
  vertical-align: middle;
  white-space: nowrap;
}

main .sectioning .sectioning_layout-inner table.tbl_rev tbody tr td.h-c {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  main .sectioning .sectioning_layout-inner .scroll-box table tbody th, main .sectioning .sectioning_layout-inner .scroll-box table tbody td {
    white-space: nowrap;
  }
}

/* ========================================
2023.01
事業者識別番号（0033）を付加した通話サービスの通話料金変更について
======================================== */

/*カラム（テーブル・矢印）*/
.before-after_wrap{
	width: 840px;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.before-after_box01{
	width:290px;
}
.before-after_box02{
	width:210px;
}
.before-after_box_arrow{
	width:80px;
	display:flex;
	align-items:center;
}
.same-height_01{
	height:3em;
}
.same-height_02{
	height:calc(30px + 6em);
}

/*テーブル装飾*/
.before-after_wrap table{
	margin:0;
}
.before-after_wrap table td{
	text-align:center;
	vertical-align:middle;
}
.after-txt{
	color:#0000CC;
	font-weight:bold;
}
/*矢印*/
.arrow {
	height: 100px;
	width: 30px;
	background-color: #2E75B6;
	position: relative;
	margin-top: 20px;
}
.arrow::after {
	content:  '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 0 100px 50px;
	border-color: transparent transparent transparent #2E75B6;
	position:  absolute;
	top: -50%;
	left: 100%;
}