/* 共通スタイル *************************************************/

cite{
  display:block;
  font-size: 0.8em;
  padding: 1em 2em 1em 2em;
}

.strong{
	color: #f13820;
	font-size: 14px;
}

.adobe{
	float: left;
	margin-right: 10px;
}

.symbol-circle{
	font-size: 22px !important;
	color: inherit !important;
}

.icon-point, .icon-point-small{
	background-image: url('/wordpress/wp-content/uploads/2019/04/cb6814a1d502d3fe06ecc883d50eb39f.png'); 
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #2a64a2;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-weight: bold;
}
.icon-point{
	width: 60px;
	height: 70px;
	font-size: 16px;
	padding-top: 5px;
}
.icon-point-small{
	width: 40px;
	height: 47px;
	font-size: 12px;
	padding-top: 5px;
}

.mini-button {
	font-size: 12px !important;
	font-weight: normal;
	border-radius: unset;
	padding: 2px 10px;
	line-height: 12px;
}

.blue-button {
    background: #2a64a2;
    border-color: #2a64a2;
}
.blue-button:hover {
    background: #1a3f67;
    border-color: #1a3f67;
}

.red-button {
	font-size: 17px !important;
    background: #e35252;
    border-color: #e35252;
}
.red-button:hover {
	font-size: 17px !important;
    background: #ba2f2f;
    border-color: #ba2f2f;
}

.lightblue-button {
    background: #a3c8e2;
    border-color: #a3c8e2;
}
.lightblue-button:hover {
    background: #7b97ac;
    border-color: #7b97ac;
}

.div-contents .standard-button {
	font-size: inherit;
}

.div-contents {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.div-contents h2{
	margin-top: 35px;
	margin-bottom: 35px;
	color: #2a64a2;
}
.div-contents h3{
	font-size: 16px;
	margin-top: 11px;
	margin-bottom: 11px;
}
.div-contents-1 .desc{
	text-align: left;
	display: inline-block;
	width: 60%;
}

.diff_wbs_img_box{
	text-align: center;
}

.diff_wbs_video{
	margin-bottom: 50px;
}

.diff_wbs_video a{
	position: relative;
}

.diff_wbs_video a:before{
  content: '\f144';
  font-family: "FontAwesome";
  font-size: 5em;
  color: rgba(0,0,0,0.4);
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: 135px;
  cursor: pointer;
}

.diff_wbs_mv{
    width: 80%;
    text-align: left;
    display: inline-block;
    margin: 50px 0 100px;
  }

  .diff_wbs_mv p{
    font-size: 18px;
    margin-top: 40px;
  }

  .diff_wbs_line{
    height: 1px;
    width: 80%;
    background-color: #000;
    display: inline-block;
  }

  .diff_wbs_title_box{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .diff_wbs_title_box > span{
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: transparent transparent #666 transparent;
    margin-left: 10px;
    transform: translateY(25%) rotateX(180deg);
    transition: all 0.8s 0s ease;
  }

  .diff_wbs_title_box.toggle_active > span{
    transform: translateY(-25%) rotateX(0deg);
  }

  .diff_wbs_content{
    display: none;
  }

  .diff_wbs_bg_even{
    background-color: #f3fafe;
  }

  .diff_wbs_other{
    display: flex;
  }

  .diff_wbs_other > p{
    text-wrap: nowrap;
    width: 100px;
  }

  .diff_wbs_other_text{
    width: calc(100% - 100px);
  }

  .diff_wbs_merit_content{
    display: flex;
    flex-wrap: wrap;
  }
  .diff_wbs_merit_item{
    width: 49%;
    margin-bottom: 2%;
    border: 1px solid #0000FF;
    background-color: #f3fafe;
  }

.diff_wbs_merit_item:nth-child(odd){
	margin-right: 2%;
}


.ranking_content_mv{
    width: 80%;
    text-align: left;
    display: inline-block;
    margin: 50px 0 100px;
  }

.ranking_content{
    width: 80%;
    text-align: left;
    display: inline-block;
	margin: 0 0 50px;
  }

.ranking_text_center{
	text-align: center;
}

.ranking_content_mv p,.ranking_content p{
    font-size: 18px;
    line-height: 2em;
}

.ranking_content .ranking_title{
    font-size: 24px;
    line-height: 2em;
}

.ranking_service{
	max-width: 1200px;
	width: 100%;
	box-shadow: gray 20px 10px 20px;
	border-radius: 20px 0 0 20px;
	margin: 50px 0;
}

.ranking_service > a{
	display: flex;
}

.ranking_service:hover{
	transform: scale(1.05);
	transition: all 0.3s ease-out;
}

.ranking_content th, .ranking_content td{
	padding: 1em 0.4em;
}

.ranking_service_text-box{
	width: 60%;
	padding: 20px 30px;
	box-sizing: border-box;
	border: solid 1.5px #ddd;
	border-radius: 20px 0 0 20px;
}

h3.ranking_service_title{
	font-size: 20px;
    margin-top: 35px;
	margin-bottom: 20px;
    padding: 0 0 25px;
    border-bottom: double 6px #f16c20;
}

h3.ranking_service_title.even{
   border-bottom: double 6px #2a64a2;
}


p.ranking_service_discription{
	font-size: 16px;
	line-height: 1.5em;
}

.ranking_service_img-box{
	width: 40%;
    background-size: cover;
    background-position: center;
}

.ranking_service_img-box#minna-de-gantt{
	background-image: url(/wordpress/wp-content/uploads/2021/06/8a99ce939a6d7a31a4d966f6584c197d.jpg);
}

.ranking_service_img-box#Brabio{
	background-image: url(/wordpress/wp-content/uploads/2024/06/Brabio_top.png);
}

