@import url("base.css");

/*
 * タイトル
 */
#title_view {
  /* background:#FABF00; */
  background:url(../img/bg/content_bg_3.jpg) center center no-repeat;
  background-size:cover;
}

.title_view_effect{
  background: linear-gradient(45deg, rgba(95, 85, 85, 0.9), rgba(30, 108, 139, 0.6));
  height:100%;
  width:100%;
  color:#fff;
}

.bdTtl {
  display: flex;
  align-items: center;
  justify-content: left;
  color:#22AEE6;
}

.marker {
  background: linear-gradient(transparent 80%, #99ccff 0%);
  /* font-size:1.2em; */
  font-weight:500;
}

/* クラウドBOTとは */
#title_view_about {
  background:url(../img/bg/content_bg_about.jpg) center center no-repeat;
  background-size:cover;
}

/*
 * プラン
 */
#plan {
}

#title_view_plan {
  background:url(../img/bg/content_bg_plan.jpg) center center no-repeat;
  background-size:cover;
}

#plan .tax{
  font-size:0.5em;
}

#plan .plan-link-btn {
	padding: 10px 20px;
	border-radius: 4px;
	box-sizing: border-box;
  color: #fff;
  font-size:1.0rem;
	text-align: center;
	text-decoration: inherit;
	background: #22AEE6;
	box-shadow: 0 6px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}
#plan .plan-link-btn:hover {
  color: #fff;
	background: #64BCEA;
	box-shadow: 0 3px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
#plan .plan-link-btn:active {
	box-shadow: 0 0 0 #7e7e7e, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}

#plan .plan-link-btn-sm {
	padding: 4px 8px;
	border-radius: 4px;
	box-sizing: border-box;
  color: #fff;
  font-size:1.0rem;
	text-align: center;
	text-decoration: inherit;
	background: #22AEE6;
	box-shadow: 0 4px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}
#plan .plan-link-btn-sm:hover {
  color: #fff;
	background: #64BCEA;
	box-shadow: 0 2px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
#plan .plan-link-btn-sm:active {
	box-shadow: 0 0 0 #7e7e7e, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}

#plan .plan-detail-btn {
	padding: 6px 12px;
	border-radius: 4px;
	box-sizing: border-box;
  color: #fff;
  font-size:0.8rem;
	text-align: center;
	text-decoration: inherit;
	background: rgb(143, 143, 143);
	box-shadow: 0 6px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}
#plan .plan-detail-btn:hover {
  color: #fff;
	background: rgb(167, 167, 167);
	box-shadow: 0 3px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
#plan .plan-detail-btn:active {
	box-shadow: 0 0 0 #7e7e7e, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}

.bg-plan {
	background: rgb(255, 255, 255);
}

.bg-plan.assertion{
  -webkit-box-shadow: 0 0 0.25rem rgba(38, 143, 255, 0.5)!important;
  box-shadow: 0 0 0.25rem rgba(38, 143, 255, 0.5)!important;
}

#plan .bdTtl {
  display: flex;
  align-items: center;
  justify-content: center;
}
#plan .bdTtl:before,#plan .bdTtl:after {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  flex-grow: 1;
  margin-right: 5px;
  margin-left: 5px;
}

#plan .comment{
  color:#999999;
}

#plan table thead th{
  text-align:center;
  vertical-align: top;
}

#plan table tbody th{
  padding-top:18px;
  padding-bottom:18px;
  vertical-align: middle;
}

@media (min-width:993px) {
  #plan table tbody th{
    width:160px;
  }

  #plan .plan-link-btn-sm{
    min-width:120px;
  }
}

#plan table tbody td{
    text-align:center;
    padding-top:18px;
    padding-bottom:18px;
    vertical-align: middle;
}

