@charset "UTF-8";

/*=========================================================================

Description : 会員サポート Ver 1.2
Last update : 2012.06.11

=========================================================================*/

/*
 メインカラム
-------------------------------------------------------------------------*/
.d-readme{
	margin-bottom:30px;
	background-color:#eaf1f7;	
	overflow:hidden;
}

.d-readme-inner{
	padding:8px 12px;
	overflow:hidden;
}

.d-readme-inner div{
	margin-left:1em;
}

.d-readme h3{
	border-left:none;
	padding:5px 8px 5px 8px;
	margin-bottom:5px;
	background-image:none;
	color:#336699;
}

.d-readme ul.d-noread{
	padding:5px 8px 0px 8px;
}

.d-readme .d-anchor{
	overflow:hidden;
}

.d-readme .d-anchor li{
	float:left;
	margin-right:20px;
	margin-left:20px;
	text-indent:-20px;
}

/* ステップタイトル周辺 */
.d-step{
	clear:both;
	padding:0 0 50px 5px;
	margin-bottom:15px;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/step_bg.png) no-repeat left bottom;
	overflow:hidden;
}

* html .d-step{
	zoom:1;
}

.d-step-end{
	clear:both;
	padding:0 0 0 5px;
	overflow:hidden;
}

.d-step .d-step-numbox strong,
.d-step-end .d-step-numbox strong{
	font-weight:normal;
}

.d-step .d-step-numbox,
.d-step-end .d-step-numbox{
	width:70px;
	vertical-align:middle;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/step_box_bg.png) no-repeat left bottom;
	line-height:1.1;
	color:#ffffff;
	display: -moz-inline-box;
	display: inline-block;
}

.d-step .d-step-numbox > div,
.d-step-end .d-step-numbox > div{
	width:70px;
	display:block;
}

.d-step .d-step-num,
.d-step-end .d-step-num{
	padding:6px 1px 7px 1px;
}

.d-step .d-step-box,
.d-step-end .d-step-box{
	overflow:hidden;
}

.d-step .d-step-title,
.d-step-end .d-step-title{
	padding-bottom:8px;
	vertical-align:middle;
	display: -moz-inline-box; 
	display: inline-block;
}

.d-step .d-step-title > div,
.d-step-end .d-step-title > div{
	display:block;
}

.d-step .d-step-txt,
.d-step-end .d-step-txt{
	margin-top:15px; 
}

.d-step .d-list-dot,
.d-step-end .d-list-dot{
	padding:2px 0;
}

.d-caution-box{
	margin-top:20px;
	padding:8px;
}

.d-caution-box .d-txt-box{
	padding:5px 5px 0 5px;
}

/*
table*/
.d-support .d-2row th {
	width: 25%;
}

.d-support .d-4row .d-cell1 {
	width:90px;
}

.d-support .d-4row.d-4jus th,
.d-support .d-4row.d-4jus td {
	width:25%;
}


/*
 評価
-------------------------------------------------------------------------*/
.d-evaluate{
	clear:both;
	overflow:hidden;	
}

.d-evaluate .d-evaluate-title{
	color:#FFFFFF;
	line-height:2em;
	font-weight:bold;
	/*height:36px;*/
	background: -moz-linear-gradient(top, #3f9fd9, #2983ca);
	background: -webkit-gradient(linear, left top, left bottom, from(#3f9fd9), to(#2983ca));	
	display:block;
	padding-left:10px;
}

.d-evaluate .d-evaluate-action{
	padding:5px 0 10px 10px;
	overflow:hidden;
}

.d-evaluate .d-evaluate-action li{
	float:left;
	margin-right:10px;
	width:161px;
	height:81px;
	display:block;
	text-indent:-9999px;
}

.d-evaluate .d-evaluate-action li a{
	display:block;
	width:100%;
	height:100%;
}

.d-evaluate .d-evaluate-action li.btn-01 a{
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/btn_evaluate_01.png) no-repeat left top;
}

.d-evaluate .d-evaluate-action li.btn-02 a{
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/btn_evaluate_02.png) no-repeat left top;
}

.d-evaluate .d-evaluate-action li.btn-03 a{
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/btn_evaluate_03.png) no-repeat left top;
}

.d-evaluate .d-evaluate-action li.btn-04 a{
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/btn_evaluate_04.png) no-repeat left top;
}

.d-evaluate .d-evaluate-action li.btn-01 a:hover,
.d-evaluate .d-evaluate-action li.btn-02 a:hover,
.d-evaluate .d-evaluate-action li.btn-03 a:hover,
.d-evaluate .d-evaluate-action li.btn-04 a:hover{
	background-position:bottom;
}


/*
 画像系 (機器のメニューページで使用)
-------------------------------------------------------------------------*/
.d-image{
	padding-left:5px;
}

.d-image .d-image-list{
	overflow:hidden;
}

.d-image .d-image-list li{
	float:left;
	width:216px;
	margin-right:17px;
	margin-bottom:20px;
}

.d-image .d-image-list li.d-list-end{
	margin-right:0;
}

.d-image .d-image-list li .d-image-box{
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_bg_top.png) no-repeat center top;
	padding-top:2px;
}

.d-image .d-image-list li .d-image-box .d-image-inner{
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_bg.png) no-repeat center bottom;
	padding:4px 0 6px 6px;
}

.d-image .d-image-list li .d-image-box .d-image-hover{
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_bg_on.png) no-repeat center bottom;
}

.d-image .d-image-list li .d-image-photo{
	padding:16px 0;
	width:204px;
	background-color:#ffffff;
	text-align:center;
}

.d-inlineImage-list{
	letter-spacing:-.40em;
}

.d-inlineImage-list li{
	display:inline;
	letter-spacing:normal;
}

.d-inlineImage-list li a img{
	padding:10px;
	vertical-align:middle;
}

.d-inlineImage-list li a img:hover{
	background-color:#eee;
}


/*
 テキスト系
-------------------------------------------------------------------------*/
.d-txt{
	padding-left:5px;
}

.d-txt .d-txt-list li{
	padding:8px 0 4px 0;
	margin-left:0;
	text-indent:0; /* CS追加 */
}

.d-txt .d-txt-list p{
	padding-left:3px;
}


/*
 form
-------------------------------------------------------------------------*/
select {
	padding:2px;
}

.rn_Hidden {
    display: none;
}

.d-category {
	float:left;
}
th .d-category {
	width:80%;
}

.d-form-caution{
	float:left;
	width:590px;
	margin-right:15px;
}

.d-pmark{
	float:left;
	width:75px;
}

.d-btn-form-confirm {
	display:block;
	width:220px;
	height:50px;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/btn_form_confirm.png) left top no-repeat;
}

.d-btn-form-confirm:hover{
	background-position:0 -50px;
}

.d-input-txtS {
	width:50px;
}

.d-input-txt {
	width:150px;
}

.d-input-txtL {
	width:370px;
}

/*必須*/
.d-must {
	float:right;
	width:2.5em;
	text-align:center;
	background:#c96666;
	/*font-size: 85.7%;*/
	color:#ffffff;
}