.ranking_service_img-box#Jooto{
	background-image: url(/wordpress/wp-content/uploads/2024/06/Jooto_top.png);
}

.ranking_service_img-box#LycheeRedmine{
	background-image: url(/wordpress/wp-content/uploads/2024/06/LycheeRedmine_top.png);
}

.ranking_service_img-box#Backlog{
	background-image: url(/wordpress/wp-content/uploads/2024/06/Backlog_top.png);
}

@media (max-width: 768px){
  .ranking_service{
	border-radius: 0 0 20px 20px;
  }
	
  .ranking_service > a{
	flex-direction: column-reverse;		
  }
	
  .ranking_service_text-box{
	width: 100%;
	border-radius:  0 0 20px 20px;
  }
	
  .ranking_service_img-box{
	width: 100%;
	height: 250px;
}
}

  @media (max-width: 1280px) {
    .diff_wbs_merit_item{
      width: 100%;
    }
	  
	.diff_wbs_merit_item:nth-child(odd){
	 margin-right: 0%;
   }
}

  .diff_wbs_merit_item_title{
    text-align: center;
    background-color: #2a64a2;
    padding: 15px;
  }

  .diff_wbs_merit_item_title p{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
  }

  .diff_wbs_merit_item_desc{
    padding: 15px;
  }

  .diff_wbs_demerit_text_box{
    margin-top: 30px;
  }

  .diff_wbs_demerit_text_box ul{
    margin-left: 30px;
  }

  .diff_wbs_case_text{
    position: relative;
    margin-bottom: 240px;
  }

  @media (max-width: 768px) {
    .diff_wbs_case_text{
      margin-bottom: 300px;
    }
}

  .diff_wbs_case_text > div{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .diff_wbs_case_text > p,h3{
    display: inline-block;
  }

@media (max-width: 768px) {
	.div-contents-1 .desc{
		width: 95%;
	}
}
.div-contents h3 a {
	color: #2a64a2;
	border-bottom: 1px solid #2a64a2;
	text-decoration: none;
	padding-bottom: 3px;
	line-height: 25px !important;
}
.div-contents h3 a {
	color: #2a64a2;
	border-bottom: 1px solid #2a64a2;
	text-decoration: none;
}

.div-contents .detail_anchor{
  font-size: 1em;
  background: url(img/icon_cur.gif) no-repeat 0 50%;
  padding: 0 0 0 10px;
  margin: 0 0 0 0;
  float: right;
}

.div-contents .license-icon:after{
  content: url(img/btn_option_red.gif);
  position:relative;
  top: 4px;
  left: 10px;
}

.div-contents .license-full-icon:after{
  content: url(img/btn_option_full.gif);
  position:relative;
  top: 4px;
  left: 10px;
}

.div-contents .attention{
  font-size: 1em;
}

#img-price-comparison-2{
	margin-left: 40px;
}

