<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 */

#contents .iconArea{
	margin-left: 8px;
	display: table;
	margin-bottom: 1em;
	padding-right: 5px;
}

#contents .iconArea .text{
	display: table-cell;
    vertical-align: middle;
    padding-left: 1em;
}

#contents .iconArea p{
	margin-left: 0;
}

@media (max-width: 640px) {
	#contents .iconArea{
		margin-left: 2px;
	}
}

/* ボタン */
/* 20210107 */
#contents div.btn.jump{
	width: 100% !important;
}
@media (max-width: 640px) {
	#contents div.btn.jump{
		max-width: 100% !important;
	}
	#contents div.btn.w100p{
		width: auto !important;
	}
}


/* 20201027 */
#contents p.annotation{
	text-indent: -1em;
	padding-left: 1em;
}
#contents p.annotation &gt; a.textLink{
	display: inline-block;
    padding: 0 0 0 24px;
    margin: 5px 0 0 ;
}

#type &gt; option:nth-child(3),
#type &gt; option:nth-child(4){
	display: none;
}


/* 20210409 */
#contents div.gray_area{
    background-color: #ebebeb;
    padding: 1em;
    margin-bottom: 4em;
}


/* 2023/10/02 */
#contents nav.indexArea.blue {
	margin-left: 1em;
}

#contents nav.indexArea.blue p.left {
    background-color: rgba(0,176,240,.2);
    color: #333;
	border-top: #00b0f0 1px solid;
    border-left: #00b0f0 1px solid;
    border-bottom: #00b0f0 1px solid;
	font-size: 0.9rem;
	font-weight: bold;
}

.accordion.type_4 {
    margin-right: 0.1em;
}


#contents .tabswitch .stepArea ol.stepList.blue li {
    list-style: none;
}

#contents .tabswitch .stepArea ol.stepList.blue &gt; li:before {
    background-color: rgba(0,176,240,.2);
    color: #333;
	border: #00b0f0 2px solid;
}

#contents span.square {
    background-color: rgba(0,176,240,.2);
	border: #00b0f0 2px solid;
    padding: 0 6px;
    margin: 0 4px;
    font-weight: bold;
    vertical-align: text-top;
}

#contents .border_img {
    border: 1px solid #959595;
    box-sizing: content-box;
}

#contents .tabswitch .stepArea ol.stepList.blue li &gt; .notice_gray_b ul.disc li {
    list-style: disc;
}

#contents .tabswitch .stepArea ol.stepList.blue li &gt; .notice_gray_b ul.disc li p {
    margin-left: 0;
	margin-right: 0;
}

@media (max-width: 640px){
	#contents nav.indexArea.blue {
		margin-left: 0.5em;
	}
	
	#contents nav.indexArea.blue ul {
		width: 97%;
	}
}

/* 20250627 */
#contents .tabswitch button{
	font-weight: bold;
}

#contents .tabswitch .tablist [role="tab"]{
	width: calc(100% - 1em);
}



</pre></body></html>