@charset "utf-8";/* v.1.0.0 update.2015.08.03 * 個人情報保護方針 */ /* header */.header {	padding-bottom:30px;}.header .title {	background:#005BAC;}/* main */.main .center .article {	padding-bottom:20px;}.main .center .article .section{	margin:20px 0 0;	padding:0;	position:relative;}.main .center .article .section.br {	margin:150px 10px 0;	border:3px solid #005BAC;	background:#fff;	padding:100px 20px 40px;}.main .center .article .section.br > .title {	width:50%;	position:absolute;	left:-40px;	top:-130px;}.main .center .article .section .text {	font-size:180%;	padding:10px 40px;}.main .center .article .section .section .title{	font-size:200%;	line-height:1;	margin:0 20px;	padding:15px 20px;	background:#ddd;}@media screen and (max-width: 800px){	.header {		padding-bottom:20px;	}	.main .center .article .fl,	.main .center .article .fr{		width:auto !important;		float:none;	}	.main .center .article .section.br {		margin:3% 0 0;		padding-top:3%;	}	.main .center .article .section.br > .title {		position:relative;		left:0;		top:0;		padding-bottom:20px;	}	.main .center .article .section .title,	.main .center .article .section .text {		font-size:160%;	}	.main .center .article .section .text {		padding:10px;	}	.main .center .article .section .section .title {		margin:0;	}}