p {
  line-height: 2.0;
}

/* PCメインビジュアルのコンテンツ幅 */
.main-visual-contents_index {
margin:  0 auto;
max-width: 600px !important;
}

@media screen and (max-width: 900px){
.theme-fo-base .wrapper.none .contents .inner{
 paddng-top: 0 !important;
}
}


/* ボタンの丸み */
.button .button-cont a{
border-radius: 100vh !important;
}

/* 問い合わせ*/
.contents .form-submit .popup-link, .foot-cont .form-submit .popup-link, .main-visual .form-submit .popup-link {
    color: #fff;
    padding: 0.8em 6em;
    border-radius: 100vh !important;
}


/* PCSP用でメインビジュアルの表示分けの設定 ここから（PCはメインビジュアルを背景に設定に、SPは画像を配置） */
.pc_disabled {
 display: none !important;
 paddng-top: 0 !important;
	}

.sp_disabled {
 display: block !important;
	}

@media screen and (max-width: 768px){
.pc_disabled {
 display: block !important;
 paddng-top: 0 !important;
}
.sp_disabled {
 display: none !important;
 paddng-top: 0 !important;
 }
}
/* PCSP用でメインビジュアルの表示分けの設定 ここまで（PCはメインビジュアルを背景に設定に、SPは画像を配置） */


/* PC用 料金プラン */
.price-list_index {
	margin: 0 auto;
	width: 70%;
}

/* SP用 料金プラン ここから */
@media screen and (max-width: 768px){
.price-list_index {
	margin: 0 auto;
	width: 100%;
}
}

.price-list_index a:link {
	text-decoration: none;
}

.price-list_index a:hover {
	text-decoration: underline;
}
/* SP用 料金プラン ここまで */

/* ナビゲーション問合せボタン */
/* .btn-contact_navi {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif!important;
}

/* PCSP用 お知らせ・プレスリリース */
.timeline-list_index  {
	margin: 0 auto;
	width: 100%;
	border: 2px solid #fff !important;
}

.timeline-list_index td{
	border-top: 1px solid #fff !important;
	border-right: 1px solid #fff !important;
	border-bottom: 1px solid #ddd !important;
	border-left: 1px solid #fff !important;
}

.timeline-list_index td a {
	text-decoration:  none;
}

/* PC用お知らせ・プレスリリース 日付の幅調整 */
.timeline-list_index td:first-child {
	width: 15%;
	/*border-bottom:  1px solid #eee;*/
}

/* SP用 お知らせ・プレスリリース 日付の幅調整 */
@media screen and (max-width: 768px){
.timeline-list_index {
	width: 100%;
}
.timeline-list_index td:first-child {
	width: 35%;
}
}


/* PC用 新着情報 日付の幅調整 */
.news-list_index td:first-child {
	width: 24%;
	/*border-bottom:  1px solid #eee;*/
}

/* SP用 新着情報 日付の幅調整 */
@media screen and (max-width: 768px){
.news-list_index {
	width: 100%;
}
.news-list_index td:first-child {
	width: 35%;
}
}

.component.form input[type="text"] {
 background: #fff;
}

.theme-fo-base .contents .component.heading h4 {
 margin-bottom: 0;
}


/* ボタン　導入事例 */
.btn_cases a {
  padding: 8px 80px!important;
  color: #fd7f04 !important;
  font-weight: bold!important;
  border: 3px solid #fd7f04;
}

.btn_cases a:hover  {
  color: #fd7f04 !important;
  font-weight: bold!important;
  background-color: #fff !important;
  border: 3px solid #fd7f04;
  opacity: .7;
}

.btn_cases_2 a {
  padding: 8px 80px!important;
  color: #3f77d2 !important;
  font-weight: bold!important;
  border: 3px solid #3f77d2;
}

.btn_cases_2 a:hover  {
  color: #3f77d2 !important;
  font-weight: bold!important;
  background-color: #fff !important;
  border: 3px solid #3f77d2;
  opacity: .7;
}

/* スマホボタン　導入事例 */
@media screen and (max-width: 768px){
.btn_cases a {
  padding: 8px 10px!important;
  width: 300px;
  color: #fd7f04 !important;
  font-weight: bold!important;
  border: 3px solid #fd7f04;
}
}

