@charset "UTF-8";
/**********************************************************************
 * COLOR 
 **********************************************************************/
/*
$color-site-main: #a31574;
$color-site-second: #DEDEDE;
$color-site-title: #7F7C82;

$color-header: #FFF;
$color-global-menu: #a31574;
$color-global-footer: #a31574;

$color-text: #374045;
$color-link: #423F3E;
$color-body: #FAF7F0;

$color-check-on: #54B435;
$color-check-off: #DEDEDE;
*/
/** 処理中 **/
#processing-layer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2000;
  background-color: rgba(55, 55, 55, 0.6);
}
#processing-layer .processing-message-box {
  width: 100%;
  opacity: 1;
  font-size: 1.2em;
  text-align: center;
  color: #006CD6;
  background: #FFF;
  /*margin: auto;*/
  padding: 0 0 30px;
  border: solid 2px #006CD6;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 30px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #006CD6;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

.alert-dismissible {
  padding-right: 3rem;
}

/**********************************************************************
 * フラッシュメッセージ
 **********************************************************************/
.flash-message-layer {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2000;
  /*
  background-color: #FFF;
  opacity: 1;
     */
}
.flash-message-layer .flash-message-box {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  padding: 50px;
  color: #FFF;
  background: #d42591;
  opacity: 0.9;
}
.flash-message-layer .flash-message-box .close-flash-message {
  position: absolute;
  top: 5px;
  right: 15px;
}
.flash-message-layer .flash-message-box .close-flash-message:hover {
  cursor: pointer;
}

html[lang=ja] {
  /*
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  */
  font-family: "sawarabi", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "Noto Sans JP", sans-serif;
}

body {
  font-size: initial;
  /*
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  */
  font-family: "sawarabi", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "Noto Sans JP", sans-serif;
}

.page--site_bugyo_cloud_trial .header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header {
  /*font-family: 'sawarabi','Noto Sans JP',sans-serif;*/
  /*font-weight: 400;*/
  display: block;
  width: 100%;
  /*min-width: 1280px;*/
  background-color: #fff;
  position: static;
  top: 0;
  height: 95px;
  z-index: 9999;
  border-bottom: solid 1px #DCDCDC;
}

#header h1 {
  width: 40em;
  margin: 7px 0 0 2px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  font-weight: normal;
}

#header .header-inner {
  max-width: 1460px;
  min-width: 1280px;
  margin: 0 auto;
  padding: 0 30px 15px;
  position: relative;
}

#hs_cos_wrapper_obc_h1 {
  text-align: left;
}

#header .header_logo {
  float: left;
  margin: 30px 50px 0 0;
  width: 127px;
}

#header #nav-global {
  position: relative;
}

#header #nav-global .nav-global-target {
  padding: 0px;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 2px solid #d5d5d5;
}

#header #nav-global .nav-global-target,
#header #nav-global .nav-global-corporate {
  padding-left: 0px;
  margin-top: 43px;
  float: left;
}

nav ul {
  list-style: none;
}

#header #nav-global .nav-global-target li:not(:last-child),
#header #nav-global .nav-global-corporate li:not(:last-child) {
  margin-right: 30px;
}

#header #nav-global .nav-global-target li,
#header #nav-global .nav-global-corporate li {
  font-size: 18px;
  font-weight: bold;
  float: left;
}

#header #nav-global .header_tel {
  line-height: normal;
  position: absolute;
  right: 0;
  margin: 25px 0px 0 0;
}

#header #nav-global .header_tel .freedial {
  display: block;
  margin-bottom: 5px;
  padding-left: 32px;
  background: url(//cdn2.hubspot.net/hubfs/2684654/obc/v1/images/common/header/icon_freedial.svg?t=1525767697854) no-repeat 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #666;
  letter-spacing: 0.07em;
}

#header #nav-global .header_tel a {
  font-family: Arial;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

/* 共通 */
.bdhead {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  border-bottom: 4px solid #dddddd;
}

.bdhead.top {
  margin-top: 30px;
}

.bdhead span {
  display: inline-block;
  padding-left: 30px;
  border-left: 8px solid #af207f;
}

