@charset "UTF-8";
h1{
	font-size:30px;
	line-height:1.3;
}
h2{
	font-size:1.5rem;
}
h3{
	font-size:1.3rem;
}
h4{
	font-size:1rem;
}
h5{
	font-size:1em;
}


/* =========================================================
 * main部分
 * @ #main_area
 * ====================================================== */
main.emaergency{
	padding-top:68px;
}
/*main{
	padding-left:3.1%;
	padding-right:3.1%;
}
*/
.slide_item_inner {
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.slide_item p {
	margin-top: .5rem;
	font-size: .8rem;
}



a.more{
	background:url(/content/dam/nttcom/cmn/img/cta-down-carrot.png) no-repeat right center;
	padding-right:20px;
	text-decoration:none;
	color:#193477;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	bottom:50px;
	left:30px;
}


.contact_bt{
	position:absolute;
	bottom:50px;
	right:0;
	background:#ffd601;
	border:2px solid #ffef9c;
	padding:5px;
}
.contact_bt a{
	text-decoration:none;
	color:#193477;
	font-size:14px;
	font-weight:bold;
}





/* =========================================================
 * カラムインナー
 * @　INNER COLUMN
 * ====================================================== */
/* -----------------------------------
 * インナー内汎用
 * @　INNER COLUMN GENERAL
 * ---------------------------------*/
.col_inner {
	overflow: hidden;
	width: 100px;
	height: 88px;
	margin-top: 24px;
	margin-left: 29px;
	color: #fff;
	font-size: 12px;
}
.col_inner img {
	top: 12px;
	left: 50%;
	width: 20px;
	margin-left: -10px;
}
.col_inner h2 {
	display: none;
	margin-top: .5rem;
	font-weight: bold;
}
.col_inner p {
	margin-top: 0;
}
.col_inner_shortText {
	display:inline-block;
	height: auto;
	padding-top: 0;
}

/* ----- hover ----- */
.upper-layer:hover {
	opacity: 0;
}
.upper-layer .col_inner h2 {
	padding-top: 1rem;
}




/* =========================================================
 * コンタクトボタン
 * @ contact_bt
 * ====================================================== */

.contact_bt{
	position:fixed;
	bottom:180px;
	right:.5rem;
	z-index:980;
}
.contact_bt{
	background:#ffd601;
	border:2px solid #ffef9c;
	padding:5px;
}
.contact_bt a{
	text-decoration:none;
	color:#193477;
	font-size:14px;
	font-weight:bold;
}


/* =========================================================
 * コンテンツ下部　ページ戻る
 * @
 * ====================================================== */
.sub_backTo-top {
	width: 100%;
	text-align: left;
	padding-left:3.1%;
	padding-right:3.1%;
	margin:25px auto 50px;
}
.goPageTop {
	color: rgb(46,52,112);
}
.goPageTop:hover {
	cursor: pointer;
}

.content_grid-a{
	width:375px;
	text-align:center;
}
#container {
	height:auto;
	width:316px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	min-height:1200px;
}

/*汎用*/
.tw-100{width:100% !important;}
.allPdL{padding-left:6.1%;}
.allPdR{padding-right:6.1%;}
.allPd {padding-left:6.1%;padding-right:6.1%;}

.Attention{
	font-size:.8rem;
	padding:.5rem;
}
