/*--------------------------
共通設定
--------------------------*/
body, h1, h2, h3, h4, div, p, ul, ol, li, dl, dt, dd, input, form {
	margin: 0;
	padding: 0;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#help-wrap {
	width: 100%;
	min-width: 940px;
	padding-bottom: 40px;
	color: #325265;
	font-size: 14px;
}
#help-wrap ul,
#help-wrap ol {
	list-style-type: none;
}
#help-wrap a {
	color: #325265;
	text-decoration: none;
}
#help-wrap img {
	border: none;
}
#help-wrap .clear-fix:after {
	content: "";
	display: block;
	clear: both;
}
#help-wrap input {
	vertical-align: middle;
}
#help-wrap .wrapper {
	margin: 0 auto;
	width: 875px;
}
#help-wrap h2 {
	margin: 0 auto;
	padding: 35px 0 30px;
	line-height: 50px;
	font-size: 24px;
}
#help-wrap h2 img {
	border: none;
	width: 50px;
	height: 50px;
	padding-right: 15px;
	vertical-align: middle;
}

/*--------------------------
ヘッダー
--------------------------*/
#help-wrap .title-box {
	width: 100%;
	background: #34495e;
}
#help-wrap .title-box > div {
	display: table;
}
#help-wrap .title-box h1 {
	display: table-cell;
	box-sizing: border-box;
	width: 260px;
	min-height: 70px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}
#help-wrap .title-box h1 a {
	color: white;
}
#help-wrap .title-box .search-box {
	display: table-cell;
	box-sizing: border-box;
	width: auto;
	padding: 10px 0;
	text-align: right;
	vertical-align: middle;
}
#help-wrap .title-box .search-box > div {
	display: inline-block;
	background: #fff;
	height: 32px;
}
#help-wrap .title-box input[type="text"] {
	box-sizing: border-box;
	border: 1px solid #fff;
	width: 380px;
	height: 30px;
	padding: 5px 3px;
	font-size: 14px;
	letter-spacing: 1px;
}
#help-wrap .title-box .btn-search {
	margin: 1px;
	border: 1px solid #fff;
	width: 60px;
	height: 30px;
	background: url(../img/btn_search.png) no-repeat 0 0 #3375b1;
	border: none;
}
#help-wrap .title-box .btn-search:hover {
	background-color: #0099cc;
	cursor: pointer;
}
#help-wrap .title-box .search-box dl {
	margin-top: 5px;
	margin-bottom: -1px;
	font-size: 12px;
	color: #fff;
	text-align: right;
	line-height: 1.6;
}
#help-wrap .title-box .search-box dt,
#help-wrap .title-box .search-box dd {
	display: inline;
}
#help-wrap .title-box .search-box dd span {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 3px;
	margin: 0 0 0 5px;
	padding: 3px 10px 2px;
	line-height: 1;
}
#help-wrap .title-box .search-box dd span:hover {
	background: #657584;
	cursor: pointer;
}


/*----- よく見られている質問 -----*/
#help-wrap .info {
	padding-bottom: 30px;
}
#help-wrap .info .questions {
	width: 100%;
	border: none;
	margin-top: 0;
	table-layout: fixed;
}
#help-wrap .info .questions td {
	width: 50%;
	padding: 0 0 10px 37px;
	line-height: 1.3;
	word-break: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	vertical-align: top;
}
#help-wrap .info .questions td:first-child {
	padding-right: 18px;
	padding-left: 0;
}
#help-wrap .info .questions tr:first-child td {
	padding-top: 0;
}
#help-wrap .info .questions td div {
	position: relative;
	padding-left: 1.4em;
}
#help-wrap .info .questions td div:before {
	content:"・";
	position: absolute;
	left: 0;
}
#help-wrap .info .questions td div a {
	font-size: 14px;
	color: #005fc0;
}
#help-wrap .info .questions td a:hover {
	text-decoration: underline;
}

/*--------------------------
はじめての方へ
--------------------------*/
#help-wrap .first {
	padding-bottom: 30px;
	background-color: #e5edf5;
}
#help-wrap .first > div {
	border-bottom: 3px solid #ced5dc;
	border-radius: 8px;
	background: url(../img/bg_parting.png) no-repeat top center #fff;
	height: 200px;
}
#help-wrap .first .content {
	box-sizing: border-box;
	float: left;
	position: relative;
	width: 420px;
	height: 200px;
	padding: 30px 30px 0;
	line-height: 1.3;
}
#help-wrap .first .content + .content {
	margin-left: 30px;
}
#help-wrap .first h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}
#help-wrap .first a {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -100px;
	border-bottom: 3px solid #3f7cb6;
	border-radius: 4px;
	width: 200px;
	line-height: 35px;
	text-align: center;
	background: #4a92d6;
	color: #fff;
	font-weight: bold;
}
#help-wrap .first a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	margin-top: -4px;
	display: block;
	border: 2px solid;
	border-color: transparent transparent #fff #fff;
	height: 4px;
	width: 4px;
}
#help-wrap .first a:hover {
	background: #5db7ff;
	border-bottom: 3px solid #4f9cd9;
}