.plan-item{
  background: white;
  padding: 30px 20px 20px;
  margin-bottom: 40px;
  border-top: solid 4px #22AEE6;
}
.plan-item.free{
  border-top: solid 4px #F8BF00;
}
.plan-nav{
  margin-bottom: 30px;
}
.acms-tabs ul.nav{
  margin-bottom: 50px !important;
}
.acms-tabs .acms-tabs-panel{
  background: none !important;
  padding: 0 !important;
  border: none !important;
}
span.lavel-discount{
  background: #E5006E;
  padding: 2px 8px;
  border-radius: 5px;
  color: white !important;
  margin-left: 4px;
  font-size: 12px;
  transition: all .3s;
}
.js-acms_tab-active span.lavel-discount{
  background: #fff;
  padding: 2px 8px;
  border-radius: 5px;
  color: #E5006E !important;
  margin-left: 4px;
  font-size: 12px;
  transition: all .3s;
}
.plan-item-name{
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  color: #22AEE6;
}
.plan-item-name .fa-user,
.plan-item-name .fa-users,
.plan-item-name .fa-users-cog{
  font-size: 40px;
  margin-bottom: 10px;
}
.plan-item-name.free,
.plan-item-name .fa-user.free{
  color: #F8BF00;
}
.plan-item-spec,
.plan-item-function{
  padding: 20px 0 10px;
  margin-top: 10px;
  border-top: solid 1px #CCC;
}
.plan-item-function .fa-check{
  color: green;
  margin-right: 6px;
}
.plan-item-price{
  text-align: center;
  margin-bottom: 0px;
  font-size: 16px;
}
.plan-item-price span{
  font-size: 32px;
}
.plan-item-payment{
  text-align: center;
}
.plan-item-payment span{
  color: #22AEE6;
  font-weight: bold;
}
.plan-item-payment.annual span{
  color: #E5006E;
  font-weight: bold;
}
.acms-tabs .js-acms_tabs a{
  padding: 15px 30px !important;
  font-size: 16px !important;
  background: #E7F6FC !important;
  color: #22AEE6 !important;
}
.acms-tabs .js-acms_tabs a.js-acms_tab-active{
  position: relative;
  display: inline-block;
  background: #22AEE6 !important;
  border: none !important;
  color: white !important;
}
.acms-tabs .js-acms_tabs a.js-acms_tab-active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50% !important;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #22AEE6;
  width: auto !important;
  background: none !important;
}
.plan-link-btn-free{
    padding: 4px 8px;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000;
    font-size: 1.0rem;
    text-align: center;
    text-decoration: inherit;
    background: #F8BF00;
    box-shadow: 0 4px 0 rgba(0,0,0,.2);
    transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}
.popular-ribbon-content {
    position: absolute;
    top: 0;
    right: 15px;
    width: 85px;
    height: 85px;
    overflow: hidden;
}
.popular-ribbon_2 {
    display: inline-block;
    position: absolute;
    padding: 5px 0;
    left: -24px;
    top: 20px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: #39d460;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 2px #39d460;
    border-top: dashed 1px rgba(255, 255, 255, 0.65);
    border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
}
.plan-item-pricearea{
  min-height: 115px;
}
.plan-item-overview{
  min-height: 76px;
  margin: -10px;
}
.plan-item-function-area{
  min-height: 158px;
}

#plan .option_table{
  border-collapse:collapse;
  width:100%;
}

#plan .option_table th{
  padding:4px;
  text-align: left;
}

#plan .option_table td{
  border-top: solid 1px #CCC;
  padding:4px;
}

#plan .option_table td.title,#plan .option_table th.title{
  text-align: left;
}

#plan .option_table td.amount,#plan .option_table th.amount{
  text-align: right;
}

/*
 * サポート
 */
#title_view_support {
  background:url(../img/bg/content_bg_support.jpg) center center no-repeat;
  background-size:cover;
}

/* オンラインサポートチケット */
#support #product_support_table th:nth-of-type(1){
  background:#b5b6b6;
}

#support #product_support_table tr:nth-child(odd){
  background:#efefef;
}
#support #product_support_table tr:nth-child(even){
  background:#fafafa;
}

/* 製品サポート */
#support #support_ticket_table th:nth-of-type(1){
  background:#21ade5;
}

#support #support_ticket_table th:nth-of-type(2){
  background:#4f86c5;
}

#support #support_ticket_table th:nth-of-type(3){
  background:#4c66a2;
}

#support #support_ticket_table tr:nth-child(odd){
  background:#efefef;
}
#support #support_ticket_table tr:nth-child(even){
  background:#fafafa;
}

#support #support_ticket_table .ticket_count{
  font-size: 1.4em;
}

.support_strong{
  color:#4c66a1;
  font-weight:bold;
}

.text-make{
  color:#7f4fc5;
}

/* 伴走型支援開発 */
#support #accompaniment_plan_table th:nth-of-type(1){
  background:#47b159;
}

#support th:nth-of-type(2){
  background:#298f3a;
}

#support #accompaniment_plan_table tr:nth-child(odd){
  background:#efefef;
}
#support #accompaniment_plan_table tr:nth-child(even){
  background:#fafafa;
}

#support .service_btn {
	padding: 10px 16px;
	border-radius: 4px;
	box-sizing: border-box;
  font-size:1rem;
	text-align: center;
	text-decoration: inherit;
  background: #fff;
  border:solid 1px #fff;
	box-shadow: 0 6px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}

#support .service_btn:hover {
	box-shadow: 0 3px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}

#support .service_btn:active {
	box-shadow: 0 0 0 #7e7e7e, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}

