@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;
}
.f-wrap.center{justify-content: center}
/*アイコン付き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;
}

.ttl_h3{
	font-size:20px;
	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);
}
.red .h3__title {
    background-color: #fae5ea;
}
.red table th {
    background-color: #fae5ea;
}

/*---------------------------------------
	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;
}
.f-box.realize .nayami:after {
    content: "";
    position: absolute;
    bottom: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #e8e9ed;
    border-right: 0;
    left: 50%;
    transform: translateX(-50%);
}
.f-box.realize .nayami {
    background: #e8e9ed;
    padding: 1rem;
    margin-bottom: 14px;
    position: relative;
    text-align: center;
    border-radius: 6px;
}
.f-box.realize .nayami span {
    display: block;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
.f-box.realize .nayami > div > p {
    display: flex;
    justify-content: center;
    align-items: center;
  padding: 10px;
}
@media screen and (max-width: 480px){
	.f-box.realize{
		width:100%;
	}
  .f-box.realize .nayami:after {
      border-right: 14px solid transparent;
      border-left: 14px solid transparent;
      border-top: 14px solid #e8e9ed;
      border-bottom: 0;
  }  
}
.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%;
}
.f-box .flex_vc {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*---------------------------------------
	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 .title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}
.f-box.webservice img{
	max-width:100%;
}
.f-box.arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 24px solid #61677d;
    border-right: 0;
    transform: translate(-50%, -50%);
}
.f-box.webservice .box {
    background: #e8e9ed;
    margin-top: .5rem;
    padding: 1rem;
    line-height: 1.25;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f-box.webservice .box.red {
    background: #fae5ea;
}
@media screen and (max-width: 480px){
	.f-box.webservice{
		width:100%;
		padding:0;
	}
  
  .f-box.arrow {
      padding-top: 20px;
  }
  .f-box.arrow:after {
      border-right: 20px solid transparent;
      border-left: 20px solid transparent;
      border-top: 20px solid #555555;
      border-bottom: 0;
      top: 0;
      left: 50%;
  }
}


/*---------------------------------------
	タブ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　料金体系
---------------------------------------*/
.glay_box {
    background: #fff;
    text-align: center;
    padding: 15px;
    border: solid 1px #aaaaaa;
}
.f-box.price{
	background-color:#F2F2F2;
	padding:18px;
	margin:0 0 20px;
}
/*通常プラン*/
.f-box.price.usual{
	width:calc((100% - 60px) / 3);
}
.f-box.price.usual.col-2 {
  width:calc((100% - 60px) / 2);
}
/*トライアルプラン*/
.f-box.price.trial{
	width:calc((100% - 50px) / 2);
}
/*分析AIオプション（学習・推論）*/
.ai_notes {
	text-align: center;
}
.f-box.price.ai {
	width:calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px){
	.f-box.price.usual,.f-box.price.usual.col-2,
	.f-box.price.trial,.f-box.price.ai{
		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;/*赤*/
}
/*分析AIオプション（学習・推論）*/
.f-box.price.ai h4{
	color:#1a2650;/*紺*/
}

.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.ai .type{
	color:#1a2650;/*紺*/
	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: 12px;
}
.annotation a{text-decoration: underline}

/*---------------------------------------
	タブ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 .link_item:hover {
    color: #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: -1.6rem;
}
.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);
  }
}

/*---------------------------------------
	issue_list
---------------------------------------*/
.issue_list .ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
    margin: 0 0 10px 0;
}
.issue_list .grids__contents + .grids__contents {
    margin-top: 20px;
}
.issue_list .list > li {
    padding-left: 26px;
    position: relative;
}
.issue_list .list > li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 8px;
    width: 6px;
    height: 6px;
    background: #1a2650;
}
.issue_list .list > li + li {
    margin-top: .5em;
}


/*---------------------------------------
	service_list
---------------------------------------*/
.service_list .ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
    margin: 0 0 10px 0;
}
.service_list .category {
    margin-left: -2px;
    width: calc(100% + 2px);
}
.service_list .category > li {
    display: inline-block;
    font-size: 12px;
    background: #e6eaef;
    color: #013364;
    padding: .5em;
    line-height: 1;
    border-radius: .3em;
    margin: 2px;
}
.service_list .category > li + li {
    margin-left: 3px;
}
.service_list .list > li {
    padding-left: 26px;
    position: relative;
}
.service_list .list > li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 8px;
    width: 6px;
    height: 6px;
    background: #1a2650;
}
.service_list .list > li + li {
    margin-top: .5em;
}

@media screen and (max-width: 768px){
  main .sp-ta-left {
      text-align: left;
  }
  .service_list .icon {
      margin-bottom: 0;
  }
  .service_list > .grids__contents > .grids-4 + .grids-4 {
      margin-top: 30px;
  }
  .service_list [data-mh="service_ttl"] {
      display: flex;
  }
  .service_list [data-mh="service_ttl"] .grids-3 {
    width: 25%;
  }
  .service_list [data-mh="service_ttl"] .grids-9 {
      width: 75%;
  }
  .service_list [data-mh="service_ttl"] .grids-8 {
      width: 70%;
  }
  .service_list [data-mh="service_ttl"] .grids-4 {
      width: 30%;
  }
}