/*--------------------------
DMMご利用について
--------------------------*/
#help-wrap .about {
	margin: 2px 0 40px 0;
	padding-bottom: 30px;
	background: #ecf0f1;
}
#help-wrap .about .cont-box {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
	margin-bottom: 40px;
}
#help-wrap .about .cont-box > div {
	display: table-cell;
	border-radius: 8px;
	overflow: hidden;
	vertical-align: top;
	padding: 0;
}
#help-wrap .about .cont-box > div a {
	position: relative;
	display: block;
	background: #fff;
	padding: 13px 15px;
}
#help-wrap .about .cont-box > div > ul li:last-child a {
	border-radius: 0 0 8px 8px;
}
#help-wrap .about .cont-box > div a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	margin-top: -4px;
	display: block;
	border: 2px solid;
	border-color: transparent transparent #96a6a6 #96a6a6;
	height: 4px;
	width: 4px;
}
#help-wrap .about .cont-box > div a:hover {
	background-color: #dfe6e8;
}
#help-wrap .about .cont-box h3 {
	display: table;
	border-collapse: collapse;
	width: 100%;
}
#help-wrap .about .cont-box h3 a {
	display: table-cell;
	width: 100%;
	box-sizing: border-box;
	height: 110px;
	padding-left: 75px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 80px 100px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
}
#help-wrap .about .cont-box h3 a:after {
	border-color: transparent transparent #fff #fff;
	top: 54px;
}
#help-wrap .about .category_1 h3 a {
	background-color: #e55d5d;
}
#help-wrap .about .category_1 h3 a:hover {
	background-color: #ff7474;
}
#help-wrap .about .category_2 h3 a {
	background-color: #debb43;
}
#help-wrap .about .category_2 h3 a:hover {
	background-color: #efd34c;
}
#help-wrap .about .category_3 h3 a {
	background-color: #7dc691;
}
#help-wrap .about .category_3 h3 a:hover {
	background-color: #8ddfa3;
}
#help-wrap .about .cont-box > .category_4 h3 a {
	background-color: #70c1d4;
}
#help-wrap .about .cont-box > .category_4 h3 a:hover {
	background-color: #7ed9ea;
}
#help-wrap .about .cont-box h3 img {
	position: absolute;
	top: 15px;
	left: -5px;
	height: 80px;
	width: 80px;
}

/*----- サービスについて -----*/
#help-wrap .about .service {
	margin-top: 30px\9;
}
#help-wrap .about .service h3 {
	margin-bottom: 15px;
	padding-left: 25px;
	line-height: 20px;
	background: url(../img/icon_service.png) no-repeat 0 0;
}
#help-wrap .about .service ul {
	width: 100%;
}
#help-wrap .about .service ul li {
	display: table;
	position: relative;
	float: left;
	width: 25%;
}
#help-wrap .about .service li a {
	display: table-cell;
	border: 1px solid #ecf0f1;
	margin: 0;
	height: 55px;
	padding-right: 5px;
	padding-left: 45px;
	background: #fff;
	vertical-align: middle;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-weight: bold;
}
#help-wrap .about .service li a:hover{
	background-color: #dfe6e8;
}
#help-wrap .about .service li img {
	display: block;
	position: absolute;
	top: 50%;
	left: -3px;
	margin-top: -25px;
	height: 50px;
	width: 50px;
}


