<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ------------------------------
 初めてのビジネスフォン設定
------------------------------ */

/* 家庭用電話機とビジネスフォン電話機の接続図 */
#i_first_area {
  width: 684px;
  margin-bottom: 30px;
}

#i_first_area_left {
  float: left;
  width: 287px;
  margin-right: 10px;
}

#i_first_area_right {
  float: left;
  width: 387px;
}

/* チェックポイント */
#check_box_wrapper {
  width: 681px;
  margin-bottom: 12px;
}

#check_box_left {
  float: left;
  width: 334px;
  margin-right: 13px;
  background: url(/img/first/choose/bg_check_box_left.jpg) no-repeat;
}

#check_box_right {
  float: left;
  width: 334px;
  background: url(/img/first/choose/bg_check_box_right.jpg) no-repeat;
}

#check_box_left_inner,
#check_box_right_inner {
  width: 318px;
  padding: 6px 8px 0 8px;
  background: url(/img/first/choose/check_box_bottom.png) no-repeat left bottom;
}

#check_box_left h5,
#check_box_right h5 {
  font-size: 16px;
  line-height: 1;
  width: 317px;
  height: 25px;
  margin: 0 0 0 9px !important;
  padding: 64px 0 0 0;
  border-bottom: 1px dotted #000;
  background: none;
}

#check_box_left_inner ul,
#check_box_right_inner ul {
  list-style: none;
}

#check_box_left_inner ul li,
#check_box_right_inner ul li {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 7px;
  padding: 0 0 7px 23px;
  border-bottom: 1px dotted #000;
  background: url(/img/first/choose/ico_check_box.png) no-repeat left 3px;
}

li.check_box_last {
  margin-bottom: 1px !important;
  border-bottom: none !important;
}

.check_box_p_wrapper {
  font-size: 13px;
  line-height: 1.6;
  width: 306px;
  margin: 0 auto;
  padding-bottom: 10px;
  color: #222;
  background: url(/img/first/choose/bg_check_box_p_wrapper.png) no-repeat left bottom;
}

.check_box_p_wrapper p {
  margin-bottom: 0 !important;
  padding: 10px 10px 0;
  background: url(/img/first/choose/bg_check_box_p.png) no-repeat;
}

/* 表組 */
.table_first {
  font-size: 13px;
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.table_first thead th {
  padding: 10px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border: 1px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #479aef;
}

.table_first tbody th {
  line-height: 1.5;
  width: 100px;
  padding: 10px 5px;
  text-align: center;
  white-space: nowrap;
  color: #000;
  border: 1px solid #fff;
}

.table_first tbody td {
  padding: 10px 5px;
  text-align: center;
  white-space: nowrap;
  color: #000;
  border: 1px solid #fff;
}

tr.table_first_color_1 th {
  background-color: #92cff6;
}

tr.table_first_color_1 td {
  background-color: #d9d9d9;
}

tr.table_first_color_2 th {
  background-color: #c4e3f6;
}

tr.table_first_color_2 td {
  background-color: #e9e9e9;
}

tr.table_first_color_3 th {
  background-color: #f692ca;
}

tr.table_first_color_3 td {
  background-color: #d9d9d9;
}

tr.table_first_color_2_last1 th,
tr.table_first_color_2_last2 td {
  border-bottom: 10px solid #fff;
}

tr.thead {
  padding: 10px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border: 1px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #479aef;
}

tr.thead th {
  color: #fff;
}

/* 表組 */
.table_choose {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.table_choose th {
  font-size: 13px;
  padding: 15px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border: 1px solid #fff;
  background-color: #4099d1;
}

.table_choose td {
  font-size: 13px;
  line-height: 1.8;
  padding: 15px 5px;
  white-space: nowrap;
  color: #000;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}

/* 対応メーカー機種一覧 */
.function_list_wrapper {
  margin-bottom: 10px;
}

.function_navi {
  position: relative;
  height: 39px;
  background: url(/img/first/functions/bg_function_list_wrapper.png) no-repeat left center;
}

.function_navi .ttl {
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 9px;
  left: 29px;
  color: #fff;
}

.function_navi a {
  position: absolute;
  top: 5px;
  right: 1px;
  display: block;
  overflow: hidden;
  width: 151px;
  height: 29px;
  text-indent: -9999px;
  background: url(/img/first/functions/btn_function_list.png) no-repeat;
}

.function_navi a:hover {
  background-position: 0 -29px;
}

.function_list_inner {
  padding: 10px;
  border: 2px solid #4099d1;
  border-top: none;
}

.function_list {
  float: left;
  width: 100px;
  margin-right: 15px;
  text-align: center;
  line-height: 17px;
}

.function_list img {
  padding-bottom: 5px;
}

.txtlink_function_list {
  font-size: 12px;
  margin-left: -9px;
  padding-left: 9px;
  color: #121212;
  background: url(/img/first/functions/ico_function_list.png) no-repeat left 5px;
}

.txtlink_function_list:hover {
  text-decoration: none;
}

.function_list_last {
  margin-right: 0;
}

/* 2行以上の場合 */
.function_list_inside {
  margin-bottom: 15px;
}

/* ビジフォンドットコム5つのメリット */
#merit_area {
  margin-bottom: 20px;
  padding: 20px 10px;
  background-color: #daf3fc;
}

.merit_wrapper {
  margin-bottom: 20px;
  padding-bottom: 10px;
  background: url(/img/first/merit/bg_merit_wrapper.png) no-repeat left bottom;
}

.merit_wrapper_last {
  margin-bottom: 0;
}

.merit_inner {
  display: block;
  padding: 12px 0 0 15px;
  background: url(/img/first/merit/bg_merit_inner.png) no-repeat;
}

.merit_inbox {
  float: left;
  width: 365px;
}

.merit_inbox p {
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
}

.merit_inbox span {
  font-size: 11px;
  color: #008ec6;
}

.merit_inbox p strong {
  color: #f00;
}

.merit_inbox_link {
  margin-top: 10px;
  text-align: right;
}

#merit_inbox_area {
  margin-bottom: 10px;
}

.merit_inbox_link a {
  font-size: 13px;
  padding-left: 10px;
  color: #008ec6;
  background: url(/img/first/merit/ico_merit_link.png) no-repeat left center;
}

.merit_inbox_link a:hover {
  text-decoration: none;
}

#ts_merit1,
#ts_merit2,
#ts_merit3,
#ts_merit4,
#ts_merit5 {
  font-size: 20px;
  line-height: 1;
  float: left;
  width: 230px;
  height: 20px;
  margin: 0 5px 0 0;
  padding: 19px 0 19px 57px;
  color: #000;
}