ul.breadcrumbs {
  list-style: none;
  clear: both;
  /*padding-bottom: 10px;*/
  /*height: 15px;*/
  border: none;
}

ul.breadcrumbs li {
  float: left;
  font-size: 12px;
}

ul.breadcrumbs li.arrow {
  margin-left: 15px;
  margin-right: 15px;
}

ul.breadcrumbs li a {
  color: #9F9F9F;
  font-size: 11px;
}

.mainBox {
  background: none;
  border-top: none;
}

/* リスト */
table.list {
  width: 100%;
  background-color: #fff;
  border: 2px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
}

.list th, td {
  font-weight: normal;
  border: 1px solid #ddd;
  border-collapse: collapse;
  vertical-align: middle;
  padding: 10px;
}

.list .label {
  background-color: #f9ddef;
}

.list .sub-label {
  background-color: #f2f2f2;
}

.list .kind, .place, .date, .number, .button {
  text-align: center;
}

.number input[type=text] {
  text-align: center;
}

.list .price {
  text-align: right;
}

/* フォーム */
table.form {
  width: 100%;
  background-color: #fff;
  border: 2px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
}

.form th, td {
  font-weight: normal;
  border: 1px solid #ddd;
  border-collapse: collapse;
  vertical-align: middle;
  padding: 10px;
}

.form th {
  width: 30%;
}

.application-form-label {
  font-weight: bold;
  background: #f2bae0;
  padding: 10px;
  margin-bottom: 10px;
}

.text-box {
  margin-bottom: 20px;
}

.button-box {
  margin-bottom: 20px;
}

.application-form {
  margin-bottom: 20px;
}

.notice {
  color: red;
}

.small {
  font-size: 80%;
}

.privacy {
  padding: 10px;
}

.privacy a {
  color: gray;
}

.privacy a:hover {
  color: gray;
}

.privacy-check {
  width: 30%;
  color: #af207f;
  display: block;
  text-align: center;
  padding: 20px;
  border: #ddd 5px solid;
  margin: 0 auto 20px;
}

/* フォーム要素 */
input, button, textarea, select {
  -moz-appearance: none;
  -webkit-appearance: auto;
          appearance: auto;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

input, select {
  vertical-align: middle;
}

option {
  outline: 0;
}

/* テキストボックス */
input[type=text] {
  display: block;
  width: 100%;
  border: #ddd 1px solid;
  padding: 0.5em;
  background: #f5f5f5;
}

/* チェックボックス */
input[type=checkbox] {
  display: inline-block;
  padding: 0.95em 1em;
  cursor: pointer;
  background-image: url("/assets/site_hp/img/form_ic_cb_default.png");
  background-repeat: no-repeat;
  background-position: 5px 50%;
  background-size: 20px 20px;
}

input[type=checkbox]:checked {
  background-image: url("/assets/site_hp/img/form_ic_cb_checked.png");
}

.select_product_chk,
.select_edge_product_chk {
  margin-top: -15px;
}

/* ラジオボタン */
/* プルダウン */
select {
  width: 100%;
  max-width: 250px;
  overflow: hidden;
  border: #ddd 1px solid;
  padding: 0.5em;
  background-size: 16px 19px;
  cursor: pointer;
}

/* 必須マーク */
.form_required::after {
  border: 1px solid #af207f;
  border-radius: 34px;
  color: #af207f;
  content: "必須";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-left: 10px;
  padding: 4px 19px;
  position: relative;
  text-align: center;
}

#ActionForm {
  font-size: 16px;
}

div.box-title {
  background: #00438C;
  color: #FFF;
}

div.select-bugyo-product-box {
  margin-bottom: 20px;
}

div.select-bugyo-product-box div.title {
  padding: 10px;
  border: solid 1px #DDD;
  border-bottom: none;
}

div.select-bugyo-product-box div.body {
  padding: 20px 10px 15px;
  border: solid 1px #DDD;
  /*background: #FAFAFA;*/
}

select.select-year {
  /*padding: 10px;*/
  font-size: 16px;
  width: 90px;
  display: inline;
}

select.select-amount {
  /*padding: 10px;*/
  font-size: 16px;
  width: 140px;
  display: inline;
}