#support #contact_btn {
	padding: 14px 30px;
	border-radius: 4px;
	box-sizing: border-box;
  color: #22AEE6;
  font-size:1.1rem;
	text-align: center;
	text-decoration: inherit;
  background: #fff;
  border:solid 1px #fff;
	box-shadow: 0 6px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}

#support #contact_btn:hover {
	box-shadow: 0 3px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}

#support #contact_btn:active {
	box-shadow: 0 0 0 #7e7e7e, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}

#support #detail_btn {
	padding: 7px 30px;
	border-radius: 4px;
	box-sizing: border-box;
  color: #fff;
  font-size:1.0rem;
	text-align: center;
	text-decoration: inherit;
  background: #b1b1b1;
  border:solid 1px #b1b1b1;
	box-shadow: 0 6px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}

#support #detail_btn:hover {
  background: #9b9b9b;
  border:solid 1px #9b9b9b;
	box-shadow: 0 3px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}

#support #detail_btn:active {
	box-shadow: 0 0 0 #b1b1b1, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}

/*
 * Q&A
 */
#title_view_q_and_a {
  background:url(../img/bg/content_bg_q_and_a.jpg) center center no-repeat;
  background-size:cover;
}

#q_and_a h2 {
  padding: 0.75em;
  background: #ffffff;
  border-left: solid 5px #22AEE6;
  font-size:1.0rem;
  border-radius: 4px;
}

#q_and_a h3 {
  font-size:0.8rem;
}

#q_and_a dl dd a {
  text-decoration:underline;
}

#q_and_a .q_and_a_sub_title{
  color:#8d8d8d;
  font-size:1.75rem;
}

/*
 * ニュース
 */

#title_view_news {
  background:url(../img/bg/content_bg_news.jpg) center center no-repeat;
  background-size:cover;
}

 #news h2 {
  padding: 0.5em;
  background: #f5f4ff;
  border-left: solid 5px #22AEE6;
  font-size:1.0rem;
}

#news .news_body {
  font-size:0.8rem;
}

#news .news_date{
  color:#666666;
  font-size:0.8rem;
}

.page-item.active .page-link {
  background-color: #22AEE6;
  border-color: #22AEE6;
}

.pagination li{
  margin:0 2px;
}

/*
 * チュートリアル、レシピ
 */

#tutorial h2,
#recipe h2 {
  padding: 0.5em;
  background: #f5f4ff;
  border-left: solid 5px #22AEE6;
  font-size:1.0rem;
}
#tutorial h3.head_chapter,
#recipe h3.head_chapter{
   background: #22AEE6;
  color: #FFF;
  padding: 6px 12px;
  font-size: 1.4em;
  margin-bottom:1.2rem;
  border-radius: 3px;
}
#tutorial .list-group h3,
#recipe .list-group h3{
  font-size: 1.2em;
}
#tutorial .news_body,
#recipe .news_body {
  font-size:0.8rem;
}

#tutorial .news_date,
#recipe .news_date{
  color:#666666;
  font-size:0.8rem;
}
#tutorial .entry-container,
#recipe .entry-container{
  margin: 0 0px;
}
#tutorial .entry-container table,
#recipe .entry-container table,
#customer-stories .entry-container table{
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  width: 100%;
}
#tutorial .entry-container table th,
#tutorial .entry-container table td,
#recipe .entry-container table th,
#recipe .entry-container table td,
#customer-stories .entry-container table th,
#customer-stories .entry-container table td{
  padding: 16px 20px;
  border-top: 1px solid #e5e5e5;
}

#tutorial .entry-container table th,
#recipe .entry-container table th,
#customer-stories .entry-container table th{
  background: #F7FCFE;
}
#tutorial .entry-container table td,
#recipe .entry-container table td,
#customer-stories .entry-container table td{
  background: #FFF;
}

#tutorial img.columnIcon{
  width: 120px;
  height: auto
}
#tutorial img.columnIcon:hover{
  opacity: 0.75;
  transition: all 0.4s ease;
}

#recipe .entry-style ol.recipeFlow{
  margin: 0 0 30px;
  padding: 0;
}
#recipe .entry-style ol.recipeFlow li{
  background: white;
  padding: 8px;
  border: solid 1px #D5E1E7;
  text-indent: 5px;
  list-style-position: inside;
  margin-bottom: 4px;
  border-radius: 5px;
  font-size: .9rem;
}
#recipe .entry-style ol.recipeFlow li::marker{
  color: #55ACE1;
}

.recipe-tag{
  color: #55ACE1;
  font-weight: bold;
}
a.recipeTitle{
  color: #212529 !important;
}
.recipeIndex a.btn{
  color: #22AEE6 !important;
}
.recipeIndex a:hover.btn{
  background: #22AEE6;
  color: white !important;
}
.recipe-side-item{
  margin-bottom: 15px;
}
.recipe-side-thu{
}
.recipe-side-body{
  padding-left: 0;
  line-height: 1.5;
}
.recipe-side-body p{
  margin-bottom: 0;
}
.recipe-side-item.cur{
  color: #55ACE1;
}
#recipe h2.linkedService{
  background: none;
  border: none;
  padding: 0;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.tag-cloud a:link,.tag-cloud a:visited {
    color: #666
}