.d-thanks-box{
	padding:20px 30px;
	border:1px dotted #3680bf;
	overflow:hidden;
}

.d-thanks-box{
	padding:20px 30px;
	border:1px dotted #3680bf;
	overflow:hidden;
}

.d-error-box{
	padding:20px 30px;
	border:1px dotted #3680bf;
	background-color:#ffffce;
	overflow:hidden;
}

.d-form-title{
	display:inline;
	margin-right:10px;
}


.d-form-sub{
	padding-top:20px;
	display:inline;
}

.d-btn-form-submit {
	display:block;
	width:220px;
	height:50px;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/btn_form_submit.png) left top no-repeat;
}

.d-btn-form-submit:hover{
	background-position:0 -50px;
}


/*
 top
-------------------------------------------------------------------------*/
.d-banner-area{
	margin-top:18px;
}

/* バナーエリア */


.ask-step-img {
    max-width: 100% !important;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
	margin-top:20px !important;
	margin-left:auto;
	margin-right:auto;
}




.d-banner-area ul{
	text-align:center;
	overflow:hidden;
}

.d-banner-area ul li{
	width:50%;
	margin-bottom:12px;
	float:left;
}

/* 障害メンテナンスエリア */
#d-emergearea-sp{
	width:100%;
	height:10px;
}

/* マイページログイン */

/* 161101_会員サポートリニューアル start */
.d-btn-mypage a{
	width:100%;
 	padding:16px;
 	color:#233;
	text-align:center;
 	display:inline-block;
	background-color:#fcdb00;
	box-shadow:0 3px 6px rgba(199, 199, 199, .5);
	-moz-box-shadow:0 3px 6px rgba(199, 199, 199, .5);
	-webkit-box-shadow:0 3px 6px rgba(199, 199, 199, .5);
	box-sizing:border-box;
}

.d-btn-mypage a:hover{
	text-decoration:none;
	background-color:#fee63c;
}

.d-btn-mypage a span{
	width:170px;
	margin:0 auto;
	padding-left:14px;
	font-size:16px;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_login_myp.png) left center no-repeat;
	background-size:13px auto;
	display:block;
}

/*bak
.d-btn-mypage{
	width:300px;
	margin:18px auto 20px auto;
}

.d-btn-mypage a{
	width:266px;
 	padding:16px;
 	color:#000;
	text-align:center;
 	display: inline-block;
	border-radius:2px;
	border:solid 1px #fccd0a;
	background:#fdd513;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe256), color-stop(100%, #f7bb06));
	background-image:-webkit-linear-gradient(top, #ffe256, #f7bb06);
	background-image:-moz-linear-gradient(top, #ffe256, #f7bb06);
	background-image:-o-linear-gradient(top, #ffe256, #f7bb06);
	background-image:linear-gradient(to bottom, #ffe256, #ffc600);
}

.d-btn-mypage a:hover{
	color:#000;
	text-decoration:none;
	border:solid 1px #f2b00a;
	background:#f2c85c;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2c85c), color-stop(100%, #f0af0a));
	background-image:-webkit-linear-gradient(top, #f2c85c, #f0af0a);
	background-image:-moz-linear-gradient(top, #f2c85c, #f0af0a);
	background-image:-o-linear-gradient(top, #f2c85c, #f0af0a);
	background-image:linear-gradient(to bottom, #f2c85c, #f0af0a);
}
/* 161101_会員サポートリニューアル end */

/* メインコンテンツエリア */
.d-menu-area{
	border-bottom:solid 1px #ccc;
	/* 161101_会員サポートリニューアル start */
	/*add*/
	margin-top:15px;
	/* 161101_会員サポートリニューアル end */
}

.d-menu-area.d-no-menu{
	border-bottom:none;
}

.d-menu-area h2{
	border-top:solid 6px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

.d-menu-area h3{
	border-left:solid 7px #ccc;
	border-right:solid 1px #ccc;
	border-top:solid 1px #ccc;
}

.d-menu-area h2,
.d-menu-area h3{
	padding:12px 17px;
	font-weight:bold;
	font-size:18px;
	background:#ebebeb;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #ebebeb));
	background-image: -webkit-linear-gradient(top, #fbfbfb, #ebebeb);
	background-image: -moz-linear-gradient(top, #fbfbfb, #ebebeb);
	background-image: -o-linear-gradient(top, #fbfbfb, #ebebeb);
	background-image: linear-gradient(top, #fbfbfb, #ebebeb);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBFBFB', endColorstr='#FFEBEBEB');
}

/* 161101_会員サポートリニューアル start */
.d-menu-area .d-accordion_ttl,
.d-menu-area .d-accordion_line{
	position:relative;
}

.d-menu-area .d-accordion_ttl:hover,
.d-menu-area .d-accordion_line:hover{
	cursor:pointer;
}

.d-menu-area .d-accordion_ttl span:after,
.d-menu-area .d-accordion_line span:after{
	width:15px;
	height:15px;
	content:"";
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_accordion.png) no-repeat;
	background-size:15px;
	position:absolute;
	top:35%;
	right:16px;
	display:inline-block;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform-origin:50% 50%;
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;	
}

.d-menu-area .d-accordion_ttl span.open:after,
.d-menu-area .d-accordion_line span.open:after,
.d-menu-area .d-accordion_ttl.d-defClose span:after,
.d-menu-area .d-accordion_line.d-defClose span:after{
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
}

.d-menu-area .d-accordion_ttl.d-defClose span.open:after,
.d-menu-area .d-accordion_line.d-defClose span.open:after{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}

/*bak
.d-menu-area h2.d-accordion_ttl:hover,
.d-menu-area h3.d-accordion_line:hover{
	cursor:pointer;
}

.d-menu-area h2.d-accordion_ttl span,
.d-menu-area h3.d-accordion_line span{
	display:block;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_up.png) right center no-repeat;
}

.d-menu-area h2.d-accordion_ttl span.open,
.d-menu-area h3.d-accordion_line span.open{
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_down.png) right center no-repeat;
}

.d-menu-area h2.d-accordion_ttl.d-defClose span,
.d-menu-area h3.d-accordion_line.d-defClose span{
	display:block;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_down.png) right center no-repeat;
}

.d-menu-area h2.d-accordion_ttl.d-defClose span.open,
.d-menu-area h3.d-accordion_line.d-defClose span.open{
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_up.png) right center no-repeat;
}

.d-menu-area h2.d-accordion_ttl span.d-ttl_beginner{
	padding:2px 0 2px 37px;
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_beginner.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_up.png);
}

.d-menu-area h2.d-accordion_ttl span.d-ttl_animation{
	padding-left:51px;
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_animation.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_up.png);
}

.d-menu-area h2.d-accordion_ttl span.d-ttl_charge{
	padding:2px 0 2px 75px;
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_charge.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_up.png);
}

.d-menu-area h2.d-accordion_ttl span.d-ttl_service{
	padding:2px 0 2px 38px;
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_service.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_up.png);
}

.d-menu-area h2.d-accordion_ttl span.d-ttl_mail{
	padding:2px 0 2px 42px;
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_mail.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_up.png);
}

.d-menu-area h2.d-accordion_ttl span.d-ttl_beginner.open{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_beginner.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_down.png);
}

.d-menu-area h2.d-accordion_ttl span.d-ttl_animation.open{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_animation.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_down.png);
}

.d-menu-area h2.d-accordion_ttl span.d-ttl_charge.open{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_charge.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_down.png);
}

.d-menu-area h2.d-accordion_ttl span.d-ttl_service.open{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_service.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_down.png);
}

.d-menu-area h2.d-accordion_ttl span.d-ttl_mail.open{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_mail.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_down.png);
}

.d-menu-area h2.d-accordion_ttl span.d-ttl_beginner,
.d-menu-area h2.d-accordion_ttl span.d-ttl_animation,
.d-menu-area h2.d-accordion_ttl span.d-ttl_charge,
.d-menu-area h2.d-accordion_ttl span.d-ttl_service,
.d-menu-area h2.d-accordion_ttl span.d-ttl_mail,
.d-menu-area h2.d-accordion_ttl span.d-ttl_beginner.open,
.d-menu-area h2.d-accordion_ttl span.d-ttl_animation.open,
.d-menu-area h2.d-accordion_ttl span.d-ttl_charge.open,
.d-menu-area h2.d-accordion_ttl span.d-ttl_service.open,
.d-menu-area h2.d-accordion_ttl span.d-ttl_mail.open{
	background-position:left center,right center;
	background-repeat:no-repeat,no-repeat;
}
/* 161101_会員サポートリニューアル end */

.d-menu-area h3.d-ttlink-line a{
	color:#000;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_def.png) right center no-repeat;
	display:block;
}

.d-accordion_area ul{
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

.d-accordion_area ul li{
	border-top:solid 1px #ccc;
}

.d-accordion_area ul li:last-child{
	border-bottom:none;
}

.d-accordion_area ul li.d-menu-txt{
	font-size:0.857em;
	padding:12px 10px;
}

.d-accordion_area ul li.d-more{
	padding:16px;
	text-align:center;
}

.d-accordion_area ul li.d-more:hover{
	cursor:pointer;
}

.d-accordion_area ul li a{
	padding:16px 20px 16px 25px;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow.png) 10px 20px no-repeat;
	display:block;
}

.d-accordion_area ul li.d-moreLink,
.d-accordion_area ul li.d-bnrLink{
	text-align:center;
}

.d-accordion_area ul li.d-moreLink a{
	padding:16px 0!important;
	color:#000;
	background:none;
}

.d-accordion_area ul li.d-moreLink a:hover{
	color:#000;
	text-decoration:none;
}

/* 161101_会員サポートリニューアル start */
/*add*/
.d-accordion_area ul li.d-link-navi01 a,
.d-accordion_area ul li.d-link-navi02 a,
.d-accordion_area ul li.d-link-navi03 a,
.d-accordion_area ul li.d-link-navi04 a,
.d-accordion_area ul li.d-link-navi05 a,
.d-accordion_area ul li.d-link-navi06 a,
.d-accordion_area ul li.d-link-navi07 a,
.d-accordion_area ul li.d-link-navi08 a,
.d-accordion_area ul li.d-link-navi09 a{
	padding:16px 20px 16px 55px;
	background-size:45px auto;
	background-position:5px center;
	background-repeat:no-repeat;
}

.d-accordion_area ul li.d-link-navi01 a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_01.png);
}

.d-accordion_area ul li.d-link-navi02 a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_02.png);
}

