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

/*===========================================
	touch-sensor css
=============================================*/

#contents{
	margin-bottom: 4em;
}

#contents h2.title {
	margin: 3em 0 2em;
}

/*** セレクトボックス ***/
#contents label{
	display: block;
    margin: 1em;
}

#contents .select {
    border: 1px solid #999;
    border-radius: 5px;
    width: 37%;
    padding: 0.5em;
	margin-left: 1em;
}

#contents .slc_fade button{
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    color: #333333;
    cursor: pointer;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    padding: 0.7em 1em;
    transition: 0.2s ease-in 0s;
    min-width: 145px;
}

#contents .slc_fade button::after {
    display: inline-block;
    content: '';
    background: url(/share5/svg/icon/angle-right.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    height: 0.7em;
    width: 0.7em;
    margin: -0.15em 0.4em 0;
}

#contents .slc_fade button:hover{
	background-color: #ffffff;
    color: #333333;
    text-decoration: none;
    opacity: 0.6;
}

#contents section.hide {
    display: none;
    margin-top: 2em;
	margin-left: 1em;
}

/*** accordion ***/
#contents .accordion {
	margin: 1em 0.2em;
}

#contents .accordion .border_box {
    padding: 2em 1em 1em;
}

#contents .accordion button {
	font-size: 1.1rem;
}

/*** table ***/
#contents section.hide table caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#contents section.hide thead th {
    padding: 5px 0 0;
    text-align: center;
    vertical-align: middle;
    background: #eee;
}

#contents section.hide thead th,
#contents section.hide tbody th,
#contents section.hide tbody td {
    border: 1px solid #ccc;
	padding: 0.5em;
}

#contents section.hide tbody th {
    font-weight: normal;
}

#contents section.hide thead th:first-child {
    width: 10%;
}

#contents section.hide thead th:last-child {
    width: 20%;
}

#contents section.hide tbody td ul {
	padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 1em;
}

#contents section.hide tbody .glay {
    background: #eee;
}

#contents img.icon {
	vertical-align: middle;
}

#contents p.right {
	text-align: right;
	margin: 0.5em 0 0 0;
}


@media (max-width: 640px){
	#contents .title{
		padding-left: 0;
	}
	
	#contents label{
		margin: 1em 0;
	}
	
    #contents .select {
        width: 100%;
		margin-left: 0;
    }
	
	#contents .slc_fade button{
    	margin-top: 1em;
		display: block;
		width: 100%;
	}
	
	#contents section.hide {
		margin-left: 0;
	}
	
	#contents .accordion button {
		padding: 0.5em 0 0.5em 0.5em;
	}
}</pre></body></html>