/*--------------------------
最下部
--------------------------*/
#help-wrap .contact {
	position: relative;
	margin-bottom: 40px;
	border-radius: 50px;
	background: #dde7f3;
	text-align: left;
}
#help-wrap .contact p {
	padding: 20px 375px 20px 145px;
}
#help-wrap .contact a {
	display: block;
	position: absolute;
	top: 50%;
	right: 160px;
	margin-top: -17px;
	border-bottom: 3px solid #3f7cb6;
	border-radius: 6px;
	width: 200px;
	line-height: 35px;
	text-align: center;
	background: #4a92d6;
	color: #fff;
	font-weight: bold;
}
#help-wrap .contact a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	margin-top: -4px;
	display: block;
	border: 2px solid;
	border-color: transparent transparent #fff #fff;
	height: 4px;
	width: 4px;
}
#help-wrap .contact a:hover {
	background: #5db7ff;
	border-bottom: 3px solid #4f9cd9;
}
/*----- contact 右カラム時 -----*/
#help-wrap div .main-wrap > div.wrapper {
	width: 645px;
	padding-left: 0;
}
#help-wrap .main-wrap .wrapper .contact > p {
	padding-left: 45px;
	padding-right: 255px;
	font-size: 12px;
}
#help-wrap .main-wrap .wrapper .contact > a {
	right: 48px;
	margin: 0;
	margin-top: -17px;
	color: #fff;
}
#help-wrap .main-wrap .wrapper .contact > a:hover {
	text-decoration: none;
}

/*----- 環境判定など -----*/
#help-wrap .checker {
	margin-bottom: 40px;
	border: solid #dedede;
	border-width: 1px 0;
}
#help-wrap .checker dl {
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 20px;
	border-collapse: separate;
	border-spacing: 5px 0;
}
#help-wrap .checker dl dt {
	margin-bottom: 15px;
	font-weight: bold;
}
#help-wrap .checker dl dd {
	position: relative;
	padding-bottom: 30px;
	line-height: 1.3;
	font-size: 12px;
}
#help-wrap .checker dl dd a.link-blue {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 15px;
	color: #005fc0;
}
#help-wrap a.link-blue:hover {
	text-decoration: underline;
}
#help-wrap .checker dl dd a:after,
#help-wrap .wrapper .r18 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	margin-top: -5px;
	display: block;
	border: 2px solid;
	border-color: transparent transparent #ccc #ccc;
	height: 4px;
	width: 4px;
}
#help-wrap .wrapper .r18 {
	text-align: right;
}
#help-wrap .wrapper .r18 a {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	color: #005fc0;
	font-size: 12px;
}



/*--------------------------
ナビ部分
--------------------------*/
/*----- パンくず -----*/
#help-wrap .topic-path {
	padding: 18px 0;
}
#help-wrap .topic-path li {
	display: inline-block;
	font-size: 12px;
	color: #4d5f72;
}
#help-wrap .topic-path li + li:before {
	content: "\003e" ;
	padding: 0 10px;
	display: inline;
}
#help-wrap .topic-path li a {
	color: #005fc0;
}
#help-wrap .topic-path li a:hover {
	cursor: pointer;
	text-decoration: underline;
}

/*----- .nav -----*/
#help-wrap .nav {
	width: 200px;
	float: left;
}
#help-wrap .nav dl {
	margin-bottom: 25px;
	border-radius: 8px;
	overflow: hidden;
	font-size: 12px;
}
#help-wrap .nav a {
	position: relative;
	display: block;
	padding: 12px 15px;
}
#help-wrap .nav a {
    padding-right: 24px;
}
#help-wrap .nav dt a,
#help-wrap .nav dt span {
	padding: 17px 20px 17px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 30px 30px;
	font-size: 14px;
	font-weight: bold;
}
#help-wrap .nav a:after,
#help-wrap .nav dt span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	margin-top: -5px;
	display: block;
	border: 2px solid;
	border-color: transparent transparent #96a6a6 #96a6a6;
	height: 4px;
	width: 4px;
}
#help-wrap .nav a:hover {
	cursor: pointer;
}
#help-wrap .nav .nav-first dt span,
#help-wrap .nav .nav-about dt span {
	position: relative;
	display: block;
}
#help-wrap .nav .nav-first dt span:after,
#help-wrap .nav .nav-about dt span:after {
	display: none;
}
#help-wrap .nav dt a:hover span {
	/* 最上部のリストにアンダーバーはなし */
	border: none;
}

/*----- DMM会員について -----*/
#help-wrap .nav dl:first-child dt a {
	position: relative;
	color: #fff;
}
#help-wrap .nav .category_1 dt a {
	background-color: #e55b5d;
}
#help-wrap .nav .category_2 dt a {
	background-color: #debb43;
}
#help-wrap .nav .category_3 dt a {
	background-color: #7dc691;
}
#help-wrap .nav .category_4 dt a {
	background-color: #70c1d4;
}
#help-wrap .nav .category_service dt a {
	background-color: #818b8d;
}
#help-wrap .nav dl:first-child dt a img {
	display: block;
	position: absolute;
	top: 50%;
	left: -3px;
	margin-top: -25px;
	height: 50px;
	width: 50px;
}
#help-wrap .nav dl.category_service dt a img {
	left: 10px;
	margin-top: -15px;
	border-radius: 50%;
	background: #fff;
	height: 30px;
	width: 30px;
}
#help-wrap .nav dl:first-child dt a:after {
	border-color: transparent transparent #fff #fff;
}
#help-wrap .nav dd a ~ a {
	margin-top: 1px;
}
#help-wrap .nav dd a.current {
	font-weight: bold;
}