@media (max-width: 768px) {
	h3.h3-small{
		font-size: 12.5px;
	}
	#img-price-comparison-2{
		margin-top: 20px;
		margin-left: 0px;
	}
	#intro_section_text_2{
		margin-left: -127px;
		font-size: 13px;
	}
}

/* Default Table Style */
.div-contents TABLE,
.div-contents-1 TABLE{
	border-collapse: separate;
	border-spacing: 3px;
	border: none;
}
.div-contents TABLE TR,
.div-contents-1 TABLE TR{
	border: none;
}
.div-contents TABLE TR:nth-child(1n+1) TH,
.div-contents TABLE TR:nth-child(1n+1) TD,
.div-contents-1 TABLE TR:nth-child(1n+1) TH,
.div-contents-1 TABLE TR:nth-child(1n+1) TD{
	border: solid 1px #2a64a2;
	color: #2a64a2;
}
.div-contents TABLE TR:nth-child(1) TH,
.div-contents TABLE TR:nth-child(1) TD,
.div-contents-1 TABLE TR:nth-child(1) TH,
.div-contents-1 TABLE TR:nth-child(1) TD{
	border: none;
	text-align: center;
	color: inherit;
}

.div-contents TABLE TR:nth-child(odd) TH,
.div-contents TABLE TR:nth-child(odd) TD,
.div-contents-1 TABLE TR:nth-child(odd) TH,
.div-contents-1 TABLE TR:nth-child(odd) TD{
	background-color: #f3fafe;
}
.div-contents TABLE TR:nth-child(even) TH,
.div-contents TABLE TR:nth-child(even) TD,
.div-contents-1 TABLE TR:nth-child(even) TH,
.div-contents-1 TABLE TR:nth-child(even) TD{
	background-color:   #ffffff;
}
.div-contents TABLE TR:nth-child(1) TH,
.div-contents TABLE TR:nth-child(1) TD,
.div-contents-1 TABLE TR:nth-child(1) TH,
.div-contents-1 TABLE TR:nth-child(1) TD{
	background-color:  transparent;
}

/* Vertical Stripe Table Style */
TABLE.vertical-stripe TR TH:nth-child(1n+1),
TABLE.vertical-stripe TR TD:nth-child(1n+1){
	border: solid 1px #2a64a2;
	color: #2a64a2;
}
TABLE.vertical-stripe TR TH:nth-child(1),
TABLE.vertical-stripe TR TD:nth-child(1){
	border: none;
	text-align: center;
	color: inherit;
}

TABLE.vertical-stripe TR TH:nth-child(odd),
TABLE.vertical-stripe TR TD:nth-child(odd){
	background-color: #f3fafe;
}
TABLE.vertical-stripe TR TH:nth-child(even),
TABLE.vertical-stripe TR TD:nth-child(even){
	background-color:   #ffffff;
}

TABLE.vertical-stripe TR TH.ranking_order,
TABLE.vertical-stripe TR TD.ranking_order{
	background-color: #fff;
	border: none;
}

TABLE.vertical-stripe TR TD.ranking_name{
	background-color: #f3fafe;
	border: none;
    color: #666;
}


/* No Border Table Style */
.div-contents TABLE.no-border-table,
.div-contents TABLE.no-border-table TR,
.div-contents TABLE.no-border-table TH,
.div-contents TABLE.no-border-table TD{
	border: none !important;
	background-color: transparent !important;;
}
.div-contents table .center-row td{
  text-align: center !important;
}
.div-contents table .right-row td{
  text-align: right !important;
}

