@charset "UTF-8";
/* =========================================================
 * リセット
 * @RESET
 * ====================================================== */
/* --- underlying reset css---
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, sub, sup, tt, var,
u, center,ol, ul,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* -----------------------------------------------
 * 共通定義
 * -------------------------------------------- */
.c-fix:after {
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.c-fix {
	display: inline-block;
}
/* Mac版IEを除外 \*/
.c-fix {
	display: block;
}

/* For all link styles */
a:link    {color: #004386;text-decoration: none;}
a:visited {color: #004386;text-decoration: none;}
a:hover   {color: #004386;text-decoration: none;}
a:active  {color: #004386;text-decoration: none;}

/* =========================================================
 * ヘッダー
 * @ header
 * ====================================================== */

#header{
	width:100%;
	background-color:rgba(255,255,255,1);
	z-index:970;
	position:fixed;
	top:0;
	left:0;
	padding:10px 0;
}
.logo-ntt{
	width:269px;
        padding-left:10px;
}

/* =========================================================
 * タブレット版
 * 768px以下に適応
 * ====================================================== */

@media screen and (max-width:768px){
	#header{
		width:100%;
		min-width: 320px;
		height: auto;
		background-color:rgba(255,255,255,0.7);
	}
}

/* =========================================================
 * スマホ版
 * 480px以下に適応
 * ====================================================== */

@media screen and (max-width:480px){
	#header{
		width:100%;
		min-width: 320px;
		height: auto;
		background-color:rgba(255,255,255,0.7);
	}
}

/* =========================================================
 * ページ全体の定義
 * @ PAGE
 * ====================================================== */
body {
	font-family: メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
/*メインエリア*/
.main{
	padding-top:120px;
}

/*H1エリア*/
.h1area{
	max-width:1240px;
	margin:0 auto;
}
h1{
	color: #000;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
}
.h1area .goologo{
	text-align:right;
}
.h1area .goologo img{
	width:100px;
}

/*検索エリア*/
.search_input{
	background:#f5f5f5;
	padding:20px 0 10px;
}
.search_input .inner{
	max-width:830px;
	margin:0 auto;
}
.search_input .result01 .left {
	display: inline;
	float: left;
}
.search_input .input01 {
	font-family: メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	margin-right: 10px;
	width: 320px;
	padding: 10px 0 10px 5px;
}

.search_input .result01 .right {
	float: left;
	margin-left: 30px;
	margin-top:10px;
}

.search_input .result01 .right li {
	float: left;
	font-size: 90%;
	margin-right: 5px;
}
input.searchButton {
	-webkit-appearance: none;
	color: #004386;
	background-color: #fff;
	border: #004386 solid 1px;
	cursor: pointer;
	padding: 8px 8px 9px;
	font-size: 14px;
}

.search_input .result02{
	margin-top:10px;
}
.search_input .result02 .left, .search_input .result02 .right {
	float: left;
}

.search_input .result02 .left {
	display: inline;
	padding-right: 10px;
	margin-bottom:10px;
}
.search_input .result02 .right{
	margin-bottom:10px;
}
.search_input .result02 .right li {
	float: left;
	width: 250px;
}
.search_input p {
	float: left;
	margin-top:8px;
}
select::-ms-expand {
	display: none;
}
.search_input .input02 {
	float: left;
	font-family: メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	margin-left: 10px;
	height: 2.4rem;
	padding-left: 5px;
	padding-right:50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color:#fff;
	background-image: url("../img/cta-breadcrumb.png");
	background-repeat: no-repeat;
	background-position:95% center;
	border: 1px solid #ccc;
	width: fit-content;
}

.search_input .input03 {
	float: left;
	font-family: メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	margin-left: 8px;
	width: 100px;
	height: 2.4rem;
	padding-left: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color:#fff;
	background-image: url("../img/cta-breadcrumb.png");
	background-repeat: no-repeat;
	background-position:90% center;
	border: 1px solid #ccc;
	width:100px;
}

/*検索結果*/
.search_result{
	max-width:1260px;
	margin:0 auto;
}
/*検索結果タイトル*/
.search_result h3{
	color: #000;
	font-size: 24px;
	margin-bottom: 30px;
	margin-top: 20px;
	border-bottom:1px solid #ccc;
	text-align:center;
	padding-bottom:30px;
}
/*検索結果詳細*/
dl.list{
	max-width:830px;
	margin:0 auto 80px;
}

dl.list .title{
	margin-bottom:10px;
}
dl.list .title .num{
	font-weight:bold;
}
.title .category{
	padding:2px 5px;
	font-size:11px;
	color:#fff;
	vertical-align: middle;
}
/*個人のお客様*/
.title .category.residential{background:#aa0000;}
/*法人のお客様*/
.title .category.business{background:#0355a7;}
/*OCN*/
.title .category.ocn{background:#ff6900;}
/*B-OCN*/
.title .category.b_ocn{background:#00437f;}
/*サポート情報*/
.title .category.support{background:#0D8EAE;}
/*導入事例*/
.title .category.case_study{background:#017e60;}
/*セールスパートナー*/
.title .category.partner{background:#6a399b;}
/*企業情報*/
.title .category.aboutus{background:#555555;}
/*CSR*/
.title .category.csr{background:#559812;}
/*ニュースリリース,サービスキャンペーン等*/
.title .category.release{background:#9f0b55;}

.caption{
	font-size:14px;
	margin-bottom:10px;
}
dl.list .url{
	color:#666;
}
/*推薦ワード*/
.synonym{
	max-width:830px;
	margin:0 auto 30px;
	padding-left:40px;
}
.synonym .icon{
	padding:2px 7px;
	font-size:11px;
	color:#fff;
	vertical-align: middle;
	background:#008080;
	margin-left:-38px;
}
.synonym .result{
	margin-left:5px;
	white-space:nowrap;
}
.synonym .txt{
	margin-left:5px;
	white-space:nowrap;
}
/*関連ワード*/
.related{
        max-width:830px;
        margin:0 auto 30px;
        background-color:#FFFFE0;
        padding:8px;
}
.related .title{
        font-weight:bolder;
        margin-bottom:5px;
}
.related .result{
        margin-bottom:5px;
}
.related .caption{
        margin-bottom:15px;
}
/*推薦・関連ボーダー*/
hr.recommend{
	max-width:830px;
	margin:0 auto 30px;
	border:none;
	border-top:solid 1px #CCCCCC;
}
/*検索結果URL*/
#search_number{
	max-width:1240px;
	border-top:1px solid #ccc;
	padding:30px 0;
	text-align: center;
}
#search_number .inner{
	max-width:830px;
	margin:0 auto;
}

#search_number span {
	margin-right: 13px;
	color:#D0D0D0;
	font-size:14px;
}
#search_number span a{
	padding: 5px 10px;
	border: 1px solid #313272;
}
#search_number span.number {
/*	border: 1px solid #313272;*/
/*	padding: 5px 10px;*/
}
#search_number span.number_on {
	border: 1px solid #D0D0D0;
	padding: 5px 10px;
}

#search_number span.back {
	background-image: url("../img/icon_left_arrow.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#search_number span.next {
	background-image: url("../img/icon_right_arrow.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 15px;
}
.backTo-top{
	display:none;
}
#footer{
	background:#e2e2e2;
	padding:15px 0;
	width:100%;
	text-align:center;
	margin-top:100px;
	font-size:14px;
}
/*
------------------------------------------------------------------------------------------------------------------------------------------------
 * ----- メディアクエリ -----
 * タブレット版
 * 768px以下に適応
------------------------------------------------------------------------------------------------------------------------------------------------
*/
@media screen and (max-width:768px) {
/* ----- / @media screen and (max-width:768px) ----- */

h1{
	font-size:2rem;
	line-height:2rem;
}
.search_result h3{
	font-size:1rem;
}
.main{
	padding-top:80px;
}
/*検索エリア*/

.search_input .inner{
	width:100%;
	padding:0 10px;
}
.search_input .result01 .left{
	width:100%;
}
.search_input .input01 {
	width: 65%;
}

.search_result{
	padding:0 1rem;
}
.title .category{
}
#search_number span {
	margin-right: 5px;
}
#search_number span.number {
	display:none;
}
#search_number span.number_on {
	display:none;
}
#search_number span.back{
	float:left;
}
#search_number span.next{
	float:right;
}



}



/*
------------------------------------------------------------------------------------------------------------------------------------------------
 * ----- メディアクエリ -----
 * スマホ版
 * 480px以下に適応
------------------------------------------------------------------------------------------------------------------------------------------------
*/
@media screen and (max-width:480px) {
h1 {
	font-size: 1.5rem;
	line-height: 1.5rem;
}

.search_result h3{
	font-size:1rem;
}
.title a{
	display:block;
}
.search_input .result02 .left{
	margin-top:10px;
}
.result01{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
.result02 p{
	float:none;
}
.search_input .input02{
	margin-left: 0;
        padding-right: 50px;
        width: fit-content;
}
.search_input .input03{
	margin-left:0;
}

.search_toggle {
	background-image:url(../img/cta-back-bottom.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.search_toggle.active {
	background-image:url(../img/cta-back-top2.png);
}
.search_box {
	display: none;
}
.backTo-top{
	display:block;
	margin:30px 0 0;
	text-align:left;
}
dl.list{
	margin:0 auto 30px;
}
dl.list .url{
	display:none;
}
.goPageTop{
	font-size:14px;
	margin-left:10px;
}
.goPageTop::after {
	background: url("../img/cta-back-top2.png") no-repeat;;
	content: "";
	display: inline-block;
	height: 9px;
	margin-left: 0.5rem;
	width: 16px;
}
#footer{
	margin-top:30px;
	font-size:.8rem;
}
.pcOnly{
	display:none;
}