.tag-cloud a:hover {
    color: #666;
    cursor: pointer
}

.tag-cloud a:link,.tag-cloud a:visited {
    text-decoration: none
}

.tag-cloud a:hover {
    text-decoration: underline;
    cursor: pointer
}

.tag-cloud li {
    display: inline;
    list-style-type: none;
    display: inline-block;
    list-style-type: none;
    margin-bottom: 10px;
}

.tag-cloud ul {
    margin: 0;
    padding: 0 0 0 10px;
    line-height: 1.4
}

.tag-cloud .acms-admin-module-edit a {
    text-decoration: underline
}

.tag-cloud .acms-admin-module-edit a:link,.tag-cloud .acms-admin-module-edit a:visited {
    color: #fff
}

.tag-cloud .acms-admin-module-edit a:hover {
    color: #fff;
    cursor: pointer
}

.tag-cloud-item1 {
    font-size: 12px
}

@media print {
    .tag-cloud-item1 {
        font-size: 12px
    }
}

.tag-cloud-item2 {
    font-size: 12px
}

@media print {
    .tag-cloud-item2 {
        font-size: 12px
    }
}

.tag-cloud-item3 {
    font-size: 14px
}

@media print {
    .tag-cloud-item3 {
        font-size: 14px
    }
}

.tag-cloud-item4 {
    font-size: 14px
}

@media print {
    .tag-cloud-item4 {
        font-size: 14px
    }
}

.tag-cloud-item5 {
    font-size: 14px
}

@media print {
    .tag-cloud-item5 {
        font-size: 14px
    }
}

.tag-cloud-item6 {
    font-size: 14px;
    font-weight: bold
}

@media print {
    .tag-cloud-item6 {
        font-size: 14px
    }
}

.tag-cloud-item7 {
    font-size: 14px;
    font-weight: bold
}

@media print {
    .tag-cloud-item7 {
        font-size: 14px
    }
}

.tag-cloud-item8 {
    font-size: 14px;
    font-weight: bold
}

@media print {
    .tag-cloud-item8 {
        font-size: 14px
    }
}

.tag-cloud-item9 {
    font-size: 14px;
    font-weight: bold
}

@media print {
    .tag-cloud-item9 {
        font-size: 14px
    }
}

.tag-cloud-item10 {
    font-size: 14px;
    font-weight: bold
}

@media print {
    .tag-cloud-item10 {
        font-size: 14px
    }
}

.tag-cloud-item11 {
    font-size: 14px;
    font-weight: bold
}

@media print {
    .tag-cloud-item11 {
        font-size: 14px
    }
}

.tag-cloud-item12 {
    font-size: 14px;
    font-weight: bold
}

@media print {
    .tag-cloud-item12 {
        font-size: 14px
    }
}

.tag-cloud-item13 {
    font-size: 14px;
    font-weight: bold
}

@media print {
    .tag-cloud-item13 {
        font-size: 14px
    }
}

.tag-cloud-item14 {
    font-size: 16px;
    font-weight: bold
}

@media print {
    .tag-cloud-item14 {
        font-size: 16px
    }
}

.tag-cloud-item15 {
    font-size: 16px;
    font-weight: bold
}

@media print {
    .tag-cloud-item15 {
        font-size: 16px
    }
}

.tag-cloud-item16 {
    font-size: 16px;
    font-weight: bold
}

@media print {
    .tag-cloud-item16 {
        font-size: 16px
    }
}

.tag-cloud-item17 {
    font-size: 16px;
    font-weight: bold
}

@media print {
    .tag-cloud-item17 {
        font-size: 16px
    }
}

.tag-cloud-item18 {
    font-size: 16px;
    font-weight: bold
}

@media print {
    .tag-cloud-item18 {
        font-size: 16px
    }
}

.tag-cloud-item19 {
    font-size: 16px;
    font-weight: bold
}

@media print {
    .tag-cloud-item19 {
        font-size: 16px
    }
}

.tag-cloud-item20 {
    font-size: 18px;
    font-weight: bold
}

@media print {
    .tag-cloud-item20 {
        font-size: 18px
    }
}

.tag-cloud-item21 {
    font-size: 18px;
    font-weight: bold
}

@media print {
    .tag-cloud-item21 {
        font-size: 18px
    }
}

.tag-cloud-item22 {
    font-size: 18px;
    font-weight: bold
}