.d-accordion_area ul li.d-link-navi03 a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_03.png);
}

.d-accordion_area ul li.d-link-navi04 a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_04.png);
}

.d-accordion_area ul li.d-link-navi05 a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_05.png);
}

.d-accordion_area ul li.d-link-navi06 a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_06.png);
}

.d-accordion_area ul li.d-link-navi07 a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_07.png);
}

.d-accordion_area ul li.d-link-navi08 a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_08.png);
}

.d-accordion_area ul li.d-link-navi09 a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_09.png);
}
/* 161101_会員サポートリニューアル end */

.d-accordion_area ul li.d-bnrLink a{
	padding:5px!important;
	background:none;
}

.d-accordion_area ul li.d-bnrLink a img{
	vertical-align:middle;
}

/* So-net サポート動画エリア */
.d-accordion_area ul.d-animationList li a{
	padding:16px 76px 16px 25px;
	background-position:10px 20px,98% center;
	background-repeat:no-repeat,no-repeat;
}

.d-accordion_area ul.d-animationList li.d-img-animation01 a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_animation_01.jpg);
}

.d-accordion_area ul.d-animationList li.d-img-animation02 a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_animation_02.jpg);
}

.d-accordion_area ul.d-animationList li.d-img-animation03 a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_animation_03.jpg);
}

/* 161101_会員サポートリニューアル start */
/* サービス別サポートエリア */
/*del
.d-accordion_area ul li.d-logoList-nuro a,
.d-accordion_area ul li.d-logoList-flts a,
.d-accordion_area ul li.d-logoList-au a,
.d-accordion_area ul li.d-logoList-mcf a,
.d-accordion_area ul li.d-logoList-ksp a{
	background-position:10px 20px,98% center;
	background-repeat:no-repeat,no-repeat;
}

.d-accordion_area ul li.d-logoList-nuro a{
	padding-right:146px;
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_logo_nuro.png);

}

.d-accordion_area ul li.d-logoList-flts a{
	padding:40px 166px 40px 25px;
	background-position:10px 44px,98% center;
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_logo_ntt_ew.png);
}

.d-accordion_area ul li.d-logoList-au a{
	padding-right:141px;
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_logo_auhikari.png);
}

.d-accordion_area ul li.d-logoList-mcf a{
	padding-right:156px;
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_logo_mcafee.png);
}

.d-accordion_area ul li.d-logoList-ksp a{
	padding-right:200px;
	background-position:10px 20px,right center;
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_logo_kaspersky.png);
}
/* 161101_会員サポートリニューアル end */

/* お知らせエリア */
.d-accordion_area ul.d-newsList li a{
	padding:10px 20px 10px 25px;
	background-position:10px center;
}

.d-accordion_area ul.d-newsList a span{
	display:block;
}

.d-accordion_area ul.d-newsList .d-newsImp a{
	color:#f00;
	background-color:#fcc;
}

.d-accordion_area ul.d-newsList .d-newsImp a span{
	font-weight:bold;
}

/* お問い合わせページアコーディオンエリア　追記20190214  */
.d-accordion_area ul .comment p {
    background: none;
    font-weight: normal;
    cursor: auto;
    padding-bottom: 0;
}

.d-accordion_area ul .comment a {
    margin-left: 0px;
}

/*
.d-accordion_area ul li .comment a:hover {
    background-color: #ffffff !important;
}
*/

/* お問い合わせページアコーディオンエリア　追記20190214  */




/* メインコンテンツ内検索エリア */
.d-mid-search{
	margin-top:18px;
	padding:10px 5px 20px 5px;
	background-color:#c3c3c3;
}

.d-mid-search h3{
	margin-bottom:10px;
	font-size:1.143em;
	font-weight:bold;
}

