@charset "utf-8";
/* CSS Document */
/*-- インスタンスのナビ
------------------------- */
.support_plan_tab nav ul {
  justify-content: left !important;
}
.support_plan_tab nav ul li:first-child {
  margin-right: 1% !important;
}
.plan_panel > dl.a_company dt {
  height: 20px;
  padding: 12px 0 20px;
  background: #cccccc;
}
/*-- ページ内ナビ
------------------------- */
.pagenavi {
  margin: 0 auto;
}
.pagenavi ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.pagenavi ul li {
  border-left: 1px solid #e8e8e8;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
}
.pagenavi ul li:last-child {
  border-right: 1px solid #e8e8e8;
}


section h3 {
    font-weight: bold;
    font-size: 20px;
}

/*-- サポートサービス・プランの内容
------------------------- */
.plan_panel {
  overflow: hidden;
  font-size: 13px;
}
div.plan_panel_title a {
  text-decoration: underline;
}
/*-- box_letter ※ このページだけサイズ調整
------------------------- */

.box_letter {
	padding: 20px 15px;
}

@media (max-width: 600px) {
  div.box_letter {
    padding: 10px;
  }
}
div.box_letter table td{
    background: #FFF;
}
@media (min-width: 600px) {
  div.help_desk {
    float: left;
    width: 20px;
    height: 90px;
    margin-top: 179px;
    background: #3977AC;
    padding: 50px 10px;
    color: #fff;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }
	
  div.plan_panel_title {
    width: 300px;
    float: left;
    margin-top: 112px;
  }
  div.plan_panel_title2 {
    width: 295px;
  }
  div.plan_panel_title > ul > li {
    padding-left: 0 8px;
    margin-bottom: 5px;
    text-align: center !important;
    color: #fff;
    font-size: 12px;
  }
  div.plan_panel_title2 > ul > li {
		text-align: left !important;
  }
  div.plan_panel_title > ul > li img {
    margin-right: 4px;
  }
  div.plan_panel_title > ul > li.tit_faq {
    background: #399aac;
  }
  div.plan_panel_title > ul > li.tit_guideuser {
    background: #579ed7;
  }
  div.plan_panel_title > ul > li.tit_guideadmin {
    background: #579ed7;
  }
  div.plan_panel_title > ul > li.tit_trainings {
    background: #579ed7;
  }
  div.plan_panel_title > ul > li.tit_trainingf {
    background: #579ed7;
  }
  div.plan_panel_title > ul > li.tit_standard {
    background: #3977ac;
  }
  div.plan_panel_title > ul > li.tit_installguide {
    background: #3977ac;
  }
  div.plan_panel_title > ul > li.tit_handbook {
    background: #3977ac;
  }
  div.plan_panel_title > ul > li.tit_advanced1 {
    background: #6b5791;
  }
  div.plan_panel_title > ul > li.tit_advanced2 {
    background: #6b5791;
  }
  div.plan_panel_title > ul > li.tit_advanced3 {
    background: #6b5791;
  }
  div.plan_panel_title > ul > li.tit_advanced4 {
    background: #6b5791;
  }
  div.plan_panel_title > ul > li.tit_plus {
    background: #579ed7;
	display: flex;
	align-items: center;
	line-height: 140%;
	padding-left: 10px;
  }
/* 色調整 */
div.plan_panel_title > ul > li:nth-child(-n+2).tit_plus{
     background: #399aac;
 } 

div.plan_panel_title ul li:nth-child(3).tit_plus,
div.plan_panel_title ul li:nth-child(4).tit_plus,
div.plan_panel_title ul li:nth-child(5).tit_plus,
div.plan_panel_title ul li:nth-child(6).tit_plus,
div.plan_panel_title ul li:nth-child(7).tit_plus {
     background: #579ed7;
 } 

div.plan_panel_title ul li:nth-child(8).tit_plus,
div.plan_panel_title ul li:nth-child(9).tit_plus,
div.plan_panel_title ul li:nth-child(10).tit_plus,
div.plan_panel_title ul li:nth-child(11).tit_plus{
     background: #3977ac;
 }
	
div.plan_panel_title ul li:nth-child(12).tit_plus,
div.plan_panel_title ul li:nth-child(13).tit_plus{
     background: #6b5791;
 } 
    
  .plan_panel > dl {
    width: 150px;
    margin-left: 5px;
    float: left;
  }
    
    
	
/*-- サポートプラス
------------------------- */
.plus_plan_panel > dl {
  /*width: 200px!important;*/
  width: 125px!important;
}

}
@media (max-width: 600px) {
  .plan_panel > div {
    display: none;
  }
  .plan_panel > dl {
    margin-bottom: 30px;
  }
}
/*==============================*/
/* サポートサービス・プランの内容 見出し部分 */
/*==============================*/
.plan_panel > dl dt {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 16px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 5px;
}
.plan_panel > dl.doc dt {
  height: 20px;
  padding: 12px 0 20px;
  background: #93B5C8;
}
.plan_panel > dl.normal dt {
  height: 20px;
  padding: 12px 0 20px;
  background: #2790B0;
}
.plan_panel > dl.silver dt {
  height: 20px;
  padding: 12px 0 20px;
  background: #999999;
}
.plan_panel > dl.gold dt {
  height: 20px;
  padding: 12px 0 20px;
  background: #e7af4c;
}
/*-- サポートプラス
------------------------- */
.plan_panel > dl.plus_normal dt {
  height: 20px;
  padding: 12px 0 20px;
  /*background: #3da370;*/
  background: #f1d9e6;
  color:#7c4e5b;
}
.plan_panel > dl.plus_pro dt {
  height: 20px;
  padding: 12px 0 20px;
  /*background: #c6b003;*/
  background: #dfd4be;
  color:#6d4c0d;
}
.plan_panel > dl.plus_gold dt {
  height: 20px;
  padding: 12px 0 20px;
  background: #d3c459;
}
@media (max-width: 600px) {
  .plan_panel > dl dt {
    text-align: left;
    height: 40px !important;
    line-height: 40px;
    padding: 0 0 0 10px !important;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
  }
  .plan_panel > dl dt.toggle_button_sp {
    border-radius: 5px;
  }
  .plan_panel > dl dt.active {
    border-radius: 5px 5px 0 0;
  }
  .plan_panel > dl dt.toggle_button_sp:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .plan_panel > dl dt.active:before {
    content: "";
    position: absolute;
    top: 17px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/*==============================*/
/* サポートサービス・プランの内容 行部分 */
/*==============================*/
@media (min-width: 600px) {
  .plan_panel li small{display: block; position: relative; top:-40px;}

  .plan_panel li {
    height: 60px;
    margin-bottom: 5px;
    line-height: 60px;
    text-align: center;
  }
  .plan_panel > dl > dd > ul:nth-child(1) li {
    height: 30px;
    padding: 10px 0;
    line-height: 15px;
  }
  .plan_panel > dl > dd > ul > li {
    margin-bottom: 5px;
  }
  .plan_panel > dl > dd > ul:nth-child(2) li {
    background: #ebf6f5;
  }
  .plan_panel > dl > dd > ul:nth-child(3) li {
    background: #e3ecf8;
  }
  .plan_panel > dl > dd > ul:nth-child(4) li {
    background: #e1edf5;
  }
  .plan_panel > dl > dd > div {
    background: #f6eff7;
  }
  .plan_panel > dl > dd > div.btn_box {
    background: none;
    padding: 10px 0;
  }
  .plan_panel li img {
    width: 20px;
    position: relative;
    top: -20px;
  }
/*-- サポートプラス
------------------------- */
  .plus_normal .p_green li {
    background: #ebf2ee !important;
  }
   .plus_normal .p_pink li {
    background: #fdf8fa !important;
  }
  .plus_pro .p_green li {
    background: #eef1de !important;
  }
 .plus_pro .p_yellow li {
    background: #f9f4eb !important;
  }
  .plus_gold .p_yellow li {
    background: #f4f2e4 !important;
  }
  .a_company .at_gray li {
    background: #f0f0f0 !important;
  }
  
    
}
@media (max-width: 600px) {
    .plan_panel li small{display: block; position: relative; top:-55px;}

    .a_company .tit_detail br{display:none;}
    
    
  .plan_panel li {
    height: 35px;
    line-height: 15px;
    padding-left: 68%;
	padding-top: 15px;
    margin-bottom: 5px;
    position: relative;
    background: #fcfcfc;
  }
  .plan_panel li:before {
    display: block;
    text-align: left;
    padding-left: 10px;
	padding-top: 10px;
    width: 65%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
    font-size: 11px;
    color: #000;
  }
  .plan_panel dl dd > ul:first-child li {
    width: 100%;
    padding-left: 0;
  }
  .plan_panel li img {
    width: 15px;
    position: relative;
    top: 0px;
  }
  .plan_panel > dl > dd > div.btn_box {
    background: none;
    padding: 20px 0;
  }
   
/*-- モバイル見出し　色調整
------------------------- */
.plan_panel li.tit_faq:before{
    background: #f5f5f5;
}
.plan_panel li.tit_standard:before,
.plan_panel li.tit_installguide:before,
.plan_panel li.tit_handbook:before{
    background: #ddd;
}    
.plan_panel li.tit_advanced1:before,
.plan_panel li.tit_advanced2:before,
.plan_panel li.tit_advanced3:before,
.plan_panel li.tit_advanced4:before{
    background: #ccc;
}
    

/*-- モバイル見出し
------------------------- */
  .plan_panel li.tit_faq:before {
    content: "RSテクニカルFAQ";
  }
  .plan_panel li.tit_guideuser:before {
    content: "RSガイドブック（ユーザー向け）";
  }
  .plan_panel li.tit_guideadmin:before {
    content: "RSガイドブック（管理者向け）";
  }
  .plan_panel li.tit_trainings:before {
    content: "RS有償研修（特別割引）";
  }
  .plan_panel li.tit_trainingf:before {
    content: "RS有償研修（無料招待）";
  }
  .plan_panel li.tit_standard:before {
    content: "RSヘルプデスク";
  }
  .plan_panel li.tit_installguide:before {
    content: "RSサポートドキュメント";
  }
  .plan_panel li.tit_handbook:before {
    content: "RSサポートハンドブック";
  }
  .plan_panel li.tit_advanced1:before {
    content: "他システムとの連携支援";
  }
  .plan_panel li.tit_advanced2:before {
    content: "アドオンの調査・支援";
  }
  .plan_panel li.tit_advanced3:before {
    content: "インストール操作支援";
  }
  .plan_panel li.tit_advanced4:before {
    content: "技術作業支援";
  }
    

/*-- サポートプラス色調整
------------------------- */
.plan_panel li.tit_p_trouble:before,
.plan_panel li.tit_p_analysis:before,
.plan_panel li.tit_p_config:before,
.plan_panel li.tit_p_atlassian:before{
     /*background: #ccc;*/
 }
.plan_panel li.tit_p_enduser:before,
.plan_panel li.tit_p_training:before,
.plan_panel li.tit_p_document:before,
.plan_panel li.tit_p_websupport:before,
.plan_panel li.tit_p_addon:before,
.plan_panel li.tit_p_slack:before,
.plan_panel li.tit_p_consultation:before,
.plan_panel li.tit_p_introduction:before{
    background: #ddd;
} 
    
/*-- サポートプラス
------------------------- */
  .plan_panel li.tit_p_trouble,
  .plan_panel li.tit_p_analysis,
  .plan_panel li.tit_p_config,
  .plan_panel li.tit_p_atlassia,
  .plan_panel li.tit_p_enduser,
  .plan_panel li.tit_p_training,
  .plan_panel li.tit_p_slackfirst,
  .plan_panel li.tit_p_websupport,
  .plan_panel li.tit_p_document,
  .plan_panel li.tit_p_addon,
  .plan_panel li.tit_p_slack,
  .plan_panel li.tit_p_consultation,
  .plan_panel li.tit_p_introduction {
		
  }
	
  .plan_panel li.tit_p_trouble:before {
    content: "ユーザー向け：操作などの初歩的な\A質問";
	white-space: pre;
  }
  .plan_panel li.tit_p_analysis:before {
    content: "管理者向け：有償研修（無料招待）";
	white-space: pre;
  }
  .plan_panel li.tit_p_config:before {
    content: "管理者向け：導入時の設定支援";
	white-space: pre;
  }
  .plan_panel li.tit_p_atlassian:before {
    content: "管理者向け：アトラシアン製品間の\A連携";
	white-space: pre;
  }
  .plan_panel li.tit_p_enduser:before {
    content: "管理者向け：アトラシアン製品 -\ASlack 連携支援";
	white-space: pre;
  }
  .plan_panel li.tit_p_training:before {
    content: "ユーザー/管理者向け：RS\Aファーストゲート";
	white-space: pre;
  }
  .plan_panel li.tit_p_slackfirst:before {
    content: "ユーザー/管理者向け：RSサポート\Aドキュメント";
	white-space: pre;
	}
  .plan_panel li.tit_p_websupport:before {
    content: "ユーザー/管理者向け：トラブル\Aシューティング/原因分析";
	white-space: pre;
  }
  .plan_panel li.tit_p_document:before {
    content: "ユーザー/管理者向け：Marketplace\Aアプリ連携/操作のお問い合わせ";
	white-space: pre;
  }
  .plan_panel li.tit_p_addon:before {
    content: "管理者向け：Web会議による設定\A支援";
	white-space: pre;
  }
.plan_panel li.tit_p_slack:before {
    content: "管理者向け：Slack（チャットツール）\Aでのサポート";
	white-space: pre;
}
.plan_panel li.tit_p_consultation:before {
    content: "管理者向け：オンラインによる定期\A相談会";
	white-space: pre;
}
.plan_panel li.tit_p_introduction:before {
    content: "管理者向け：導入支援 / 活用サポート";
	white-space: pre;
}

}

div.support_panel ul {
  color: #fff;
  font-size: 10px;
}
div.support_panel > ul > li {
  float: left;
  width: calc(50% - 1%);
  overflow: hidden;
  margin-bottom: 5px;
  color: #fff;
  padding: 3px 0;
}
div.support_panel > ul > li:nth-child(odd) {
  margin-right: 1%;
  clear: both;
}
div.support_panel > ul > li:nth-child(even) {
  margin-left: 1%;
}
div.support_panel > ul > li.technical {
  background: #399aac;
}
div.support_panel > ul > li.system {
  background: #3977ac;
}
div.support_panel > ul > li.addon {
  background: #3977ac;
}
div.support_panel > ul > li.install {
  background: #3977ac;
}
div.support_panel > ul > li.document {
  background: #6b5791;
}
div.support_panel > ul > li img {
  margin-right: 5px;
  position: relative;
  top: -1px;
  left: 2px;
}
/* = sp & pc
----------------------------------------------- */
.pc_br {
  display: inline-block !important;
}
@media only screen and (max-width: 800px) {
  .pc_br {
    display: none !important;
  }
}

/* base.css からPC版のみのクラスをコピー
----------------------------------------------- */
@media (max-width: 600px) {
    .col20 { width: 20%; }
    .col30 { width: 30%; }
    .col40 { width: 40%; }
    .col70 { width: 70%; }
}

/* サポートプラン詳細のtable色調整
----------------------------------------------- */
#spt00 h3{color:#587e96;}
#spt00 .main_title{border-top:3px solid #81a1b3;}
#spt00 table th{background: #81a1b3; color:#FFF;}

#spt01 h3{color:#2790b0;}
#spt01 .main_title{border-top:3px solid #2790b0;}
#spt01 table th{background: #2790b0; color:#FFF;}

#spt02 h3{color:#777777;}
#spt02 .main_title{border-top:3px solid #999999;}
#spt02 table th{background: #999999; color:#FFF;}

#spt03 h3{color:#e7af4c;}
#spt03 .main_title{border-top:3px solid #e5b45e;}
#spt03 table th{background: #e5b45e; color:#FFF;}
#spt03 table th,
#spt03 table td{border-color:#a59985;}

#spt04 .main_title{border-top:3px solid #000;}

/*
#spt01ac h3{color:#3da370;}
#spt01ac .main_title{border-top:3px solid #3da370;}
#spt01ac table th{background: #3da370; color:#FFF;}

#spt02ac h3{color:#c6b003;}
#spt02ac .main_title{border-top:3px solid #c6b003;}
#spt02ac table th{background: #c6b003; color:#FFF;}
*/
#spt01ac h3{color:#7c4e5b;}
#spt01ac .main_title{border-top:3px solid #f1d9e6;}
#spt01ac table th{background: #f1d9e6; color:#333;}
#spt01ac table th,#spt01ac table td{border:1px solid #aaa;}

#spt02ac h3{color:#6d4c0d;}
#spt02ac .main_title{border-top:3px solid #dfd4be;}
#spt02ac table th{background: #dfd4be; color:#333;}
#spt02ac table th,#spt02ac table td{border:1px solid #aaa;}

/* 対象製品
----------------------------------------------- */
.product table td span{display:none;}

.product table td p{margin:0 4px;}
.product table td  .ico_s{display:inline-block; background-color: #5490db; color:#FFFFFF; padding:1px 4px; border-radius:2px; }
.product table td  .ico_p{display:inline-block; background-color: #063269; color:#FFFFFF; padding:1px 4px; border-radius:2px; }
.product table td  .ico_b{display:inline-block; background-color: #579300; color:#FFFFFF; padding:1px 4px; border-radius:2px; }
.product table td .ico_en{display:inline-block; background-color: #0bab9e; color:#FFFFFF; padding:1px 4px; border-radius:2px; }
.product table td .ico_es{display:inline-block; background-color: #8fb3d5; color:#FFFFFF; padding:1px 4px; border-radius:2px; }
.product table td  .ico_u{display:inline-block; color:#333333; font-weight:bold; }

.product table td:nth-child(1),
.product table td:nth-child(2){width:30%;}

.product table i {
	position: relative;
	top:-6px;
}
.product h2 {
	margin-bottom: 50px;
}

@media (max-width: 600px) {
    .product table td {text-align:left !important;}
    /*.product table td img{width:100%; height:auto;}*/
    .product table td p{margin:0 4px 4px 0;}
    .product table td:nth-child(1){width:200px;}
    .product table td:nth-child(2){width:70px; text-align:center;}
}

/* サポートレベル
----------------------------------------------- */
.support_level{}
.support_level th,
.support_level td{border:1px solid #FFF;}
.support_level th:nth-child(1){background-color: #e1e1d9; color:#000;}
.support_level th:nth-child(2),
.support_level th:nth-child(3){background-color: #cccccc; color:#FFF; font-weight:bold;}
.support_level th:nth-child(4){background-color: #3da370; color:#FFF; font-weight:bold;}

.support_level td:nth-child(2),
.support_level td:nth-child(3){background-color: #f0f0f0;}
.support_level td:nth-child(4){background-color: #ebf2ee;}


/* td内のガイド[※～]等
----------------------------------------------- */
.td_guide{text-indent:-1em; padding-left:1.6em;}

/* 注意事項のリスト 
----------------------------------------------- */
.ul-caution li{font-weight:normal;}
.ul-caution li span{display:inline-block; width:150px; padding-left:1em; }



	/* サポートプラス内容　
----------------------------------------------- */

.caption_4item {display: flex;}
.caption_4item .caption_col2_1 {width: 40%; padding-right: 5px;}
.caption_4item .caption_col2_2 {width: 60%;}
.caption_4item .caption_col2_1 li {color: #444444!important;}
.caption_4item .caption_col2_1 li {background: #fff; display: flex; line-height: 20px; align-items: center; justify-content: center; padding-left: 3px;}

@media (max-width: 600px) {
	.caption_4item {display: none!important;}
}

/* マウスオーバー
----------------------------------------------- */
/*a.link_none {text-decoration: none!important; cursor: default;}*/
.tit_detail {font-size: 12px!important; padding-top: 10px!important;}
p.mouseover_content {position:absolute; display:none; background: #023766; padding: 15px; width: 600px; z-index: 2; top: 0px; left: 180px;}
.tit_p_config, .tit_p_analysis {z-index: 1;}
.caption_col2_2 .tit_plus {position: relative;}
.caption_col2_2 .tit_plus img {position: absolute!important; top: 2px!important; right: 0!important;}
.caption_col2_2 li:hover p.mouseover_content {display: block;}



/*
a.mouseover01:hover {background-color:#1d7282; width: 100%;}
a.mouseover02:hover {background-color:#2878b9; width: 100%;}
a.mouseover03:hover {background-color:#1c5484; width: 100%;}
a.mouseover04:hover {background-color:#41296c; width: 100%;}
*/



/*==============================*/
/* 新フレーム */
/*==============================*/
.contents{ padding-bottom: 0!important;}
/*
@media (max-width: 600px) {
	.contents{ padding-top: 130px; }
}
*/

/*
img[src$=".svg"] {
	max-width: 100%;
	height: auto;
}
*/

/* 背景色 */
.bg_right_gray_v2{background-color: #f5f4f4;}
.bg_right_blue_v2{background-color: #deebff;}

.intro{padding: 10px;}

/*==============================*/
/* アイキャッチ */
/*==============================*/

/* アイキャッチ */	
.eye_catching{width: 100%; text-align: center; padding: 0em 0 2em 0;}
.eye_catching>div{width: 1000px; margin: auto; display: flex; flex-wrap: wrap;}/* 調整はここだけにしたい */
.eye_catching>div h1{width: 100%; text-align: center; font-size: 1.8em; font-weight: bold; line-height: 140%; margin-bottom: 20px;}
	
.eye_catching>div div.area_txt{width: 60%; height: auto; display: flex; flex-wrap: wrap;}
.eye_catching>div div.area_txt ul.environment{display: flex; justify-content: center;}
.eye_catching>div div.area_txt ul.environment li{font-size: 0.9em; font-weight: bold; background: #0747A6; color: #FFF; 
	 text-align: center; border-radius: 4px; padding: 2px 8px 0; margin: auto 4px;}
.eye_catching>div div.area_txt p.title{font-weight: bold; font-size: 2em; text-align: center; padding: 20px 0 15px; line-height: 1.2em; border: none; color: #000;}

.eye_catching>div div.area_txt p.txt{text-align: left; width: fit-content; margin: auto auto 20px;}
/*.eye_catching>div div.area_txt p.txt strong {font-weight: bold;}*/
.eye_catching>div div.area_txt p.txt b {font-size: 1.2em; display: block; margin-bottom: -10px;}

.eye_catching>div div.area_txt div.cv_area{border: 2px solid #aaa; padding: 20px; width: calc(75% - 40px); margin: auto; border-radius: 4px;}
.eye_catching>div div.area_txt div.cv_area p{text-align: left; width: fit-content; margin: auto auto 20px;}

.eye_catching>div div.area_txt div.cv_area a{background-color: #ff9900; color: #FFF; font-weight: bold; text-align: center; padding: 8px 20px; border-radius: 20px;}
.eye_catching>div div.area_txt div.cv_area a:hover{background-color: #ff6600;}


.eye_catching>div div.area_img{width: calc(40% - 0px); height: auto; padding: 0px 0px;}
.eye_catching>div div.area_img img.eyecatch{width:80%; height: auto; object-fit: cover;}
	
@media (max-width: 1000px) {
	.eye_catching>div{width: 90%;}
	.eye_catching>div div.area_txt{width: 60%; height: auto;}
	.eye_catching>div div.area_img{width: calc(40% - 20px);}
	.eye_catching>div div.area_img{display: flex; align-items: center;}
	.eye_catching>div div.area_img img.eyecatch{width:100%; height: auto; object-fit: cover;}
}
@media (max-width: 600px) {
	.eye_catching{width: 100%; text-align: center; padding: 2em 0 2em 0;}
    .eye_catching>div div.area_txt div.cv_area{border: 2px solid #aaa; padding: 20px; width: calc(100% - 40px); margin: auto; border-radius: 4px;}
    .eye_catching>div div.area_img img.eyecatch{width:calc(100% - 10px); height: 100%; object-fit: cover; object-position: 0 0%; margin-left: 10px;}
}

/* ページナビ */
nav.nav_contents{width: 100%; height: 70px; background: #0747A6;}
nav.nav_contents #nav_lst{display: none;}
nav.nav_contents #nav_lst + label.logo_area{display: none;}

@media (min-width: 600px) {
	nav.nav_contents{display: flex; justify-content: center;}
	nav.nav_contents #nav_lst + label.logo_area + ul{width: 1000px; display: flex; justify-content:flex-start;}
	nav.nav_contents #nav_lst + label.logo_area + ul li{width: fit-content; height: 100%;}
	nav.nav_contents #nav_lst + label.logo_area + ul li a{display: flex; justify-content: center; align-items: center; font-size: 16px; height: 100%; padding: 0 50px; color: #FFF;}

	nav.nav_contents #nav_lst + label.logo_area + ul li a sup{position: relative; top:-0.5em;}

	/* リスト5以上は以下を適用 */
	nav.nav_contents #nav_lst + label.logo_area + ul.over_5{display: flex; justify-content: space-between;}
	nav.nav_contents #nav_lst + label.logo_area + ul.over_5 li a{padding: 0 20px;}

	/* ロゴエリアは固定余白 */
	nav.nav_contents #nav_lst + label.logo_area + ul li:first-child a{padding: 0 20px;}
	nav.nav_contents #nav_lst + label.logo_area + ul li:first-child a{font-weight: bold; font-size: 1.3em; line-height: 120%;}
}

@media (max-width: 1000px) {
	nav.nav_contents #nav_lst + label.logo_area + ul{width: 100%;}
}

@media (max-width: 600px) {
	nav.nav_contents{width: 100%; height: auto; background: #0747A6;}
	nav.nav_contents #nav_lst + label.logo_area{width: calc(100% - 20px); height: 50px; display: flex; align-items: center; padding-left: 20px;}
	nav.nav_contents #nav_lst + label.logo_area:hover{cursor: pointer;}

	nav.nav_contents #nav_lst + label.logo_area{position: relative; color: #fff; font-weight: bold; font-size: 1.3em;}
	nav.nav_contents #nav_lst + label.logo_area:after{content: ""; width: 8px; height: 8px; position: relative; left:1.6em; 
		border-left: 2px solid #FFF; border-top: 2px solid #FFF; transform: rotate(45deg); top:4px;}
	nav.nav_contents #nav_lst:checked + label.logo_area:after{transform: rotate(-135deg);  top:2px;}

	nav.nav_contents #nav_lst + label.logo_area + ul{display: none;}
	nav.nav_contents #nav_lst:checked + label.logo_area + ul{width: 100%; display: block; background: #F4F5F7;}
	nav.nav_contents #nav_lst:checked + label.logo_area + ul li:first-child{display: none;}
	nav.nav_contents #nav_lst:checked + label.logo_area + ul li{border-bottom: 1px solid #ddd; padding: 10px 20px;}
	nav.nav_contents #nav_lst:checked + label.logo_area + ul li a{font-size: 1.0em;}
}

/*==============================*/
/* section */
/*==============================*/
section { padding: 90px 0 60px 0; }

/* ======= SP =======*/
@media (max-width: 600px) {
	section { padding: 50px 0 40px 0; }
}

/*==============================*/
/* wide_wrap */
/*==============================*/
.wide_wrap{ position: relative; }
.wide_wrap:before{
	position: absolute;
	top: 0;
	margin-left: calc(50% - 50vw) ;
	width: 99.5vw;
	height: 100%;
	display: block;
	background: #fff;
	content: "";
	z-index: -999;
}

.bg_right_blue:before{ background:#deebff; }
.bg_gray:before { background: #eff3f7;}

/* ======= SP =======*/
@media (max-width: 600px) {
	.wide_wrap:before { width: 100vw!important;}
	.wrap,
	.wrap90{ overflow: visible; }
}

/*==============================*/
/* タイトル */
/*==============================*/
.section_tit{
	margin-bottom: 30px;
	line-height: 1.3em;
	font-size: 25px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}

/* ======= SP =======*/
@media (max-width: 600px) {
	.section_tit{
		margin-bottom: 25px;
		line-height: 1.4em;
		font-size: 21px;
	}
}


/* 共通タイル */
.product_tile_lst_v2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.product_tile_lst_v2 dl {
	width: calc(30% - 30px);
	margin: 0 10px 10px;
	padding: 20px 15px;
	border-radius: 6px;
	background: #FFF;
	border: 2px dotted #c7d5ed;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));
}
.product_tile_lst_v2 dl dt img {
	/*width: 100%;
	height: 100px; */
	object-fit: cover;
}
.product_tile_lst_v2 dl dt h4 {
	text-align: center;
	font-weight: bold;
	font-size: 1.26em;
	color: #FFF;
	background: #294A7D;
	padding: 1em 0;
}
.product_tile_lst_v2 dl dt p {
	text-align: center;
}
.product_tile_lst_v2 dl dd h4 {
	text-align: center;
	font-weight: bold;
	font-size: 1.26em;
	color: #FFF;
	background: #294A7D;
	padding: 1em 0;
}
.product_tile_lst_v2 dl dd h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}
.product_tile_lst_v2 dl dd p.request {
	position: relative;
	border: 3px solid #294A7D;
	border-radius: 0 0 5px 5px;
	padding: 10px;
	line-height: 129%;
	color: #294A7D;
	font-weight: bold;
	top:-2px;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	height: 120px;
}
.product_tile_lst_v2 dl dd p.request:before {
	content: '';
	border: 10px solid transparent;
	border-bottom: 10px solid #294A7D;
	position: absolute;
	top: -22px;
	right: auto;
	left: 32px;
}
.product_tile_lst_v2 dl dd p.request:after {
	content: '';
	border: 10px solid transparent;
	border-bottom: 10px solid #FFF;
	position: absolute;
	top: -18px;
	right: auto;
	left: 32px;
}
.product_tile_lst_v2 dl dd p.btn {
	margin-top: 2em;
}

/* ======= SP =======*/
@media (max-width: 600px) {
	.product_tile_lst_v2 dl {
		width: calc(90%);
		margin: auto auto 20px;
	}
	.product_tile_lst_v2 dl dd p.request {
		height: auto;
		padding: 15px 10px;
	}
}

/* サポートプラス */
.support_service h3 {
	font-size: 1.2rem;
	line-height: 1.6;
}
.support_service h3 img {
	height: 30px;
	width: 30px;
	margin-right: 4px;

}
.support_service_tile_lst dl {
	width: calc(45% - 30px);
}
.support_service_tile_lst dl dt h4 {
	color: #000;
	background: #FFF;
	padding: 1em 0;
}
.support_service_tile_lst dl dd p {
	text-align: left;
}

/* ======= SP =======*/
@media (max-width: 600px) {
	.support_service_tile_lst dl {
		width: calc(90%);
		margin: auto auto 20px;
	}
}

/* 導入実績 */
.case_studies_emp {
	text-decoration: underline;
	font-weight: bold;
}
.case_studies ul.product_tile_lst_v2 li {
	width: calc(30% - 30px);
	margin: 0 10px 10px;
	padding: 0 15px;
	border-radius: 6px;
	background: #FFF;
	border: 2px dotted #c7d5ed;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));
}
.case_studies ul.product_tile_lst_v2 li a {
	display: block;
	padding: 20px 0;
}
.case_studies ul.product_tile_lst_v2 li a h4 {
	text-align: center;
	font-weight: bold;
	font-size: 1.26em;
	color: #FFF;
	background: #294A7D;
	padding: 10px 0;
}
.case_studies ul.product_tile_lst_v2 li a p {
	margin-top: 10px;
}
.case_studies ul.product_tile_lst_v2 li a p.btn {
	display: block;
	color: #fff;
	background: #4e4d4a;
	padding: 3px 24px;
	border-radius: 5px;
	font-size: 12px;
	margin: 2em auto 10px;
	width: 30%;
	text-align: center;
}
.case_studies ul.product_tile_lst_v2 li a p.btn_jit {
	margin-top: 4em;
}
.case_studies_logo {
    width: 80%;
    height: 100px;
    min-height: 100px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    display: block;
}
.case_studies_logo.logo_mazda {
    width: 70px;
    object-fit: contain;
    object-position: center;
}

/* ======= SP =======*/
@media (max-width: 600px) {
	.case_studies ul.product_tile_lst_v2 li {
		width: calc(90%);
		margin: auto auto 20px;
	}
	.case_studies ul.product_tile_lst_v2 li a p.btn {
		width: 25%;
	}
	.case_studies ul.product_tile_lst_v2 li a p.btn_jit {
		margin-top: 2em;
	}
    .case_studies .title_simple + picture > img {
        width: 80%;
        display: block;
        margin: 50px auto 20px;
    }
}

/* プラン */
.price_plan {
	width: 90%;
	margin: 0 auto;
}
.price_plan h2 {
	margin-bottom: 50px;
}


.price_plan_tile_lst dl {
	width: calc(21% - 4px);
	margin: 0;
}
.price_plan_tile_lst dl.accent {
	border: 8px solid #0747A6;
}

/* 情報量少ないのでstickyなしに変更 */
.price_plan_tile_lst dl dt {
	/*
	position: sticky;
	top: 60px;
	z-index: 999;
	*/
}
.price_plan_tile_lst dl dt p {
	color: #000;
	background: none;
	font-size: 2.5em;
	line-height: 1.2em;
	padding: 1em 0 0.8em;
	text-align: center;
    font-weight: bold;
}
.price_plan_tile_lst dl dt p.ttl {
	margin: -6px -15px;
}
.price_plan_tile_lst dl dd {
	text-align: center;
}
.price_plan_tile_lst dl dd.popular {
	height: 37px;
}
.price_plan_tile_lst dl dt {
	background: #fff;
}
/*
.price_plan_tile_lst dl.accent dd.notice {
	background: #0747A6;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 10px -16px;
	padding: 10px;
	font-size: 1.3em;
	position: sticky;
	top: 145px;
	z-index: 999;
}*/

/* 帯位置変更による調整 ここから */
.price_plan_tile_lst dl.accent dd.notice {
	background: #0747A6;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 10px -16px;
	padding: 10px;
	font-size: 1.3em;
	position: absolute;
	width: calc(100% - 18px);
	top: -12px;
	z-index: 999;
}

.product_tile_lst_v2 dl{padding: 30px 15px 20px;}
.price_plan_tile_lst dl dd.popular{height: 0;}
/*.price_plan_tile_lst dl dd.point{margin: 20px auto 5px;}*/
.price_plan_tile_lst dl.standard dd.point{margin: 26px auto 0px;}
.price_plan_tile_lst dl.pro dd.point{margin: 20px auto 0px;}



.price_plan_tile_lst dl dd.point {
	color: #808080;
	font-weight: bold;
	font-size: 1.1rem;
	/*margin: 35px auto 5px;*/
	margin: auto auto 5px;
	height: 4em;
	padding-bottom: 20px;
	letter-spacing: 0.5px;
}

/* 帯位置変更による調整 ここまで */


.price_plan_tile_lst dl dd p {
	text-align: center;
	font-size: 0.9rem;
}
.price_plan_tile_lst dl dd .price {
	font-size: 2.2em;
	padding: 0 5px;
}
.price_plan_tile_lst dl dd.detail {
	margin: 30px 0;
	height: 9rem;
}
.price_plan_tile_lst dl dd.detail ul {
	list-style-type: none;
	width: fit-content;
	margin: 0 auto;
	padding-left: 20px;
}
.price_plan_tile_lst dl dd.detail li {
	position: relative;
	line-height: 1.8;
	text-align: left;
	font-size: 0.9rem;
}
.price_plan_tile_lst dl dd.detail li::after {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: -1.5em;
	width: 10px;
	height: 5px;
	border-left: 3px solid #808080;
	border-bottom: 3px solid #808080;
	transform: rotate(-45deg);
}
.price_plan_tile_lst dl dd.bonus {
	border-top: 1px solid #c7d5ed;
	margin: 30px 0;
	height: 19rem;
}
.price_plan_tile_lst dl dd.bonus ol {
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: -5px;
}
.price_plan_tile_lst dl dd p.bonus_ttl {
	margin-top: 30px;
	font-weight: bold;
	font-size: 1.3rem;
	padding-bottom: 5px;
}
.price_plan_tile_lst dl dd.bonus li a {
	line-height: 2;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1rem;
	color: #0747A6;
}
.price_plan_tile_lst dl dd.bonus li a:hover {
	text-decoration: none;
	transition: 0.3s;
	opacity: 0.7;
	background: #fff;
}
.price_plan_tile_lst dl dd.btn a {
	display: inline-block;
	color: #fff;
	background: #FF991F;
	padding: 11px 24px;
	border-radius: 25px;
	font-size: 15px;
	font-weight: bold;
}
.price_plan_tile_lst dl dd.btn a:hover {
	transition: 0.3s;
	opacity: 0.7;
}
.price_plan p.notes {
	margin: 15px 0 0 10px;
}

/* standard */
.price_plan_tile_lst dl.standard,
.price_plan_tile_lst dl.standard dt,
.plan_detail .standard,
.price_layout .table_area table td.standard {
	background: #efe;
}
.price_plan_tile_lst dl.standard {
	border-color: #005900;
	border: 2px dotted #c7d5ed;
}
.price_plan_tile_lst dl.standard dd.notice {
	background: #005900;
}
.plan_detail_layout.standard h3,
.price_plan_tile_lst dl.standard dd.point,
.price_plan_tile_lst dl.standard dd.bonus li,
.price_plan_tile_lst dl.standard dd.bonus li a {
	color: #005900;
}
.price_plan_tile_lst dl.standard dd.detail li::after {
	border-left: 3px solid #005900;
	border-bottom: 3px solid #005900;
}


/* basic */
.price_plan_tile_lst dl.basic,
.price_plan_tile_lst dl.basic dt,
.plan_detail .basic,
.price_layout .table_area table td.basic {
	background: #faffef;
}
.price_plan_tile_lst dl.basic {
	border-color: #005900;
	border: 2px dotted #c7d5ed;
}
.price_plan_tile_lst dl.basic dd.notice {
	background: #005900;
}
.plan_detail_layout.basic h3,
.price_plan_tile_lst dl.basic dd.point,
.price_plan_tile_lst dl.basic dd.bonus li,
.price_plan_tile_lst dl.basic dd.bonus li a {
	color: #005900;
}
.price_plan_tile_lst dl.basic dd.detail li::after {
	border-left: 3px solid #005900;
	border-bottom: 3px solid #005900;
}

/* account */
.price_plan_tile_lst dl.account,
.price_plan_tile_lst dl.account dt,
.plan_detail .account,
.price_layout .table_area table td.account {
	background: #e8f3ff;
}
.price_plan_tile_lst dl.account {
	border-color: #2458a6;
	border: 2px dotted #c7d5ed;
}
.price_plan_tile_lst dl.account dd.notice {
	background: #2458a6;
}
.plan_detail_layout.account h3,
.price_plan_tile_lst dl.account dd.point,
.price_plan_tile_lst dl.account dd.bonus li,
.price_plan_tile_lst dl.account dd.bonus li a {
	color: #2458a6;
}
.price_plan_tile_lst dl.account dd.detail li::after {
	border-left: 3px solid #2458a6;
	border-bottom: 3px solid #2458a6;
}




.price_plan_tile_lst dl.pro,
.price_plan_tile_lst dl.pro dt,
.plan_detail .pro,
.price_layout .table_area table td.pro {
	background: #eff;
}
.price_plan_tile_lst dl.pro dd.notice {
	background: #0747A6;
}
.price_plan_tile_lst dl.pro dd.point,
.price_plan_tile_lst dl.pro dd.bonus li,
.price_plan_tile_lst dl.pro dd.bonus li a,
.plan_detail_layout.pro h3 {
	color: #0747A6;
}
.price_plan_tile_lst dl.pro dd.detail li::after {
	border-left: 3px solid #0747A6;
	border-bottom: 3px solid #0747A6;
}
.price_plan_tile_lst dl.enterprise,
.price_plan_tile_lst dl.enterprise dt,
.plan_detail .enterprise,
.price_layout .table_area table td.enterprise {
	background: #eef;
}
.price_plan_tile_lst dl.enterprise dd.notice {
	background: #800080;
}
.price_plan_tile_lst dl.enterprise dd.point,
.price_plan_tile_lst dl.enterprise dd.bonus li,
.price_plan_tile_lst dl.enterprise dd.bonus li a,
.plan_detail_layout.enterprise h3 {
	color: #800080;
}
.price_plan_tile_lst dl.enterprise dd.detail li::after {
	border-left: 3px solid #800080;
	border-bottom: 3px solid #800080;
}


.price_layout .table_area table tr.basic th{background: #faffef; font-weight: bold;}
.price_layout .table_area table tr.basic td{background: #faffef;}

.price_layout .table_area table tr.account th{background: #e8f3ff; font-weight: bold;}
.price_layout .table_area table tr.account td{background: #e8f3ff;}


.price_layout + .model_case{margin-bottom: 50px;}
.price_layout + .model_case input.acd-check{display: none;}
.price_layout + .model_case label.acd-label{display: block; width: 50%; margin: auto auto 20px auto;}

.price_layout + .model_case label.acd-label:after{display: none;} /*  */

.price_layout + .model_case label.acd-label h3 {width: calc(100% - 80px);  padding: 10px 40px; background: #0747a6; color: #FFF; border-radius: 10px;
box-shadow: 0 1px 5px 2px rgba(0, 0, 0, .0); text-align: center; font-size: 20px; line-height: 1.3em; font-weight: 500; font-family: 'Noto Sans Japanese', sans-serif;}
.price_layout + .model_case label.acd-label h3:hover{cursor: pointer;}

.price_layout + .model_case label.acd-label h3{position: relative;}
.price_layout + .model_case label.acd-label h3:after {content:''; box-sizing: border-box; display: block; width: 10px; height: 10px; 
	position: absolute; top:calc(50% - 7px); left: 30px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 14px solid #FFF;}

.price_layout + .model_case label.acd-label h3 + p {display: none; position: absolute;}

.price_layout + .model_case input.acd-check + label.acd-label + div.acd-content{display: none;}
.price_layout + .model_case input.acd-check:checked + label.acd-label{ margin: auto auto 30px auto;}
.price_layout + .model_case input.acd-check:checked + label.acd-label + div.acd-content{display: block;}
.price_layout + .model_case input.acd-check:checked + label.acd-label h3:after{transform: rotate(90deg);}

.price_layout + .model_case input.acd-check:checked + label.acd-label + div.acd-content{width: calc(70% - 60px); background: #FFF; margin: auto; padding: 20px;}

.price_layout + .model_case input.acd-check:checked + label.acd-label + div.acd-content h4{color: #0747a6; font-size: 1.2em; text-align: center;}
.price_layout + .model_case input.acd-check:checked + label.acd-label + div.acd-content div{width: calc(100% -40px); padding: 20px; border: 1px solid #ccc; border-radius: 6px;}

.price_layout + .model_case input.acd-check:checked + label.acd-label + div.acd-content div ul{ margin: auto auto auto 20px;}
.price_layout + .model_case input.acd-check:checked + label.acd-label + div.acd-content div ul li{list-style: disc!important; }

@media (max-width: 600px) {
    .price_layout + .model_case label.acd-label{display: block; width: 70%; }
    .price_layout + .model_case input.acd-check:checked + label.acd-label + div.acd-content{width: calc(90% - 60px); background: #FFF; margin: auto; padding: 20px;}
}

.cta_btn a{display: inline-block; padding: 13px 0px; width: 50%; background: #FF991F; border-radius: 5px; color: #fff; font-size: 18px; font-weight: bold; text-align: center;}
.cta_btn a:hover{background: #ff6600;}
@media (max-width: 600px) {
    .cta_btn a{width: 70%; }
}

/* ======= SP =======*/
@media (max-width: 600px) {
	.price_plan_tile_lst dl {
		width: calc(90%);
		margin: auto auto 20px;
	}
	.price_plan_tile_lst dl dt {
		top: 75px;
	}
	.price_plan_tile_lst dl dt h4,
	.price_plan_tile_lst dl dd.popular,
	.price_plan_tile_lst dl dd.point,
	.price_plan_tile_lst dl dd.detail,
	.price_plan_tile_lst dl dd.bonus {
		height: auto;
	}
	.price_plan_tile_lst dl dt h4.ttl {
		padding-bottom: 0.8em;
	}
	/* 帯位置変更による調整 ここから */
	.price_plan_tile_lst dl.accent dd.notice {
		/*top: 150px;*/
	}
	.price_plan_tile_lst dl.pro dt p.ttl {
		margin: 10px auto 0;
	}
	/* 帯位置変更による調整 ここまで */
	
	.price_plan p.notes {
		margin-top: 0;
	}
}

/* プランの詳細 */
.plan_detail h2 {
	margin-bottom: 50px;
}
.plan_detail_layout {
	display: flex;
	border-radius:16px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
	background: #FFF;
	overflow: hidden;
	margin: auto;
}
.plan_detail_layout h3 {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	color: #444;
	font-weight: 500;
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: -0.05em;
	margin-bottom: 26px;
	border-bottom: 2px solid #444;
	padding-bottom: 10px;
	border-left: none !important;
	padding-left: 0.2em !important;
}
.plan_detail_layout .detail_area {
	width: 30%;
	padding: 40px 20px;
}
.plan_detail_layout .detail_area img {
	margin-top: 20px;
}
.plan_detail_layout .table_area {
	width: 70%;
	padding: 40px 20px;
}
.plan_detail_layout .table_area table td {
	background: #fff
}

/* ======= SP =======*/
@media (max-width: 600px) {
	.plan_detail_layout {
		display: flex;
		flex-wrap: wrap;
	}
	.plan_detail_layout .detail_area {
		width: 100%;
		padding-bottom: 0px;
	}
	.plan_detail_layout .table_area {
		width: 100%;
		padding-top: 20px;
	}
}


/* ヘルプデスクへのリンク */
.link_area_helpdesk{background: #FFF; border-radius: 6px; border:3px solid #aaa; width: calc(90% - 40px); padding: 20px; margin: 100px auto auto;
display: flex; flex-wrap: wrap; align-items: center;}
.link_area_helpdesk h2{margin-bottom: 0!important; width: 100%;}
.link_area_helpdesk div{width: 30%;}
.link_area_helpdesk div p{font-size: 1.1em; line-height: 140%;}
.link_area_helpdesk img{width: 70%; height: auto;}

@media (max-width: 650px) {
	.link_area_helpdesk h2{margin-bottom: 20px!important;}
	.link_area_helpdesk div{width: 100%; text-align: center;}
	.link_area_helpdesk img{width: 100%; height: auto;}

}


/* 価格表 */
.price h2 {
	margin-bottom: 50px;
}

.price h3 {
	font-size: 18px;
    font-weight: bold;
}

.price_layout {
	display: flex;
	padding: 20px 0;
}
.price_layout .detail_area {
	width: 40%;
	padding: 0 20px;
}

.price_layout ul.cta_btn{width: 100%;}
.price_layout ul.cta_btn li{text-align: center;}
.price_layout ul.cta_btn li a{display: inline-block; padding: 13px 50px; background: #FF991F; border-radius: 5px; color: #fff; font-size: 18px; font-weight: bold; text-align: center;}
.price_layout ul.cta_btn li a:hover{background: #ff6600;}

@media (max-width: 600px) {
    .price_layout ul.cta_btn li a{padding: 10px 10px; font-size: 15px;}
	.price_layout ul.cta_btn li{margin-bottom: 20px!important;}
}

.price_layout .table_area {
	width: 60%;
	padding: 0 20px;
}

.price_layout .table_area table{background: #FFF;}

.price_layout .table_area th.main {
	background: #555;
	color: #ffffff;
}

/* ======= SP =======*/
@media (max-width: 600px) {
	.price_layout {
		flex-wrap: wrap;
	}
	.price_layout .detail_area {
		width: 100%;
		padding-bottom: 0px;
	}
	.price_layout .table_area {
		width: 100%;
		padding: 0 20px;
	}
}

/* 対象商品 */
.product h3 {
	padding: 0.25em 0.5em 0.1em;
	border-left: solid 5px #0747A6;
	font-weight: bold;
	font-size: 18px;
}
.product table {
	margin: 12px 0 10px;
	background: #fff;
}
.product ul li {text-indent: -1em; padding-left: 1em;}

.product_layout {
	display: flex;
	padding-bottom: 20px;
}
.product_layout .left_area,
.product_layout .right_area  {
	width: 50%;
}
.product_layout .left_area {
	padding-right: 10px;
}
.product_layout .right_area  {
	padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}
.product_layout .left_area td,
.product_layout .right_area td  {
	height: 25px;
}

/* ======= SP =======*/
@media (max-width: 600px) {
	.product table td img.jira {
		width: 50%;
	}
	.product table td img.guard {
		width: 80%;
	}
	.product_layout {
		flex-wrap: wrap;
	}
	.product_layout .left_area,
	.product_layout .right_area {
		width: 100%;
		padding: 0px;
	}
	.product_layout table td img {
		width: 25%;
	}
	.product_layout table td img.dcjira {
		width: 30%;
	}
	.product_layout table td img.jsm {
		width: 50%;
	}
	.product_layout table td img.crowd {
		width: 17%;
	}
	.product_layout .left_area p.dc {
		padding-bottom: 50px;
	}
}

/* サポートプラスオプション */
.option_plan_layout table {
	margin-bottom: 10px;
    background: #FFF;
}

.option_plan_layout table.product_tbl_cloud td{padding: 16px;}
.option_plan_layout table.product_tbl_cloud td b{font-size: 1.6em;}

/* ======= SP =======*/
@media (max-width: 600px) {
	.option_plan p {
		text-align: left;
	}
    .option_plan_layout{overflow-x: auto;}
    .option_plan_layout table tr th:first-child{position:sticky; left: 0; width: 100px;}
    .option_plan_layout table{width: 90%; margin: auto;}
    .option_plan_layout .col20{width: 100px!important;}
    .option_plan_layout .col10{width: 60px!important;}
    
}

/* 約款 */
.agreement {
	padding: 20px 0 60px;
}
.agreement .box_letter {
	background: #fff;
}
.agreement .box_letter a {
	z-index: auto;
}

/* お問い合わせ */
.inquiry {
	padding: 20px 0 70px;
}
.btn_supportplus a {
	display: inline-block;
	color: #fff;
	background: #FF991F;
	padding: 8px 42px;
	border-radius: 5px;
	font-size: 15px;
}
.btn_supportplus a:hover{
	background: #ff6600;
}

.top_section{padding: 0 0;}


:root {
    --header: 100px;
    scroll-padding: var(--header);
    scroll-behavior: smooth;
}

/* プラン表のh1 */
.eye_catching .aspp{align-items: center;}
.eye_catching .aspp h1 small{display: block; margin-top: 30px;}
.eye_catching .aspp h1 b{display: block; color: #00888a; font-size: 1.6em; margin-top: 10px;}

.eye_catching .aspp h1 + p{line-height: 140%;}
.eye_catching .aspp h1 + p b{font-size: 1.2em; margin-top: 10px; display: block;}

@media (max-width: 660px) {
	.eye_catching .aspp{flex-wrap: wrap;}
	.eye_catching .aspp .area_txt{width: 100%; padding: 0;}
	.eye_catching .aspp .area_img{width: 100%;}
	.eye_catching .aspp .area_img img.eyecatch{width: 80%; height: auto; margin: auto;}
	
}

/* プラン表 */
.sticky_table{margin-top: 50px; border-right: 0px!important;}

.sticky_table thead{position: -webkit-sticky; position: sticky; top: 105px; z-index: 1; }
.sticky_table thead th{font-size: 1.0em; font-weight: bold; background: #666; color: #FFF; padding: 16px 6px; text-align: center; }

.sticky_table thead th:first-child{border-left: 1px solid #ccc; background: #FFF;}
.sticky_table thead th:nth-of-type(5){background: #800080; border-right: 1px solid #ccc; }
.sticky_table thead th:nth-of-type(4){background: #0747a6; border-right: 1px solid #ccc;}
.sticky_table thead th:nth-of-type(3){background: #005900;}
.sticky_table thead th:nth-of-type(2){background: #666;}


.sticky_table thead th.th_bk{position: absolute; left: 0; top:0; width: calc(100% - 15px); height: calc(100% - 35px); background: #FFF; z-index: auto; border-right: 3px solid #ccc;}


.sticky_table thead tr.in_h2 th{height: 0!important; padding: 0!important; border:0!important;}
.sticky_table thead tr.in_h2 th h2{position: absolute; top:-80px; left: -1px; background: #FFF; width:100%; padding: 20px 0 28px; color: #222; border: 1px solid #FFF; }

.sticky_table thead tr:nth-child(1){}
.sticky_table thead tr:nth-child(2){}


@media (min-width: 660px) {
	.sticky_table .tbl_pc{visibility: visible;}
	.sticky_table .tbl_sp{visibility:hidden; display: none;}
}
@media (max-width: 660px) {
	.sticky_table .tbl_pc{visibility:hidden; display: none;}
	.sticky_table .tbl_sp{visibility: visible;}
	.sticky_table tr.tbl_sp th{background: #ebebeb; text-align: center; font-weight: bold;}
	.sticky_table thead tr.in_h2 th h2{position: absolute; top:-70px; padding: 6px 0 6px;}
}

.sticky_table tbody tr:nth-child(2) th,.sticky_table tbody tr:nth-child(2) td{}
.sticky_table tbody th{background: #FFF; padding: 10px;}
.sticky_table tbody td{text-align: center;}
.sticky_table tbody td small{display: block;}
	

.sticky_table tbody td:nth-of-type(4){background: #eeeeff;}
.sticky_table tbody td:nth-of-type(3){background: #eeffff;}
.sticky_table tbody td:nth-of-type(2){background: #eeffee;}

.sticky_table i.m_circle{font-style: normal; font-size: 2em; font-weight: bold; color: #06cbce;}
.sticky_table i.m_triangle{font-style: normal; font-size: 2em; font-weight: bold; color: #063c5c;}

/* プラン表下のガイドリスト */
.sticky_table + ul li{text-indent: -2em; padding-left: 2em; margin-bottom: 0.5em;}
	
/* サポートプラスコンタクト */
.support_service_contact{padding: 75px 0 60px 0; background: #00888a;}
.support_service_contact h2{margin-bottom: 30px; text-align: center; color: #fff; font-size: 25px; font-weight: bold;}
.support_service_contact ul{display: flex; display: -webkit-flex;　justify-content: center; -webkit-justify-content: center;}
.support_service_contact ul li a{display: block; padding: 13px 70px; background: #FF991F; border-radius: 5px; color: #fff; font-size: 18px; font-weight: bold;}
.support_service_contact ul li a:hover{background: #ff6600;}
.support_service_contact p{color: #FFF; font-size: 1.2em;}

@media (max-width: 600px) {
	.support_service_contact{padding: 65px 0 55px 0;}
	.support_service_contact h2{margin-bottom: 21px; color: #fff; font-size: 21px; line-height: 1.3em;}
    .support_service_contact ul{justify-content: center; -webkit-justify-content: center; flex-wrap: wrap; -webkit-flex-wrap: wrap;}
	.support_service_contact ul li{width: calc(60% - 0%);}

	.support_service_contact ul li a{display: block; padding: 10px 0px; font-size: 15px; text-align: center; font-weight: bold;}
	.support_service_contact ul li{margin-bottom: 20px!important;}
}


/* /support/css/plus-support.css から追記 */
/* イメージギャラリー */
.image-gallery {
    display: flex;
    flex-direction: column; /* 縦方向に並べる */
    align-items: center;
    gap: 16px; /* 各要素の間隔 */
    padding: 20px; /* 全体に余白を追加 */
    background-color: #f9f9f9; /* 背景色を追加 */
    border-radius: 12px; /* 角丸にする */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 軽い影を追加 */
}

.image-gallery .top-row,
.image-gallery .bottom-row {
    display: flex;
    flex-wrap: wrap; /* 折り返しを許可 */
    gap: 8px; /* 画像間の間隔 */
    justify-content: center; /* 中央寄せ */
}

.image-gallery img {
    width: 64px;
    height: auto;
    flex: none;
    border: 2px solid #ddd; /* 枠線を追加 */
    border-radius: 8px; /* 角丸にする */
    transition: transform 0.3s ease; /* ホバー時のアニメーション */
}

.image-gallery img:hover {
    transform: scale(1.1); /* ホバーで拡大 */
    border-color: #0073e6; /* 枠線の色を変更 */
}

.image-gallery .special-text {
    font-weight: bold;
    margin: 8px 0;
    font-size: 16px;
    white-space: nowrap;
    color: #333;
}

/* ボタンスタイル */
.btn_custom {
    text-align: center;
    margin-top: 30px;
}

.btn_custom a.button_custom {
    display: inline-block;
    padding: 12px 20px;
    background-color: #0073e6;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s;
    width: 280px;
    height: auto;
}

.btn_custom a.button_custom:hover {
    background-color: #005bb5;
}

/* カードのレイアウト */
/* 全体のスタイル */
.problem-section {
    background-color: #2C2C2C; /* 背景色 */
    padding: 40px 20px;
    color: #FFFFFF;
    text-align: center;
}

.problem-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 32px;
}

.problem-list {
    display: flex;
    flex-direction: column;
    gap: 24px; /* カード間の余白 */
    align-items: center;
    padding: 0 16px; /* 左右に余白を追加 */
}

/* 各カードのデザイン */
.problem-item {
    display: flex;
    align-items: center;
    background-color: #FFFFFF; /* アイテムの背景色 */
    border-radius: 8px;
    padding: 10px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 軽い影を追加 */
    color: #333333;
    font-size: 16px;
    position: relative;
    transition: transform 0.3s ease;
}

/* 左右にズレるデザイン（PC表示） */
.problem-item.left {
    transform: translateX(-20px); /* 左側にずらす */
}

.problem-item.right {
    transform: translateX(20px); /* 右側にずらす */
}

.problem-icon {
    width: 64px;
    height: 64px;
    margin-right: 16px;
    flex-shrink: 0;
}

.problem-text {
    line-height: 1.5;
    text-align: left !important;
}

/* レスポンシブ対応: スマートフォンやタブレット用 */
@media (max-width: 768px) {
    .problem-list {
        gap: 24px; /* カード間の余白を適切に調整 */
    }

    .problem-item {
        flex-direction: column !important; /* カード内を縦並び */
        align-items: center !important; /* 中央揃え */
        text-align: center !important; /* テキスト中央揃え */
        padding: 14px; /* カード内の余白を広げる */
        width: calc(100% - 32px); /* 左右に余白を確保 */
        max-width: 600px !important; /* 最大幅を設定して中央に揃える */
        margin: 0 auto !important; /* 中央寄せ */
        gap: 16px; /* 画像とテキストの間に余白を追加 */
        transform: none !important; /* ずらし効果を解除 */
    }

    .problem-icon {
        margin-bottom: 16px !important; /* 画像とテキスト間の余白 */
        margin-right: 0 !important; /* 横方向の余白をリセット */
        width: 64px !important; /* 画像サイズを固定 */
        height: 64px !important; /* 高さも固定 */
    }

    .problem-text {
        font-size: 16px !important; /* テキストサイズを適切に調整 */
        line-height: 1.8 !important; /* 行間を広く設定して読みやすく */
        color: #333 !important; /* テキストカラーを調整 */
        margin: 0 !important; /* 不要な余白を削除 */
    }
}


.notes-support-plus{
   margin-bottom: 0px !important;
}

/* 事例部分 */
.additional_feedback_wrap {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.additional_feedback_title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

.additional_feedback_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.additional_feedback_list li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #333;
}

@media (max-width: 768px) {
    .additional_feedback_wrap {
        width: 90%;
    }
    .additional_feedback_title {
        font-size: 18px;
    }
    .additional_feedback_list li {
        font-size: 12px;
    }
}

.btt20{
    margin-top: 80px;
}

.support_line{
    border-top: 1px solid #c7d5ed;
    margin: 30px 0;
}

/* テーブルエリア */
.sticky_table-wrapper {
    margin: 0 auto;
    max-width: 100%;
    overflow-x: auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.sticky_table-wrapper table {
    width: 100%;
    min-width: 768px;
    border-collapse: collapse;
    table-layout: fixed;
}

.sticky_table-wrapper table th,
.sticky_table-wrapper table td {
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.sticky_table-wrapper table thead th {
    position: sticky;
    top: 0;
    background-color: #666;
    color: #fff;
    z-index: 10;
}

@media (max-width: 768px) {
    .sticky_table-wrapper table th,
    .sticky_table-wrapper table td {
        font-size: 12px;
        padding: 8px;
    }
}

/* よくある質問 */
.support-faq-section {
    font-family: Arial, sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.support-faq-title {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

/* FAQ項目 */
.support-faq-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}

/* 質問ボタン */
.support-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    background-color: #f4f4f4;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s;
}

.support-faq-text {
    flex: 1; /* 左に配置、アイコンは右 */
    text-align: left;
}

.support-faq-icon {
    font-size: 20px;
    color: #004085;
    display: inline-block;
    transition: transform 0.3s, color 0.3s;
}

/* 回答エリア */
.support-faq-answer {
    display: none;
    padding: 15px 20px;
    font-size: 14px;
    color: #555;
    background-color: #fafafa;
}
.support-faq-answer ul {margin-left: 20px; margin-bottom: 10px;}
.support-faq-answer ul li{list-style: disc!important;}

.support-faq-answer a{text-decoration: underline;}
.support-faq-answer a:hover{color: #004085;}

/* 開いたとき */
.support-faq-item.open .support-faq-answer {
    display: block;
}

.support-faq-item.open .support-faq-icon {
    transform: rotate(0deg); /* 回転させない */
    color: #fff; /* 白色 */
    content: "−"; /* マイナス記号 */
}

.support-faq-item.open .support-faq-question {
    background-color: #004085;
    color: #fff;
}


/* .support-plus-table thead {
    position: inherit !important;
} */

/* スクロール固定のスタイリング */
.support-plus-table thead th {
    position: sticky; /* スクロール時に固定 */
    top: 0; /* テーブルヘッダーを上部に固定 */
    z-index: 100; /* 他の要素より上に表示 */
    background-color: #666; /* 背景色を設定 */
    color: #fff; /* テキスト色を白に */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* ヘッダーに影をつけて視認性を向上 */
}

/* モバイル対応 */
@media (max-width: 768px) {
    .support-plus-table thead th {
        font-size: 12px; /* フォントサイズを調整 */
        padding: 8px; /* パディングを小さく */
    }
}


.tbl_support{
    position: sticky;
    top: 94px !important;
}


/* 全体のコンテナ */
.support-notes-container {
    margin-top: 20px;
    line-height: 1.6; /* 行間の調整 */
}

/* ゴールドサポート部分の枠線とスタイル */
.highlighted-support {
    border: 2px solid #b3d9ff; /* 薄い青の枠線 */
    padding: 15px; /* 内側余白 */
    border-radius: 8px; /* 角を丸く */
    background-color: #e6f7ff; /* 薄い青背景色 */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* 軽い影を追加 */
    margin-top: 15px; /* 上部余白 */
    display: flex;
    justify-content: space-between; /* テキストとボタンを左右配置 */
    align-items: center; /* 垂直方向の中央揃え */
}

/* テキストスタイル */
.notes-support,
.notes-support-plus {
    font-size: 14px;
    color: #333; /* テキストの色 */
}

.notes-support{
    margin-bottom: 0px !important;
}

/* ボタンスタイル */
.gold-support-btn {
    display: inline-block;
    padding: 6px 12px; /* ボタン内側の余白 */
    background-color: #007bff; /* ボタン背景色 */
    color: #fff !important; /* テキスト色（濃い青） */
    text-decoration: none; /* 下線を除去 */
    border-radius: 4px; /* ボタンの角を丸く */
    font-size: 14px; /* フォントサイズ */
    font-weight: bold; /* 太字 */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* ホバーアニメーション */
    white-space: nowrap; /* テキストを折り返さない */
}

/* ボタンホバー時 */
.gold-support-btn:hover {
    background-color: #005bb5; /* ホバー時の背景色（少し濃い青） */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* ホバー時の影 */
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .highlighted-support {
        flex-direction: column; /* 縦並び */
        align-items: flex-start; /* 左揃え */
        gap: 10px; /* ボタンとテキスト間の余白 */
    }

    .gold-support-btn {
        width: 100%; /* ボタンを幅いっぱいに */
        text-align: center; /* ボタン内のテキストを中央揃え */
        box-sizing: border-box; /* 枠線分も含めて幅調整 */
    }
}


.support-notes {
    font-size: 14px;
    line-height: 1.8; /* 行間を広めに */
}

.support-notes p {
    margin-bottom: 8px;
    text-indent: -1em; /* 1文字分のぶら下げインデント */
    padding-left: 1em;  /* 左端をそろえる */
    white-space: pre-line; /* 意図した改行を維持 */
}

.sticky_table-fixed{
    margin-bottom: 0px !important;
}

.case_studies_tile_lst {
    display: flex;
    justify-content: center; /* 中央寄せ */
    gap: 30px; /* 余白調整 */
    flex-wrap: wrap; /* レスポンシブ対応 */
}

.case_studies_tile_lst li {
    max-width: 50%; /* 2カラム表示 */
    list-style: none;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
    .case_studies_tile_lst li {
        max-width: 100%; /* 1カラム表示 */
    }
}

.problem-title_support{
    font-size: 20px !important;
    text-align: center !important;
    margin-top: 24px !important;
}

.support_list{
    margin-top: 8px;
}

@media screen and (max-width: 768px) {
    .problem-title_support {
        line-height: 1.5;
    }
}

/* Atlassian 製品の導入や運用でこんな悩みはありませんか？ */
.atlassian_support .flex {
    align-items: stretch;
}
.atlassian_support .flex > div {
    display: flex;
    flex-direction:column;
}
.atlassian_support .flex .flex {
    flex-grow: 1;
}
.atlassian_support_tit {
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background-color: #ccc;
    margin-bottom: 10px;
    border-radius: 6px;
}
.atlassian_support_txt {
    border: 1px solid #ccc;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
}
div.contents .atlassian_support_txt > p {
    margin-bottom: 0;
}
.atlassian_support_img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .atlassian_support .flex > div:not(:last-child) {
        margin-bottom: 10px;
    }
}

/* サポートサービス内容 */
.support_service_box {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
}
.support_service_box_tit {
    font-weight: bold;
    text-align: center;
    flex-grow: 1;
    margin-bottom: 10px;
}
a.support_service_box_btn {
    display: block;
    padding: 10px;
    background: #FF991F;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 70%;
    min-height: 45px;
    margin: 20px auto 0;
}
a.support_service_box_btn:hover {
    background: #ff6600;
}


.support_service_tags {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    margin-top: 20px;
    gap: 5px;
}
.support_service_tags > li > a {
    display: block;
    padding: 1px 6px;
    border-radius: 2px;
    color: #222;
    font-size: 0.8em;
    font-weight: bold;
}
.support_service_tags > li > a:hover {
    transition: 0.3s;
    opacity: 0.7;
}
.support_service_tags > li.basic > a {
    background-color: #b3df72;
}
.support_service_tags > li.account > a {
    background-color: #8fb8f6;
}


@media (max-width: 600px) {
    .support_service .flex {
        gap: 20px;
    }
    .support_service_box .img_w50 {
        width: 50%;
    }
    .support_service_tags {
        margin-top: 0;
    }
}

/* サポートプラスのサービス内容 */
.reason_box {
    border-radius: 6px;
    padding: 15px;
    background-color: #edf4ff;
    text-align: center;
}
.reason_box_tit {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
}
.reason_box_num {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    background-color: #0747A6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}
.reason_box_img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.reason_box_img > img {
    width: auto;
    height: 80px;
}
@media (max-width: 600px) {
    .reason .flex {
        gap: 10px;
    }
}

/* Fixed button */
.fixed-button-pc a.click_top_support_service {
    background-color: #FF991F;
}
.fixed-button-pc a.click_top_support_service:hover {
    background: #ff6600;
}


.support_service_bnr{width: 80%; margin: auto;}
.support_service_bnr a{display: flex; flex-wrap: wrap; justify-content: flex-start; text-align: left; background: #FFF; border-radius: 10px; border: 1px solid #ccc; overflow: hidden;}
.support_service_bnr a dl{width: calc(70% - 40px); padding: 20px;}
.support_service_bnr a dl dt{font-weight: bold; font-size: 1.16em; margin-bottom: 10px;}
.support_service_bnr a img{width: 30%; height: 100%; object-fit: cover;}

.support_service_bnr a:hover{opacity: 0.8;}

@media (max-width: 600px) {
    .support_service_bnr a dl{width: calc(100% - 40px); padding: 20px;}
    .support_service_bnr a img{width: 100%; height: 100%; object-fit: cover;}

}



/* 価格ページ ------------------------------ */
/* プラン */
.support-price_plan{}
.support-price_plan .support_plan{max-width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 20px;}

.support-price_plan .support_plan dl{width: 50%;}
.support-price_plan .support_plan dl dt{position: sticky; top:96px; z-index: 2; border: 1px solid #aaa; padding: 16px 0; text-align: center; font-size: 1.2em; font-weight: bold;}
.support-price_plan .support_plan dl dd{border: 1px solid #aaa; min-height: 90px; text-align: center; padding: 20px;}
.support-price_plan .support_plan dl.basic dt,
.support-price_plan .support_plan dl.basic dd{border-right: 0;}
.support-price_plan .support_plan dl dd{border-top: 0;}

.support-price_plan .support_plan dl dd a{text-decoration: underline;}
.support-price_plan .support_plan dl dd a:hover{color: #0047F2;}

.support-price_plan .support_plan dl dd p{text-align: center;}
.support-price_plan .support_plan dl dd ul{text-align: left; margin-left: 20px;}
.support-price_plan .support_plan dl dd ul li{list-style: disc!important;}

.support-price_plan .support_plan dl dd p.label_option{display:inline-block; justify-content: center; align-content: center;
    background: #f9c84e; width: auto; padding: 8px 10px 4px; font-size: 0.9em; line-height: 100%; font-weight: bold; border-radius: 4px; margin-bottom: 20px;}

.support-price_plan .support_plan dl dd p.label_recommendation{display:inline-block; justify-content: center; align-content: center;
    background: #b3df72; width: auto; padding: 8px 10px 4px; font-size: 0.9em; line-height: 100%; font-weight: bold; border-radius: 4px; margin-bottom: 20px;}

.support-price_plan .support_plan dl.basic dt{background: #b3df72;}
.support-price_plan .support_plan dl.basic dd{background: #faffef;}

.support-price_plan .support_plan dl.account dt{background: #8fb8f6;}
.support-price_plan .support_plan dl.account dd{background: #e8f3ff;}

.ico_check{position: relative; padding-left: 15px; top:-14px; font-size: 0; margin: auto 10px auto 0;}
.ico_check:before{content: ""; position: absolute; top: .2em; left: 0; width: 16px; height: 16px; border-radius: 30px;}
.ico_check:before{border: 1px solid #54a840; background-color: #54a840;}
.ico_check:after {content: ""; position: absolute; top: 2px; left: 6px; transform: rotate(50deg);width: 5px; height: 9px; border-right: 2px solid #FFF; border-bottom: 2px solid #FFF;}

.support-price_plan .support_plan dl dd .label_chk{margin-bottom: 0;}
.support-price_plan .support_plan dl dd .price{margin: 10px auto 10px; font-size: 1.2em; font-weight: bold;}
.support-price_plan .support_plan dl dd .price b{font-size: 1.6em; margin-left: 4px;}

.support-price_plan .support_plan dl dd:nth-child(2){height: 140px; display: flex; flex-wrap: wrap;}
.support-price_plan .support_plan dl dd:nth-child(2) div{width: 100%; height: 50px;}

.support-price_plan .support_plan dl dd:nth-child(3){height: 170px;}
.support-price_plan .support_plan dl dd:nth-child(5){height: 140px;}

@media (max-width: 600px){
    .support-price_plan .support_plan dl dt{position: sticky; top:60px;}
    .support-price_plan .support_plan dl{width: 100%;}
    .support-price_plan .support_plan dl.basic{margin-bottom: 20px;}
    .support-price_plan .support_plan dl.basic dt,
    .support-price_plan .support_plan dl.basic dd{border-right: 1px solid #aaa;}
    
    .support-price_plan .support_plan dl dd:nth-child(2){height: auto!important; }
    .support-price_plan .support_plan dl dd:nth-child(3){height: auto!important;}
    .support-price_plan .support_plan dl dd:nth-child(5){height: auto!important;}
}

/* リックソフトサポートのオプション */
.table_box{overflow-x: auto; display: block; margin-bottom: 20px;}
.support_option{min-width: 700px;}
.support_option th{background: #aaa; font-weight: bold;}
.support_option td.support_option_td_title{background: #eee; font-weight: bold;}

/* アトラシアン製品BPOサービス（運用作業代行） */
.bpo_service{display: flex; flex-wrap: wrap; width: 100%;}
.bpo_service dt{width: 50%;}
.bpo_service dt img{width: calc(100% - 20px); margin-right: 20px; height: auto; border:1px solid #ccc; border-radius: 6px;}
.bpo_service dd{width: 50%;}

@media (max-width: 600px) {
    .bpo_service dt{width: 100%;}
    .bpo_service dt img{width: calc(100% - 0px); margin-right: 0px; margin-bottom: 20px;} 
    .bpo_service dd{width: 100%;}
}



.fixed-button-pc a.click_top_support_plan {background-color: #FF991F;}
.fixed-button-pc a.click_top_support_plan:hover {background-color: #ff6600;}

.fixed-button-sp a.click_top_support_plan {background-color: #FF991F;}
.fixed-button-sp a.click_top_support_plan:hover {background-color: #ff6600;}
.fixed-button-sp a{display: flex; justify-content: center; align-items: center;}


/*  

 <dl class="bpo_service">
    <dt><img src="/common/img/product/bpo/bpo_eyecatch.webp" width="1200" height="630" alt="アトラシアン製品 BPOサービス" loading="lazy"></dt>
    <dd>
        <p>Atlassian製品の運用においては、設定作業やユーザー管理などの業務負担が発生します。<br>リックソフトは、御社のAtlassian環境運用担当を請け負う<b>「BPOサービス」</b>を提供しています。<br>運用や設定に関するご相談だけでなく、管理業務の代行、設定作業の実行など、<b>継続的な運用支援にも対応しています。</b></p>

        <p><b>アカウントサポートプラン</b>でご契約されているお客様には<b>ご優待価格を設定しています。</b></p>

        <p class="center btn"><a href="/solution/bpo/">BPOサービスについて詳しく見る</a></p>
    </dd>                
</dl>   
*/