/* マーカー風アンダーライン */
.component.richtext ul {
 margin: 0 0 0 10% !important;
}
.component u {
  text-decoration:none !important;
  background: linear-gradient(transparent 60%, #ffff00 0%) !important;
}

/* PC用 提供プラン */
.plan-list {
	margin: 0 auto;
  width: 90% !important;
}
.plan-list td:first-child {
  width: 30%;
}

.plan-list.component.richtext tr:first-child {
 background-color: #ededed;
}


/* SP用 提供プラン ここから */
@media screen and (max-width: 768px){
.plan-list {
	margin: 0 auto;
  width: 100% !important;
}
.plan-list td:first-child {
  width: 40% !important;
}
}
/* SP用 料金プラン ここまで */

/* PCSP用 よくある質問 */
.faq_q {
 border-radius: 6px!important;
} 
.faq_q td {
 border-top: 1px solid transparent !important;
 border-right: 1px solid transparent !important;
 border-bottom: 1px solid transparent !important;
 border-left: 1px solid transparent !important;
}
.faq_a td {
 border-top: 1px solid #fff !important;
 border-right: 1px solid #fff !important;
 border-bottom: 1px solid #fff !important;
 border-left: 1px solid #fff !important;
}


/* PC用　よくある質問 日付の幅調整 */
.faq_q td:first-child {
 width: 10%;
}
.faq_a td:first-child {
 width: 10%;
}


/* SP用 よくある質問 日付の幅調整 */
@media screen and (max-width: 900px){
.faq_q {
 width: 100%;
}
.faq_a {
 width: 100%;
}
.faq_q td:first-child {
 width: 14%;
}
.faq_a td:first-child {
 width: 14%;
}
}

/* 導入事例 */
.row_purpose {
    border-collapse: separate;
    border-spacing: 18px 6px;
    line-height: 140%;
 }
.col_purpose {
    background: white;
    margin: 5% 0;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
}

p{
    margin: 0;
    padding: 0 0 0 0;
}

/* タグ :before打ち消し */
.fa-tag:before {
 content: none;
}
.tag_cloud .tag i {
 margin-right: 0;
}

/* タグ リンクの打ち消しと装飾*/
.tag-cloud a {
 opacity: 1!important;
 pointer-events: none;
 border: 1px solid #333!important;
 background-color: rgba(0,0,0,0) !important;
 border-radius: 0!important;
 color: #333!important;
 padding: 2px 15px!important;
}

.tag_line_01 {
 width: 20%;
 margin-left: auto!important;
 margin-bottom: 2%!important;
 padding: 1%!important;
 font-size: 12px;
 color: #ff0000!important;
 border: 1px solid #ff0000!important;
}

.tag_line_02 {
 width: 30%;
 margin-left: auto!important;
 margin-bottom: 2%!important;
 padding: 1%!important;
 font-size: 12px;
 color: #ff0000!important;
 border: 1px solid #ff0000!important;
}

.tag_line_03 {
 width: 40%;
 margin-left: auto!important;
 margin-bottom: 2%!important;
 padding: 1%!important;
 font-size: 12px;
 color: #ff0000!important;
 border: 1px solid #ff0000!important;
}

/* 複数行 */
.component.form textarea[placeholder] {
 background: #fff;
}


/* スクロール */
.news_box{
	display: block;
}

.list_common_01{
	overflow-y: scroll;
	height: 450px;
}	

/* テスト */
.test {
    letter-spacing: 0.07em;
}
.faq_a {
 width: 100%;
 letter-spacing: 0.07em;
}

.btn_img :hover  {
  opacity: .7;
}

.text_center{
  display: inline-block; /* インライン要素にすることで横に回り込む */
  vertical-align: middle; /* 上下中央に寄せる */ 
}


/* 共通パーツ 問い合わせボタンの設定 */
.btn_contact_01 a {
  padding: 10px 70px!important;
  letter-spacing: 0.1em;
}
.btn-estimate a{
  padding: 10px 70px!important;
}

.btn_contact_01 a:hover {
  opacity: .7;
}

/* ボタン余白調整 */
.cta-row .cta-column {
 margin: 0 !important;
}
.cta-column {
 padding: 0 0 0 0!important;
}
.cta .cta-components {
  min-height: 0px !important;
}
.cta .cta-row {
  padding: 0px !important;
}

@media screen and (max-width:900px) {
.button .button-cont.right {
 text-align: center;
}
.button .button-cont.left {
 text-align: center;
}
}

/* PCメインビジュアル　CTAパーツ調整 */
/*字余白調整 */
.cta-row  {
 margin: 0 !important;
}
/*ボタン余白調整 */
.cta-column {
 margin: 0 !important;
}

/*ボタン */
.btn-estimate a{
  padding: 10px 30px !important;
  background-color: #FFF !important;
  color: #3f77d2 !important;
  font-weight: bold!important;
  border: none!important;
  box-shadow: 0 0 0 2px #3f77d2 inset;
  letter-spacing: 0.1em;
}

.btn-estimate a:hover {
  opacity: .7;
}