<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Help CSS */
.h-menu {
	margin-right: 20px;
}

#contents a &gt; img {
	border: 1px solid #ccc;
}

#help-header {
	padding: 20px 0 70px 0;
	margin-bottom: 30px;
	background-color: #227cbf;
}

#help-header h2 {
	color: #fff;
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 30px;
}
#help-header h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#help-header h2 svg#tit_help {
	fill:#FFFFFF;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	vertical-align: middle;
}


.help-search {
	width:90%;
	margin: 0 5%;
	background-color: #999;
	padding: 0px 0;
	background-color: #fff;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}
.help-search-form {

}

.help-search-form #s {
	float:left;
	border: none;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    outline: none;
    padding: 10px;
    display: block;
    width: 90%;
    margin: 0;
}
.help-search-form .search-submit {
    display: block;
    float: right;
    margin-right: 5px;
    background: url(images/icon_search.png) no-repeat 0 top;
    background-color:#fff;
    text-indent: -999px;
    overflow: hidden;
    border-radius: 0;
    border: none;
    border-radius:0 20px 20px 0;
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
    cursor: pointer;
    height: 40px;
    width: 7%;
    padding: 0;
}


.tax-help_cat #help-header,
.single-help #help-header {
	padding: 20px 0 10px 0;
}
.tax-help_cat #help-header .wrap,
.single-help #help-header .wrap {
	position: relative;
}

.tax-help_cat .help-search,
.single-help .help-search {
	width:190px;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}
.tax-help_cat .help-search-form #s,
.single-help .help-search-form #s {
	width:100px;
}
.tax-help_cat .help-search-form .search-submit,
.single-help .help-search-form .search-submit {
	width: 40px;
}




h3.subt01 {
	font-size: 2em;
	border-bottom: 1px dashed #004080;
	padding: 0 5px 3px 0;
	margin-bottom: 30px;
}
h3.subt01:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	padding-right: 7px;
	background-image: url(images/icon_subt1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}


.help-leftblock {
	width: 60%;
	float: left;
}
.help-rightblock {
	width: 30%;
	float: right;
}



.help-list-box {
	background-color: #EEEEEE;
	padding: 20px;
	margin-bottom: 70px;
}
.help-list li {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 5px;
	position: relative;
	left: 12px;
}
.help-list li:before {
	position: absolute;
	left: -12px;
	top: 5px;
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0;
	background-image: url(images/icon_b1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.help-list li a {
	color: #333333;
	text-decoration: none;
}
.help-list li a:hover {
	color: #0071BC;
	text-decoration: underline;
}




.help-top-cat {
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #CCCCCC;
}

.help-top-cat h4 {
	font-size: 1.4em;
	font-weight: normal;
	color: #0071BC;
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
	padding-left: 50px;
	padding-top: 8px;
	
}
.help-top-cat h4:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background-image: url(images/help_cat_01.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.help-top-cat ul {
	margin: 0 50px 0 30px;
}
.help-top-cat .more-link {
	margin-right: 20px;
}


.help-block-3col {
	width: 33.3%;
	float: left;
}


.help-section {
	margin-bottom: 50px;
	/**/
}

.ques li {
	border: 1px solid #CCCCCC;
	border-top: none;
}
.ques li:first-child {
	border-top: 1px solid #CCCCCC;
}
.ques h4 {
	font-weight: normal;
	color: #333;
	font-size: 1em;
	vertical-align: top;
	position: relative;
	padding-left: 2em;
	padding-right: 30px;
}
.ques h4:before {
	position: absolute;
	width: 2em;
	left: 0;
	top: -7px;
	content: 'Q';
	color: #227CBF;
	font-size: 1.6em;
	font-weight: bold;
	font-family:"Arial Black", Gadget, "sans-serif";
}
.ques li a {
	display: block;
	text-decoration: none;
	padding: 10px 7px;
}
.ques li a:hover {
	background-color: #f4f4f4;
}

.help-category {
	margin-bottom: 50px;
}
.help-category li {
	width: 20%;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
}
.help-category li a {
	display: block;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
	margin: 0 10px;
	border: 1px solid #CCCCCC;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size: 1em;
	color: #0071bc;
}
.help-category li a:hover {
	background-color: #dfefff;
	text-decoration: none;
}


.article-section {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 2px solid #0084c9;
}

/* -------------------
align
-------------------*/
.entry-content .alignleft {
	display: inline;
	float: left;
}

.entry-content .alignright {
	display: inline;
	float: right;
}

.entry-content .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.entry-content blockquote.alignnone,
.entry-content .wp-caption.alignnone,
.entry-content img.alignnone {
	margin: 5px 0px 10px 0;
}

.entry-content blockquote.alignleft,
.entry-content .wp-caption.alignleft,
.entry-content img.alignleft {
	margin: 5px 20px 10px 0;
}

.entry-content blockquote.alignright,
.entry-content .wp-caption.alignright,
.entry-content img.alignright {
	margin: 5px 0 10px 20px;
}

.entry-content blockquote.aligncenter,
.entry-content .wp-caption.aligncenter,
.entry-content img.aligncenter {
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
}

.entry-content .wp-caption.alignleft,
.entry-content .wp-caption.alignright,
.entry-content .wp-caption.aligncenter,
.entry-content .wp-caption.alignnone {
	margin-bottom: 1.2em;
}
.entry-content .wp-caption-text {
	padding: 5px;
	font-size: 0.9em;
	color: #666666;
}


/* entry style */
.entry-content h1 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 20px;
	background-color:#c2ebfc;
	color:#0084c9;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:10px 20px;
	display: inline-block;
}

.entry-content h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
}

.entry-content h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	color: #333333;
	padding-bottom: 5px;
}


