@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, u, center, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}


html{
  font-family: sans-serif ;
}
main{
  padding-top: 65px;
}
body{
	margin:0;
	padding: 0;
}
header {
	width: 100%;
	background-color: rgba(255,255,255,1);
	z-index: 970;
	position: fixed;
	top: 0;
	left: 0;
}
header:not(#top-head){
	width: 100%;
	background-color: rgba(255,255,255,1);
	z-index: 970;
	position: fixed;
	top: 0;
	left: 0;
}
.global-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1;
	height: 65px;
	background-color: white;
	position: relative;
	z-index: 1;
}
.global-header__brand {
	padding: 0 0 0 10px;
	display: flex;
	align-items: center;
}
.global-header__btnlogin,
.global-header__btnlogout{
	padding-right: 20px;
}
.global-header__btnlogin img,
.global-header__btnlogout img{
	width: 160px;
}


@media screen and (max-width: 960px){
	.global-header__brand img {
		width: 210px;
		height: auto;
	}
	.global-header__btnlogin,
  .global-header__btnlogout{
		padding-right: 10px;
	}
}
@media screen and (max-width: 480px) {
	.global-header__btnlogin img,
	.global-header__btnlogout img{
		width: 120px;
	}
}

.contents{
  margin-top: 0!important;
  background: #fff;
}




