@charset "UTF-8";
/* ------------------------------------------------------------
2022.05 G4 製品料金 移設用
------------------------------------------------------------ */
.mobile_charge h1{
	font-size: 30px;
	font-weight: bold;
	margin: 100px auto;
	line-height: 1.5;
}
.mobile_charge h1.red-border{
	border-bottom: 2px solid #cc023a;
	padding-bottom: 20px;
	margin: 50px auto 10px;
}
.c-article {
	padding: 0 0 0;
}
/*ページ外リンクナビ*/
.p-gnav.--pc .p-gnav__list.c__06 .p-gnav__item{/*6つの場合*/
	width: calc(100% / 6);
}
.p-gnav.--pc .p-gnav__list.c__05 .p-gnav__item{/*5つの場合*/
	width: calc(100% / 5);
}
.p-gnav.--pc .p-gnav__list.c__04 .p-gnav__item{/*4つの場合*/
	width: calc(100% / 4);
}
.p-gnav.--pc .p-gnav__list.c__03 .p-gnav__item{/*3つの場合*/
	width: calc(100% / 3);
}
.p-gnav.--pc .p-gnav__list.c__02 .p-gnav__item{/*2つの場合*/
	width: calc(100% / 2);
}
.contents-main{
	float: none;
	margin: 0 auto;
}
.contact_bt {
    box-shadow: rgb(0 0 0 / 16%) 3px 3px 2px;
    font-family: FrutigerNeueLTW10-Bold, "Frutiger Neue W01 Bd", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Helvetica, sans-serif;
    letter-spacing: 0.15em;
    border-radius: 8px;
    padding: 5px 14px 7px;
    background: rgb(204, 2, 58) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(0, 0, 0) !important;
    border-image: initial !important;
}
.contact_bt button {
  text-decoration: none;
  color: #fff !important;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  padding: 0 10px 0 0;
  font-weight: bold;
  letter-spacing: 0.18em;
}
.contact_bt button::before {
  background-image: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-accent.svg);
  position: absolute;
  top: 2px;
  bottom: 0;
  right: -1px;
  margin: auto;
  content: "";
  width: 6.409px;
  height: 9.561px;
  background-size: 100% 100%;
}
table th,table td{
	vertical-align:middle;
}
@media screen and (max-width: 768px){
	.mobile_charge h1{
		padding: 0 .8%;
		margin: 30px auto;
	}

}

.p-contact-item__note {
	font-size: 12px;
	text-align: center;
}
.p-contact-item__tel {
	font-size: 26px;
	font-weight: bold;
	color: #cc023a;
	text-align: center;
}