#ts_merit1 {
  background: url(/img/first/merit/ts_merit1.png) no-repeat;
}

#ts_merit2 {
  background: url(/img/first/merit/ts_merit2.png) no-repeat;
}

#ts_merit3 {
  background: url(/img/first/merit/ts_merit3.png) no-repeat;
}

#ts_merit4 {
  background: url(/img/first/merit/ts_merit4.png) no-repeat;
}

#ts_merit5 {
  background: url(/img/first/merit/ts_merit5.png) no-repeat;
}

#ts_merit1 span,
#ts_merit2 span,
#ts_merit3 span,
#ts_merit4 span,
#ts_merit5 span {
  color: #f00;
}

/* 対応エリア背景 */
#merit2_area {
  background: url(/img/first/merit/bg_area.png) no-repeat right top;
}

/* 安心サポート体制 */
ul#i_merit_3 {
  width: 362px;
  height: 56px;
  text-indent: -9999px;
  background: url(/img/first/merit/i_merit_3.png) no-repeat;
}

/* 中古買い取りシステム背景 */
#merit5_purchase {
  background: url(/img/first/merit/bg_purchase.png) no-repeat right top;
}

/* 対応機種一覧（新品） */
table#functions_new {
  width: 100%;
  margin-bottom: 5px;
  border-collapse: collapse;
}

th#functions_new_th {
  font-size: 15px !important;
  width: 88px !important;
  padding-left: 63px !important;
  text-align: left !important;
  vertical-align: middle !important;
  background: url(/img/first/functions/ico_functions_new.png) no-repeat 15px center;
}

table#functions_new thead th {
  font-size: 13px;
  width: 87px;
  padding: 8px 0;
  text-align: center;
  vertical-align: bottom;
  color: #fff;
  border: 1px solid #fff;
  background-color: #ff7aba;
}

a.txtlink_functions_list_new {
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
}

a:hover.txtlink_functions_list_new {
  text-decoration: underline;
}

a.imglink_functions_list_new {
  display: block;
  width: 70px;
  height: 49px;
  margin: 8px auto 0 auto;
  border: 1px solid #da699f;
}

a:hover.imglink_functions_list_new {
  border: 1px solid #fff;
}

table#functions_new tbody tr.color_1 {
  background-color: #fff3f9;
}

table#functions_new tbody tr.color_2 {
  background-color: #ffeaf4;
}

table#functions_new tbody th {
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #e1e1e1;
}

table#functions_new tbody td {
  font-size: 16px;
  padding: 10px;
  text-align: center;
  color: #c3176a;
  border: 1px solid #e1e1e1;
}

