@charset "utf-8";

.firstSection .grid_contents:nth-of-type(2) .grid_cols > div:not(.firstSection_links) h4:first-child {
	line-height: 1.2;
}
.line-p {
    background: linear-gradient(transparent 70%, #FFEB3B 0%);
}
.ie9 .line-p,
.ie8 .line-p {
    border-bottom: solid 3px #FFEB3B;
}
.textRed {
    color: #cf2200;
    font-weight: bold;
}
.textBlue {
    color: #193477;
    font-weight: bold;
}
.btn_hq a {
	background: #ffd601;
	border: 2px solid #ffef9c;
	padding: 10px 14px;
	display: inline-block;
	text-decoration: none;
	color: #193477;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
.btn_hq a:hover {
	opacity: 0.8;
}
.btn_hq a.big {
    padding: 25px 30px;
    width: 380px;
    border: 5px solid #ffef9c;
    font-size: 16px;
    letter-spacing: 0.15em;
}
.listArea {
    background-color: #f2f2f2;
    padding: 5px 15px;
}
ul.list {
    padding: 0 0 0 24px;
}
.intro_1 ul.list {
    padding: 0 0 0 24px;
    margin: 5px 0 10px;
}
.container {
	width: 100%;
}
.before {
	float: left;
	width: 45%;
}
.before table {
	width: 100%;
}
.intro_before {
	background: #cf2200;
	color: #fff;
}
table th, table td {
	border: 1px solid #ccc;
	padding: 15px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
.intro_1 {
	background-color: #ffffff;
}
.arrow {
	float: left;
	width: 10%;
	padding: 50px 0 0 5px;
	text-align: center;
}
p.img {
	/* width: 80%; */
}
p.sp_img {
	display: none;
}
.after {
	float: left;
	width: 45%;
}
.after table {
	width: 100%;
}
.intro_after {
	background: #193477;
	color: #fff;
}
.floArea {
    display: inline-block;
    margin-bottom: 30px;
}
.flo03 {
    float: left;
    width: 250px;
    text-align: center;
    border: 5px solid #09357e;
    padding: 15px;
    height: 270px;
    margin: 0 10px;
}
.flo03 p {
    margin-bottom: 0;
}
.flo03 .textA {
    color: #08347d;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.flo03 .textB {
    text-align: left;
}

.moveArea {
	width: 640px;
	margin: 0 auto;
}
.move {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	vertical-align: middle;
}
.move iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.arrowLeft {
    position: relative;
    padding: 0 0 0 20px;
}
.arrowLeft:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #003366;
    border-right: solid 2px #003366;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}
span.newWin {
	background: url(/content/dam/nttcom/hq/cmn/img/icon_out1.gif) no-repeat right center;
	padding-right: 17px;
}

/* =========================================================
 * タブレット版
 * 768px以下に適応
 * ====================================================== */
@media screen and (max-width:768px) {
	.btn_hq a.big {
		padding: 25px 14px;
		width: 100%;
	}
	.container table {
		margin-bottom: 10px;
	}
	.before {
		width: 100%;
	}
	.after {
		width: 100%;
	}
	p.img {
		display: none;
	}
	p.sp_img {
		display: inline-block;
		width: 100px;
		margin: 0;
	}
	.arrow {
		width: 100%;
		padding: 0px;
		text-align: center;
		float: none;
	}
	.flo03 {
		float: none;
		width: 100%;
		height: auto;
		margin: 0 0 15px;
	}
	.flo03 img {
		width: 100px;
	}
	.tabNavigation_contents h3 img {
		width: 100px;
	}
	.moveArea {
		width: 100%;
		margin: 0 auto;
	}
    .arrowLeft {
        display: block;
        margin: 5px 0 0;
    }
}

/* =========================================================
 * 2022
 * 新テンプレ調整
 * ====================================================== */

/*リンクコンポーネント＞*/
.link_component a:after {
	content: url(/content/dam/nttcom/cmn/img/icon_right_arrow.png);
	margin-left: 10px;
}