/*----- カテゴリ別設定 -----*/
#help-wrap .nav .category_1 dt a:hover {
	background-color: #ff7474;
}
#help-wrap .nav .category_1 dt a.current {

}
#help-wrap .nav .category_2 dt a:hover {
	background-color: #efd34c;
}
#help-wrap .nav .category_3 dt a:hover {
	background-color: #8ddfa3;
}
#help-wrap .nav .category_4 dt a:hover {
	background-color: #7ed9ea;
}
#help-wrap .nav .category_service dt a:hover {
	background-color: #d8def0;
}
#help-wrap .nav .category_1 dd {
	background-color: #fdf5f5;
}
#help-wrap .nav .category_2 dd {
	background-color: #fdfbf4;
}
#help-wrap .nav .category_3 dd {
	background-color: #f7fcf9;
}
#help-wrap .nav .category_4 dd {
	background-color: #f7fbfc;
}
#help-wrap .nav .category_service dd {
	background-color: #ecf0f1;
}
#help-wrap .nav .category_1 a:hover,
#help-wrap .nav .category_1 dd a.current {
	background-color: #f8d5d5;
}
#help-wrap .nav .category_2 a:hover,
#help-wrap .nav .category_2 dd a.current {
	background-color: #f6edce;
}
#help-wrap .nav .category_3 a:hover,
#help-wrap .nav .category_3 dd a.current {
	background-color: #ddf0e3;
}

#help-wrap .nav .category_4 a:hover,
#help-wrap .nav .category_4 dd a.current {
	background-color: #daeff4;
}
#help-wrap .nav .category_service a:hover,
#help-wrap .nav .category_service dd a.current{
	background-color: #dae2e4;
}

/*----- 初めての方へ-----*/
#help-wrap .nav .nav-first dt span {
	background-image: url(../img/icon_first.png);
	background-color: #e5edf5;
	border-bottom: 1px solid #d1d8de ;
}
#help-wrap .nav .nav-first dd {
	background-color: #e5edf5;
}
#help-wrap .nav .nav-first dd a:hover,
#help-wrap .nav .nav-first dd a.current {
	background-color: #cedced;
}

/*----- DMMのご利用について -----*/
#help-wrap .nav .nav-about dt span {
	padding-right: 0;
	padding-left: 48px;
	font-size: 13px;
	background-image: url(../img/icon_pc.png);
	border-bottom: 1px solid #d5d9dc;
	background-color: #ecf0f1;
}
#help-wrap .nav .nav-about dd {
	background-color: #ecf0f1;
}
#help-wrap .nav .nav-about dd a:hover,
#help-wrap .nav .nav-about dd a.current {
	background-color: #dae2e4;
}

/*----- サービス -----*/
#help-wrap .nav .nav-about {
	padding-bottom: 0;
}
#help-wrap .nav .nav-about .service > a {
	position: relative;
	display: block;
	margin-top:0;
	padding: 9px 15px;
	background-color: #818b8d;
	color: #fff;
}
#help-wrap .nav .nav-about .service > a:hover {
	background-color: #a1aeb0;
}
#help-wrap .nav .nav-about .service > a:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	border: none;
	margin-top: -6px;
	height: 12px;
	width: 12px;
	background: url(../img/icon_plus.png) no-repeat 0 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

#help-wrap .nav .nav-about .service > ul {
	display: none;
}
#help-wrap .nav .nav-about .service.open > a:after {
	background: url(../img/icon_minus.png) no-repeat 0 0;
}

#help-wrap .nav .nav-about .service.open > ul {
	display: block;
}

