<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* --------------------------
reset 
----------------------------*/

#contents ul{
	padding:0;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents ol.num{
	margin-left:2.5em;
}

#contents li{
	margin-bottom:0.5em;
	margin-left:0;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents ul.txtlink li{
	float: none;
}

/* ------------------- */

#contents ul.none,
#contents ol.none{
	list-style-type: none;
}

#contents section &gt; ul{
	margin-left:1em;
}

#contents section &gt; ul.disc,
#contents section &gt; ol{
	margin-left:3em;
}

#contents dl dt{
	margin-bottom: 0.5em;
	font-weight: 400;
}

#contents section &gt; dl{
	margin-left: 1em;
}


@media (max-width: 640px){
	#contents section ul{
		margin-left:5px;
	}

	#contents section ul.disc,
	#contents section ol{
	margin-left:2em;
	}
}

@media (max-width: 400px){
	#contents ol.num{
		margin-left:2em;
	}
}


/* -------------------------------- */


#contents a.textLink{
    background-position: 0 6px;
	display: inline-block;
}

#contents p &gt; a.textLink{
	margin-top: 5px;
}

#contents ul.txtlink{
	margin-left:1.5em;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
}

#contents span.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

#contents p + a.textLink{
	margin-left: 1em;
}

@media (max-width: 640px){

	#contents ul.txtlink{
		margin-left:1em;
	}
	
	#contents p + a.textLink{
		margin-left: 0;
	}
}

#contents p + p{
	margin-top:1em;
}

#contents p.annotation,
#contents span.annotation{
	display: inline-block;
}

#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
    text-indent: -1em;
}

#contents ul.annotation li{
    margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

#contents .notice_gray_b {
    background-color: #EBEBEB;
    border: 1px solid #999999;
    padding: 1em;
	margin: 1em 1em 2em 1em;
}

#contents .notice_gray_b &gt; dl dt,
#onepoint .advice dl dt{
	font-weight: 700;
}

#contents .notice_gray {
    border: 1px solid #CCCCCC;
    padding: 1.2em 1em 0.5em;
    margin-bottom: 2em;
}

#contents .notice_gray &gt; *,
#contents .notice_gray_b &gt; *{
	margin-left: 0;
	margin-bottom: 0.5em;
}
#contents .notice_gray_b &gt; ul.disc{
	margin-bottom: 0;
}

#contents .squere,
#contents .indent{
	padding-left: 1em;
	text-indent: -1em;
}

@media (max-width: 640px){
	#contents .notice_gray_b {
		margin: 1em;
	}
}



/*-----------------------------------
	open close
-----------------------------------*/
#contents .openclose{
	margin: 1em;
}

/* Gray */
#contents .Gray {
	padding: 1em;
	font-weight: bold;
	border: #d2d2d2 1px solid;
	border-radius: 6px;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	cursor: pointer;
	margin: 15px 0 0 0;
	box-sizing: border-box;
	display: table;
	font-size: 1.125rem;
}

#contents .Gray &gt; span.s_title{
	display: table-cell;
    overflow: hidden;
	width: 100%;
}

#contents .Gray img{
	vertical-align: middle;
	padding-right: 0.5em;
}

#contents .Gray:hover {
	text-decoration: none;
	opacity: 0.7;
}

#contents .Gray:active {
	text-decoration: none;
	outline: none;
}

#contents .Gray:focus {
	opacity: 0.7;
	outline: none
}

#contents .Gray:focus-visible {
	outline: thin dotted;
	outline-offset: -1px;
}

/* detailArea */
#contents div.detailArea {
	padding: 2em 1.5em 1.5em 1.5em;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	margin-top: 0 !important;
}

#contents div.detailArea ol,
#contents div.detailArea ul.disc{
	margin-left: 2em;
}

#contents div.detailArea &gt; p{
	margin: 0;
}

#contents div.detailArea p + a.textLink{
	margin: 0.5em 0.5em 1em 0.5em;
}


@media (max-width: 640px){
	#contents div.detailArea {
		padding: 2em 0.5em;
	}
	#contents .detailArea ol,
	#contents div.detailArea ul.disc{
		margin-left: 1.5em;
	}
}


/* ----------------------
	singlebtn
 ----------------------*/

#contents div.singleBtn{
	margin: 1em 0;
}

#contents .balloon .chatting div.singleBtn{
	margin-left: 1em;
	margin-right: 1em;
}

#contents div.singleBtn a,
#contents .balloon .chatting ul.btnlist li a{
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
	box-sizing: border-box;
    border-radius: 5px;
    color: #000;
    padding: 0.7em 1em;
    display: inline-block;
    width: 45%;
}

#contents .balloon .chatting div.singleBtn a {
	width: 100%;
}

#contents div.singleBtn a {
	text-decoration: none;
}

#contents div.singleBtn a :hover{
	opacity: 0.7;
}

#contents div.singleBtn a span.textLink{
	display: inline-block;
}

#contents a.textLink{
    background-position: 0 6px;
}

#contents ul.txtlink{
	margin-left:1.5em;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
}

#contents span.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

@media (max-width: 640px){

	#contents ul.txtlink{
		margin-left:1em;
	}

}


/*　注釈 */

#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
    text-indent: -1em;
}

#contents ul.annotation li{
    margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

@media screen and (max-width: 640px){
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0.5em;
	}
}

/* 20210316 */
#contents img.s_img{
	display: block;
	margin: 2em auto;
}

@media screen and (max-width: 640px){
	.f-left{
		float: none;
	}
}


@media screen and (max-width: 400px){
	#contents img.s_img{
		width: 80%;
		height: auto;
	}
}


/* top.html */
#contents.top h1{
	font-size: 1.846rem !important;
}

#contents.top section h2{
	font-size: 1.538rem !important;
}

#contents.top section h2{
	border-top: 5px solid #808080;
    border-bottom: 1px dotted #999;
    padding: 1.5rem 13px 0.8rem;
    margin-bottom: 1em;
}
#contents.top section h2 &gt; span{
	font-weight: 700;
	color:#f00 !important;
}

#contents.top p,
#contents.top span.textLink{
	font-size: 1.077rem;
}

#contents.top span.textLink{
	background-position: 0 6px !important;
}

#contents.top .btnArea ul{
	margin-left: 1em;
}

#contents.top .btnArea ul.btnlist li{
	float: none;
	width: 100%;
	box-sizing: border-box;
}

#contents.top .btnArea ul.btnlist li a{
	width: 100%;
	box-sizing: border-box;
}

@media screen and (max-width: 640px){
	#contents.top .btnArea ul.btnlist li{
		padding-right: 1em;
	}
}</pre></body></html>