@charset "UTF-8";
/*---------------------------------------
	テンプレ調整
---------------------------------------*/
main * {
	color:inherit;
}

@media screen and (min-width: 769px) {
	.main-article {
		padding: 0;
	}
	.main-article__contents{
		margin: 120px auto 0;
	}
}
@media screen and (max-width: 768px) {
	.main-article {
		padding: 0;
	}
}
@media screen and (max-width: 480px) {
	.main-article__contents{
		margin: 60px auto 0;
	}
}
@media screen and (min-width: 769px) {
	.img-mv__contents--inner {
		width:60%;
	}
}
/*MV 黄ボタン以外は白文字*/
.img-mv__contents--button a:not(.btn-yellow){
	color: #ffffff;
}
/*下部問い合わせボタン文字*/
@media screen and (min-width: 769px){
	.contact-info__item--buttons p {
		width:300px;
	}
}
.contact-info__item--buttons p a{
	color:#FFF;
	font-size:16px;
	font-size:1rem;
	font-weight:bold;
}
.contact-info__item--buttons p a:hover,
.contact-info__item--buttons p a:visited,
.contact-info__item--buttons p a:active{
	color:#FFF;
}


/*---------------------------------------
	汎用
---------------------------------------*/

/*PC・SP表示*/
.only_pc{display:initial;}
.only_sp{display:none;}
@media screen and (max-width: 480px){
	.only_pc{display:none;}
	.only_sp{display:initial;}
}
/*文字サイズ*/
.fs-10{
	font-size:10px !important;
}
/*FlexBox*/
.f-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
/*アイコン付きh2*/
.icon{
	margin:0 auto 30px;
	text-align:center;
}
h2.icon_header{
	font-size:24px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	margin:0 0 20px 0;
}
/*詳細へボタン*/
.detail_btn{
	width:302px;
	margin:0 auto;
}
@media screen and (max-width: 480px){
	.detail_btn{
		width:100%;
	}
}
.detail_btn a{
	display:block;
	color:#FFF !important;
	font-size:16px;
	text-align:center;
	padding:15px 20px;
	background-color:#013364;
	transition:opacity .3s ease;
}
.detail_btn a:hover{
	opacity:0.7;
	transition:opacity .3s ease;
}
.detail_btn a:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0.1em;
	right: 20px;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}


/*---------------------------------------
	TOP　秘密計算技術による、競争力強化の時代
---------------------------------------*/
.f-box.strength{
	width:calc((100% - 88px) / 3);
	margin:0 0 20px;
}
@media screen and (max-width: 480px){
	.f-box.strength{
		width:100%;
	}
}
.f-box.strength h3{
	font-size:20px;
	font-weight:bold;
	line-height:1.75;
	margin:0 0 10px 0;
}


/*---------------------------------------
	TOP　析秘で実現できること
---------------------------------------*/
.f-box.realize{
	width:calc((100% - 88px) / 3);
	margin:0 0 20px;
}
@media screen and (max-width: 480px){
	.f-box.realize{
		width:100%;
	}
}
.f-box.realize h3{
	font-size:20px;
	font-weight:bold;
	line-height:1.75;
	text-align:center;
	margin:0 0 10px 0;
}
@media screen and (max-width: 480px){
	.f-box.realize h3{
		text-align:left;
	}
}
.f-box.realize .pic{
	text-align:center;
}
.f-box.realize .pic img{
	max-width:100%;
}


/*---------------------------------------
	TOP　析秘のユースケース　特設サイト
---------------------------------------*/
.f-box.special{
	width:30.6%;
}
@media screen and (max-width: 480px){
	.f-box.special{
		width:100%;
		margin:0 0 20px;
	}
}
.f-box.special .pic{
	text-align:center;
}
.f-box.special .pic img{
	max-width:100%;
}
@media screen and (max-width: 480px){
	.f-box.special .pic img{
		width:100%;
	}
}
.f-box.special a{
	display:block;
	transition:opacity .3s ease;
}
.f-box.special a:hover{
	opacity:0.7;
	transition:opacity .3s ease;
}


/*---------------------------------------
	TOP　メディア掲載情報
---------------------------------------*/
.f-wrap.media{
	width: 100%;
	display: none;
	flex-wrap: wrap;
	justify-content: flex-start;
	/* margin:40px 0 0 0; */
}
.f-wrap.media.is-show{
	display: flex;
}

.f-box.media{
	width:calc((100% - 60px) / 4);
	margin:0 20px 20px 0;
	background:#F2F2F2;
}