.d-mid-search dl{
	margin:15px 10px 0 10px;
}

.d-mid-search dl dd{
	margin-right:20px;
	display:inline;
}

/*
 ask関連
-------------------------------------------------------------------------*/
/* 共通 */
/* アコーディオン */
.d-acdn-ask{
	margin-top:15px;
}

.d-acdn-ask .d-acdn-title{
	margin-bottom:0;
	padding:8px 8px 8px 36px;
	color:#ffffff;
	font-size:114.3%;
	font-weight:bold;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_title_accordion-ask_on.png) #0a68c2 8px center no-repeat;
	border:solid 1px #0a68c2;
	display:block;
}

.d-acdn-ask .d-acdn-title.off{
	color:#ffffff;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_title_accordion-ask_off.png) #0a68c2 8px center no-repeat;
}

.d-acdn-ask .d-acdn-title:hover{
	cursor:pointer;
}

.d-acdn-ask .d-acdn-title.d-acdn-nuro{
	color:#000;
	background-color:#fff;
}

.d-acdn-ask .d-acdn-title.d-acdn-collabo{
	color:#d72e7a;
	background-color:#fafafa;
}

.d-acdn-ask .d-acdn-inner{
	margin-bottom:0;
	padding-left:0;
}

.d-acdn-ask .d-acdn-inner ul{
	border-left:solid 1px #e1e1e1;
	border-right:solid 1px #e1e1e1;
	border-bottom:solid 1px #e1e1e1;
}

.d-acdn-ask .d-acdn-inner ul li{
	border-top:solid 1px #e1e1e1;
}

.d-acdn-ask .d-acdn-inner ul li:first-child{
	border-top:none;
}

.d-acdn-ask .d-acdn-inner ul li a{
	padding:16px 20px 16px 25px;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow.png) 10px center no-repeat;
	display:block;
}

.d-acdn-ask .d-acdn-inner ul li a:hover{
	background-color:#f0f8ff;
}