.usecase_list .usecase_item .index{display:flex;align-items:center}
.usecase_list .usecase_item .index .en{width:4em;font-size:3em;text-align:center;padding-bottom:12px;font-weight:700;color:#888}
.usecase_list .usecase_item .index .type{width:calc(100% - 4em);display:flex;text-align:center}
.usecase_list .usecase_item .index .type dl+dl{padding-left:40px}
.usecase_list .usecase_item .index .type dl dd{font-size:16px;margin-top:0;min-width: 7em;}
.usecase_list .usecase_item .index .type dl+dl:before{content:"＋";position:absolute;top:calc(50% - 12px);left:5px;transform:translateY(-50%) rotate(45deg);font-size:30px}
.usecase_list .usecase_item .txt .ttl{text-align:center;margin-top:16px;font-size:18px;font-weight:700;line-height:1.3}
.usecase_list .usecase_item .txt .point{margin-top:10px}
.usecase_list .usecase_item .txt .point td,.usecase_list .usecase_item .txt .point th{border:none;background:0 0;padding:5px 0;vertical-align:middle}
.usecase_list .usecase_item .txt .point td{padding-left:10px}
.usecase_list .usecase_item .txt .point th{white-space:pre}
.usecase_list .usecase_item .txt .point span{background:#484848;color:#fff;display:inline-block;padding:.25em .5em}
.usecase_list .usecase_item .txt .point span.w100{width:100%}
.usecase_list .usecase_item .txt .point span+span{position:relative;margin-left:24px}
.usecase_list .usecase_item .txt .point span+span:before{content:"＋";position:absolute;top:calc(50% - .05em);left:-21px;transform:translateY(-50%) rotate(45deg);font-size:20px;color:#000}

@media screen and (min-width: 769px){
  .usecase_list{display:flex;flex-wrap:wrap}
  .usecase_list .usecase_item{width:50%;padding:10px}
  .usecase_list>.usecase_item:nth-of-type(2),.usecase_list>.usecase_item:nth-of-type(4){border-top: solid 1px #000;}
  .usecase_list>.usecase_item:nth-of-type(3),.usecase_list>.usecase_item:nth-of-type(4){border-left:solid 1px #000;}
  .usecase_list .usecase_item:nth-of-type(2){order:3}
  .usecase_list .usecase_item:nth-of-type(3){order:2}
  .usecase_list .usecase_item:nth-of-type(4){order:4}
}
@media screen and (max-width: 768px){
  .usecase_list .usecase_item .index .en{width:2em;font-size:2em}
  .usecase_list .usecase_item .index .type{width:calc(100% - 2em);display:flex;text-align:center}
  .usecase_list .usecase_item .index .type dt img{width:50px}
  .usecase_list .usecase_item .index .type dl dd{font-size:13px;margin-top:0}
  .usecase_list .usecase_item .index .type dl+dl:before{top:calc(50% - 7px)}
  .usecase_list .usecase_item{width:100%;padding:15px 0}
  .usecase_list>.usecase_item+.usecase_item{border-top:solid 1px #000}
}


.price_structure{display:flex;gap:0 80px;max-width:1000px;margin-right:auto;margin-left:auto}
.price_structure .price_structure_item{text-align:center;position:relative}
.price_structure .price_structure_item+.price_structure_item:before{content:"＋";position:absolute;top:calc(50% + .5em);left:-1.8em;transform:translateY(-50%);font-size:2em}
.price_structure .price_structure_item .ttl{font-weight:700;font-size:20px;margin-bottom:15px}
.price_structure .price_structure_item .box{width:100%;height:100%;background:#e8e9ed;display:flex;align-items:center;justify-content:center}
.price_structure .price_structure_item .box.box_red{background:#fae5ea}
.price_structure .price_structure_item .box p{margin:0;padding:0}
.price_structure .price_structure_item .box{width:100%;background:#e8e9ed;display:flex;align-items:center;justify-content:center;padding:1em}
.price_structure .price_structure_item .box.box_red{background:#fae5ea;}
.price_structure .price_structure_item .box.box_red+.box{margin-top:3em;position:relative}
.price_structure .price_structure_item .box.box_red+.box:before{content:"＋";position:absolute;top:-.75em;left:calc(50% - .5em);transform:translateY(-50%);font-size:2em}
@media screen and (min-width:769px){
.price_structure .price_structure_item .box.box_red{height:7.5em}
.price_structure .price_structure_item .box{height:18em}
.price_structure .price_structure_item{width:15em}
.price_structure .price_structure_item+.price_structure_item{width:calc(100% - 15em - 80px)}
}
@media screen and (max-width: 768px){
.price_structure{display:block}
.price_structure .price_structure_item+.price_structure_item{margin-top:4em}
.price_structure .price_structure_item+.price_structure_item:before{top:-40px;left:calc(50% - .5em)}
.price_structure .price_structure_item .box{display:block;text-align:left;}
.price_structure .price_structure_item .box b{display:block;text-align:center;}	
.price_structure .price_structure_item .box p b + br {display: none;}
.price_structure .price_structure_item .box.box_red b {margin-bottom: 8px;}  
}