@charset "shift_jis";

/* --------------------------------------
		202307 accessibility
--------------------------------------- */
#contents > *{
	font-size: 0.8125rem;
}

#contents .mod-pageTop {
    font-size: 0.623rem;
}

#contents h1.title {
    font-size: 1.21875rem;
	border-bottom: 2px solid #6b6b6b;
    color: #2f353d;
    margin-bottom: 1.5em;
}

#contents h2.title {
	font-size: 1.1rem;
    border-bottom: #000 solid 1px;
    margin: 2em 0 1.5em;
    padding-left: 13px;
}

#contents h3.title {
    border-bottom: #000 solid 1px;
    margin: 2em 0 1.5em;
    padding-left: 13px;
	font-size: 1rem;
	padding-bottom: 0.3em;	
    display: flex;
    align-items: center;
}

#contents h3.title span {
    margin-left: 0.5em;
}


/* btnList */
#contents .btnList {
    margin-left: 1em;
    margin-bottom: 3em;
}

#contents .btnList ul {
	list-style: none;
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
}

#contents .btnList ul li {
	margin-left: 0;
}

#contents .btnList ul li a {
	border: solid 2px #6b6b6b;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
	color: #333;
	padding: 0.5em 0.5em 1em;
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
    align-items: center;
}

#contents .btnList ul li a img {
    margin-bottom: 1em;
}

#contents .btnList ul li a span.innerText {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
	font-weight: bold;
}

#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: bold;
	margin-left: 5px;
}

#contents .btnList ul li a:hover,
#contents .btnList ul li a:active,
#contents .btnList ul li a:focus{
	opacity: 0.7;
	text-decoration: none;
}

/* s5-linkV3 */
.s5-linkV3: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.6em;
    width: 0.6em;
    margin: -0.15em 0.4em 0;
}

.s5-linkV3:hover, .s5-linkV3:focus, .s5-linkV3:active {
    color: #34568e;
}

#contents .b_style{
	font-weight: bold;
}

/* faq_lista */
#contents div.faq_list {
	margin: 0;
}

#contents div.faq_list ul li{
	margin: 0.25em 0 0 0;
    list-style-type: none;
    background-image: url(/support/share/images/arrow_black.png);
	font-size: 0.875rem;
}

/* searchArea */
#contents .searchArea {
    border: 1px solid #505050;
	margin: 0 0 2em 1em;
	padding: 1.5em 1em;
}

#contents .searchArea .example{
	margin: 0.5em 0 1em;
}

#contents .searchArea .searchInput{
	vertical-align: middle;
    border: #adadaf 1px solid;
	padding: 0 0.5em;
    height: 2em;
    width: 460px;
}

#contents .searchArea button.searchSubmit {
    color: #FFF;
    cursor: pointer;
    border: none;
    padding: 3px 10px;
    background: #2d75c7;
    transition: background .2s;
}

@media (max-width: 640px){
	#contents h2.title,
	#contents h3.title {
		padding-left: 0;
	}

	#contents .btnList {
		margin: 0;
	}
	
	#contents .btnList ul {
		flex-direction: column;
		gap: 1em;
	}
	
	#contents .btnList ul li {
		width: 100%;
	}
	
	#contents .btnList ul li a {
    	flex-direction: row;
		padding: 0.5em;
	}
	
	#contents .btnList ul li a span.textLink {
		margin-left: 0;
	}
	
	#contents .btnList ul li a img {
    	margin: 0 2em 0 0;
		max-width: 30%;
	}
	
	#contents .faq_list ul{
    	margin: 0 1em 1em;
	}
	
	#contents .searchArea {
		margin-left: 0;
	}
	
	#contents .searchArea .searchInput {
		width: auto;
	}
	
	#contents ul.annotation {
		margin-left: 0;
	}
}

/* 20241218 */

#contents div.faq_list > ul > li:first-child{
	margin-top: 10px;
}

#contents div.faq_list > ul > li:last-child{
	padding-bottom: 0;
	border: none;
}

@media (max-width: 640px){
	#contents{
		word-break: break-all;
	}
}