@media print {
    .tag-cloud-item22 {
        font-size: 18px
    }
}

.tag-cloud-item23 {
    font-size: 18px;
    font-weight: bold
}

@media print {
    .tag-cloud-item23 {
        font-size: 18px
    }
}

.tag-cloud-item24 {
    font-size: 18px;
    font-weight: bold
}

@media print {
    .tag-cloud-item24 {
        font-size: 18px
    }
}

.tag-cloud-item25 {
    font-size: 18px;
    font-weight: bold
}

@media print {
    .tag-cloud-item25 {
        font-size: 18px
    }
}

.tag-filter {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center
}

.tag-filter-list {
    margin: 0;
    padding: 0;
    text-align: left
}

.tag-filter-list li {
    display: inline-block;
    margin-right: 7px;
    list-style-type: none
}

.tag-filter-list li:last-child {
    margin-right: 0
}

.tag-filter-list a:link,.tag-filter-list a:visited {
    color: #9b9b9b
}

.tag-filter-list a:hover {
    color: #9b9b9b;
    cursor: pointer
}

.tag-filter-list a:link,.tag-filter-list a:visited {
    text-decoration: none
}

.tag-filter-list a:hover {
    text-decoration: underline;
    cursor: pointer
}

.tag-relational {
    margin-bottom: 30px
}

.tag-relational-description {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.4
}

@media print {
    .tag-relational-description {
        font-size: 14px
    }
}

.tag-relational-tags {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1;
    list-style-type: none
}

.tag-relational-tags li {
    display: inline-block;
    padding: 0 4px 4px 0;
    line-height: 1
}

.tag-relational-tags a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 5px
}

@media print {
    .tag-relational-tags a {
        font-size: 14px
    }
}

.tag-relational-tags a:link,.tag-relational-tags a:visited {
    text-decoration: none
}

.tag-relational-tags a:hover {
    text-decoration: underline;
    cursor: pointer
}

.tag-relational-tags a:link,.tag-relational-tags a:visited {
    color: #3b5998
}

.tag-relational-tags a:hover {
    color: #3b5998;
    cursor: pointer
}

.tag-relational-tags a:first-child {
    padding-left: 0
}

.tag-relational-tags a:last-child {
    padding-right: 0
}

.tag-relational-entry-wrap {
    margin: 0 -5px
}

.tag-relational-entry {
    display: block;
    padding: 0 5px 30px;
    border: none
}

.tag-relational-entry:hover .tag-relational-img {
    opacity: .7
}

.tag-relational-img {
    width: 100%;
    height: 0;
    margin-right: 0;
    margin-bottom: 8px;
    padding: 28.125%;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.tag-relational-entry-title {
    margin: 0;
    padding: 0 5px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}
.acms-img-rounded img{
  border-radius: 0px !important;
}
.tag-cloud a:link, .tag-cloud a:visited{
  background: white;
  margin: 0 3px 6px 0;
  padding: 2px 16px;
  display: inline-block;
  border-radius: 5px;
  color: #55ACE1 !important;
  font-size: 16px !important;
  border: 1px solid #55ACE1;
}
ul.tag-cloud.recipe-tag{
  margin: 0;
  padding: 0;
}
ul.tag-cloud.recipe-tag li{
}
ul.tag-cloud.recipe-tag a{
  font-size: .8rem !important;
  font-weight: normal;
  margin-right: 3px;
  padding: 6px 16px;
  color: #666 !important;
  border: 1px solid #DDD;
}
.recipe-btn{
  font-size: 1.25rem;
}

.linkedService{
  background: white;
  padding: 20px;
}
.linkedService a{
  color: #55ACE1 !important;
}
.linkedServiceImg{
  max-width: 100%;
  height: auto;
  border: solid 1px #E5E5E5;
  border-radius: 5px;
}
a .linkedServiceImg{
  border: solid 1px #55ACE1;
}
#relation a:hover .acms-img-bordered{
  background: #F4F8FB;
}
.tag-relational-entry-title{
  font-weight: normal;
  line-height: 1.4;
  margin-top: 5px;
  padding: 5px 5px 10px;
  display: inline-block;
}

.table-copyButton{
  display: block;
  background: white;
  border: 0px solid #DDD;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 30px;
}
.table-copyButton th{
  color: #22AEE6;
  padding-right: 10px;
}
.copyButton{
  background: #22AEE6;
  font-size: 12px;
  color: white;
  border: none;
  border-radius: 15px;
  padding: 2px 12px;
  margin-left: 5px;
}
.message{
  display: inline;
  color: #22AEE6;
  margin-left: 5px;
}


/*
 * お問い合わせ
 */
#title_view_contact {
  background:url(../img/bg/content_bg_contact.jpg) center center no-repeat;
  background-size:cover;
}

