@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* privacy_01
-------------------------------------------------------------------------------------------------------------------------------*/
body {
	overflow-wrap: anywhere;
}
.mtEm1Half {
	margin-top: 1.5em;
}

#contents .title{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
	height: 150px;
}
#contents .title p.icon{
	width: 80px;
	margin-right: 20px;
}
#contents .title p.icon img{
	width: 100%;
}
#contents .title h1{
	font-size: 31px;
	line-height: 1.5;
}

	@media screen and (max-width:767px) {
		#contents .title{
			height: 100px;
		}
		#contents .title p.icon{
			width: 65px;
			margin-right: 15px;
		}
		#contents .title h1{
			font-size: 19px;
		}
		
	}


/* section */
.section{
	background: #FFF;
	padding: 50px 60px;
	margin: 10px 0 0 0;
}
.section h2{
	font-size: 24px;
	color: #900000;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #D1D1D1;
	padding-left: 2em;
	text-indent: -2em;
}

	@media screen and (max-width:767px) {
		.section{
			padding: 15px;
			margin: 10px 0 0 0;
		}
		.section h2{
			font-size: 18px;
			padding-bottom: 5px;
			margin-bottom: 15px;
			border-bottom: 2px solid #D1D1D1;
		}
	}


/* box01 */
.box01{
	margin-top: 2em;
}
.box01 li{
	padding-left: 1.3em;
	text-indent: -1.3em;
}

/* box02 */
.box02 li{
	padding-left: 1em;
	text-indent: -1em;
}

/* box03 */
.box03 li{
	padding-left: 3em;
	text-indent: -3em;
}


