@charset "shift_jis";

/* --------------------------------------
		20230201 accessibility
--------------------------------------- */
#contents > *{
	font-size: 0.8125rem;
}

#contents h1.title {
    font-size: 1.21875rem;
}

#contents div.faq_list ul li,
#contents section.faqlist div.detailArea ul.txtlink li{
	font-size: 0.875rem;
}

div#searchArea p span.searchTitle {
    font-size: 1rem;
}

#contents .btnList {
    margin-left: 1em;
    margin-bottom: 3em;
}

#contents .btnList ul {
	list-style: none;
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 1em;
}

#contents .btnList ul li {
    width: 48.2%;
}
#contents .btnList ul.three-button li {
    width: 31.5%;
}

#contents .btnList ul li a {
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #333;
	padding:  0.9em 0.5em 0.75em 0.75em;
	display: block;
	box-sizing: border-box;
}

#contents .btnList ul li a span.textLink {
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 5px;
	display: inline-block;
	padding: 0 5px 0 10px;
	font-weight: 700;
	margin-left: 5px;
}

#contents .btnList ul li.inner a span.textLink{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
}

#contents .btnList ul li a:hover,
#contents .btnList ul li a:active,
#contents .btnList ul li a:focus{
	opacity: 0.7;
}

#contents ul.list_none li.frame {
    border: 1px solid #767676;
}

div#searchArea {
    border: 1px solid #505050;
}

@media (max-width: 640px){
	div#searchArea p span:nth-of-type(2) {
		font-size: 0.75rem;
	}
	
	#contents .btnList ul {
		flex-direction: column;
	}
	
	#contents .btnList ul li,
	#contents .btnList ul.three-button li{
		width: 100%;
	}
}