/* 160801_パッシブチャット導入対応 start */
.d-ask-menu p.d-accordion_ttl{
	border-top:solid 6px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

.d-ask-menu p.d-accordion_line{
	border-left:solid 7px #ccc;
	border-right:solid 1px #ccc;
	border-top:solid 1px #ccc;
}

.d-ask-menu p{
	padding:12px 17px;
	font-weight:bold;
	font-size:18px;
	margin-bottom:0px;
	background:#ebebeb;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #ebebeb));
	background-image: -webkit-linear-gradient(top, #fbfbfb, #ebebeb);
	background-image: -moz-linear-gradient(top, #fbfbfb, #ebebeb);
	background-image: -o-linear-gradient(top, #fbfbfb, #ebebeb);
	background-image: linear-gradient(top, #fbfbfb, #ebebeb);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBFBFB', endColorstr='#FFEBEBEB');
}

.d-ask-menu p:hover{
	cursor:pointer;
}

.d-ask-menu ul li a:hover{
	background-color:#f0f8ff;
}

/* 没
.d-ask-menu p.d-logo_ttl{
	background:none;
}
*/

/* 161101_会員サポートリニューアル start */
.d-ask-menu p.d-accordion_ttl span.d-ttl_service{
	padding:2px 0 2px 38px;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_service.png) left center no-repeat;
}

/*bak
.d-ask-menu p.d-accordion_ttl span,
.d-ask-menu p.d-accordion_line span{
	display:block;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_up.png) right center no-repeat;
}

.d-ask-menu p.d-accordion_ttl span.open,
.d-ask-menu p.d-accordion_line span.open{
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_down.png) right center no-repeat;
}

.d-ask-menu p.d-accordion_ttl.d-defClose span,
.d-ask-menu p.d-accordion_line.d-defClose span{
	display:block;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_down.png) right center no-repeat;
}

.d-ask-menu p.d-accordion_ttl.d-defClose span.open,
.d-ask-menu p.d-accordion_line.d-defClose span.open{
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_up.png) right center no-repeat;
}

.d-ask-menu p.d-accordion_ttl span.d-ttl_service{
	padding:2px 0 2px 38px;
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_service.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_up.png);
}

.d-ask-menu p.d-accordion_ttl span.d-ttl_service.open{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_service.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_down.png);
}

.d-ask-menu p.d-accordion_ttl span.d-ttl_service,
.d-ask-menu p.d-accordion_ttl span.d-ttl_service.open{
	background-position:left center,right center;
	background-repeat:no-repeat,no-repeat;
}
/* 161101_会員サポートリニューアル end */



/* 没
.d-ask-menu p.d-accordion_ttl span.d-ttl_collabo{
	padding:5px 0;
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_logo_collabo.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_up.png);
}

.d-ask-menu p.d-accordion_ttl span.d-ttl_collabo.open{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_logo_collabo.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_down.png);
}

.d-ask-menu p.d-accordion_ttl span.d-ttl_flts{
	padding:5px 0;
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_logo_ntt_ew_side.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_up.png);
}

.d-ask-menu p.d-accordion_ttl span.d-ttl_flts.open{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_logo_ntt_ew_side.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_down.png);
}

.d-ask-menu p.d-accordion_ttl span.d-ttl_au{
	padding:5px 0;
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_logo_auhikari.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_up.png);
}

.d-ask-menu p.d-accordion_ttl span.d-ttl_au.open{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_logo_auhikari.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_down.png);
}

.d-ask-menu p.d-accordion_ttl span.d-ttl_nuro{
	padding:5px 0;
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_logo_nuro.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_up.png);
}

.d-ask-menu p.d-accordion_ttl span.d-ttl_nuro.open{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/image_logo_nuro.png),url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_down.png);
}

.d-ask-menu p.d-accordion_ttl span.d-ttl_collabo,
.d-ask-menu p.d-accordion_ttl span.d-ttl_collabo.open,
.d-ask-menu p.d-accordion_ttl span.d-ttl_flts,
.d-ask-menu p.d-accordion_ttl span.d-ttl_flts.open,
.d-ask-menu p.d-accordion_ttl span.d-ttl_au,
.d-ask-menu p.d-accordion_ttl span.d-ttl_au.open,
.d-ask-menu p.d-accordion_ttl span.d-ttl_nuro,
.d-ask-menu p.d-accordion_ttl span.d-ttl_nuro.open{
	text-indent:-9999px;
	background-position:left center,right center;
	background-repeat:no-repeat,no-repeat;
}

/* 160801_パッシブチャット導入対応 end */

/* マイページログイン */
.d-btn-askmyp{
	width:100%;
	margin:20px auto;
 	padding:22px 18px;
 	color:#252525!important;
 	font-weight:bold;
	text-align:center;
 	display:block;
	box-sizing:border-box;
	border-radius:2px;
	border:solid 1px #fccd0a;
	background:#fdd513;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe256), color-stop(100%, #f7bb06));
	background-image:-webkit-linear-gradient(top, #ffe256, #f7bb06);
	background-image:-moz-linear-gradient(top, #ffe256, #f7bb06);
	background-image:-o-linear-gradient(top, #ffe256, #f7bb06);
	background-image:linear-gradient(to bottom, #ffe256, #ffc600);
}

.d-btn-askmyp:hover{
	text-decoration:none;
	border:solid 1px #f2b00a;
	background:#f2c85c;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2c85c), color-stop(100%, #f0af0a));
	background-image:-webkit-linear-gradient(top, #f2c85c, #f0af0a);
	background-image:-moz-linear-gradient(top, #f2c85c, #f0af0a);
	background-image:-o-linear-gradient(top, #f2c85c, #f0af0a);
	background-image:linear-gradient(to bottom, #f2c85c, #f0af0a);
	cursor:pointer;
}

/* NEWお問い合わせパネルここから------*/
.d-list-new-contact{
	width:100%;
	margin-bottom:20px;
/*	padding:10px 0px 15px 0px; */
}

.d-list-new-contact li{
	background-color:#f4f4f4;
	margin:20px 0;
	padding:0px 10px 10px 10px;
}

.d-li-title{
	font-size:20px;
}

.d-li-time{
	font-size:18px;
	text-align:center;
	margin-top:1px;
}

.d-list-new-contact-txt{
	font-size:15px;
	text-align:left;
	line-height:24px;
	margin-top:13px;
	margin-bottom:9px;
}

/*pointボックス*/
.d-point-box{
	border:1px solid;
	border-color:#dbdbdb;
	background:#ffffff;
	border-radius:4px 4px 4px 4px;
	margin-top:20px;
	display:block;
}

.d-dt-point{
	height:16px;
	border:1px solid;
	border-color:#dbdbdb;
	border-bottom:none;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/bg_ask_point.png) center center no-repeat;
	background-position:8px 8px;
	background-size:28px 18px;
	background-color:#dbdbdb;
	border-radius:2px 2px 0 0;
	vertical-align:middle;
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	padding-top:8px;
	padding-bottom:12px;
	padding-left:46px;
	display:block;
	margin:auto;
}

.d-point-tel{
	font-size:14px;
	line-height:20px;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/bg_ask_point_tel.png) center center no-repeat;
	background-position:8px 8px;
	background-size:34px 27px;
	padding-top:14px;
	padding-bottom:7px;
	padding-left:52px;
	display:block;
}

.d-point-mail{
	font-size:14px;	
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/bg_ask_point_time.png) center center no-repeat;
	background-position:8px 0px;
	background-size:36px 27px;
	padding-top:3px;
	padding-bottom:11px;
	padding-left:52px;
	display:block;
}
/*pointボックスここまで*/

.d-list-icon-chat{
	width:230px;
	height:40px;
	font-size:20px;
	line-height:34px;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/bg_ask_new_chat.png) no-repeat;
	background-position:25px 10px;
	padding-top:13px;
	margin-left:auto;
	margin-right:auto;
}

.d-list-new-contact-txt a{
	text-decoration:none;
}

.d-list-community-txt a{
	text-decoration:none;
}

.d-list-icon-tel{
	width:230px;
	height:40px;
	font-size:20px;
	line-height:34px;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/bg_ask_new_tel.png) no-repeat;
	background-position:45px 10px;
	padding-top:13px;
	margin-left:auto;
	margin-right:auto;
}

.d-list-icon-mail{
	width:230px;
	height:40px;
	font-size:20px;
	line-height:34px;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/bg_ask_new_mail.png) no-repeat;
	background-position:36px 10px;
	padding-top:13px;
	margin-left:auto;
	margin-right:auto;
}

.d-list-icon-community{
	font-size:20px;
	line-height:34px;
	padding-top:13px;
	margin-left:auto;
	margin-right:auto;
}

.d-li-time-community{
	width:280px;
	height:42px;
	font-size:18px;
	line-height:38px;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/bg_ask_new_community.png) no-repeat;
	background-position:0px 2px;
	margin-left:auto;
	margin-right:auto;
}

.d-list-community-txt{
	font-size:15px;
	text-align:left;
	line-height:24px;
	margin-top:4px;
	margin-bottom:9px;
}

.d-list-icon-fax{
	width:230px;
	height:40px;
	font-size:20px;
	line-height:34px;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/bg_ask_new_fax.png) no-repeat;
	background-position:47px 10px;
	padding-top:13px;
	margin-left:auto;
	margin-right:auto;
}

/*ボタン青*/
.d-list-blue-btn {
	background: #0a68c2 url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_white_arrow.png) no-repeat;
	background-position:200px 12px;
	border-radius: 20px;
	border: solid 1px #0a68c2;
	color: #fff !important;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	padding: 10px 21px 14px 21px !important;
	position: relative;
	width: 186px;
	height:12px;
	margin:9px auto 10px auto;
}

.d-list-blue-btn-fax {
	background: #0a68c2 url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_white_arrow.png) no-repeat;
	background-position:200px 12px;
	border-radius: 20px;
	border: solid 1px #0a68c2;
	color: #fff !important;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	padding: 10px 21px 14px 21px !important;
	position: relative;
	width: 186px;
	height:12px;
	margin: 33px 49px 20px 49px;
}

.d-list-blue-btn-blank {
	background: #0a68c2 url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_white_blank.png) no-repeat;
	background-position:200px 12px;
	border-radius: 20px;
	border: solid 1px #0a68c2;
	color: #fff !important;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	padding: 10px 21px 14px 21px !important;
	position: relative;
	width: 186px;
	height:12px;
	margin: 9px auto 20px auto;
}

.d-list-blue-btn-blank:hover,
.d-list-blue-btn-blank:focus {
	background: #2087ea url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_white_blank.png) no-repeat;
	background-position:200px 12px;
	border: solid 1px #2087ea;
	color: #fff;
	text-decoration: none;
}



/*ボタン青*/
/* NEWお問い合わせパネルここまで------*/

.d-sankou-box{
	margin-bottom:15px;
	padding:5px;
	border:1px dotted #b9c9d9;
	background-color:#fafafa;
	overflow:hidden;
}

#html .d-sankou-box{
	zoom:1;
}


/* お問い合わせ方法パネル */
.d-contact-box{
	margin-bottom:20px;
	padding:0 10px 15px 10px;
	border:solid 1px #ccc;
	border-radius:5px;
}

.d-list-contact{
	width:100%;
	box-sizing:border-box;
}

.d-list-contact li{
	margin:20px 0;
}

/* 160816_問い合わせページの文言修正 start */
.d-list-contact li span.d-recommend{
	width:100%;
	line-height:35px;
	color:#fff;
	font-size:114.3%;
	font-weight:bold;
	text-align:center;
	background-color:#ff9600;
	border-radius:0 0 5px 5px;
	display:block;
}

.d-list-contact li span.d-recommend:hover{
	cursor:default;
}
/* 160816_問い合わせページの文言修正 end */

.d-list-contact li a{
	width:100%;
	padding:30px 10px;
	color:#252525;
	border:solid 1px #ccc;
	border-radius:5px;
	box-sizing:border-box;
	display:block;
}

.d-list-contact li a.d-link-tel{
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/bg_ask_tel.png) #f7f7f7 center center no-repeat;
}

/* 160801_パッシブチャット導入対応 start */
.d-list-contact li a.d-link-chat{
	/* 160816_問い合わせページの文言修正 start */
	padding:30px 10px 10px 10px;
	border-bottom:none;
	border-radius:5px 5px 0 0;
	/* 160816_問い合わせページの文言修正 end */
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/bg_ask_chat.png) #f7f7f7 center center no-repeat;
}
/* 160801_パッシブチャット導入対応 end */

.d-list-contact li a.d-link-mail{
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/bg_ask_mail.png) #f7f7f7 center center no-repeat;
}