@media (max-width:435px) {
  .g-recaptcha {
    transform-origin: 35% 35%;
    transform: scale(0.6);
    margin:0 auto!important;
  }
}

@media (max-width:320px) {
  .g-recaptcha {
    transform-origin: 15% 15%;
    transform: scale(0.6);
    margin:0 auto!important;
  }
}

/*
 * パートナー
 */
 #title_view_partner {
  background:url(../img/bg/content_bg_partner.jpg) center center no-repeat;
  background-size:cover;
}

.partner_annotation {
  font-size: 0.8rem;
}

.bg-merit {
  background-image: linear-gradient(120deg, rgba(33, 107, 231, 1), rgba(23, 89, 199, 1))!important;
  color:#fff;
}

.bg-partner {
  background-image: linear-gradient(120deg, rgba(81, 86, 171, 1), rgba(24, 26, 63, 1))!important;
  color:#fff;
}


.btn-partner {
	color: #fff;
	background-image: linear-gradient(120deg, rgba(81, 86, 171, 1), rgba(24, 26, 63, 1))!important;
	border-color: #22AEE6 !important;
}
.btn-partner:hover {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(122, 122, 122, 0.3);
			box-shadow: 0 0 0 0.2rem rgba(122, 122, 122, 0.3);
}

.title_border {
  border-bottom:solid 4px rgba(33, 107, 231, 1);
  border-radius:4px;
}

.text-partner{color:rgba(81, 86, 171, 1) !important;}

.border-partner{
  border:solid 2px rgba(81, 86, 171, 1);
}


/*
 * 活用術
 */
#title_view_usage {
  background:url(../img/bg/content_bg_usage.jpg) center center no-repeat;
  background-size:cover;
}

#usage h2 {
  font-weight:bold;
  padding: 0.5em 0;
  font-size:1.4rem;
}

#usage h3 {
  font-weight:bold;
  font-size:1.2rem;
}

#usage h2.other_usage{
  font-size:1.0rem;
  padding: 0.5em;
  border-bottom: solid 1px rgb(158, 158, 158)
}

#usage h3.provider{
  font-size:0.8rem;
  font-weight:bold;
}

#usage h3.provided_bot{
  font-size:0.8rem;
  font-weight:bold;
}

#usage .usage_date{
  color:#666666;
  font-size:0.8rem;
}

#usage .provide{
  background-color: rgb(228, 228, 228);
}

#usage ul{
  list-style-type: none;
}

#usage li.bot{
  text-decoration:underline;
}

#usage .bg-voice {
	background-color: #ffffff !important;
}

/*
 * サーバレス
 */
#title_view_serverless {
  background:url(../img/bg/content_bg_serverless.jpg) center center no-repeat;
  background-size:cover;
}

.card_important{
  color:#212529;
  /* background:#18181b; */
  background:linear-gradient(-30deg, #f5f5f5, #e9e9e9);
}

/*
 * セキュリティ
 */
 #title_view_security {
  background:url(../img/bg/content_bg_security.jpg) center center no-repeat;
  background-size:cover;
}

/*
 * iPaaS
 */
 #title_view_ipaas {
  background:url(../img/bg/content_bg_ipaas.jpg) center center no-repeat;
  background-size:cover;
}

/*
 * ファイル操作
 */
#file_operation .claim_lg{
  color:#22AEE6;
  font-size:1.4em;
  font-weight:500;
}

#file_operation .claim_sm{
  font-size:1.2em;
  font-weight:500;
}

/* エクステンション */
#extension .extension_title{
  font-weight: bold;
}

#extension .extension_detail{
  font-size:0.8rem;
}

#extension #icon_list img{
  transition:0.2s all;
}

#extension #icon_list img:hover{
  transform:scale(1.1,1.1);
  transition:0.3s all;
}

#extension .extension_card{
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1) ;
  transition: all .3s;
}

#extension .extension_card:hover{
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
  border-color: transparent;
}

#extension .extension_card img{
  max-width:70px;
}

#extension .extension_callout{
  font-size:0.6rem;
}

/* コラム */
#column h2{
  border-bottom:solid 2px #EEEEEE;
  font-size:1.6em;
  margin-top: 4rem;
}

#column h3{
  color:#22AEE6;
  font-size:1.4em;
}

#column h4{
  font-size:1.1em;
}

#column ol li a{
  text-decoration: underline;
}

#title_view_column {
  background:url(../img/bg/content_bg_column.jpg) center center no-repeat;
  background-size:cover;
}

.column_regist_btn {
	padding: 10px 20px;
	border-radius: 4px;
	box-sizing: border-box;
  color: #fff;
  font-size:1.0rem;
	text-align: center;
	text-decoration: inherit;
	background: #22AEE6;
	box-shadow: 0 6px 0 rgba(0,0,0,.2);
  transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
  bottom:3rem;
}