/*
#mn_wrap a:visited {
    color: #FFF;
}
#mn_wrap a:link {
    color: #FFF;
}
*/
div.main-title,
table tr.main-title th {
  padding: 10px 10px 10px 10px;
  background: #CCFFFF;
  color: #000;
  font-weight: bold;
  text-align: left;
  /*
  font-family: 'sawarabi','Noto Sans JP',sans-serif;
  */
  /*
  background: rgba(26,137,235,1);
  background: -moz-linear-gradient(top, rgba(26,137,235,1) 0%, rgba(23,52,138,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26,137,235,1)), color-stop(100%, rgba(23,52,138,1)));
  background: -webkit-linear-gradient(top, rgba(26,137,235,1) 0%, rgba(23,52,138,1) 100%);
  background: -o-linear-gradient(top, rgba(26,137,235,1) 0%, rgba(23,52,138,1) 100%);
  background: -ms-linear-gradient(top, rgba(26,137,235,1) 0%, rgba(23,52,138,1) 100%);
  background: linear-gradient(to bottom, rgba(26,137,235,1) 0%, rgba(23,52,138,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a89eb', endColorstr='#17348a', GradientType=0 );
  color: #FFF;
  */
  /*
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
  */
}

/**********************************************************************
 * タイトルなど
 **********************************************************************/
.head-description {
  clear: both;
}

.head-description .sub-title {
  background: #00A2E6;
  color: #FFF;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
}

.head-description .main-title {
  background: #CCFFFF;
}

.head-description table,
.head-description table th,
.head-description table td {
  padding: 0px;
  border: none;
}

.head-description table td {
  text-align: left;
}

.head-description table td.logo {
  width: 200px;
}

.head-description table td.title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
}

/**********************************************************************
 * ページセクション
 **********************************************************************/
.wrapper--section {
  padding: 40px 0;
}
.wrapper--section .element--section_title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}

.section--entry_form {
  background: #f4f4f4;
}

/**********************************************************************
 * 基本製品製品
 **********************************************************************/
div.description {
  font-size: 14px;
  /*background: #EEE;*/
  padding: 15px;
  width: 930px;
  margin-bottom: 15px;
}

div.bugyo-product-box {
  /*border: solid 1px #DDD;*/
  margin-bottom: 20px;
}

div.bugyo-product-box .title {
  padding: 10px;
}

div.bugyo-product-box .body {
  /*border: solid 1px #DDD;*/
  /*padding: 10px 10px 0 10px;*/
}

div.bugyo-product {
  border: solid 1px #DDD;
  margin-bottom: 20px;
}

div.bugyo-product-Z .title-row {
  /*background: #00438C;*/
}

div.bugyo-product-K .title-row {
  /*background: #00438C;*/
}

table.bugyo-product {
  /*border: solid 1px #DDD;*/
  border-left: none;
  border-right: none;
  margin-bottom: 0px;
  width: 100%;
  border-spacing: 0px;
}

table.bugyo-product th {
  padding: 8px 10px;
  font-weight: normal;
}

table.bugyo-product td {
  border: none;
  border-top: solid 1px #DDD;
}

table.bugyo-product tr.title th {
  background: #e4f0fc;
  text-align: left;
  font-weight: bold;
}

table.bugyo-product th.initial-price-info {
  width: 110px;
  text-align: center;
}

table.bugyo-product th.year-price-info {
  width: 110px;
  text-align: center;
}

table.bugyo-product td.product-initial-price {
  text-align: right;
}

table.bugyo-product td.product-year-price {
  text-align: right;
}

table.bugyo-product-Z th {
  background: #891262;
  color: #FFF;
}

table.bugyo-product-K th {
  background: #0082BC;
  color: #FFF;
}

.ft_top {
  display: none;
}

#footer {
  color: #fff;
}

#footer .footer-bottom {
  padding: 15px 0;
  background-color: #464646;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 47px;
}

#footer .footer-inner {
  position: relative;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1460px;
}

#footer .footer-bottom .list_inline li:not(:last-child) {
  margin-right: 33px;
}

ul.list_inline li:not(:last-child) {
  margin-right: 15px;
}

ul.list_inline li {
  display: inline-block;
  letter-spacing: normal;
}