/*--------------------------
メイン部分(中カテゴリー)
--------------------------*/
#help-wrap .main-wrap {
	float: right;
	margin-left: 30px;
	margin-bottom: 40px;
	width: 645px;
}
#help-wrap .category .main-wrap > div {
	position: relative;
	padding: 30px 25px 30px;
	border-top: 1px dotted #dedede;
}
#help-wrap .category .main-wrap h2 {
	position: relative;
	padding: 0 0 0 70px;
	margin: 10px 0 25px 0;
	text-align: left;
}
#help-wrap .category .main-wrap h2 img {
	display: block;
	position: absolute;
	top: 50%;
	left:0;
	border-radius: 50%;
	margin-top: -25px;
	padding: 0;
	height: 50px;
	width: 50px;
}
#help-wrap .category .main-wrap .category_1 img {
	background: #e55b5d;
}
#help-wrap .category .main-wrap .category_2 img {
	background: #debb43;
}
#help-wrap .category .main-wrap .category_3 img {
	background: #7dc691;
}
#help-wrap .category .main-wrap .category_4 img {
	background: #70c1d4;
}
#help-wrap .category .main-wrap .category_service img {
	background: #fff;
	border: 2px solid #d3dce9;
}
#help-wrap .category .main-wrap h3 {
	margin-bottom: 20px;
	font-size: 16px;
}
#help-wrap .category .main-wrap .more {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	right: 0;
	padding-right: 10px;
	color: #005fc0;
	font-size: 12px;
}
#help-wrap .category .main-wrap .more:after {
	content: "";
	position: absolute;
	bottom: 40%;
	right: 2px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	margin-top: -3px;
	display: block;
	border: 1px solid;
	border-color: transparent transparent #96a6a6 #96a6a6;
	height: 4px;
	width: 4px;
}
#help-wrap .category .main-wrap .more:hover {
	text-decoration: underline;
}
#help-wrap .category .main-wrap ul li {
    position: relative;
    padding-left: 1.4em;
}
#help-wrap .category .main-wrap ul li + li {
    margin-top: 20px;
}
#help-wrap .category .main-wrap ul li a {
	color: #005fc0;
	font-size: 16px;
}
#help-wrap .category .main-wrap ul li:before {
	content:"・";
	position: absolute;
	left: 0;
}

#help-wrap .category .main-wrap ul li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#help-wrap .category .main-wrap .div-seen {
	border: 3px solid #e0e0e0;
	border-radius: 8px;
	padding: 30px 25px;
}
#help-wrap .category .main-wrap .div-seen + div {
	border-top: none;
}

/*--------------------------
メイン部分(詳細)
--------------------------*/
#help-wrap .details .main-wrap .ans,
#help-wrap .details .main-wrap .sub {
	padding: 25px 0;
	border-bottom: 1px dotted #dedede;
}
#help-wrap .details .main-wrap .ans{
	position: relative;
	border-top: 1px dotted #dedede;
}
#help-wrap .details .main-wrap h2 {
	position: relative;
	padding: 0 0 0 70px;
	margin: 10px 0 25px 0;
	text-align: left;
	line-height: 1.6;
}
#help-wrap .details .main-wrap h2:after,
#help-wrap .details .main-wrap .ans:after,
#help-wrap .details .main-wrap .sub h3:after {
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	left:0;
	margin-top: -25px;
	border-radius: 25px;
	height: 50px;
	width: 50px;
	background: url(../img/icon_q.png) no-repeat 0 0 #34495e;
}
#help-wrap .details .main-wrap .ans:after {
	top: 25px;
	margin-top: 0;
	background-image: url(../img/icon_a.png);
	background-color: #70c1d4;
}
#help-wrap .details .main-wrap .reference {
	margin-top: 60px;
	text-align: right;
}
#help-wrap .details .main-wrap .reference a {
	display: inline-block;
	margin-left: 10px;
	width: 70px;
	line-height: 32px;
	border-radius: 4px;
	background: #d1d5d8;
	text-align: center;
	color: #34495e;
}
#help-wrap .details .main-wrap .reference a:hover {
	background: #e8eaec;
	text-decoration: none;
}
#help-wrap .details .main-wrap .sub {
	margin-bottom: 30px;
	padding-top:0;
}
#help-wrap .details .main-wrap .sub h3 {
	position: relative;
	border: none;
	padding: 25px 0 30px 70px;
	text-align: left;
	font-size: 24px;
}
#help-wrap .details .main-wrap .sub h3:after {
	background-image: url(../img/icon_hatena.png);
	background-color: #3375b0;
}
#help-wrap .details .main-wrap .sub p {
	margin-top: 0;
	padding-left: 70px;
	font-size: 16px;
	font-weight: bold;
}
#help-wrap .details .main-wrap .sub ul {
	margin: 12px 0 0 70px;
}
#help-wrap .details .main-wrap .sub ul li {
    position: relative;
    padding-left: 1.4em;
}
#help-wrap .details .main-wrap .sub ul li + li {
    margin-top: 10px;
}
#help-wrap .details .main-wrap .sub ul li a {
	color: #005fc0;
	font-size: 14px;
}
#help-wrap .details .main-wrap .sub ul li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: .4em;
}
#help-wrap .details .main-wrap ul li:after {
	content: "";
	display: block;
	clear: both;
}