.column_regist_btn:hover {
  color: #fff;
	background: #64BCEA;
	box-shadow: 0 3px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.column_regist_btn:active {
	box-shadow: 0 0 0 #7e7e7e, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}

/* agent */
#title_view_agent {
  background:url(../img/bg/agent_bg.jpg) center center no-repeat;
  background-size:cover;
}

#agent_cloud_edition #contact_btn {
	padding: 14px 30px;
	border-radius: 4px;
	box-sizing: border-box;
  color: #22AEE6;
  font-size:1.1rem;
	text-align: center;
	text-decoration: inherit;
  background: #fff;
  border:solid 1px #fff;
	box-shadow: 0 6px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}

#agent_cloud_edition #contact_btn:hover {
	box-shadow: 0 3px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}

#agent_cloud_edition #contact_btn:active {
	box-shadow: 0 0 0 #7e7e7e, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}

#agent_comparison_table td{
  text-align:center;
  padding:6px;
  min-width:180px;
}

#agent_comparison_table th{
  text-align:center;
  vertical-align: top;
  padding:10px 6px;
  min-width:180px;
}

#agent_comparison_table .title{
  min-width:140px;
}

#agent_comparison_table td.title{
  text-align:left;
  font-weight: 500;
}

#agent_comparison_table tr.even{
  background-color: #fcfcfc;
}

/* Operator */
#title_view_operator {
  background:url(../img/bg/content_bg_operator.jpg) center center no-repeat;
  background-size:cover;
}

/*
 * 共通
*/

/* 詳細ボタン */
.detail-btn {
	padding: 6px 12px;
	border-radius: 4px;
	box-sizing: border-box;
  color: #fff;
  font-size:0.8rem;
	text-align: center;
	text-decoration: inherit;
	background: #8f8f8f;
	box-shadow: 0 6px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}
.detail-btn:hover {
  color: #fff;
	background: #a7a7a7;
	box-shadow: 0 3px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.detail-btn:active {
	box-shadow: 0 0 0 #7e7e7e, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}

/* agent */
.case_num{
  font-size:1.6em;
}

/* youtube */
.youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.modal-dialog-fluid {
  max-width: inherit;
  width: 98%;
  margin-left: 15px;
}

.modal-content-transparent{
  background:transparent;
  border:0;
}

/* about_extension */
.about_extension{
  background: white;
  padding: 15px;
}
.example-item{
  background: white;
  padding: 20px;
  border-radius: 10px;
}
.example-item h3{
  font-size: 20px;
  line-height: 1.4 !important;
  border-left: solid 5px #22AEE6;
  padding-left: 12px;
}

/* Add */
p.error-text{
  color: #E5006E;
  margin-bottom: 0;
}

/* 導入事例 */

body#customer-stories{
  font-size: 16px;
}
body#customer-stories h2{
  font-size: 24px;  
  margin-bottom: 30px;
}
body#customer-stories h3{
  font-size: 20px;
  margin: 40px 0 20px;
  padding-bottom: 10px;
  color: #22AEE6;
  border-bottom: solid 1px #22AEE6;
}
body#customer-stories p.caption{
  font-size: 14px;
}
#customer-stories .entry-container table{
  margin: 10px 0 10px;
}
#customer-stories .profile{
  background: #F7FCFE;
  padding: 30px;
  border-radius: 10px;
  border: solid 1px #D2E1E8;
  margin-top: 30px;
}
#customer-stories .profile h4{
  display: inline-block;
  font-size: 18px;
  padding: 0;
  margin: 0 0 10px;
  line-height: 1.5;
}
#customer-stories .profile img{
  float: right;
  width: 25%;
  height: auto;
  border-radius: 10px;
  margin-left: 20px;
}
#customer-stories p.question{
  color: #1d7496;
}

@media (max-width:480px) {
  #customer-stories .profile img {
    margin: 25px 0 5px 5px;
    width: 130px;
    height: auto;
  }
}


body#customer-stories .customer-stories-list h2{
  font-size: 20px;
  color: black;
  line-height: 1.5;
  margin: 15px 0;
  padding: 0;
  text-decoration: underline;
}
body#customer-stories .customer-stories-list img{
  border-radius: 10px;  
}
.customer-stories-list p.interviewee{
  color: #22AEE6;
}
body#customer-stories .customer-stories-list .list-group-item{
  padding: 1.25rem;;
}
body#customer-stories .customer-stories-list a:hover .list-group-item{
  background: #f5f4ff;
}


/* BOTテンプレート */