.d-list-contact li a.d-link-fax{
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/bg_ask_fax.png) #f7f7f7 center center no-repeat;
}

.d-list-contact li a:hover{
	text-decoration:none;
}

.d-list-contact li a span{
	font-size:114.3%;
	font-weight:bold;
	text-align:center;
	display:block;
}

/* テーブルリスト */
.d-list-ask-table{
	width:100% !important;
	margin-top:10px !important;
	box-sizing:border-box !important;
}

.d-list-ask-table p{
	margin-bottom:0px;
}

.d-list-ask-table dt,
.d-list-ask-table dd{
	padding:9px !important;
	border:solid 1px #b9c9d9 !important;
}

.d-list-ask-table dt{
	text-align:center !important;
	background-color:#eceff1 !important;
}

.d-list-ask-table dd{
	border-top:none !important;
}

.d-list-ask-table dd ul li{
	padding:10px 0 !important;
	border-bottom:solid 1px #b9c9d9 !important;
}

.d-list-ask-table dd ul li:last-child{
	padding-bottom:0 !important;
	border-bottom:none !important;
}

/* 検索エリア */
.d-mid-search.d-ask-search{
	padding:20px 5px;
	background-color:#ffffcc;
}

/* よくあるご質問リスト */
.d-list-askfaq{
	border-left:solid 1px #e1e1e1;
	border-right:solid 1px #e1e1e1;
	border-bottom:solid 1px #e1e1e1;
}

.d-list-askfaq li{
	border-top:solid 1px #e1e1e1;
}

.d-list-askfaq li a{
	padding:16px 20px 16px 25px;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow.png) 10px center no-repeat;
	display:block;
}

.d-list-askfaq li a:hover{
	background-color:#f0f8ff;
}