.div-contents dl.faq dt{
  background: url(img/icon_q.gif) no-repeat;
  padding-left: 24px;
  margin-top: 24px;
  margin-bottom: 8px;
}
.div-contents dl.faq dd{
  background: url(img/icon_a.gif) no-repeat;
  padding-left: 24px;
  margin-left: 0;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 24px;
  margin-bottom: 8px;
}

.div-contents .div-contents-1{
	padding: 1rem 3rem;
}
@media (max-width: 768px) {
	.div-contents .div-contents-1 {
		width: 95%;
		overflow: auto;
		-ms-overflow-style:none;
		padding: 1rem 0;
		margin: auto;
	}
	.div-contents .div-contents-1::-webkit-scrollbar{
      display:none;
    }
}
.div-contents .div-contents-color{
	padding: 26px  3rem 52px;
	font-size: 14px;
	background-color: #f1faff;
}
@media (max-width: 768px) {
	.div-contents .div-contents-color{
		padding: 26px  0 52px;
	}
}
.div-contents .div-contents-color h2{
	color: #2a64a2;
}
.div-contents .div-contents-color h3{
	color: #2a64a2;
}

.div-contents .div-contents-2{
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 20px;
  padding-right: 20px;
}

.div-contents .font-blue {
  font-weight: bold;
  color: #0000FF;
}
.div-contents .font-red {
  font-weight: bold;
  color: #FF0000;
}
.div-contents .font-pink {
  font-weight: bold;
  color: #EE55AA;
}
.div-contents .font-green {
  font-weight: bold;
  color: #00AA00;
}

.div-contents .span-price {
  color: #0000FF;
  font-weight: bold;
}
.div-contents .span-percent {
  color: #FF0000;
  font-size: 1em;
  font-weight: bold;
}
.div-contents .under-line {
  text-decoration: underline;
}

.pagetop{
  text-align: right;
  padding: 5px 10px 10px;
  margin-top: 10px;
  border-top: 1px solid #CCCCCC;
  font-size: 1em !important;
}

p.mail-add{
  background: url(img/icon_mail.gif) no-repeat 0 50%;
  width: 226px;
  padding-left: 20px;
  cursor: pointer;
}


@media (max-width: 768px) {
	.mbbr::before {
		content: '\A';
		white-space: pre ;
	}
	
	.navbar-brand{
		width: 80%;
	}
}

/* slick スライダーコンテンツ */

.slider-content{
  display: flex;
  justify-content: space-around;
}
.slider-content .slider{
  max-width: 1200px;
  list-style: none;
  padding: 10px 0;
  position: relative;
}
@media screen and (min-width:781px){
  .slider-content .slider::before,
  .slider-content .slider::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 3;
  }
  .slider-content .slider::before {
    left: 0;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
  }
  .slider-content .slider::after {
    right: 0;
    background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0,  rgba(255, 255, 255, 1) 100%);
  }
}
.slider-content .slider .item{
  position: relative;
  margin: 15px 15px;
}
.slider-content .slider .item a::before{
  content: '\f144';
  font-family: "FontAwesome";
  font-size: 5em;
  color: rgba(0,0,0,0.4);
  font-weight: 900;
  position: absolute;
  top: 85px;
  left: 135px;
  cursor: pointer;
}
.slider-content .slider .item:hover a::before{
  color: rgba(255, 0, 0, 0.7);
}
.slider-content .slider .item img{
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3);
  max-width: 330px;
  max-height: 186px;
  border: 0;
}

/* ボットの吹き出し */
.bot-message {
	position: fixed;
	right: 15px;
	bottom: 80px;
	transform: translateX(100%);
	opacity: 0;
	background-color: #fff;
	color: #333;
	padding: 18px 22px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	font-size: 14px;
	max-width: 280px;
	z-index: 1000;
	animation: slideIn 0.6s ease-out 2s forwards;
}

@keyframes slideIn {
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.bot-message-close {
	position: absolute;
	top: 4px;
	right: 8px;
	font-size: 16px;
	cursor: pointer;
	color: #666;
}

.bot-message-close:hover {
	color: #000;
}
