@charset "UTF-8";

/*---------------------------------

	2024/10
	CTAボタン 追従ボタンを
	テンプレに合わせ改修

---------------------------------*/

/* --------------------------------
	etc/designs/nttcom/hq/jp/business/cmn/temp/css/2022/parts2022_style.css
	CAT部分を抜粋
 --------------------------------*/
.contact-info {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .contact-info {
    background-image: url("https://www.ntt.com/content/dam/nttcom/hq/jp/business/cmn/img/dcc_temp/img_bg.jpg");
  }
}

@media screen and (max-width: 768px) {
  .contact-info {
    background-image: url("https://www.ntt.com/content/dam/nttcom/hq/jp/business/cmn/img/dcc_temp/img_bg_sp.jpg");
  }
}

.contact-info__inner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
  width: 100%;
}

.contact-info__list {
  padding: 51px 0 58px;
}

@media screen and (min-width: 769px) {
  .contact-info__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact-info__item {
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  .contact-info__item {
    padding: 34px 70px 50px;
    width: calc(50% - 20px);
  }
  .contact-info__item:not(:first-of-type) {
    margin: 0 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .contact-info__item {
    padding: 34px 24px 45px;
    width: 100%;
  }
  .contact-info__item:not(:first-of-type) {
    margin: 30px 0 0;
  }
}

.contact-info__item--title {
  color: #cc023a;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.contact-info__item--title.tt-bk {
  color: #333;
}

.contact-info__item--text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin: 15px 0 0;
}

.contact-info__item--tel {
  color: #cc023a;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
}

.contact-info__item--note {
  font-size: 12px;
  font-size: 0.75rem;
}

.contact-info__item--buttons {
  margin: 18px 0 0;
}
@media screen and (min-width: 769px) {
  .contact-info__item--buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .contact-info__item--buttons {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .contact-info__item--buttons p {
    margin-bottom: 10px;
    margin-right: 10px;
    width: 220px;
  }
  .contact-info__item--buttons p:nth-of-type(even) {
    margin-right: 0;
  }
  .contact-info__item--buttons p:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .contact-info__item--buttons p {
    margin-bottom: 10px;
    width: 100%;
  }
  .contact-info__item--buttons p:last-of-type {
    margin-bottom: 0;
  }
}

.contact-info__item--buttons a {
  font-weight: bold;
  transition-duration: 1s;
}

.contact-info__item--buttons a:hover {
  background-color: #fd0449;
  text-shadow: 0px 0px 5px rgb(0 0 0);
  transition: all 0.3s ease;
}

.contact-info__item--buttons a.btn-yellow:hover {
  background-color: #fff201;
  text-shadow: none;
  transition: all 0.3s ease;
}

.contact-info__item--buttons p a {
  background-color: #cc023a;
  border-radius: 6px;
  border: 2px solid #000;
  color: #fff;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
}

.contact-info__item--buttons p a::before {
  background-image: url("https://www.ntt.com/content/dam/nttcom/hq/cmn/img/arrow-right-accent.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 6px;
  transition: all 0.5s ease;
}

.contact-info__item--buttons p a:hover::before{
  right: 10px;
  transition: all 0.1s ease;
}

.contact-info__item--buttons p a:hover {
  opacity: 0.8;
}

.contact-info__item--buttons p a.btn-yellow {
  background-color: #fed33e;
  color: #000;
}

.contact-info__item--buttons p a.btn-yellow::before {
  background-image: url("https://www.ntt.com/content/dam/nttcom/hq/jp/business/cmn/img/dcc_temp/icon_arrow_right_black.svg");
}

/* --------------------------------
	CAT部分の不都合を調整
 --------------------------------*/
.contact-info ol,
.contact-info ul {
    list-style: none;
    list-style-type: none;
    margin:0;
}
.contact-info a[class^="js-tel"]{
    text-decoration: none;
    color: #000 !important;
}
.contact-info .s-fz-l {
    font-size: inherit;
}
@media screen and (max-width: 768px) {
    .contact-info__item {
        width: auto;
    }
}
.contact-info__item--buttons p a,
.contact-info__item--buttons p a:hover,
.contact-info__item--buttons p a:visited,
.contact-info__item--buttons p a:active {
    text-decoration: none !important;
    color: #FFF !important;
}
.contact-info__item--buttons p a.btn-yellow,
.contact-info__item--buttons p a.btn-yellow:hover,
.contact-info__item--buttons p a.btn-yellow:visited,
.contact-info__item--buttons p a.btn-yellow:active {
    text-decoration: none !important;
    color: #000 !important;
}


/*文字サイズ*/
.contact-info__item--title {
  font-size: 20px;
  /*font-size: 1.25rem;*/
}
.contact-info__item--text {
  font-size: 14px;
  /*font-size: 0.875rem;*/
}
.contact-info__item--tel {
  font-size: 26px;
  /*font-size: 1.625rem;*/
}

.contact-info__item--note {
  font-size: 12px;
  /*font-size: 0.75rem;*/
}

.contact-info__item--buttons p a {
  font-size: 12px;
  /*font-size: 0.75rem;*/
}

/*2行に*/
@media screen and (min-width: 769px) {
    .contact-info__item--buttons p {
        margin-bottom: 10px !important;
        margin-right: 0;
        width: 290px;
    }
}





/* --------------------------------
	etc/designs/nttcom/hq/jp/business/cmn/temp/css/2022/parts2022_style.css
	追従ボタンの部分を抜粋
 --------------------------------*/
 
/* 画面右下フロートボタン*/

.contactUsButton {
  position: fixed;
  right: 20px;
  z-index: 970;
}

.contactUsButton a {
  background: #cc023a;
  border-radius: 10px;
  border: 2px solid #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 10px !important;
          box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 10px !important;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  min-width: 200px;
  padding: 12px 25px 12px 15px;
  text-align: center;
  text-decoration: none;
  transition-duration: 1s;
}

.contactUsButton a:hover {
  background-color: #fd0449;
  text-shadow: 0px 0px 5px rgb(0 0 0);
  transition: all 0.3s ease;
}

.contactUsButton a::after {
  border-right: 0.13em solid #fff;
  border-top: 0.13em solid #fff;
  content: "";
  display: inline-block;
  height: 0.5em;
  margin-left: 1rem;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 0.5em;
  position: absolute;
  top: 18px;
  right: 20px;
  transition: all 0.5s ease;
}

.contactUsButton a:hover::after {
  right: 15px !important;
  transition: all 0.3s ease;
}

.contactUsButton--yellow a {
  background: #ffd601;
  color: #000;
}

.contactUsButton--yellow a:hover {
  background-color: #fff201;
  text-shadow: none;
}

.contactUsButton--yellow a::after {
  border-top: 0.13em solid #000;
  border-right: 0.13em solid #000;
}

/* --------------------------------
	追従ボタン部分の不都合を調整
 --------------------------------*/
.contactUsButton a {
  font-size: 16px;
  /*font-size: 1rem;*/
  line-height:1.0;
}
.contactUsButton a,
.contactUsButton a:hover{
  color: #FFF !important
}
.contactUsButton--yellow a,
.contactUsButton--yellow a:hover {
  color: #000 !important;
}



/* --------------------------------
	コンテンツ
 --------------------------------*/

/*バナー*/
.bnr_wrap{
	width:80%;
	text-align:center;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
	.bnr_wrap{
		width:100%;
	}
}
.bnr_wrap img{
	max-width:100%;
}
.bnr_wrap a,
.bnr_wrap a:hover{
	transition: .3s ease;
}
.bnr_wrap a:hover img{
	opacity:.7;
}

/*キャンペーン黄色枠*/
.cpbox_outer_wrap{
	padding: 22px;
	background-color: #fff9c4;
	margin-bottom:30px;
}
.cpbox_inner_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpbox_inner_pic{
	width:25%;
	text-align:center;
}
.cpbox_inner_pic img{
	width:100%;
}
.cpbox_inner_detail{
	width:calc(100% - 25% - 30px);
}
@media screen and (max-width: 480px) {
	.cpbox_inner_pic{
		width:100%;
		margin:0 0 15px;
	}
	.cpbox_inner_pic img{
		width:200px;
	}
	.cpbox_inner_detail{
		width:100%;
	}
}
.cpbox_ttl{
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	margin:0 0 20px;
	padding:0;
}

/*画像*/
.img_wrap{
	width:50%;
	text-align:center;
	margin:0;
}
@media screen and (max-width: 480px) {
	.img_wrap{
		width:100%;
	}
}
.img_wrap img{
	width:100%;
}


/*5G対応ホームルーター 2カラム*/
.usual_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.usual_pic{
	width:15%;
	text-align:center;
}
.usual_pic img{
	width:100%;
}
.usual_detail{
	width:calc(100% - 15% - 30px);
}
@media screen and (max-width: 767px) {
	.usual_pic{
		width:100%;
		margin:0 0 15px;
	}
	.usual_pic img{
		width:150px;
	}
	.usual_detail{
		width:100%;
	}
}