@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;
	}
}

/* 20201027 */
#contents p.annotation{
	text-indent: -1em;
	padding-left: 1em;
}
#contents p.annotation > a.textLink{
	display: inline-block;
    padding: 5px 0 0 24px;
    margin: 0;
}

#type > option:nth-child(3),
#type > option:nth-child(4){
	display: none;
}

/* 20240214 */
#contents .notice_gray {
    border: 1px solid #959595;
    padding: 1em;
    margin: 1em 1em 3em;
}

#contents .notice_gray ul{
    list-style: none;
    margin: 0;
	padding-bottom: 0;
}

.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;
}

@media (max-width: 640px) {
	#contents .notice_gray {
		margin-right: 0;
		margin-left: 0;
	}
	
	#contents .notice_gray ul li {
		margin-left: 0;
	}
}