@charset "utf-8";
/* CSS Document */


#contents h4 {
    padding-left: 13px;
}

#contents table {
    width: 98%;
    margin: 2em 1em 0;
}

#contents th {
    background: #E3E3E3;
    padding: 7px 2px;
    border: #CCC 1px solid;
    text-align: center;
    font-weight: normal;
}

#contents table th {
    font-weight: 700;
}

#contents td {
    border: 1px solid #CCC;
    padding: 1em;
}

#contents table th span.m_pc {
    display: block;
}

#contents table th span.m_mq {
    display: none;
}

#contents table tbody td ul.disc {
    margin-left: 1em;
}

#contents .notice_gray {
    padding: 1.2em 1em 1em 1em
}

#contents table img.icon {
    width: 70px;
	margin: 0.5em;
}

#contents .pct.flex {
    justify-content: center;
}

#contents .pct figcaption {
	height: 3.5em;
    vertical-align: middle;
    display: table-cell;
}


@media (max-width: 640px){
	#contents h4 {
		padding-left: 0;
	}

	#contents table {
		margin: 2em 1em 0 0;
	}
	
	#contents table th img {
		width: 40px;
	}
	
	#contents table th img.Sother {
		width: 90%;
	}
	
	#contents table img.icon {
		width: 40px;
	}
	
	#contents table th span.m_pc {
		display: none;
	}

	#contents table th span.m_mq {
		display: block;
	}
	
	#contents figure img, #contents .pct img {
		max-width: 100%;
		height: auto;
	}

}