#footer a {
  color: #fff;
}

/**
 * リードフォーム共通
 */
/* 画面幅が狭まった時に表示を崩さない様に最小幅を指定 */
body {
  min-width: 1000px;
}

#recommend {
  background: #fff !important;
}

/* プルダウンのスタイル取消 */
/* チェックボックスのスタイル取消 */
/* グローバルヘッダの電話番号部分のスタイル調整 */
.header_tel {
  margin-right: 0 !important;
}

/* 読み込み中メッセージ */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=100);
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 9990;
}

#loading .loading-msg {
  color: #000;
  position: fixed;
  top: 50%;
  left: 40%;
  text-align: center;
  padding: 20px;
  width: 300px;
  background: #FFF;
  border: solid 3px #021636;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  z-index: 9999;
}

.entry-btn {
  max-width: 250px;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: #af1980;
  display: block;
  margin: auto;
  padding: 20px 55px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  top: 0;
  transition: all 0.1s;
  border-radius: 40px;
}

.entry-btn:hover {
  background-color: #BE509A;
}

.entry-btn:after {
  content: "";
  display: block;
  margin: auto;
  width: 35px;
  height: 35px;
  background: url(//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo-cloud/com_arrow_circle_wh01.svg?t=1519290483764) no-repeat 0 0/contain;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
}

/* 別ページ移動用ボタン */
.stnlink_btn {
  max-width: 230px;
}

/* 個人情報の取り扱いについて */
.privacy p {
  line-height: 1.8 !important;
  margin-bottom: 5px;
}

.privacy a {
  display: inline-block;
  color: #999;
  text-decoration: underline;
}

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

.agreement {
  color: #af207f;
  display: inline-block;
}

div.agreement a {
  text-decoration: underline;
}

div.agreement-box {
  color: #af207f;
  font-size: 18px;
  text-align: center;
  padding: 25px;
}

/* 完了画面のサンクスメッセージ */
.form-thanks-msg {
  text-align: center;
  border: #ddd 4px solid;
  padding: 40px 0;
  margin-bottom: 60px;
}

.form-thanks-msg p {
  line-height: 2.2 !important;
  margin-bottom: 15px;
}

/* ご希望の製品カタログ */
.catalog-section {
  margin-bottom: 40px;
}

.catalog-group {
  margin-bottom: 20px;
}

.catalog-section-title {
  width: 100%;
  display: block;
  background: #f5f3ec;
  font-size: 20px;
  padding: 18px 20px;
  float: none;
  margin-bottom: 20px;
}

.catalog-section-title::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: #af207f 3px solid;
  border-radius: 8px;
  margin-right: 10px;
  vertical-align: middle;
  top: -2px;
}

.catalog-section-body li {
  display: inline-block;
  width: 496px;
  padding: 0;
  margin-bottom: 15px;
}

.description p {
  line-height: 2 !important;
}

/* アンカー */
a {
  text-decoration: underline;
}

a:hover {
  color: gray;
  text-decoration: none;
}

.box--main-content-inner {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1060px;
}

.box--obc-logo {
  text-align: center;
}

.commit-error .alert-body {
  position: relative;
}
.commit-error .alert-body button.close {
  position: absolute;
  top: 0;
  right: -2rem;
}

/**********************************************************************
 * 奉行クラウド｜30日間無料お試し｜クラウド会計ソフト・システムのOBC
 *
 **********************************************************************/