/* グレーボタン */
.d-btn-askButton a{
	width:100%;
	margin:20px 0;
 	padding:22px 18px;
	font-weight:bold;
	color:#252525;
	text-align:center;
	box-sizing:border-box;
	display:inline-block;
	border:solid 1px #c3c3c3;
	border-radius:2px;
	background:#ebebeb;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #ebebeb));
	background-image: -webkit-linear-gradient(top, #fbfbfb, #ebebeb);
	background-image: -moz-linear-gradient(top, #fbfbfb, #ebebeb);
	background-image: -o-linear-gradient(top, #fbfbfb, #ebebeb);
	background-image: linear-gradient(top, #fbfbfb, #ebebeb);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBFBFB', endColorstr='#FFEBEBEB');
}

.d-btn-askButton a:hover{
	background: #e5e5e5;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #e5e5e5));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: -o-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: linear-gradient(top, #f5f5f5, #e5e5e5);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF5F5F5', endColorstr='#FFE5E5E5');
	text-decoration:none;
	cursor:pointer;
}

/* オレンジボタン */
.d-btn-askButton2 a{
	width:100%;
	margin:20px 0;
 	padding:22px 18px;
 	color:#252525!important;
 	font-weight:bold;
	text-align:center;
 	display:block;
	box-sizing:border-box;
	border-radius:2px;
	border:solid 1px #fccd0a;
	background:#fdd513;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe256), color-stop(100%, #f7bb06));
	background-image:-webkit-linear-gradient(top, #ffe256, #f7bb06);
	background-image:-moz-linear-gradient(top, #ffe256, #f7bb06);
	background-image:-o-linear-gradient(top, #ffe256, #f7bb06);
	background-image:linear-gradient(to bottom, #ffe256, #ffc600);
}

.d-btn-askButton2 a:hover{
	text-decoration:none;
	border:solid 1px #f2b00a;
	background:#f2c85c;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2c85c), color-stop(100%, #f0af0a));
	background-image:-webkit-linear-gradient(top, #f2c85c, #f0af0a);
	background-image:-moz-linear-gradient(top, #f2c85c, #f0af0a);
	background-image:-o-linear-gradient(top, #f2c85c, #f0af0a);
	background-image:linear-gradient(to bottom, #f2c85c, #f0af0a);
	cursor:pointer;
}


/* ask_select */
.d-btn-ask-desk,
.d-btn-ask-deskbiz,
.d-btn-ask-desknuro{
	width:100%;
	height:117px;
	text-indent:-9999px;
	box-sizing:border-box;
	border:solid 1px #a1a1a1;
	border-radius:4px;
	display:block;
}

.d-btn-ask-desk{
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/btn_ask_desk.png) center center no-repeat;
}

.d-btn-ask-deskbiz{
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/btn_ask_desk_biz.png) center center no-repeat;
}

.d-btn-ask-desknuro{
	border:none;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/btn_ask_desk_nuro.png) #000 center center no-repeat;
}

/*　btn-ask_confirmここから------------------------------------------------------------ */
.d-list-fee-confirm{
	margin-top:20px;
}

.d-list-fee-confirm li{
	margin-top:20px;
}

.d-list-fee-confirm li:first-child{
	margin-top:0;
}

.d-list-fee-confirm li a{
	padding:15px 10px;
	color:#252525;
	text-align:center;
	border:solid 1px #ccc;
	border-radius:5px;
	background: linear-gradient(-180deg, #F5F9FD, #D2E6F3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F5F9FD', endColorstr='#D2E6F3');/* IE5.5以上 */
	background: -ms-linear-gradient(top, #F5F9FD, #D2E6F3);
	background: -moz-linear-gradient(top, #F5F9FD, #D2E6F3); /* mozilla */
	background: -webkit-gradient(linear, top, bottom, from(#F5F9FD), to(#D2E6F3));
	background: -webkit-linear-gradient(top, #F5F9FD 0%, #D2E6F3 100%);
	background: linear-gradient(#F5F9FD,#D2E6F3);
	display:block;
}

.d-list-fee-confirm li a:hover{
	text-decoration:none;
}
/*　btn-ask_confirmここまで------------------------------------------------------------ */

.d-list-fee,
.d-list-option{
	margin-top:20px;
}

.d-list-fee li,
.d-list-option li{
	margin-top:10px;
}

.d-list-fee li:first-child,
.d-list-option li:first-child{
	margin-top:0;
}

.d-list-fee li a,
.d-list-option li a{
	padding:15px 10px;
	color:#252525;
	text-align:center;
	border:solid 1px #ccc;
	border-radius:5px;
	background-color:#f7f7f7;
	display:block;
}

.d-list-fee li a:hover,
.d-list-option li a:hover{
	text-decoration:none;
}

/* ask_select_mail */
.d-btn-rakuraku{
	width:290px;
	height:55px;
	background: url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/rakuraku_banner.jpg) left top no-repeat;
	display:block;
	border:none;
	text-indent:-9999px;
}

.d-btn-rakuraku:hover{
	background-position: 0 -55px;
}


/*
 So-net 動画サポート用
-------------------------------------------------------------------------*/
.d-video-area{
	padding-bottom:5px;
}

.d-video-area h3{
	margin:20px 0 0 0;
	padding:14px 95px 14px 16px;
	color:#444;
	background:none #e9e9e9 no-repeat;
	position:relative;
}

.d-video-area h3:first-child{
	margin:0;
}

.d-video-area h3 span.d-videoCnt{
	position:absolute;
	right:10px;
}

.d-video-area h3 span.d-videoCnt span{
	margin:0 7px;
	padding:2px 14px;
	border-radius:15px;
	background-color:#ccc;
	box-shadow:0 2px 3px rgba(0,0,0,0.4) inset;
	-moz-box-shadow:0 2px 3px rgba(0,0,0,0.4) inset;
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.4) inset;
	-o-box-shadow:0 2px 3px rgba(0,0,0,0.4) inset;
	-ms-box-shadow:0 2px 3px rgba(0,0,0,0.4) inset;
}

.d-video-area ul{
	margin:0 6px;
	padding-bottom:5px;
	box-shadow:0 1px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.4);
	-o-box-shadow:0 1px 5px rgba(0,0,0,0.4);
	-ms-box-shadow:0 1px 5px rgba(0,0,0,0.4);
}

.d-video-area ul li{
	position:relative;
}

.d-video-area ul li.d-moreVideo{
	text-align:center;
}

.d-video-area ul li a{
	margin:0 8px;
	padding:15px 0;
	border-top:solid 1px #ccc;
	display:block;
}

.d-video-area ul li:first-child a{
	border-top:none;
}

.d-video-area ul li a:after{
	clear:both;
	content:"";
	display:block;
}

.d-video-area ul li a img{
	width:30%;
	height:auto;
	margin-right:10px;
	float:left;
	display:block;
}

.d-video-area ul li span.d-videoTitle{
	width:60%;
	padding:0 0 3px 13px;
	text-indent:0;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow.png) left 0.3em no-repeat;
	float:left;
	display:block;
}

.d-video-area ul li div.d-videoTime{
	position:absolute;
	right:10px;
	bottom:2px;
}

.d-video-area ul li.d-moreVideo div.d-more-btn{
	width:60%;
	margin:10px auto;
	padding:12px 17px;
	font-size:1.143em;
	text-align:center;
	border:solid 1px #ccc;
	background:#ebebeb;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #ebebeb));
	background-image: -webkit-linear-gradient(top, #fbfbfb, #ebebeb);
	background-image: -moz-linear-gradient(top, #fbfbfb, #ebebeb);
	background-image: -o-linear-gradient(top, #fbfbfb, #ebebeb);
	background-image: linear-gradient(top, #fbfbfb, #ebebeb);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBFBFB', endColorstr='#FFEBEBEB');
}

.d-video-area ul li.d-moreVideo div.d-more-btn:hover{
	cursor:pointer;
}

/*170401_スマホTOP改修 start*/
/*ここからフッターa_idアコーディオン見出し*/

.d-menu-area_a_id{
	border-bottom:solid 1px #ccc;
	margin-top:15px;
	margin-left:4px;
	margin-right:4px;
	text-align:left;
}

.d-menu-area_a_id.d-no-menu_a_id{
	border-top:solid 6px #ccc;
}

.d-menu-area_a_id h2{
	border-top:solid 6px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

.d-menu-area_a_id h2 a{
display: block;
color:#000000;
text-decoration:none;
}

.d-menu-area_a_id h3{
	border-left:solid 7px #ccc;
	border-right:solid 1px #ccc;
	border-top:solid 1px #ccc;
}

.d-menu-area_a_id h2,
.d-menu-area_a_id h3{
	padding:12px 17px;
	font-weight:bold;
	font-size:18px;
	background:#ebebeb;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #ebebeb));
	background-image: -webkit-linear-gradient(top, #fbfbfb, #ebebeb);
	background-image: -moz-linear-gradient(top, #fbfbfb, #ebebeb);
	background-image: -o-linear-gradient(top, #fbfbfb, #ebebeb);
	background-image: linear-gradient(top, #fbfbfb, #ebebeb);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBFBFB', endColorstr='#FFEBEBEB');
}

.d-menu-area_a_id .d-accordion_ttl_a_id,
.d-menu-area_a_id .d-accordion_line_a_id{
	position:relative;
}

.d-menu-area_a_id .d-accordion_ttl_a_id:hover,
.d-menu-area_a_id .d-accordion_line_a_id:hover{
	cursor:pointer;
}

.d-menu-area_a_id .d-accordion_ttl_a_id span:after,
.d-menu-area_a_id .d-accordion_line span_a_id:after{
	width:15px;
	height:15px;
	content:"";
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_accordion.png) no-repeat;
	background-size:15px;
	position:absolute;
	top:35%;
	right:16px;
	display:inline-block;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform-origin:50% 50%;
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;	
}

.d-menu-area_a_id .d-accordion_ttl_a_id span.open:after,
.d-menu-area_a_id .d-accordion_line_a_id span.open:after,
.d-menu-area_a_id .d-accordion_ttl_a_id.d-defClose_a_id span:after,
.d-menu-area_a_id .d-accordion_line.d-defClose_a_id span:after{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(0deg);
}

.d-menu-area_a_id .d-accordion_ttl_a_id.d-defClose_a_id span.open:after,
.d-menu-area_a_id .d-accordion_line_a_id.d-defClose_a_id span.open:after{
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
}


.d-menu-area_a_id h3.d-ttlink-line_a_id a{
	color:#000;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow_def.png) right center no-repeat;
	display:block;
}

.d-accordion_area_a_id ul{
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	/*display:block; ここリストグリッド */
	margin-bottom:0px;
	background-color:white;
}

.d-accordion_area_a_id ul li{
	border-top:solid 1px #ccc;
}

.d-accordion_area_a_id ul li:last-child{
	border-top:solid 1px #ccc;
}

.d-accordion_area_a_id ul_a_id li.d-menu-txt{
	font-size:0.857em;
	padding:12px 10px;
}

.d-accordion_area_a_id ul li.d-more{
	padding:16px;
	text-align:center;
}

.d-accordion_area_a_id ul li.d-more:hover{
	cursor:pointer;
}

.d-accordion_area_a_id ul li a{
	padding:16px 20px 16px 25px;
	background:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/mark_link_arrow.png) 10px 20px no-repeat;
	display:block;
}

.d-accordion_area_a_id ul li.d-moreLink,
.d-accordion_area_a_id ul li.d-bnrLink{
	text-align:center;
}

.d-accordion_area_a_id ul li.d-moreLink a{
	padding:16px 0!important;
	color:#000;
	background:none;
}

.d-accordion_area_a_id ul li.d-moreLink a:hover{
	color:#000;
	text-decoration:none;
}

.d-accordion_area_a_id ul li.d-link-navi01_a_id a,
.d-accordion_area_a_id ul li.d-link-navi02_a_id a,
.d-accordion_area_a_id ul li.d-link-navi03_a_id a,
.d-accordion_area_a_id ul li.d-link-navi04_a_id a,
.d-accordion_area_a_id ul li.d-link-navi05_a_id a,
.d-accordion_area_a_id ul li.d-link-navi06_a_id a,
.d-accordion_area_a_id ul li.d-link-navi07_a_id a,
.d-accordion_area_a_id ul li.d-link-navi08_a_id a,
.d-accordion_area_a_id ul li.d-link-navi09_a_id a{
	padding:16px 20px 16px 55px;
	background-size:45px auto;
	background-position:5px center;
	background-repeat:no-repeat;
}

.d-accordion_area_a_id ul li.d-link-navi01_a_id a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_01.png);
}

.d-accordion_area_a_id ul li.d-link-navi02_a_id a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_02.png);
}

.d-accordion_area_a_id ul li.d-link-navi03_a_id a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_03.png);
}

.d-accordion_area_a_id ul li.d-link-navi04_a_id a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_04.png);
}

.d-accordion_area_a_id ul li.d-link-navi05_a_id a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_05.png);
}

.d-accordion_area_a_id ul li.d-link-navi06_a_id a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_06.png);
}

.d-accordion_area_a_id ul li.d-link-navi07_a_id a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_07.png);
}

.d-accordion_area_a_id ul li.d-link-navi08_a_id a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_08.png);
}

.d-accordion_area_a_id ul li.d-link-navi09_a_id a{
	background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet_mobile/common/img/icon_top_navi_09.png);
}

.d-accordion_are_a_ida ul li.d-bnrLink a{
	padding:5px!important;
	background:none;
}

.d-accordion_area_a_id ul li.d-bnrLink a img{
	vertical-align:middle;
}
/*ここまでフッターa_idアコーディオン見出し*/
/*170401_スマホTOP改修 end*/

/* 新パネル追記2018/09/28　ここから========================================================　　 */
.panelnav{
    display: block;
	/*margin-left: -20px;*/
}

.panelnav .nav-index-03.col-3 ul {
    margin-right: -2.67379679144385%;
    display: block;
    /*flex-wrap: wrap;*/
	max-width: calc(100% - 2px);
}


.panelnav ul, ol {
    list-style: none;
}


.nav-index-03.col-3 .column {
    /*float: left;*/
    width: 100%;
    /*margin-right: 10px;*/
    /*margin-left: 20px;*/
}

.nav-index-03.col-3 .column:after {
    display: table;
    clear: both;
    content: '';
}


.nav-index-03 ul .column {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid #c6c9d3;
    border-radius: 11px;
    /*box-shadow: 0 2px 0 0 #c6c9d3;*/
}


.nav-index-03 ul .column a {
    /*display: block;*/
    overflow: -webkit-paged-x;
    overflow-x: auto;
    box-sizing: border-box;
    border-radius: 10px;
    height: 100%;
    display: flex;
}

.panelnav li.column a:hover {
    background-color: #f5f6f8;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    transition-property: all;
	text-decoration: none;
}

li.column:after {
    position: absolute;
    top: 50%;
    right: 13px;
    display: block;
    width: 6.5px;
    height: 12px;
    background-position: -65px -31.5px;
    background-size: 121px 110px;
	content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet/images/img_sprite_01b.png);
}


.column a img {
    /*vertical-align: top; */
    border: 0;
    width: 40px !important;
    height: 40px !important;
    display: block;
    margin: auto auto;
    /* align-items: center; */
    /* justify-content: center; */
    /* justify-items: center; */
    margin-left: 20px !important;
}

.column .okbiz {
    /*vertical-align: top; */
    border: 0;
    width: 60px !important;
    height: 60px !important;
    display: block;
    margin: auto auto;
    /* align-items: center; */
    /* justify-content: center; */
    /* justify-items: center; */
    margin-left: 20px !important;
}

.nav-index-03 ul .column a .text {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 17px 16px 17px 30px;
    /* text-align: center; */
}

.nav-index-03 ul .column a .okbiz-text {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 17px 16px 17px 10px;
    /* text-align: center; */
}

.nav-index-03 ul .column a .text .title {
    font-size: 100%;
    font-weight: bold;
    position: relative;
    /*margin-bottom: 6px;*/
    /*-webkit-transition: color .2s ease;*/
    /*transition: color .2s ease;*/
    color: #252525;
}

.nav-index-03 ul .column a .okbiz-text .title {
    font-size: 100%;
    font-weight: bold;
    position: relative;
    /*margin-bottom: 6px;*/
    /*-webkit-transition: color .2s ease;*/
    /*transition: color .2s ease;*/
    color: #252525;
}

.panelnav .mb0 {
    margin-bottom: 0 !important;
}

.nav-index-03 ul .column a .text .time {
    color: #333;
    font-size: 90%;
	margin-top: 4px;
}

.nav-index-03 ul .column a .okbiz-text .time {
    color: #333;
    font-size: 90%;
	margin-top: 4px;
}

.nav-index-03 ul .column a .text .description {
    font-size: 1.0em;
	line-height: 1.5em;
    color: #333;
}

.nav-index-03 ul .column a .okbiz-text .description {
    font-size: 1.0em;
	line-height: 1.5em;
    color: #333;
}

li.recommended a:before {
    position: absolute;
    top: 16px;
    right: -3px;
    display: block;
    width: 64px;
    height: 37px;
    background-position: 0px 0px;
    background-size: 64px 37px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet/images/img-ask-pnl-recommended_sp.png);
}