/* 対応機種一覧（中古） */
table.functions_chuko {
  width: 100%;
  margin-bottom: 5px;
  border-collapse: collapse;
}

th.functions_chuko_th {
  font-size: 15px !important;
  width: 88px !important;
  padding-left: 63px !important;
  text-align: left !important;
  vertical-align: middle !important;
  background: url(/img/first/functions/ico_functions_chuko.png) no-repeat 15px center;
}

table.functions_chuko thead th {
  font-size: 13px;
  width: 87px;
  padding: 8px 0;
  text-align: center;
  vertical-align: bottom;
  color: #fff;
  border: 1px solid #fff;
  background-color: #72c9f1;
}

a.txtlink_functions_list_chuko {
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
}

a:hover.txtlink_functions_list_chuko {
  text-decoration: underline;
}

a.imglink_functions_list_chuko {
  display: block;
  width: 70px;
  height: 49px;
  margin: 8px auto 0 auto;
  border: 1px solid #61abcd;
}

a:hover.imglink_functions_list_chuko {
  border: 1px solid #fff;
}

table.functions_chuko tbody tr.color_1 {
  background-color: #eef8ff;
}

table.functions_chuko tbody tr.color_2 {
  background-color: #d9effc;
}

table.functions_chuko tbody th {
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #e1e1e1;
}

table.functions_chuko tbody td {
  font-size: 16px;
  padding: 10px;
  text-align: center;
  color: #0f7db1;
  border: 1px solid #e1e1e1;
}

/* 対応か否か */
ul.functions_pat {
  font-size: 13px;
  margin-bottom: 20px;
  list-style: none;
  text-align: right;
  color: #393839;
}

ul.functions_pat li {
  display: inline;
  padding-left: 20px;
}

/* 画像中央寄せに余白 */
img.i_center_func {
  display: block;
  margin: 0 auto 30px auto;
}

/* セキュリティ詳細 */
#sec_wrapper {
  width: 678px;
  margin-bottom: 10px;
}

#sec_wrapper dl {
  float: left;
}

#sec_wrapper dt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 54px;
}

#sec_wrapper dd {
  font-size: 14px;
  line-height: 1.6;
}

dl#sec_1 {
  width: 233px;
}

dl#sec_1 dt {
  margin: 0 19px 10px 0;
  background: url(/img/first/functions/ts_sec_1.png) no-repeat left center;
}

dl#sec_1 dd {
  margin-right: 19px;
}

dl#sec_2 {
  width: 230px;
}

dl#sec_2 dt {
  margin: 0 16px 10px 0;
  background: url(/img/first/functions/ts_sec_2.png) no-repeat left center;
}

dl#sec_2 dd {
  margin-right: 16px;
}

dl#sec_3 {
  width: 215px;
}

dl#sec_3 dt {
  margin-bottom: 10px;
  background: url(/img/first/functions/ts_sec_3.png) no-repeat left center;
}

p#sec_p {
  font-weight: bold;
  color: #f00;
}

/* セキュリティ補足 */
#sec_option {
  width: 514px;
  height: 132px;
  padding: 10px 150px 10px 17px;
  background: url(/img/first/functions/bg_sec_option.png) no-repeat;
}

#sec_option h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

#sec_option h3 span {
  font-size: 12px;
  color: #f00;
}

#sec_option p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

#sec_option p span {
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  color: #f00;
}

ul#sec_option_ex {
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  color: #f00;
}

ul#sec_option_ex li {
  margin-bottom: 5px;
  line-height: 1;
}

/* 画像右寄せ */
.function_img_right {
  margin-bottom: 30px;
}

/*---------------------------------
211222追加 アコーディオンボックス
--------------------------------*/
.acbox{
  width: auto;
  position: relative;
}

.acbox label{
  width: auto;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  background: #4099d1; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:18px 8px 18px 35px;
  border-radius: 2px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #fff;
  line-height: 1;
}

.acbox .scroll_btn a {
  position: absolute;
    top: 24%;
    right: 8px;
    display: block;
    overflow: hidden;
    width: 151px;
    height: 29px;
    text-indent: -9999px;
    background: url(/img/first/functions/btn_function_list.png) no-repeat;
}

.acbox input{
  display: none;
}

.acbox label:after{
  color: #fff;
  content:"▼";
  position: absolute;
  top: 54%;
  left: 10px;
  margin-top: -12px;
}

.acbox input:checked ~ label::after {
  content:"▲";
}

.acbox .box {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s;
}

.acbox input:checked ~ div{
  height: auto;
  border-radius: 0px;
  background: #fff;
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #4099d1;
}

.acbox-under{
  font-size: 15px;
  color: #555555;
}</pre></body></html>