.f-box.media:nth-of-type(4n){/*4の倍数の時*/
	margin:0 0 20px 0;
}
@media screen and (max-width: 480px){
	.f-box.media{
		width:100%;
		margin:0 0 20px 0;
	}
}
.f-box.media .pic{
	text-align:center;
}
.f-box.media .pic img{
	width:100%;
}
.f-box.media .txt{
	padding:20px;
	font-size:14px;
}
.f-box.media .txt h3{
	font-size:20px;
	font-weight:bold;
	line-height:1.2;
	margin:0 0 10px 0;
}
.f-box.media a{
	display:block;
	transition:opacity .3s ease;
	color:#333;
}
.f-box.media a:hover{
	opacity:0.7;
	transition:opacity .3s ease;
}
/*日付*/
.date{
	font-size:12px;
	line-height:1;
	margin:0 0 10px 0;
}
/*3点リーダー*/
.f-box.media .line3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 行数が3の場合 */
	overflow: hidden;
}
.f-box.media .line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; /* 行数が4の場合 */
	overflow: hidden;
}
/*SP時 .f-cont-wrap*/
@media screen and (max-width: 480px){
	.f-cont-wrap{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
	}
	.f-box.media .pic{
		width:120px;
		padding:20px 0 0 20px;
	}
	.f-box.media .txt{
		width:calc(100% - 120px);
	}
}


/*---------------------------------------
	TOP　メディア掲載情報　記事をもっと見る
---------------------------------------*/
.more_btn{
	display: block;
	width: 9.5em;
	margin: 0 auto;
	color: #004386;
	cursor: pointer;
	transition: all .3s;
}
.more_btn:hover{
	opacity:.7;
}

