@charset "UTF-8";

/**********************************************************************/
/********************************* Title *******************************/
/**********************************************************************/

.paraWrapper .photo{background-image: url(../_img/bg_support.jpg)}

/**********************************************************************/
/******************************* CONTENTS ****************************/
/**********************************************************************/

.secWrapper
{
	font-size: 1rem;
	position: relative;
	box-sizing: border-box;
	
	border-bottom: 1px solid #004DA0;
}

.secWrapper:last-child
{
	border-bottom-width: 0px;
}

.sectionTitle
{
	font-family: 'Roboto-M', 'GG-M', sans-serif;
	font-weight: 500;
/*	color: #004DA0;*/
	line-height: 1.5;
}

h2.sectionTitle
{
	font-size: 1.2rem;
	margin-bottom: 0rem;
}