#help-wrap .details .main-wrap .sub ul li a:hover {
	text-decoration: underline;
	cursor: pointer;
}
#help-wrap .details .main-wrap .contact {
    margin-top: 30px;
}

/*--------------------------
help-inner Layout
--------------------------*/
/* ========================= [ Base ] */
.ans-inner div, .ans-inner span, .ans-inner iframe,
.ans-inner p, .ans-inner img, .ans-inner dl, .ans-inner dt,
.ans-inner dd, .ans-inner ol, .ans-inner ul, .ans-inner li,
.ans-inner fieldset, .ans-inner form, .ans-inner label,
.ans-inner table, .ans-inner caption, .ans-inner tbody,
.ans-inner tfoot, .ans-inner thead, .ans-inner tr, .ans-inner th,
.ans-inner td, .ans-inner article, .ans-inner aside, .ans-inner section {
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
#help-wrap .details .ans-inner table {
	border-collapse: collapse;
	border-spacing: 0;
}
#help-wrap .details .ans-inner {
	padding-left: 70px;
	padding-top: 12px;
	line-height: 1.65;
	font-size: 16px;

}
#help-wrap .details .ans-inner a {
	color: #005fc0;
}
#help-wrap .details .ans-inner a:hover {
	text-decoration: underline;
}
#help-wrap .details .ans-inner table {
	text-align: left;
}
#help-wrap .details .help-text-primary {
	color: #e4921e!important;
}

#help-wrap .details .help-text-warning {
	color: #c00!important;
}

#help-wrap .details .help-text-bold {
	font-weight: 700!important;
}

#help-wrap .details .help-text-normal {
	font-weight: 400!important;
}

#help-wrap .details .help-text-left {
	text-align: left!important;
}

#help-wrap .details .help-text-right {
	text-align: right!important;
}

#help-wrap .details .help-text-center {
	text-align: center!important;
}

#help-wrap .details .help-text-small {
	font-size: 12px!important;
}

#help-wrap .details .help-text-large {
	font-size: 22px!important;
}

#help-wrap .details .help-text-indent {
	padding-left: 1.5em;
}

#help-wrap .details .help-item:before, #help-wrap .details .help-item:after,
#help-wrap .details .help-row:before, #help-wrap .details .help-row:after {
	content: "";
	display: table;
}

#help-wrap .details .help-item:after,#help-wrap .details .help-row:after {
	clear: both;
}

#help-wrap .details .help-hr {
	border-width: 0;
	border-top: #ddd 1px dotted;
	margin: 2.1em 0 1.8em;
}
#help-wrap .details .ans-inner hr {
	border-width: 0;
	border-top: #ddd 1px dotted;
}


/* ========================= [ Layout ] */
#help-wrap .details .help-column-12, #help-wrap .details .help-column-11,
#help-wrap .details .help-column-10, #help-wrap .details .help-column-9,
#help-wrap .details .help-column-8, #help-wrap .details .help-column-7,
#help-wrap .details .help-column-6, #help-wrap .details .help-column-5,
#help-wrap .details .help-column-4, #help-wrap .details .help-column-3,
#help-wrap .details .help-column-2, #help-wrap .details .help-column-1 {
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
}

#help-wrap .details table td[class*="help-column-"],#help-wrap .details table th[class*="help-column-"] {
	position: static;
	display: table-cell;
	float: none;
}

#help-wrap .details .help-column-12 {
	width: 100%;
}

#help-wrap .details .help-column-11 {
	width: 91.66666667%;
}

#help-wrap .details .help-column-10 {
	width: 83.33333333%;
}

#help-wrap .details .help-column-9 {
	width: 75%;
}

#help-wrap .details .help-column-8 {
	width: 66.66666667%;
}

#help-wrap .details .help-column-7 {
	width: 58.33333333%;
}

#help-wrap .details .help-column-6 {
	width: 50%;
}

#help-wrap .details .help-column-5 {
	width: 41.66666667%;
}

#help-wrap .details .help-column-4 {
	width: 33.33333333%;
}

#help-wrap .details .help-column-3 {
	width: 25%;
}

#help-wrap .details .help-column-2 {
	width: 16.66666667%;
}

#help-wrap .details .help-column-1 {
	width: 8.33333333%;
}

#help-wrap .details .help-item {
	margin-bottom: 1.5em;
	padding-bottom: 1px;
	zoom: 1;
}