#templates .card{
  padding: 15px 15px 5px;
  width: 100%;
  position: relative;
}
#templates .templates-index a{
  display: block;
  height:100%;
}
#templates .templates-index .card:hover{
  background: #F7FCFE;
  display: block;
}
#templates h2{
  font-size: 16px;
  line-height: 1.4;
}
#templates h2{
  color: black !important;
}
#templates .entry-style{
  padding-left: 0;
}
#templates .UpdatedDate{
  text-align: right;
  margin: 3px 0 0 0;
  color: #999;
}
#templates .card-container{
  padding: 40px;
}
#templates .templates-entry h2{
  font-size: 24px;
}

#templates .templates-index ul.tag-cloud.templates-tag{
  margin: 0;
  padding: 0;
}
#templates .templates-index ul.tag-cloud.templates-tag a{
  display: none;
}
#templates .templates-index ul.tag-cloud.templates-tag li a{
  font-size: .8rem !important;
  font-weight: normal;
  margin-right: 3px;
  padding: 4px 16px;
  color: #666 !important;
  border: 1px solid #DDD;
  display: inline !important;
  position: static;
}


@media (max-width:480px) {
  #templates .card-container{
    padding: 20px;
  }
  #templates .templates-entry h2{
    font-size: 18px;
  }
}
#templates .templates-entry h3{
  color: #22AEE6;
  margin: 10px 0 30px;
  border-bottom: solid 1px #22AEE6;
  padding-bottom: 10px;
  font-size: 20px
}
#templates .templates-entry h4{
  color: white;
  background: #22AEE6;
  margin: 10px 0 20px;
  padding: 6px 8px;
  font-size: 16px
}
#templates .templates-entry h5{
  margin: 10px 0 30px;
  padding-bottom: 10px;
  font-size: 16px
}

.template-summary{
  display: table;
  width: 100%;
}
.template-summary-image,
.template-summary-body{
  display: table-cell;
}
.template-summary-image{
  width: 80px;
}
.template-summary-image img{
  margin-right: 10px;
}
.template-summary-body{
  vertical-align: top;
  padding-left: 15px;
}
.template-summary-body h2{
  margin-bottom: 0px !important;
}
#templates .btn-primary{
  color: white !important;
}
.templates-nav h3{
  background: #22AEE6;
  color: white !important;
  display: block;
  font-size: 1rem;
  padding: 5px 10px;
}


.search-form {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    table-layout: fixed
}

.search-form-text {
    display: table-cell;
    width: 100%;
    height: 40px;
    padding: 5px 5px;
    font-size: 14px;
    border: 1px solid #999;
    border-right: none;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-appearance: none
}

@media print {
    .search-form-text {
        font-size: 14px
    }
}

.search-form-btn-wrap {
    position: relative;
    display: table-cell;
    width: 40px
}

.search-form-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    margin-left: -1px;
    padding: 0;
    color: #999;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #999;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.search-form-btn:hover {
    color: #666
}
.templates-tag{
  padding: 0;
}

.templates-tag li.active a{
  background: #F7FCFE;
  color: #22AEE6 !important;
  border: solid 1px #22AEE6 !important;
}

#templates .alert-primary{
  border: solid 1px #D2E1E8;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 40px;
  background: #F7FCFE;
  color: #22AEE6;
}

.templates-side-item img,
#templates .acms-img-rounded img{
  border-radius: 3px !important;
}

.templates-side-item{
  margin-bottom: 15px;
}
.templates-side-body{
  padding-left: 0;
  line-height: 1.5;
}
.templates-side-body p{
  margin-bottom: 0;
}
.templates-side-item.cur{
  color: #55ACE1;
}
.templates-side .tag-cloud-item25{
  font-weight: normal !important;
}
.templates-search{
  text-align: center;
}


#btn_request {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
#btn_request button {
  padding: .5rem 1rem;
  border-radius: 30px;
  color: #fff;
  background-color: #1b8ab7;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  transition: .3s;
}
#btn_request button:hover {
  background-color: #186c99;
}

/* 機能紹介ページ用 */
#feature h2{
  padding: 6px 10px;
  color: #494949;
  border-left: solid 6px #79d1f4;
  font-size: 1.8rem;
}

#feature h2 small.text-muted{
  font-size: 1.2rem;
}

#feature h3{
  font-size: 1.2rem;
  color:#494949;
}

#feature h3.ai{
  color:#101d58;
}

#feature h3.introduction{
  background: #fff;
  padding: 10px;
  box-shadow: 1px 1px #ccc;
}

#feature h4{
  font-size: 1rem;
}

#feature .lead_text{
  font-size: 1.4rem;
}

#feature .sub_lead_text{
  font-size: 0.9rem;
}

#feature .list-card{
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1) ;
  transition: all .3s;
}

#feature a .list-card:hover{
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
  border-color: transparent;
}

#feature .case-card{
  background:#f2f3f5;
}