footer a, footer a:visited {
  color: #000;
  text-decoration: underline;
}
footer a:hover {
  color: #CC0033;
  text-decoration: none !important;
}
footer {
  width: 100%;
  background: #e2e2e2;
  padding: 24px 0;
  color: #666;
  font-size: 14px;
  /*min-width: 1260px;*/
}
footer {
  line-height: 1;
  font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, Meiryo, sans-serif;
}
.footerInner {
  /*width: 1260px;*/
  margin: 0 auto;
  display: table;
}
.footerInner div {
  display: table-cell;
  vertical-align: middle;
}
footer .snsArea ul {
  width: 180px;
  margin: 0;
    margin-right: 0px;
  margin-right: 10px;
  list-style: none;
  padding: 0;
}
footer .snsArea li {
  float: left;
  margin-right: 10px;
  width: 25px;
}
footer .linkArea ul {
  margin: 0;
    margin-top: 0px;
  margin-top: 5px;
  max-width: 480px;
  list-style: none;
  padding: 0;
}
footer .linkArea li {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

footer .langArea {
  text-align: right;
	white-space: nowrap;
}
footer .langArea p {
  color: #004386;
  float: left;
}
footer .langArea .copyright {
  margin-top: 0;
  padding: 4px 0;
  color: #004386;
  font-size: 100%;
}
@media screen and (max-width:1024px){
	footer{
		padding:0;
		width:100%;
		min-width:100%;
		text-align:center;
	}
	.footerInner{
		width:100%;
		padding:50px 0;
	}
	footer .snsArea,
	footer .linkArea,
	footer .dArea,
	footer .langArea{
		display: block;
		width:100%;
		text-align:center;
		margin:0;
	}

	.footer-sns-icon-img{ width:30px; height:30px;}
	
	.footerInner div{
		display: block;
		width:100%;
		text-align:center;
	}
	
	footer .snsArea ul.sns{
		float:none;
		display:table;
		table-layout:fixed;
		margin:0 auto 50px;
		width:40%;
	}
	footer .snsArea ul.sns li{
		float:none;
		display:table-cell;
		padding:0 10px;
		width:100%;
		text-align:center;
	}

	footer .linkArea ul.link{
		float:none;
		margin:0 auto 30px;
		max-width:100%;
	}
	footer .linkArea ul.link li{
		float:none;
		display:inline-block;
		padding:0 20px;
		width:auto;
		text-align:center;
	}
	footer .dArea{
		margin-bottom:20px;
	}
	footer .langArea{
		padding:0;
	}
	footer .langArea .lang{
		float:none;
		padding-right:0;
		margin:0 auto 50px;
		display:inline-block;
	}
	footer .langArea .copyright{
		float:none;
		width: 100%;
		text-align: center;
		font-size: 12px;
	}
	footer .dArea{
		float:none;
	}
	footer .bigFooter{
		width:100%;
		padding-left:6.1%;
		padding-right:6.1%;
		min-width:100%;
		text-align:left;
	}
	footer .bigFooter .bigFooterInner{
		width:100%;
	}
	.popupFooter{
		min-width:100%;
	}
}

/* =========================================================
 * スマホ版
 * 599px以下に適応
 * ====================================================== */

@media screen and (max-width:599px){

	.footerInner{
		width:100%;
		padding:25px 0;
	}

	footer .snsArea ul.sns{
		margin:0 auto 25px;
		width:60%;
	}
	footer .snsArea ul.sns li{
		padding:0 5px;
	}
	footer .linkArea ul.link{
		display:block;
		margin:0 auto;
	}
	footer .linkArea ul.link li{
		display:block;
		padding:0;
		margin-right:0;
		margin-bottom:20px;
		width:auto;
		text-align:center;
	}

	footer .langArea .lang{
		margin:0 auto 30px;
	}
	footer .bigFooter{
		padding-left:3.1%;
		padding-right:3.1%;
		text-align:center;
	}
	footer .bigFooter .bigFooterInner .linkBox{
		float:none;
		width:100%;
		margin-bottom:10px;
	}
}


/* お問い合わせ */
.p-contact__wrap .sec-cmn-lv2{
  margin: 57px auto 80px;
}
.p-contact__wrap .only-smt{
	display: none!important;
}
.inquiry-full{
	width: 940px;
	margin: 0 auto;
}
.btn-cmn-form > span > img{
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -4px;
  width: 8px;
}
.btn-cmn-form > span > span img{
  width: 34px;
}
.p-contact__wrap .sec-cmn-lv3 > h3{
	margin-bottom: 20px;
	padding: 7px 10px;
	line-height: 1.4;
	background-color: #f6f6f6;
	font-weight: bold;
}
.p-contact__wrap .tit-cmn-lv2{
	margin-bottom: 20px;
	padding-bottom: 11px;
	border-bottom: 1px solid #aaa;
	line-height: 1.4;
  font-size: 18px;
	font-weight: bold;
}
.p-contact__wrap .s-contact{
	display: flex;
	justify-content: center;
}
.p-contact__wrap .tit-cmn-lv3,
.p-contact__wrap .tit-cmn-lv4{
  font-size: 16px;
}
.p-contact__wrap .sec-cmn-lv3.col2{
	width: calc(50% - 20px);
}
.p-contact__wrap .sec-cmn-lv3.col2 + .sec-cmn-lv3{
	margin-left: 20px;
}
.p-contact__wrap .tit-cmn-lv4{
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
	line-height: 1.4;
	font-weight: bold;
}
.p-contact__wrap .tit-cmn-lv5 .s-fz-l{
  font-size: 22px;
	font-weight: bold;
}
.p-contact__wrap .tit-cmn-wrap{
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.p-contact__wrap .list-cmn-btn{
	margin: 0;
	padding: 0;
	text-align: center;
}
.p-contact__wrap .list-cmn-btn > li{
	display: inline-block;
	margin: 15px 20px 0 0;
	vertical-align: top
}
.p-contact__wrap .btn-cmn-form.s-image img:not(.ico-cmn-btn){
	margin: 0 18px 0 8px;
	vertical-align: middle;
}
.p-contact__wrap .btn-cmn-form.s-strongest{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 3px;
	border: 1px solid #c03;
	line-height: 1.3;
	background-color: #c03;
	text-align: center;
	vertical-align: top;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
}
.p-contact__wrap .btn-cmn-form > .inner{
	display: inline-block;
	width: 100%;
	padding: 5px 12px 5px 20px;
	border: 1px solid #e88ca3;
	vertical-align: middle;
}
.p-contact__wrap .s-mb-no{
  font-size: 14px;
}

/* 特殊なお問い合わせデザイン */
.p-contact02{
  margin: 80px auto;
}
.p-contact02 .p-contact__wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-contact02 .p-contact__wrap .main_title{
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  display: table;
  margin: 0 auto 50px;
  color: #333333;
  text-align: center;
}
.p-contact02 .p-contact__wrap .main_title em{
  background: linear-gradient(transparent 90%, #c03 0%) 100% -3px;
  display: inline;
}
.p-contact02 .p-contact__wrap .contact__block.pc{
  display: block !important;
}
.p-contact02 .p-contact__wrap .contact__block.sp{
  display: none !important;
}
.p-contact02 .p-contact__wrap .contact__block{
  width: 330px;
}
.p-contact02 .p-contact__wrap .contact__block-mail{
  margin-left: 50px;
}
.p-contact02 .p-contact__wrap .contact__block-tel{
  width: 435px;
  margin-left: 100px;
}
.p-contact02 .p-contact__wrap .contact__block h3{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #cc0033;
}
.p-contact02 .p-contact__wrap .contact__block-mail h3 img{
  width: 30px;
  margin-right: 12px;
  vertical-align: middle;
}
.p-contact02 .p-contact__wrap .contact__block-tel h3 img{
  width: 20px;
  margin-right: 12px;
  vertical-align: middle;
}
.p-contact02 .p-contact__wrap .contact__block-tel h4{
  font-size: 36px;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin: 12px 0 7px;
  color: #333333;
}
.p-contact02 .p-contact__wrap .contact__block-tel span{
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.p-contact02 .p-contact__wrap .contact__block .contact_btn{
	position: relative;
  border: solid 1px #333333;
  width: 330px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
  cursor: pointer;
}
.p-contact02 .p-contact__wrap .contact__block .contact_btn:after{
	position: absolute;
	content: "";
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(/content/dam/nttcom/hq/jp/business/lp/cmn/img_osp/ico/link_icon.png) no-repeat center top/contain;
	width: 13px;
	height: 13px;
}

@media screen and (max-width:1024px){
	.inquiry-full{
		width: 100%;
	}
}
@media screen and (max-width:834px){
  .p-contact__wrap .sec-cmn-lv2{
    margin: 0 auto 9.375vw;
  }
	.inquiry-full{
		width: 100%;
	}
	.p-contact__wrap .only-smt{
		display: block!important;
	}
	.p-contact__wrap .only-pc{
		display: none!important;
	}
	.p-contact__wrap .s-contact{
		display: block;
	}
	.p-contact__wrap .sec-cmn-lv3.col2{
		width: 100%;
	}
	.p-contact__wrap .sec-cmn-lv3.col2 + .sec-cmn-lv3{
		margin: 30px 0 0 0;
	}
  .p-contact__wrap .list-cmn-btn > li{
    margin-right: 0;
  }

  /* 特殊なお問い合わせデザイン */
  .p-contact02{
    margin: 30px auto;
  }
	.p-contact02 .p-contact__wrap .contact__block.pc{
    display: none !important;
  }
  .p-contact02 .p-contact__wrap .contact__block.sp{
    display: inherit !important;
  }
  .p-contact02 .p-contact__wrap .contact__block{
    width: calc(100% - 40px);
    max-width: 330px;
    margin: 0 auto 9.375vw;
  }
  .p-contact02 .p-contact__wrap .contact__block .contact_btn{
    width: 100%;
  }
  .p-contact02 .p-contact__wrap{
    display: block;
  }
  .p-contact02 .p-contact__wrap .main_title{
    margin-bottom: 30px;
  }
  .p-contact02 .p-contact__wrap .contact__block h3{
    margin-bottom: 5.46875vw;
    font-size: 5vw;
  }
  .p-contact02 .p-contact__wrap .contact__block-mail h3 img{
    width: 9.375vw;
    margin-right: 4.6875vw;
  }
  .p-contact02 .p-contact__wrap .contact__block p{
    font-size: 4.375vw;
    margin-bottom: 4.6875vw;
  }
  .p-contact02 .p-contact__wrap .contact__block h4{
    font-size: 11.25vw;
    margin-bottom: 4.6875vw;
    text-align: center;
  }

}


/* 右下フロートボタン */
.contact_bt {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 970;
  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 15px 5px;
  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 a,
.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.15em;
  line-height: 1.33;
  background: no-repeat;
  border: none;
}
.contact_bt button:hover{
  cursor: pointer;
}
.contact_bt a::before,
.contact_bt button::before {
  background-image: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-accent.svg);
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 13px;
  margin: auto;
  content: "";
  width: 6.409px;
  height: 9.561px;
  background-size: 100% 100%;
}
.contact_bt a:after,
.contact_bt button::after {
  display: none;
}


.index_h1{
	font-size: 50px;
	line-height: 60px;
	color: #333;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 47px;
	font-family: FrutigerNeueLTW10-Light_762098,Frutiger Neue W01 Light,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
}
.index_h2 {
	border-left: 4px solid #595656;
	color: #595656;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	margin-top: 0;
	padding: 6px 15px;
	margin-bottom: 20px;
}
@media screen and (max-width:736px){
	.index_h1{
		font-size: 30px;
		margin-top: 40px;
		margin-bottom: 30px;
	}
}

.grid-cmn{
	margin-right: 0 !important;
}
@media screen and (min-width:600px) and ( max-width:1024px) {
	body{
		min-width: 100% !important;
	}
	.wrapper{
		width: 100% !important;
		min-width: 100% !important;
	}
	.contents {
		width: 100% !important;
	}
	.contents-main {
		width: 100% !important;
		padding: 0 10px !important;

	}
}