#help-wrap .details .help-item.table {
	padding-bottom: 0;
}

/* ========================= [ Module ] */
/* Table */

#help-wrap .details .ans-inner table {
	width: 100%;
}

#help-wrap .details .ans-inner td,
#help-wrap .details .ans-inner th {
	padding: 1em 1em .9em;
	text-align: left;
}

#help-wrap .details .ans-inner td *,
#help-wrap .details .ans-inner th *{
	vertical-align: middle;
}

#help-wrap .details .ans-inner tbody td,
#help-wrap .details .ans-inner tbody th {
	border: #ddd 1px solid;
	font-size: 12px;
	font-weight: normal;
}

#help-wrap .details .ans-inner thead td,
#help-wrap .details .ans-inner thead th {
	border-top: #ddd 1px solid;
	border-right: #ddd 1px solid;
	border-left: #ddd 1px solid;
	font-size: 14px;
}

#help-wrap .details .ans-inner thead th {

	font-weight: 700;
}
#help-wrap .details .ans-inner th {
    background-color: #f4f6f7;
}

/* Box */
#help-wrap .details .help-box {
	padding: 1em 1em .9em;
	border: #ddd 1px solid;
}

#help-wrap .details .help-box-default {
	background-color: #f4f6f7;
}

#help-wrap .details .help-box-primary {
	background-color: #faf9e1;
}

#help-wrap .details .help-box-warning {
	background-color: #f2dede;
}

/* List */
#help-wrap .details .ans-inner ul > li {
	position: relative;
	padding-left: 1.5em;
}

#help-wrap .details .ans-inner ul > li + li {
	margin-top: .6em;
}

#help-wrap .details .ans-inner ul > li:before {
	position: absolute;
	left: -.15em;
	color: #70c1d4;
	font-weight: 700;
	content: "・";
}

#help-wrap .details .ans-inner ul > li li {
	margin-top: .3em;
}

#help-wrap .details .ans-inner ol {
	counter-reset: section 0;
}

#help-wrap .details .ans-inner ol > li {
	position: relative;
	padding-left: 1.5em;
}

#help-wrap .details .ans-inner ol > li + li {
	margin-top: .6em;
}

#help-wrap .details .ans-inner ol > li:before {
	position: absolute;
	left: 0;
	color: #70c1d4;
	font-weight: 400;
	content: counter(section);
	counter-increment: section 1;
}

#help-wrap .details .ans-inner ol > li li {
	margin-top: .3em;
}

#help-wrap .details ul.help-list-unstyled > li + li,
#help-wrap .details ol.help-list-unstyled > li + li {
	margin-top: .6em;
}

#help-wrap .details ul.help-list-unstyled > li li,
#help-wrap .details ol.help-list-unstyled > li li {
	margin-top: .3em;
}

/*--------------------------
メイン部分(検索結果)
--------------------------*/
#help-wrap .search .nav a {
	margin-top: 1px;
	padding-left: 0;
	font-size: 12px;
}
#help-wrap .search .nav ul li a:hover,
#help-wrap .search .nav div > a:hover,
#help-wrap .search .nav h4:hover a {
	background: #e5edf5;
}
#help-wrap .search .nav .current {
	background: #e5edf5;
	font-weight: bold;
}
#help-wrap .search .nav .current a:after {
	display: none;
}
#help-wrap .search .nav h3 {
	margin-bottom: 10px;
	border-bottom: 1px dotted #dedede;
	padding: 0 0 0 40px;
	line-height: 45px;
	background: url(../img/icon_search.png) no-repeat 0 center;
	font-size: 18px;
	text-align: left;
}
#help-wrap .search .nav > div > a {
	padding-left: 20px;
	font-weight: normal;
}
#help-wrap .search .nav h4 {
	margin-top: 10px;
	padding: 25px 0 16px 30px;
	border-top: 1px dotted #dedede;
	font-size: 12px;
}
#help-wrap .search .nav > div >ul > li a {
	padding-left: 30px;
}