.entry-content h4 {
	font-size:1.5em;
	color: #669900;
	font-weight:normal;
	margin:10px 0 5px 0;
}
.entry-content h5 {
	font-size:1.2em;
	font-weight:bold;
	color: #0071bc;
	margin:10px 0 5px 0;
}
.entry-content h6 {
	font-size:1.2em;
	color: #333333;
	font-weight:bold;
	margin:10px 0 5px 0;
}


.entry-content hr {
	clear: both;
	border: 0;
	height: 0;
	padding: 10px 0;
}

.entry-content .box_tips {
	background-color: #d2e6f3;
	padding: 20px;
	margin-bottom: 20px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}


.entry-content ul ul,
.entry-content ol ul {
	list-style:circle;
	margin-top:5px;
}



.entry-content img.border {
	border: 1px solid #DDDDDD;
}

.os {
	display: inline-block;
	width: 90px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0071BC;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin-top: 20px;
}
img.mark {
	vertical-align:middle;
	padding:0 5px;
}
.mb20 {
	margin-bottom:20px;
}
.mb10 {
	margin-bottom:10px;
}
.mt10 {
	margin-top:10px;
}
.ml20 {
	margin-left:20px;
}

ol.alpha {
	list-style:upper-alpha;
}


/*---------------------
table style
----------------------*/
table.tbstyle1 {
	margin:0 0 10px 0;
	/*width:100%;*/
	border-collapse:collapse;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
table.tbstyle1 th,
table.tbstyle1 td {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:7px 20px;
	font-size:100%;
	font-weight:normal;
	text-align:left;
}
table.tbstyle1 th {
	white-space: nowrap;
}
table.tbstyle1 td {
	
}


@media (max-width: 480px) {
	#help-header,
	.tax-help_cat #help-header,
	.single-help #help-header {
		padding: 20px 0 20px 0;
		margin-bottom: 20px;
	}
	.help-leftblock,
	.help-rightblock,
	.help-block-3col {
		width: 100%;
		float: none;
	}
	.tax-help_cat .help-search,
	.single-help .help-search {
		position:inherit;
		top: 0px;
	}
	
	.help-search,
	.tax-help_cat .help-search,
	.single-help .help-search {
		width:100%;
		margin: 0;
		border-radius:2px;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
	}
	
	.help-search-form #s,
	.tax-help_cat .help-search-form #s,
	.single-help .help-search-form #s {
		width: 80%;
	}
	.help-search-form .search-submit,
	.tax-help_cat .help-search-form .search-submit,
	.single-help .help-search-form .search-submit {
		border-radius:0 2px 2px 0;
		-webkit-border-radius:0 2px 2px 0;
		-moz-border-radius:0 20px 2px 0;
		width: 10%;
	}
	.help-category li {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.help-category li a {
		display: block;
		text-align:left;
		padding: 10px;
		margin: 0 0px;
		font-size: 1em;
		color: #0071bc;
	}
	
}
</pre></body></html>