.page--site_bugyo_cloud_trial {
  /**********************************************************************
   * 製品紹介
   **********************************************************************/
  /**********************************************************************
  * エントリーフォーム
  **********************************************************************/
  /* 非活性状態 */
  /* 活性状態 */
  /**********************************************************************
   * ご利用開始までの流れ
   **********************************************************************/
  /**********************************************************************
   * よくあるご質問
   **********************************************************************/
}
.page--site_bugyo_cloud_trial .section--top .block--product_catch {
  text-align: center;
  margin: 20px auto 40px;
  font-size: 32px;
  font-weight: 700;
}
.page--site_bugyo_cloud_trial .section--top .block--product_point {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 40px;
}
.page--site_bugyo_cloud_trial .section--top .block--product_point .component--cards_for_horizontal {
  display: flex;
  justify-content: space-around;
}
.page--site_bugyo_cloud_trial .section--top .block--product_point .component--cards_for_horizontal .element--card {
  flex-basis: 33%;
}
.page--site_bugyo_cloud_trial .section--top .block--product_point .component--cards_for_horizontal .element--card .element--header {
  text-align: center;
  font-size: 1.35rem;
  margin-bottom: 20px;
}
.page--site_bugyo_cloud_trial .section--top .block--product_point .component--cards_for_horizontal .element--card .element--body {
  text-align: center;
}
.page--site_bugyo_cloud_trial .section--top .block--product_point .component--cards_for_horizontal .element--card .element--body img {
  height: 250px;
}
.page--site_bugyo_cloud_trial .component--entry_form {
  width: 90%;
  margin: auto;
  /** **/
}
.page--site_bugyo_cloud_trial .component--entry_form th {
  text-align: left;
  padding: 10px;
  font-weight: normal;
}
.page--site_bugyo_cloud_trial .component--entry_form th span.hissu-mark {
  float: right;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 3px 7px 2px;
  color: red !important;
  border: solid 1px red;
  border-radius: 10px;
}
.page--site_bugyo_cloud_trial .component--entry_form td {
  border: none;
}
.page--site_bugyo_cloud_trial .component--entry_form input {
  background: #FFF;
  padding: 10px;
  height: 20px;
  border: solid 1px #DCDCDC;
}
.page--site_bugyo_cloud_trial .component--entry_form .inputs--person_name {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}
.page--site_bugyo_cloud_trial .component--entry_form .inputs--person_name input[type=text] {
  width: 30%;
}
.page--site_bugyo_cloud_trial .component--entry_form .inputs--tel {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}
.page--site_bugyo_cloud_trial .component--entry_form .inputs--tel input[type=text] {
  width: 90px;
}
.page--site_bugyo_cloud_trial .btn-disabled {
  pointer-events: none;
  background: gray;
}
.page--site_bugyo_cloud_trial .btn-enabled {
  pointer-events: auto;
  background: #af1980;
}
.page--site_bugyo_cloud_trial .section--use_flow .table--use_flow {
  width: 100%;
  border: none;
}
.page--site_bugyo_cloud_trial .section--use_flow .table--use_flow td {
  padding: 0;
  border: none;
  vertical-align: top;
}
.page--site_bugyo_cloud_trial .section--use_flow .table--use_flow .col--flow01 {
  text-align: center;
  width: calc(25% - 20px);
}
.page--site_bugyo_cloud_trial .section--use_flow .table--use_flow .col--flow02 {
  text-align: center;
}
.page--site_bugyo_cloud_trial .section--use_flow .table--use_flow .col--flow03 {
  text-align: center;
  width: calc(25% - 20px);
}
.page--site_bugyo_cloud_trial .section--use_flow .table--use_flow .col--flow04 {
  text-align: center;
  width: calc(25% - 20px);
}
.page--site_bugyo_cloud_trial .section--use_flow .table--use_flow .col--arrow {
  text-align: center;
  width: 40px;
}
.page--site_bugyo_cloud_trial .section--use_flow .table--use_flow .col--flow_image {
  vertical-align: bottom;
  padding-bottom: 24px;
}
.page--site_bugyo_cloud_trial .section--faq {
  background: #FFF;
}
.page--site_bugyo_cloud_trial .section--faq .table--faq {
  width: 100%;
  font-size: 0.8rem;
  border-collapse: collapse;
  margin-bottom: 5px;
}
.page--site_bugyo_cloud_trial .section--faq .table--faq .col--mark {
  width: 60px;
  height: 60px;
  padding: 0px;
  font-size: 1.625rem;
  text-align: center;
  vertical-align: middle;
}
.page--site_bugyo_cloud_trial .section--faq .table--faq .col--mark_question {
  color: #DCDCDC;
}
.page--site_bugyo_cloud_trial .section--faq .table--faq .col--mark_answer {
  background: #DCDCDC;
  color: #FFF;
}
.page--site_bugyo_cloud_trial .section--faq .table--faq .col--description {
  width: 420px;
}