/* 新パネル追記2018/09/28　ここまで　　 */

/* パネルナビへのアンカー　ここから */
.ask-selectbox {
	max-width: 100%;
	background: #d6f5fa;
    border: solid 0px #d6f5fa;
    border-radius: 10px 10px 30px 30px;
	margin-top: 10px;
    padding-top: 20px;
    padding-bottom: calc(100% - 85%);
	position: relative;
	box-sizing: border-box;
}

.ask-selectbox-title img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
}

.ask-selectbox-bottom img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: absolute;
	bottom: 0px;
	max-width: 100%;
}

.ask-selectbox-btnbox {
	margin-top: 14px;
	text-align: center;
    /*margin-left: 4px;*/
	/*max-width: calc(100% - 10px);*/
}

.ask-selectbox-btnlist{
	line-height: 0;
	padding-left: 3%;
	padding-right: 2%;
}

.ask-selectbox-btnlist img {
    display: block;
    max-width: 100%;
    height: 100%;
}

.ask-selectbox-btnlist li a img:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.ask-selectbox-btnlist li + li {
margin-top: 4%;
}
/* パネルナビへのアンカー　ここまで */

/* お問い合わせページ料金ナビバナー　ここから */
.bn-payment a img{
    display: block;
    max-width: 100%;
	height: auto;
    margin-left: auto;
    margin-right: auto;
}
.bn-payment a img:active{
	opacity: 0.7;
    filter: alpha(opacity=70);	
	-webkit-transition: color .2s ease;
    transition: color .2s ease;
	transition-property: all;
}
/* お問い合わせページ料金ナビバナー　ここまで*/