/*----- pages -----*/
#help-wrap .search .main-wrap .pages {
	padding: 10px 0;
	border-top: 1px dotted #dedede;
	border-bottom: 1px dotted #dedede;
}
#help-wrap .search .main-wrap .pages p {
	padding: 8px 0;
	float: left;
	font-size: 12px;
}
#help-wrap .search .main-wrap .pages ul {
	float: right;
}
#help-wrap .search .main-wrap .pages li {
	display: inline-block;
	margin: 0;
	border: 1px solid #bec3c7;
	min-width: 30px;
	line-height: 30px;
	padding: 0;
	background: #fff;
	text-indent: 0;
	text-align: center;
}
#help-wrap .search .main-wrap .pages li:before {
	display: none;
}
#help-wrap .search .main-wrap .pages li a {
	padding: 0 4px;
	color: #325265;
	display: block;
	font-size: 12px;
}
#help-wrap .search .main-wrap .pages li:hover {
	text-decoration: none;
	background: #ededed;
	cursor: pointer;
}
#help-wrap .search .main-wrap .pages li.current {
	border: 1px solid #70c1d4;
	background: #70c1d4;
}
#help-wrap .search .main-wrap .pages li.btn-dot {
	border: 1px solid #fff;
	cursor: default;
}
#help-wrap .search .main-wrap .pages li.btn-dot:hover {
	background: #fff;
}
#help-wrap .search .main-wrap .pages li.current a {
	color: #fff;
}
#help-wrap .search .main-wrap .pages li a:hover {
	text-decoration: none;
}

/*----- 検索結果 -----*/
#help-wrap .search .main-wrap {
	border-bottom: none;
	margin-left: 0;
	border-left: 1px solid #bec3c7;
	padding-left: 29px;
}
#help-wrap .search .main-wrap > div {
	border-top: none;
}
#help-wrap .search .main-wrap .word-box {
	padding: 0 0 20px;
	font-size: 14px;
	font-weight: normal;
}
#help-wrap .search .main-wrap .word-box b {
	font-size: 24px;
	font-weight: bold;
}
#help-wrap .search .main-wrap > div {
	padding-left: 0;
}

#help-wrap .search .main-wrap ul li {
    margin-left: 0;
	text-indent: 0;
}
#help-wrap .search .main-wrap ul li:before {
    top: .3em;
}
#help-wrap .search .main-wrap ul li a {
	font-size: 18px;
	padding: 0;
}
#help-wrap .search .main-wrap ul li a:hover {
	text-decoration: none;
}
#help-wrap .search .main-wrap ul li dt a:hover {
	text-decoration: underline;
}
#help-wrap .search .main-wrap ul li dd {
	padding: 7px 0 0 2px;
	font-size: 12px;
	color: #999999;
}
#help-wrap .search .main-wrap ul li + li {
	margin-top: 30px;
}
#help-wrap .search .main-wrap .contact {
	margin-bottom: 0;
}
#help-wrap .search .nav.refine_search {
    margin-right: -1px;
    border-right: 1px solid #bec3c7;
}
/*----- 検索結果なし -----*/
#help-wrap .search .main-wrap.results-none > .content {
	border-top: none;
	border-bottom: 1px dotted #dedede;
	padding: 0;
}
#help-wrap .search .main-wrap.results-none > .content > div {
	padding: 40px 25px 0;
}

#help-wrap .search .main-wrap.results-none > .content > p{
	border-top: 1px dotted #dedede;
	padding: 40px 25px 0;
	font-size: 18px;
	font-weight: normal;
	color: #cc0000;
}
#help-wrap .search .main-wrap.results-none h4 {
	margin-bottom: 11px;
	font-size: 14px;
}
#help-wrap .search .main-wrap.results-none ul li {
	margin-top: 0;
	padding-left: 1em;
}
#help-wrap .search .main-wrap.results-none .clue ul li {
    padding-left: 0;
}
#help-wrap .search .main-wrap.results-none .clue ul li ~ li {
	margin-top: 6px;
}
#help-wrap .search .main-wrap.results-none ul li:before {
	display: none;
}
#help-wrap .search .main-wrap.results-none .keywords ul li {
	display: inline-block;
	margin: 0 0 5px;
	text-indent: 0;
}
#help-wrap .search .main-wrap.results-none .keywords ul li a {
	display: inline-block;
	border-radius: 3px;
	padding: 7px 10px;
	background: #d1d5d8;
	font-size: 12px;
	color: #34495e;
}
#help-wrap .search .main-wrap.results-none .keywords ul li a:hover {
	background: #e8eaec;
	text-decoration: none;
}
#help-wrap .search .main-wrap.results-none .questions {
	margin-bottom: 40px;
}
#help-wrap .search .main-wrap.results-none .questions ul li ~ li {
	margin-top: 6px;
}
#help-wrap .search .main-wrap.results-none .questions li:before {
	content: "・";
	display: inline;
	top: 0;
	font-size: 14px;
}
#help-wrap .search .main-wrap.results-none .questions li a {
	font-size: 14px;
}
#help-wrap .search .main-wrap.results-none .questions li a:hover {
	text-decoration: underline;
}