/*タイトル横の矢印*/
.more_btn::after{
	content:"";
	width: 12px;
	height: 12px;
	border-top: 2px solid #004386;
	border-right: 2px solid #004386;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 9px );
	right: 0;
	transform: rotate(135deg);
}
.f-wrap.media{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .3s;
}
.f-wrap.media.is-show:not(.is-notMove){
	animation: SlideIn .3s;
}
@keyframes SlideIn {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



/*---------------------------------------
	タブ02　析秘の特徴
---------------------------------------*/
/*析秘が選ばれる6つの理由*/
.f-box.reason{
	width:calc((100% - 88px) / 3);
	margin:0 0 20px;
}
@media screen and (max-width: 480px){
	.f-box.reason{
		width:100%;
	}
}
.f-box.reason h3{
	font-size:20px;
	font-weight:bold;
	line-height:1.75;
	margin:0 0 10px 0;
}
/*ブラウザで使えるWebサービス*/
.f-box.webservice{
	width:50%;
	margin:0 0 20px;
	padding:16px;
	text-align:center;
}
.f-box.webservice img{
	max-width:100%;
}
@media screen and (max-width: 480px){
	.f-box.webservice{
		width:100%;
		padding:0;
	}
}


/*---------------------------------------
	タブ03　ユースケース
---------------------------------------*/
/*グレー背景*/
.gray_wrap{
	background-color:#F2F2F2;
	padding-top:70px;
	padding-bottom:40px;
}
.gray_wrap .main-article__contents{
	margin: 0 auto 0;
	padding-bottom:0;
}
.gray_wrap .main-article__contents--inner{
	padding:0 50px 0;
}
@media screen and (max-width: 768px){
	.gray_wrap .main-article__contents--inner{
		padding:0 20px 0;
	}
}

/*業界別の析秘活用イメージ*/
.f-wrap.industry{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.f-box.industry{
	width:302px;
	margin-right:calc((100% - 906px) / 2);
	margin-bottom:40px;
}
.f-box.industry:nth-of-type(3n){/*3の倍数の時*/
	margin-right:0;
}
.f-box.industry .detail_btn{
	width:100%;
}
@media screen and (max-width: 768px){
	.f-box.industry{
		width:48%;
		margin-right:4%;
		margin-bottom:40px;
		background:yellow;
	}
	.f-box.industry:nth-of-type(3n){/*3の倍数の時*/
		margin-right:4%;
	}
	.f-box.industry:nth-of-type(2n){/*2の倍数の時*/
		margin-right:0;
	}
}
@media screen and (max-width: 480px){
	.f-box.industry{
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	.f-box.industry:nth-of-type(3n){/*3の倍数の時*/
		margin-right:0;
	}
}


/*---------------------------------------
	タブ04　料金体系
---------------------------------------*/

.f-box.price{
	background-color:#F2F2F2;
	padding:18px;
	margin:0 0 20px;
}
/*通常プラン*/
.f-box.price.usual{
	width:calc((100% - 60px) / 3);
}
/*トライアルプラン*/
.f-box.price.trial{
	width:calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px){
	.f-box.price.usual,
	.f-box.price.trial{
		width:100%;
	}
}
.f-box.price .label{
	color:#1A2650;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.f-box.price h3{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
}
.f-box.price h4{
	font-size:28px;
	font-weight:bold;
	text-align:center;
}
/*通常*/
.f-box.price.usual h4{
	color:#1a2650;/*紺*/
}
/*トライアル*/
.f-box.price.trial h4{
	color:#be3522;/*赤*/
}

.f-box.price.trial .label{
	color:#be3522;/*赤*/
}
.f-box.price h4 span{
	color:#333;
	font-size:14px;
	font-weight:normal;
}
.f-box.price.trial .type{
	color:#be3522;/*赤*/
	font-size:14px;
	text-align:center;
	margin:20px 0 0;
}
.f-box.price sup{
	font-size:6px;
}
.f-box.price table{
	width:100%;
	margin:0;
}
.f-box.price table,
.f-box.price th,
.f-box.price td{
	font-size:13.5px;
	font-weight:normal;
	line-height:1.3;
	vertical-align:middle;
	padding:15px 0;
	margin:20px 0 0;
	border:none;
	background-color:initial;
}
.f-box.price tr{
	border-top:1px solid #999;
}
.f-box.price tr:first-child{
	border-top:none;
}
.f-box.price td{
	text-align:right;
}
ul.note{
	list-style-type: disc;
	font-size:12px;
	padding-left:1.3em;
	margin:0 0 20px 0;
}
.annotation{
	color:#333;
	font-size:10px;
}

/*---------------------------------------
	タブ05　よくあるご質問
---------------------------------------*/
.link_box{
	text-align: center;
}
.link_box .link_item{
	display: inline-block;
	line-height: 1;
}
.link_box .link_item + .link_item{
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid #004386;
}
.link_box a{
	text-decoration: underline !important;
}
.link_box a:hover{
	text-decoration: underline !important;
	opacity:.7;
}
.faq_list{
	margin: 70px 0 0;
}
.faq_list .list_item{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #959595;
}

.faq_list .list_item-q{
	position: relative;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.faq_list .list_item-q:hover{
	opacity: .7;
}
.faq_list .list_item-q p{
	padding-right: 40px;
}
.faq_list .list_item-q p::before{
	content: "Q.";
}

.list_item .list_item-a{
	display: none;
}
.list_item .list_item-a .link_item{
	text-decoration: underline !important;
}
.list_item .list_item-a:hover .link_item{
	text-decoration: underline !important;
	opacity:.7;
}
.faq_list .list_item-a p{
	margin: 22px 0 0;
	font-size: 16px;
	line-height: 1.5;
}
.faq_list .list_item-a p::before{
	content: "A.";
}

.faq_list .list_item-q p,
.faq_list .list_item-a p{
	margin-left: 2rem;
	text-indent: -2rem;
}
.faq_list .list_item-q p::before,
.faq_list .list_item-a p::before{
	margin-right: .7rem;
}

/* プラスマイナス記号 */
.faq_list .list_item-q::before,
.faq_list .list_item-q::after{
	content: "";
	display: inline-block;
	background: #004386;
	position: absolute;
}
.faq_list .list_item-q::before{
	width: 24px;
	height: 2px;
	right: 3px;
	top: calc(.5em + 2px);
}
.faq_list .list_item-q::after{
	width: 2px;
	height: 24px;
	right: 14px;
	top: calc(.5em - 8px);
}
.list_item.is-open .list_item-q::after{
	display: none;
}
.mail_img{
	width: 172px;
	margin: 0 5px;
	vertical-align: middle;
}
@media screen and (max-width: 768px){
	.link_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 50px;
	}
	.link_box .link_item + .link_item{
		margin: 25px 0 0 0;
		padding: 25px 0 0 0;
		border: none;
	}

	.faq_list .list_item:first-of-type{
		padding-top: 30px;
		border-top: 1px solid #959595;
	}
	.faq_list .list_item-a p{
		line-height: 1.8;
	}

  /* プラスマイナス記号 */
  .faq_list .list_item-q::before{
    top: calc(50% - 1px);
  }
  .faq_list .list_item-q::after{
    top: calc(50% - 12px);
  }
}