@charset "UTF-8";

#localheader ,#maincontents, #localbottom-mobile, #utilitycontents {
	-webkit-font-feature-settings: "halt" 1;
	font-feature-settings: "halt" 1;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	word-wrap: break-word;
}
#maincontents {
	background-color: #f5f5f5;
}
/* fix */
@media only screen {
	.fixitem.fixed {
		position:fixed;
		width:100%;
		left:0;
		z-index:1000;
	}
}

.bgWhite {
	background-color: #fff;
}
.bgLightGray {
	background-color: #f0f3f8;
}
.bgGray {
	background-color: #d2d2d2;
}
.bgDark {
	background-color: #1f1f1f;
}
.bgBlack {
	background-color: #000;
}
.textWhite {
	color:#fff;
}
.textBlack {
	color:#1f1f1f;
}
.textShadow-black {
	text-shadow:0 0 5px rgba(0,0,0,0.85), 0 0 3px rgba(0,0,0,0.5);
}
.textShadow-White {
	text-shadow:0 0 3px rgba(255,255,255,0.85), 0 0 5px rgba(255,255,255,0.5);
}
.textShadow[class*="textWhite"] {
	text-shadow:0 0 5px rgba(0,0,0,0.85), 0 0 3px rgba(0,0,0,0.5);
}
.textShadow[class*="textBlack"] {
	text-shadow:0 0 3px rgba(255,255,255,0.85), 0 0 5px rgba(255,255,255,0.5);
}
.fontSans {
	font-family:"UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fontSans b,
.fontSans strong {
	font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fontSerif {
	font-family:"Hiragino UD Serif W4 JIS2004", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", serif;
}
.fontSerif b,
.fontSerif strong {
	font-family: "Hiragino UD Serif W6 JIS2004", "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", serif;
}

@media (min-width:800px), print {
	.textWhite-md {
		color:#fff;
	}
	.textGray-md {
		color:#777;
	}
	.textBlack-md {
		color:#1f1f1f;
	}
}
@media only screen and (max-width:799px) and (min-width:641px){
	.textWhite-sm {
		color:#fff;
	}
	.textGray-sm {
		color:#777;
	}
	.textBlack-sm {
		color:#1f1f1f;
	}
}
@media only screen and (max-width:640px){
	.textWhite-xs {
		color:#fff;
	}
	.textGray-sm {
		color:#777;
	}
	.textBlack-xs {
		color:#1f1f1f;
	}
}

.borderWidth-lv1 {
	border-width:1px;
}
.borderWidth-lv2 {
	border-width:2px;
}
.borderWidth-lv3 {
	border-width:3px;
}
.borderWhite {
	border-color:#fff;
}
.borderLightGray {
	border-color:#ccc;
}
.borderGray {
	border-color:#999;
}
.borderDark {
	border-color:#1f1f1f;
}
.borderBlack {
	border-color:#000;
}

@media (min-width:800px), print {
	.borderWidth-md-lv1 {
		border-width:1px;
	}
	.borderWidth-md-lv2 {
		border-width:2px;
	}
	.borderWidth-md-lv3 {
		border-width:4px;
	}
	.borderWhite-md {
		border-color:#fff;
	}
	.borderGray-md {
		border-color:#777;
	}
	.borderBlack-md {
		border-color:#1f1f1f;
	}
}
@media only screen and (max-width:799px) and (min-width:641px){
	.borderWidth-sm-lv1 {
		border-width:1px;
	}
	.borderWidth-sm-lv2 {
		border-width:2px;
	}
	.borderWidth-sm-lv3 {
		border-width:4px;
	}
	.borderWhite-sm {
		border-color:#fff;
	}
	.borderGray-sm {
		border-color:#777;
	}
	.borderBlack-sm {
		border-color:#1f1f1f;
	}
}
@media only screen and (max-width:640px){
	.borderWidth-xs-lv1 {
		border-width:1px;
	}
	.borderWidth-xs-lv2 {
		border-width:2px;
	}
	.borderWidth-xs-lv3 {
		border-width:4px;
	}
	.borderWhite-xs {
		border-color:#fff;
	}
	.borderGray-xs {
		border-color:#777;
	}
	.borderBlack-xs {
		border-color:#1f1f1f;
	}
}

@media (min-width:800px), print {
	.marginTop-md-lv1 {
		margin-top: 10px;
	}
	.marginTop-md-lv2 {
		margin-top: 20px;
	}
	.marginTop-md-lv3 {
		margin-top: 30px;
	}
	.marginTop-md-lv4 {
		margin-top: 40px;
	}
	.marginTop-md-lv5 {
		margin-top: 58px;
	}
	.marginTop-md-lv6 {
		margin-top: 72px;
	}
	.marginTop-md-lv7 {
		margin-top: 102px;
	}
	.marginTop-md-lv8 {
		margin-top: 148px;
	}
}
@media only screen and (max-width:799px) and (min-width:641px){
	.marginTop-sm-lv1 {
		margin-top: 8px;
	}
	.marginTop-sm-lv2 {
		margin-top: 15px;
	}
	.marginTop-sm-lv3 {
		margin-top: 22px;
	}
	.marginTop-sm-lv4 {
		margin-top: 30px;
	}
	.marginTop-sm-lv5 {
		margin-top: 58px;
	}
	.marginTop-sm-lv6 {
		margin-top: 72px;
	}
	.marginTop-sm-lv7 {
		margin-top: 102px;
	}
	.marginTop-sm-lv8 {
		margin-top: 148px;
	}
}
@media only screen and (max-width:640px){
	.marginTop-xs-lv1 {
		margin-top: 5px;
	}
	.marginTop-xs-lv2 {
		margin-top: 10px;
	}
	.marginTop-xs-lv3 {
		margin-top: 15px;
	}
	.marginTop-xs-lv4 {
		margin-top: 20px;
	}
	.marginTop-xs-lv5 {
		margin-top: 44px;
	}
	.marginTop-xs-lv6 {
		margin-top: 54px;
	}
	.marginTop-xs-lv7 {
		margin-top: 77px;
	}
	.marginTop-xs-lv8 {
		margin-top: 111px;
	}
}

@media (min-width:800px), print {
	.hidden-md,
	.visible-sm,
	.visible-xs {
		display:none;
	}
	.visible-md {
		display:inherit;
	}
	.align-left-md {
		text-align:left;
	}
	.align-right-md {
		text-align:right;
	}
	.align-center-md {
		text-align:center;
	}
}
@media only screen and (max-width:799px) and (min-width:641px){
	.hidden-sm,
	.visible-md,
	.visible-xs {
		display:none;
	}
	.visible-sm {
		display:inherit;
	}
	.align-left-sm {
		text-align:left;
	}
	.align-right-sm {
		text-align:right;
	}
	.align-center-sm {
		text-align:center;
	}
}
@media only screen and (max-width:640px){
	.hidden-xs,
	.visible-md,
	.visible-sm {
		display:none;
	}
	.visible-xs {
		display:inherit;
	}
	.align-left-xs {
		text-align:left;
	}
	.align-right-xs {
		text-align:right;
	}
	.align-center-xs {
		text-align:center;
	}
}

.header1 {
	line-height: 1.4
}
.header2, .header3, .header4 {
	line-height:1.5;
}
.header5, .header6 {
	line-height:1.6;
}
.subheader1 {
	line-height:1.5;
}
.subheader2 {
	line-height:1.6;
}
.subheader3, .subheader4 {
	line-height:1.8;
}
.bodycopy1, .bodycopy2, .bodycopy3, .bodycopy4 {
	line-height:1.6;
}
.bodycopy5, .bodycopy6 {
	line-height:1.8;
}
.fgcaption1, .fgcaption2, .fgcaption3 {
	line-height:1.4;
}
@media (min-width:800px), print {
	.header1 {
		font-size:40px;
	}
	.header2 {
		font-size:32px;
	}
	.header3 {
		font-size:28px;
	}
	.header4 {
		font-size:24px;
	}
	.header5 {
		font-size:20px;
	}
	.header6 {
		font-size:18px;
	}
	.subheader1 {
		font-size:22px;
	}
	.subheader2 {
		font-size:20px;
	}
	.subheader3 {
		font-size:18px;
	}
	.subheader4 {
		font-size:15px;
	}
	.bodycopy1 {
		font-size:24px;
	}
	.bodycopy2 {
		font-size:20px;
	}
	.bodycopy3 {
		font-size:18px;
	}
	.bodycopy4 {
		font-size:15px;
	}
	.bodycopy5 {
		font-size:14px;
	}
	.bodycopy6 {
		font-size:12px;
	}
	.fgcaption1 {
		font-size:18px;
	}
	.fgcaption2 {
		font-size:15px;
	}
	.fgcaption3 {
		font-size:13px;
	}
}
@media only screen and (max-width:799px) and (min-width:641px){
	.header1 {
		font-size:35px;
	}
	.header2 {
		font-size:28px;
	}
	.header3 {
		font-size:24px;
	}
	.header4 {
		font-size:22px;
	}
	.header5 {
		font-size:19px;
	}
	.header6 {
		font-size:17px;
	}
	.subheader1 {
		font-size:20px;
	}
	.subheader2 {
		font-size:18px;
	}
	.subheader3 {
		font-size:16px;
	}
	.subheader4 {
		font-size:14px;
	}
	.bodycopy1 {
		font-size:22px;
	}
	.bodycopy2 {
		font-size:19px;
	}
	.bodycopy3 {
		font-size:17px;
	}
	.bodycopy4 {
		font-size:15px;
	}
	.bodycopy5 {
		font-size:14px;
	}
	.bodycopy6 {
		font-size:12px;
	}
	.fgcaption1 {
		font-size:17px;
	}
	.fgcaption2 {
		font-size:15px;
	}
	.fgcaption3 {
		font-size:13px;
	}
}
@media only screen and (max-width:640px){
	.header1 {
		font-size:30px;
	}
	.header2 {
		font-size:24px;
	}
	.header3 {
		font-size:22px;
	}
	.header4 {
		font-size:20px;
	}
	.header5 {
		font-size:18px;
	}
	.header6 {
		font-size:16px;
	}
	.subheader1 {
		font-size:18px;
	}
	.subheader2 {
		font-size:16px;
	}
	.subheader3 {
		font-size:14px;
	}
	.subheader4 {
		font-size:12px;
	}
	.bodycopy1 {
		font-size:20px;
	}
	.bodycopy2 {
		font-size:18px;
	}
	.bodycopy3 {
		font-size:16px;
	}
	.bodycopy4 {
		font-size:15px;
	}
	.bodycopy5 {
		font-size:14px;
	}
	.bodycopy6 {
		font-size:12px;
	}
	.fgcaption1 {
		font-size:15px;
	}
	.fgcaption2 {
		font-size:14px;
	}
	.fgcaption3 {
		font-size:12px;
	}
}

/************************** pagesection *****************************/
/*  */
.pagesection {
	position: relative;
	font-size: 15px;
}
.pagesection:before, .pagesection:after {
	content: "";
	display: table;
}
.pagesection:after {
	clear: both;
}
.pagesection.borderTop {
	border-top: 2px solid;
	border-color:rgba(150,150,150,0.3)
}
.pagesection.bg-repeat-x {
	background-repeat:repeat-x;
}
.pagesection.bg-repeat-y {
	background-repeat:repeat-y;
}
.pagesection.bg-no-repeat {
	background-repeat:no-repeat;
}
.pagesection.bg-size-contain {
	background-size:contain;
}
.pagesection.bg-size-cover {
	background-size:cover;
}
.pagesection a {
	color:#0273ab;
}
.pagesection a:link {
	text-decoration:none;
}
.pagesection a:hover, .pagesection a:active {
	text-decoration:underline;
}
.pagesection b,
.pagesection strong {
	font-weight:700;
}
.pagesection i,
.pagesection em{
	font-style:italic;
}
.pagesection sub,
.pagesection sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.pagesection sup {
  top: -0.5em;
}
.pagesection sub {
  bottom: -0.25em;
}
.pagesection hr {
	border:none;
	border-bottom:1px solid #ccc;
}
/*.pagesection.horizontal-line [class*="col-"] {
	height: 2px!important;
	background-color: #bcbcbc!important;
}*/
.pagesection.horizontal-line [class*="col-"]::after {
	content: "";
	display: block;
	height: 2px;
	background-color: #bcbcbc!important;
}
@media (min-width:800px), print {
	.pagesection.paddingtop-md-lv1 {
		padding-top: 20px;
	}
	.pagesection.paddingtop-md-lv2 {
		padding-top: 30px;
	}
	.pagesection.paddingtop-md-lv3 {
		padding-top: 40px;
	}
	.pagesection.paddingtop-md-lv4 {
		padding-top: 60px;
	}
	.pagesection.paddingbtm-md-lv1 {
		padding-bottom: 20px;
	}
	.pagesection.paddingbtm-md-lv2 {
		padding-bottom: 30px;
	}
	.pagesection.paddingbtm-md-lv3 {
		padding-bottom: 40px;
	}
	.pagesection.paddingbtm-md-lv4 {
		padding-bottom: 60px;
	}
	.pagesection.no-bgimage-md {
		background-image:none!important;
	}
}
@media only screen and (max-width:799px) and (min-width:641px){
	.pagesection.paddingtop-sm-lv1 {
		padding-top: 18px;
	}
	.pagesection.paddingtop-sm-lv2 {
		padding-top: 28px;
	}
	.pagesection.paddingtop-sm-lv3 {
		padding-top: 38px;
	}
	.pagesection.paddingtop-sm-lv4 {
		padding-top: 55px;
	}
	.pagesection.paddingbtm-sm-lv1 {
		padding-bottom: 18px;
	}
	.pagesection.paddingbtm-sm-lv2 {
		padding-bottom: 28px;
	}
	.pagesection.paddingbtm-sm-lv3 {
		padding-bottom: 38px;
	}
	.pagesection.paddingbtm-sm-lv4 {
		padding-bottom: 55px;
	}
	.pagesection.no-bgimage-sm {
		background-image:none!important;
	}
}
@media only screen and (max-width:640px){
	.pagesection.paddingtop-xs-lv1 {
		padding-top: 15px;
	}
	.pagesection.paddingtop-xs-lv2 {
		padding-top: 25px;
	}
	.pagesection.paddingtop-xs-lv3 {
		padding-top: 35px;
	}
	.pagesection.paddingtop-xs-lv4 {
		padding-top: 50px;
	}
	.pagesection.paddingbtm-xs-lv1 {
		padding-bottom: 15px;
	}
	.pagesection.paddingbtm-xs-lv2 {
		padding-bottom: 25px;
	}
	.pagesection.paddingbtm-xs-lv3 {
		padding-bottom: 35px;
	}
	.pagesection.paddingbtm-xs-lv4 {
		padding-bottom: 50px;
	}
	.pagesection.no-bgimage-xs {
		background-image:none!important;
	}
}

/************************** contentsection *****************************/
/*  */

.contentsection {
}
.content-container {
	max-width:976px;
	margin:0 auto;
}
.content-container.nolimit {
	max-width:none;
	padding-left:0;
	padding-right:0;
}
@media (min-width:800px), print {
	.content-container {
		padding-left:16px;
		padding-right:16px;
	}
}
@media only screen and (max-width:799px) and (min-width:641px){
	.content-container {
		padding-left:16px;
		padding-right:16px;
	}
}
@media only screen and (max-width:640px){
	.content-container {
		padding-left:16px;
		padding-right:16px;
	}
}

/************************** bootstrap *****************************/
/*  */

.bootstrap-container {
}
.bootstrap-row {
}
.clearfix:before,
.clearfix:after,
.bootstrap-row:before, 
.bootstrap-row:after {
	content: "";
	display: table;
}
.clearfix:after,
.bootstrap-row:after {
	clear: both;
}
.bootstrap-row [class*="col-"] {
	position: relative;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bootstrap-row .col-border {
	padding:4.1365046% 5.1229508%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-style:solid;
}
@media (min-width:641px) ,print {
	.bootstrap-row .col-border {
		padding:4.1365046% 5.1229508%;
	}
}
@media only screen and (max-width:640px){
	.bootstrap-row .col-border {
		padding:5.8309037% 7.5801749%;
	}
}
.bootstrap-row .col-border.bordercolor-Gray {
	border-color:#ccc;
}

@media (min-width:800px), print {
	.bootstrap-row.gap-md-lv1 {
		margin-left: -4px;
		margin-right: -4px;
	}
	.bootstrap-row.gap-md-lv2 {
		margin-left: -10px;
		margin-right: -10px;
	}
	.bootstrap-row.gap-md-lv3 {
		margin-left: -16px;
		margin-right: -16px;
	}
	.bootstrap-row.gap-md-lv4 {
		margin-left: -22px;
		margin-right: -22px;
	}
	.bootstrap-row [class*="col-md-"] {
		float: left;
	}
	.bootstrap-row.gap-md-lv1 [class*="col-md-"] {
		padding-left: 4px;
		padding-right: 4px;
	}
	.bootstrap-row.gap-md-lv2 [class*="col-md-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
	.bootstrap-row.gap-md-lv3 [class*="col-md-"] {
		padding-left: 16px;
		padding-right: 16px;
	}
	.bootstrap-row.gap-md-lv4 [class*="col-md-"] {
		padding-left: 22px;
		padding-right: 22px;
	}
	.bootstrap-row .visble-md-block {
		display:block;
	}
	.bootstrap-row .clearfix-md:before {
		content: "";
		display: table;
	}
	.bootstrap-row .clearfix-md {
		clear: both;
	}
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media only screen and (max-width:799px) and (min-width:641px){
	.bootstrap-row.gap-sm-lv1 {
		margin-left: -4px;
		margin-right: -4px;
	}
	.bootstrap-row.gap-sm-lv2 {
		margin-left: -9px;
		margin-right: -9px;
	}
	.bootstrap-row.gap-sm-lv3 {
		margin-left: -14px;
		margin-right: -14px;
	}
	.bootstrap-row.gap-sm-lv4 {
		margin-left: -20px;
		margin-right: -20px;
	}
	.bootstrap-row.gap-sm-lv1 [class*="col-sm-"] {
		padding-left: 4px;
		padding-right: 4px;
	}
	.bootstrap-row.gap-sm-lv2 [class*="col-sm-"] {
		padding-left: 9px;
		padding-right: 9px;
	}
	.bootstrap-row.gap-sm-lv3 [class*="col-sm-"] {
		padding-left: 14px;
		padding-right: 14px;
	}
	.bootstrap-row.gap-sm-lv4 [class*="col-sm-"] {
		padding-left: 20px;
		padding-right: 20px;
	}
	.bootstrap-row .visble-sm-block {
		display:block;
	}
	.bootstrap-row .clearfix-sm:before {
		content: "";
		display: table;
	}
	.bootstrap-row .clearfix-sm {
		clear: both;
	}
	.bootstrap-row .clearfix-sm .col-border {
		margin-top: 18px;
	}
	.bootstrap-row.gap-sm-lv1 .clearfix-sm .col-border {
		margin-top: 8px;
	}
	.bootstrap-row.gap-sm-lv2 .clearfix-sm .col-border {
		margin-top: 18px;
	}
	.bootstrap-row.gap-sm-lv3 .clearfix-sm .col-border {
		margin-top: 28px;
	}
	.bootstrap-row.gap-sm-lv4 .clearfix-sm .col-border {
		margin-top: 40px;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media only screen and (max-width:640px){
	.bootstrap-row.gap-xs-lv1 {
		margin-left: -3px;
		margin-right: -3px;
	}
	.bootstrap-row.gap-xs-lv2 {
		margin-left: -7px;
		margin-right: -7px;
	}
	.bootstrap-row.gap-xs-lv3 {
		margin-left: -11px;
		margin-right: -11px;
	}
	.bootstrap-row.gap-xs-lv4 {
		margin-left: -16px;
		margin-right: -16px;
	}
	.bootstrap-row.gap-xs-lv1 [class*="col-xs-"] {
		padding-left: 3px;
		padding-right: 3px;
	}
	.bootstrap-row.gap-xs-lv2 [class*="col-xs-"] {
		padding-left: 7px;
		padding-right: 7px;
	}
	.bootstrap-row.gap-xs-lv3 [class*="col-xs-"] {
		padding-left: 11px;
		padding-right: 11px;
	}
	.bootstrap-row.gap-xs-lv4 [class*="col-xs-"] {
		padding-left: 16px;
		padding-right: 16px;
	}
	.bootstrap-row .visble-xs-block {
		display:block;
	}
	.bootstrap-row .clearfix-xs:before {
		content: "";
		display: table;
	}
	.bootstrap-row .clearfix-xs {
		clear: both;
	}
	.bootstrap-row .clearfix-xs .col-border {
		margin-top: 14px;
	}
	.bootstrap-row.gap-xs-lv1 .clearfix-xs .col-border {
		margin-top: 6px;
	}
	.bootstrap-row.gap-xs-lv2 .clearfix-xs .col-border {
		margin-top: 14px;
	}
	.bootstrap-row.gap-xs-lv3 .clearfix-xs .col-border {
		margin-top: 22px;
	}
	.bootstrap-row.gap-xs-lv4 .clearfix-xs .col-border {
		margin-top: 32px;
	}
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
		float: left;
	}
	.col-xs-12 {
		width: 100%;
	}
	.col-xs-11 {
		width: 91.66666667%;
	}
	.col-xs-10 {
		width: 83.33333333%;
	}
	.col-xs-9 {
		width: 75%;
	}
	.col-xs-8 {
		width: 66.66666667%;
	}
	.col-xs-7 {
		width: 58.33333333%;
	}
	.col-xs-6 {
		width: 50%;
	}
	.col-xs-5 {
		width: 41.66666667%;
	}
	.col-xs-4 {
		width: 33.33333333%;
	}
	.col-xs-3 {
		width: 25%;
	}
	.col-xs-2 {
		width: 16.66666667%;
	}
	.col-xs-1 {
		width: 8.33333333%;
	}
	.col-xs-pull-12 {
		right: 100%;
	}
	.col-xs-pull-11 {
		right: 91.66666667%;
	}
	.col-xs-pull-10 {
		right: 83.33333333%;
	}
	.col-xs-pull-9 {
		right: 75%;
	}
	.col-xs-pull-8 {
		right: 66.66666667%;
	}
	.col-xs-pull-7 {
		right: 58.33333333%;
	}
	.col-xs-pull-6 {
		right: 50%;
	}
	.col-xs-pull-5 {
		right: 41.66666667%;
	}
	.col-xs-pull-4 {
		right: 33.33333333%;
	}
	.col-xs-pull-3 {
		right: 25%;
	}
	.col-xs-pull-2 {
		right: 16.66666667%;
	}
	.col-xs-pull-1 {
		right: 8.33333333%;
	}
	.col-xs-pull-0 {
		right: auto;
	}
	.col-xs-push-12 {
		left: 100%;
	}
	.col-xs-push-11 {
		left: 91.66666667%;
	}
	.col-xs-push-10 {
		left: 83.33333333%;
	}
	.col-xs-push-9 {
		left: 75%;
	}
	.col-xs-push-8 {
		left: 66.66666667%;
	}
	.col-xs-push-7 {
		left: 58.33333333%;
	}
	.col-xs-push-6 {
		left: 50%;
	}
	.col-xs-push-5 {
		left: 41.66666667%;
	}
	.col-xs-push-4 {
		left: 33.33333333%;
	}
	.col-xs-push-3 {
		left: 25%;
	}
	.col-xs-push-2 {
		left: 16.66666667%;
	}
	.col-xs-push-1 {
		left: 8.33333333%;
	}
	.col-xs-push-0 {
		left: auto;
	}
	.col-xs-offset-12 {
		margin-left: 100%;
	}
	.col-xs-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-xs-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-xs-offset-9 {
		margin-left: 75%;
	}
	.col-xs-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-xs-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-xs-offset-6 {
		margin-left: 50%;
	}
	.col-xs-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-xs-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-xs-offset-3 {
		margin-left: 25%;
	}
	.col-xs-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-xs-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-xs-offset-0 {
		margin-left: 0%;
	}
}

/* overlaycontent */
.overlaycontent {
	position:relative;
}
.backgroundframe {
}
.overlayframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	page-break-inside: avoid;
}
@media (min-width:800px), print {
}
@media only screen and (max-width:799px){
	.overlayframe.layer-sm-off {
		position:static;
		padding-left:0!important;
		padding-right:0!important;
	}
}
@media only screen and (max-width:640px){
	.overlayframe.layer-xs-off {
		position:static;
		padding-left:0!important;
		padding-right:0!important;
	}
}

/************************** slider *****************************/

.slider-element {
	page-break-inside: avoid;
}
/*  */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 30px;
	padding: 0;
	*zoom: 1;
}
@media (min-width:641px), print {
	.bx-wrapper {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width:640px){
	.bx-wrapper {
		margin-bottom: 45px;
	}
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/etc/designs/panasonic/standardpage-clientlibs/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER AND AUTO*/

.bx-wrapper .bx-pager-and-auto {
	text-align:center;
	position: absolute;
	width: 100%;
	height:30px;
	z-index:1;
	font-size:0;
}
.bx-wrapper .bx-pager-and-auto:before {
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.bx-wrapper .bx-pager-and-auto_in {
	display:inline-block;
}
.bx-wrapper .bx-pager-and-auto_in:after {
	content:"";
	display:table;
	clear:both;
}
@media (min-width:800px), print {
	.controls-on-view-md .bx-wrapper {
		margin-bottom:0;
	}
	.controls-on-view-md .bx-wrapper .bx-pager-and-auto {
		bottom:0;
	}
}
@media only screen and (max-width:799px){
	.controls-on-view-sm .bx-wrapper {
		margin-bottom:0;
	}
	.controls-on-view-sm .bx-wrapper .bx-pager-and-auto {
		bottom:0;
	}
}
@media only screen and (max-width:640px){
	.controls-on-view-xs .bx-wrapper {
		margin-bottom:0;
	}
	.controls-on-view-xs .bx-wrapper .bx-pager-and-auto {
		bottom:0;
	}
}
@media (min-width:641px), print {
	.bx-wrapper .bx-pager-and-auto {
		bottom:-50px;
	}
}
@media only screen and (max-width:640px){
	.bx-wrapper .bx-pager-and-auto {
		bottom:-45px;
	}
}

/* PAGER */

.bx-wrapper .bx-pager {
	display:inline-block;
	text-align: center;
	color: #666;
	vertical-align:middle;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}

.pagerType-short .bx-wrapper .bx-pager.bx-default-pager {
	font-size:14px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #fff;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 12px;
	/*outline: 0;*/
	border-radius: 10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #333;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #333;
	border:1px solid 333;
}
.controls-color-light .bx-wrapper .bx-pager.bx-default-pager a:hover,
.controls-color-light .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	border:1px solid #fff;
}
@media (min-width:800px), print {
	.controls-on-view-md .currentitem-style-light .bx-wrapper .bx-pager.bx-default-pager a:hover,
	.controls-on-view-md .currentitem-style-light .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #000;
		border:1px solid #000;
	}
	.controls-on-view-md .currentitem-style-dark .bx-wrapper .bx-pager.bx-default-pager a:hover,
	.controls-on-view-md .currentitem-style-dark .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #fff;
		border:1px solid #fff;
	}
}
@media only screen and (max-width:799px){
	.controls-on-view-sm .currentitem-style-light .bx-wrapper .bx-pager.bx-default-pager a:hover,
	.controls-on-view-sm .currentitem-style-light .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #000;
		border:1px solid #000;
	}
	.controls-on-view-sm .currentitem-style-dark .bx-wrapper .bx-pager.bx-default-pager a:hover,
	.controls-on-view-sm .currentitem-style-dark .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #fff;
		border:1px solid #fff;
	}
}
@media only screen and (max-width:640px){
	.controls-on-view-xs .currentitem-style-light .bx-wrapper .bx-pager.bx-default-pager a:hover,
	.controls-on-view-xs .currentitem-style-light .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #000;
		border:1px solid #000;
	}
	.controls-on-view-xs .currentitem-style-dark .bx-wrapper .bx-pager.bx-default-pager a:hover,
	.controls-on-view-xs .currentitem-style-dark .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #fff;
		border:1px solid #fff;
	}
}
@media screen and (-ms-high-contrast: active) {
	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		border-color: #ff0!important;
	}
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
	display: block;
	position: absolute;
	top: 50%;
	/*margin-top: -16px;*/
	/*outline: 0;*/
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index: 100;
	background-color: rgba(0,0,0,0);
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-direction a svg {
	width: 100%;
	height: 100%;
	fill : #fff;
	-webkit-filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.7));
	filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.7));
	overflow: visible;
}
@media (min-width:641px), print {
	.bx-wrapper .bx-prev {
		left: 10px;
	}
	.bx-wrapper .bx-next {
		right: 10px;
	}
	.bx-wrapper .bx-controls-direction a {
		width: 48px;
		height: 48px;
		padding:16px;
	}
}
@media only screen and (max-width:640px){
	.bx-wrapper .bx-prev {
		left: 0px;
	}
	.bx-wrapper .bx-next {
		right: 0px;
	}
	.bx-wrapper .bx-controls-direction a {
		width: 24px;
		height: 24px;
		padding:8px;
	}
}
@media (min-width:800px), print {
	.no-prev-next-md .bx-wrapper .bx-prev,
	.no-prev-next-md .bx-wrapper .bx-next {
		display:none;
	}
}
@media only screen and (max-width:799px){
	.no-prev-next-sm .bx-wrapper .bx-prev,
	.no-prev-next-sm .bx-wrapper .bx-next {
		display:none;
	}
}
@media only screen and (max-width:640px){
	.no-prev-next-xs .bx-wrapper .bx-prev,
	.no-prev-next-xs .bx-wrapper .bx-next {
		display:none;
	}
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	display:inline-block;
	text-align: center;
	vertical-align:middle;
	float:right;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	width: 16px;
	height: 16px;
	position: relative;
	margin: 0 12px;
}
.bx-wrapper .bx-controls-auto .bx-start svg {
	width: 100%;
	height: 100%;
	fill:#333;
}
.bx-wrapper .bx-controls-auto .bx-start.active {
	display:none;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	width: 16px;
	height: 16px;
	position: relative;
	margin: 0 12px;
}
.bx-wrapper .bx-controls-auto .bx-stop svg {
	width: 100%;
	height: 100%;
	fill:#333;
}
.bx-wrapper .bx-controls-auto .bx-stop.active {
	display:none;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.slidercomponent:before,
.slidercomponent:after {
	content:"";
	display:table;
}
.slidercomponent .slider-item {
	overflow:hidden;
}
.slidercomponent .slider-item > *:first-child,
.slidercomponent .slider-item .imagespart a {
	outline-offset: -3px;
}

/************************** modalwindow *****************************/
/*  */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#cboxWrapper {
	max-width: none;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin: 0;
	display: none!important;
}
#cboxCurrent {
	display: none!important;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxPrevious, #cboxNext {
	display: none!important;
}
.lightbox-lock {
	overflow:hidden;
}
#cboxOverlay {
	background: #000;
	opacity: 0.85;
}
#cboxContent {
	overflow: visible;
}
.cboxIframe {
	background: #fff;
}
.modal-scrollbox-wrapper {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}
.modal-scrollbox {
	height:100%;
	overflow:auto;
	background: #f4f4f4;
	-webkit-overflow-scrolling: touch;
}
.modal-scrollbox-wrapper.image-only .modal-scrollbox {
	background: transparent;
	color: #fff;
	overflow: hidden;
}
.modal-scrollbox-wrapper.image-only .modal-contents {
	max-height: 100%;
}
.modal-scrollbox-wrapper.image-only figure img {
	display: block;
	margin: 0 auto;
}
.modal-scrollbox-wrapper.image-only figcaption {
	margin-top: .33em;
	font-size: 15px;
	line-height: 1.67;
}
.modal-controls {
	position:absolute;
	top:0;
	right: 0;
	z-index:100;
	width: 100%;
}
.modal-controls.noprint .modal-print {
	display:none;
}
.modal-controls button {
	-webkit-appearance:none;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	cursor:pointer;
	float: right;
}
.modal-controls button svg,
.modal-controls button img {
	width: 100%;
	height: 100%;
	fill : #fff;
}
.modal-controls-group {
	position: absolute;
	width: 100%;
	height: 0;
	top: 50%;
	left: 0;
	z-index: 1;
}
.modal-1item .modal-controls-group {
	display: none;
}
.modal-controls-group a {
	display: block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.modal-controls-group a svg, 
.modal-controls-group a img {
	fill: #fff;
	width: 100%;
	height: 100%;
}
.modal-controls-group .modal-prev {
	float: left;
}
.modal-controls-group .modal-next {
	float: right;
}
@media print {
	.modal-controls-group {
		display: none;
	}
}
@media (min-width:641px), print {
	.modal-scrollbox-wrapper {
		padding-top:56px;
	}
	.modal-controls button {
		width: 36px;
		height: 36px;
	}
	.modal-controls button:not(:last-child) {
		margin-left: 48px;
	}
	.modal-controls-group {
		top: calc(50% + 28px);
	}
	.modal-controls-group a {
		width: 48px;
		height: 48px;
		padding:16px;
	}
	.modal-controls-group .modal-prev {
		margin-left: -90px;
	}
	.modal-controls-group .modal-next {
		margin-right: -90px;
	}
}
@media (min-width:641px) and (max-width:799px) {
	.modal-controls .modal-print {
		display:none;
	}
}
@media only screen and (max-width:640px){
	.modal-scrollbox-wrapper {
		padding-top:37px;
	}
	.modal-controls button {
		width: 23px;
		height: 23px;
	}
	.modal-controls .modal-print {
		display:none;
	}
	.modal-controls-group {
		top: calc(50% + 18px);
	}
	.modal-controls-group a {
		width: 24px;
		height: 24px;
		padding:8px;
	}
	.modal-controls-group .modal-prev {
		margin-left: -41px;
	}
	.modal-controls-group .modal-next {
		margin-right: -41px;
	}
}
.modal-contents:before,
.modal-contents:after {
	content:"";
	display:table;
}

/************************** seemore-element *****************************/
/*  */

.seemore-maincontent {
	overflow:hidden;
	height:0;
	-webkit-transition:height 0.5s;
	transition:height 0.5s;
}
.seemore-maincontent_in {
	visibility:hidden;
	outline-offset: -2px;
}

/************************** title-element *****************************/

.title-element {
	font-size:0;
}
.title-element .subtitle {
	display:inline-block;
}
.title-element .maintitle {
	/*display:inline-block;*/
}
.title-element .title-border {
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-bottom:0.5rem;
}
.title-element .valign-top img,
.title-element .valign-top .subtitle,
.title-element .valign-top .maintitle {
	vertical-align:top;
}
.title-element .valign-middle img,
.title-element .valign-middle .subtitle,
.title-element .valign-middle .maintitle {
	vertical-align:middle;
}
.title-element .valign-bottom img,
.title-element .valign-bottom .subtitle,
.title-element .valign-bottom .maintitle {
	vertical-align:bottom;
}
.title-element .horizontal .subtitle,
.title-element .subtitle img.before {
	margin-right:0.5em;
}
.title-element .horizontal .subtitle.onlyimg {
	margin-right:0.5rem;
}
.title-element .horizontal .maintitle + .subtitle,
.title-element .subtitle img.after {
	margin-right:0;
	margin-left:0.5em;
}
.title-element .horizontal .maintitle + .subtitle.onlyimg {
	margin-left:0.5rem;
}
.title-element .vertical .subtitle,
.title-element .vertical .maintitle {
	display:block;
}
.title-element .vertical .subtitle {
	/*margin-bottom:0.25em;*/
}
.title-element .vertical .subtitle.onlyimg {
	/*margin-bottom:0.25rem;*/
}
.title-element .vertical .maintitle + .subtitle {
	/*margin-bottom:0;
	margin-top:0.25em;*/
}
.title-element .vertical .maintitle + .subtitle.onlyimg {
	/*margin-bottom:0;
	margin-top:0.25rem;*/
}

/************************** rt-element *****************************/

.rt-content {
	line-height:1.6;
}
.rt-content h1:not(:first-child),
.rt-content h2:not(:first-child),
.rt-content h3:not(:first-child),
.rt-content h4:not(:first-child),
.rt-content h5:not(:first-child),
.rt-content h6:not(:first-child),
.rt-content p:not(:first-child),
.rt-content ul:not(:first-child),
.rt-content ol:not(:first-child),
.rt-content hr:not(:first-child) {
	margin-top:1em;
}
.rt-content ul {
	list-style:disc;
	padding-left:2.5rem;
}
.rt-content ol {
	list-style:decimal;
	padding-left:2.5rem;
}

/************************** video-element *****************************/

.video-element {
	page-break-inside: avoid;
	overflow: hidden;
}
.video-placeholder {
	position:relative;
	padding-bottom:56.25%;
}
.video-placeholder.ratio4x3 {
	padding-bottom:75%;
}
.video-placeholder-in {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
}

/************************** image-element *****************************/

/* imagespart */
.imagespart.fullwidth {
	text-align:center;
	display:block;
}
.imagespart img {
	vertical-align:bottom;
}
.imagespart a:hover img.mouseover.opacity {
	opacity:0.8;
}
@media (min-width:800px), print {
	.imagespart.fullwidth,
	.imagespart.fullwidth-md {
		margin-left:-11.4754098%;
		margin-right:-11.4754098%;
	}
}
@media (min-width:641px) and (max-width:799px) {
	.imagespart.fullwidth,
	.imagespart.fullwidth-sm {
		margin-left:-11.4754098%;
		margin-right:-11.4754098%;
	}
}
@media only screen and (max-width:640px){
	.imagespart.fullwidth,
	.imagespart.fullwidth-xs {
		margin-left:-11.4754098%;
		margin-right:-11.4754098%;
	}
}

.image-element {
	font-size: 0;
}
.image-content {
	/*display:inline-block;*/
}
.image-content figcaption {
	margin-top:0.225rem;
	line-height:1.4;
}

/************************** linklist-element *****************************/

.linklist-content {
	font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
}
.linklist-content:before {
	content: "";
	display: table;
}
.linklist-content ul {
	margin-top:-0.4em;
}
.linklist-content li {
	margin-top:0.4em;
}
.linklist-content a {
	display:inline-block;
}
@media (min-width:800px), print {
	.linklist-content.textBlack-md a {
		color:#1f1f1f;
	}
	.linklist-content.textGray-md a {
		color:#777;
	}
	.linklist-content.textWhite-md a {
		color:#fff;
	}
}
@media (min-width:641px) and (max-width:799px) {
	.linklist-content.textBlack-sm a {
		color:#1f1f1f;
	}
	.linklist-content.textGray-sm a {
		color:#777;
	}
	.linklist-content.textWhite-sm a {
		color:#fff;
	}
}
@media only screen and (max-width:640px){
	.linklist-content.textBlack-xs a {
		color:#1f1f1f;
	}
	.linklist-content.textGray-xs a {
		color:#777;
	}
	.linklist-content.textWhite-xs a {
		color:#fff;
	}
}
.linklist-content a:not(.noicon) {
	padding-left:1.4em;
	text-indent:-1.4em;
}
.linklist-content a:not(.noicon):before {
	content:"";
	display:inline-block;
	margin-right:.4667em;
	width:0.9333em;
	height:1.6em;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:top;
}
.linklist-content .bodycopy5 a:not(.noicon):before {
	height: 1.8em;
}
.linklist-content a.normal:before {
	background-image:url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-arrow-r-g.svg);
}
.linklist-content a.newwindow:before {
	background-image:url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-newwin-g.svg);
}
.linklist-content a.pdf:before {
	background-image:url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-pdf-g.svg);
}
.linklist-content a.anc-down:before {
	background-image:url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-anc-down-g.svg);
}
.linklist-content a.anc-up:before {
	background-image:url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-anc-up-g.svg);
}
.linklist-content a.download:before {
	background-image:url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-download-g.svg);
}
.linklist-content a.openmodalwindow:before {
	background-image:url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-modal-g.svg);
}
.linklist-content a.openseemore:before {
	background-image:url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-arrow-down-g.svg);
}
.linklist-content a.openseemore.active:before {
	-webkit-transform:scaleY(-1);
	transform:scaleY(-1);
}
/*vertical*/
/*horizontal*/
.linklist-content.horizontal ul {
	margin-left:-.5em;
	margin-right:-.5em;
}
.linklist-content.horizontal li {
	margin-left:0.5em;
	margin-right:0.5em;
	display:inline-block;
}
.linklist-content.horizontal li.break {
	margin:0;
	padding:0;
	display:block;
}

/************************** button-element *****************************/

.button-content {
	font-size:0;
}
.button-area {
	font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	text-align: left;
}
.button-area a {
	display:block;
	position: relative;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.button-area a:hover,
.button-area a:active{
	text-decoration:none;
}
.button-area a:not(.noicon):before {
	content:"";
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}
.button-area a > span {
	display:inline-block;
	line-height:1.12;
}
.button-content.colorA .button-area a {
	background-color:#6e7175;
	color:#fefefe;
}
.button-content.colorA .button-area a.typeA:before,
.button-content.colorA .button-area a:not(.openmodalwindow):not(.openseemore):before {
	background-image:url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-arrow-r-w.svg);
}
.button-content.colorA .button-area a.typeB:before {
	background-image:url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-sample1-w.svg);
}
.button-content.colorA .button-area a.openmodalwindow:before {
	background-image:url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-modal-w.svg);
}
.button-content.colorA .button-area a.openseemore:before {
	background-image:url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-arrow-down-w.svg);
}
.button-content.colorB .button-area a {
	background-color:#fff;
	color:#333;
}
.button-content.colorB .button-area a.typeA:before,
.button-content.colorB .button-area a:not(.openmodalwindow):not(.openseemore):before {
	background-image:url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-arrow-r-g.svg);
}
.button-content.colorB .button-area a.typeB:before {
	background-image:url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-sample1-bk.svg);
}
.button-content.colorB .button-area a.openmodalwindow:before {
	background-image:url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-modal-g.svg);
}
.button-content.colorB .button-area a.openseemore:before {
	background-image:url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-arrow-down-g.svg);
}
.button-content .button-area a.openseemore.active:before {
	-webkit-transform:scaleY(-1);
	transform:scaleY(-1);
}
@media (min-width:641px), print {
	.button-area a {
		padding:13px 55px 13px 20px;
		border: 2px solid #6e7175;
	}
	.button-area a:not(.noicon):before {
		width:17px;
		height:17px;
		right: 26px;
	}
}
@media only screen and (max-width:640px){
	.button-area a {
		padding:16px 50px 16px 20px;
		border: 1px solid #6e7175;
	}
	.button-area a:not(.noicon):before {
		width:15px;
		height:15px;
		right: 20px;
	}
}

/************************** table-element *****************************/

.table-content table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
}
.table-content.valign-top table td,
.table-content.valign-top table th {
	vertical-align:top;
}
.table-content.valign-middle table td,
.table-content.valign-middle table th {
	vertical-align:middle;
}
.table-content.valign-bottom table td,
.table-content.valign-bottom table th {
	vertical-align:bottom;
}
/*styleA*/
.table-content.styleA table {
	color: #333;
}
.table-content.styleA table td,
.table-content.styleA table th {
	border-color: #dcdddd;
	border-style: solid;
	border-width: 1px;
}
.table-content.styleA table td:first-child,
.table-content.styleA table th:first-child {
	border-left: none;
}
.table-content.styleA table td:last-child,
.table-content.styleA table th:last-child {
	border-right: none;
}
.table-content.styleA table thead tr:first-child th {
	border-top: none;
} 
.table-content.styleA table td {
	background-color: #fff;
}
.table-content.styleA table th {
	background-color: #f1f1f1;
}
@media (min-width:641px), print {
	.table-content.styleA table td,
	.table-content.styleA table th {
		padding:15px;
	}
}
@media only screen and (max-width:640px){
	.table-content.styleA table td,
	.table-content.styleA table th {
		padding:10px;
	}
}

/*styleB*/
.table-content.styleB table {
	color: #333;
}
.table-content.styleB table td,
.table-content.styleB table th {
	border-color: #dcdddd;
	border-style: solid;
	border-width: 1px;
	padding:10px;
}
.table-content.styleB table td:first-child,
.table-content.styleB table th:first-child {
	border-left: none;
}
.table-content.styleB table td:last-child,
.table-content.styleB table th:last-child {
	border-right: none;
}
.table-content.styleB table thead tr:first-child th {
	border-top: none;
} 
.table-content.styleB table tr:nth-child(2n+1) td {
	background-color: #fff;
}
.table-content.styleB table tr:nth-child(2n) td {
	background-color: #f7f7f7;
}
.table-content.styleB table th {
	background-color: #ebebeb;
}
@media (min-width:641px), print {
	.table-content.styleB table td,
	.table-content.styleB table th {
		padding:15px;
	}
}
@media only screen and (max-width:640px){
	.table-content.styleB table td,
	.table-content.styleB table th {
		padding:10px;
	}
}

/*styleC*/
.table-content.styleC table {
	color: #333;
}
.table-content.styleC table td,
.table-content.styleC table th {
	border-color: #dcdddd;
	border-style: solid;
	border-width: 1px;
	padding:10px;
}
.table-content.styleC table td:first-child,
.table-content.styleC table th:first-child {
	border-left: none;
}
.table-content.styleC table td:last-child,
.table-content.styleC table th:last-child {
	border-right: none;
}
.table-content.styleC table thead tr:first-child th {
	border-top: none;
} 
.table-content.styleC table td:nth-child(2n+1) {
	background-color: #fff;
}
.table-content.styleC td:nth-child(2n) {
	background-color: #f7f7f7;
}
.table-content.styleC table th {
	background-color: #ebebeb;
}
@media (min-width:641px), print {
	.table-content.styleC table td,
	.table-content.styleC table th {
		padding:15px;
	}
}
@media only screen and (max-width:640px){
	.table-content.styleC table td,
	.table-content.styleC table th {
		padding:10px;
	}
}

/*styleD*/
.table-content.styleD table {
	color: #333;
}
.table-content.styleD table td,
.table-content.styleD table th {
	border-color: #dcdddd;
	border-style: solid;
	border-width: 1px;
	padding:10px;
}
.table-content.styleD table td:first-child,
.table-content.styleD table th:first-child {
	border-left: none;
}
.table-content.styleD table td:last-child,
.table-content.styleD table th:last-child {
	border-right: none;
}
.table-content.styleD table thead tr:first-child th {
	border-top: none;
} 
.table-content.styleD table td {
	background-color: #fff;
}
.table-content.styleD td:first-child {
	background-color: #f7f7f7;
}
.table-content.styleD table th {
	background-color: #ebebeb;
}
@media (min-width:641px), print {
	.table-content.styleD table td,
	.table-content.styleD table th {
		padding:15px;
	}
}
@media only screen and (max-width:640px){
	.table-content.styleD table td,
	.table-content.styleD table th {
		padding:10px;
	}
}


/************************** widget-element *****************************/

.widget-content:before,
.widget-content:after {
	content:"";
	display:table;
}
.widget-content.inline-block {
	display:inline-block;
}

/************************** announcement-element *****************************/

.announcement-content {
	font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	color: #333;
}
.announcement-content a {
	color: #333;
}
.announcement-content li {
	border-bottom: solid #e1e4e8;
}
@media (min-width:641px), print {
	.announcement-content li {
		border-bottom-width: 2px;
	}
	.announcement-content .an-date{
		font-size: 0.889em;
	}
	.announcement-content.horizontal ul {
		display:table;
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
	}
	.announcement-content.horizontal li {
		display:table-row;
	}
	.announcement-content.horizontal li > span {
		display:table-cell;
		padding-bottom:0.889em;
		padding-top:0.889em;
	}
	.announcement-content.horizontal .an-date {
		white-space:nowrap;
		padding-right:2em;
		padding-left: 0.556em;
	}
	.announcement-content.horizontal .an-title {
		width: 99%;
	}
	.announcement-content.vertical li {
		padding-bottom:0.889em;
		padding-top:0.889em;
		padding-right:0.556em;
		padding-left: 0.556em;
	}
	.announcement-content.vertical li > span {
		display:block;
	}
}
@media only screen and (max-width:640px){
	.announcement-content li {
		padding-bottom:0.889em;
		padding-top:0.889em;
		border-bottom-width: 1px;
	}
	.announcement-content li > span {
		display:block;
	}
}
@media (min-width:800px), print {
	.announcement-content.textBlack-md a {
		color:#1f1f1f;
	}
	.announcement-content.textGray-md a {
		color:#777;
	}
	.announcement-content.textWhite-md a {
		color:#fff;
	}
}
@media (min-width:641px) and (max-width:799px) {
	.announcement-content.textBlack-sm a {
		color:#1f1f1f;
	}
	.announcement-content.textGray-sm a {
		color:#777;
	}
	.announcement-content.textWhite-sm a {
		color:#fff;
	}
}
@media only screen and (max-width:640px){
	.announcement-content.textBlack-xs a {
		color:#1f1f1f;
	}
	.announcement-content.textGray-xs a {
		color:#777;
	}
	.announcement-content.textWhite-xs a {
		color:#fff;
	}
}

/************************** localheader *****************************/

#localheader {
	background-color:#fff;
}
#localheader:before,
#localheader:after {
	content:"";
	display:table;
}
@media (min-width:800px), print {
	#localbottom-mobile {
		display:none;
	}
}
@media only screen and (max-width:799px){
	#localbottom-mobile {
	}
}

/************************** breadcrumbs *****************************/

.breadcrumbs-element {
	display:none;
}
@media (min-width:800px), print {
	.breadcrumbs-element {
		display:block;
	}
	.breadcrumbs {
		font-size:13px;
		font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.4;
	}
	.breadcrumbs ol:before,
	.breadcrumbs ol:after {
		content:"";
		display:table;
	}
	.breadcrumbs ol:after {
		clear:both;
	}
	.breadcrumbs ol {
		margin-top:8px;
		margin-bottom:8px;
	}
	.breadcrumbs ol > li {
		float:left;
	}
	.breadcrumbs ol > li:not(:last-child):after {
		content:">";
		display:inline-block;
		margin-left:1em;
	}
	.breadcrumbs ol > li a,
	.breadcrumbs ol > li span {
		display:inline-block;
		color:#333;
	}
	.breadcrumbs ol > li:not(:first-child) a,
	.breadcrumbs ol > li:not(:first-child) span {
		margin-left:1em;
	}
	
	.breadcrumbs ol > li a:hover {
		text-decoration:underline;
	}
}

/************************** localnav *****************************/

.localnav-element {
	background-color:#fff;
}
.localnav-container {
	max-width:976px;
	margin:auto;
}
.localnav-content {
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	color:#333;
}
.localnav-title {
	font-family:"UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.localnav-title a {
	color:#333;
}
.localnav {
	font-family:"UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.localnav a {
	color:#333;
}
.localnav a.stay,
.localnav a.active,
.localnav .active a,
.localnav a:hover {
	color:#000!important;
}
@media only screen and (min-width:800px) {
	.fixitem.fixed .localnav-element {
		max-width:1200px;
		margin-left:auto;
		margin-right:auto;
	}
	.fixitem.fixed .localnav-content {
		border-top-color:#fff;
	}
}
@media (min-width:800px), print {
	.localnav-element {
		position:relative;
	}
	/*.localnav-element:after {
		content:"";
		display:block;
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
		height:1px;
		background-color:#ebebeb;

	}*/
	.localnav-container {
		padding-left:15px;
		padding-right:15px;
	}
	.localnav-content {
		border-top:1px solid #d9d9d9;
		/*padding-top:15px;*/
		min-height:50px;
	}
	.localnav-content:before,
	.localnav-content:after {
		content:"";
		display:table;
	}
	.localnav-content:after {
		clear:both;
	}
	.localnav-title {
		padding-top:15px;
		font-size:20px;
		float:left;
	}
	.localnav-mobile-button {
		display:none;
	}
	.localnav {
		float:right;
		font-size:16px;
	}
	.nav-root-items {
		display:inline-block;
	}
	.nav-root-items:before {
		content:"";
		display:inline-block;
	}
	.nav-root-items:after {
		content:"";
		display:table;
		clear:both;
	}
	.nav-root-item {
		position:relative;
		float:left;
		padding-left:20px;
		padding-right:16px;
	}
	.nav-parent {
		padding-top:19px;
		padding-bottom:15px;
	}
	.nav-child {
		position:absolute;
		z-index:100;
		background-color:#fff;
		height:0;
		overflow:hidden;
		-webkit-transition:height 0.5s;
		transition:height 0.5s;
		max-height: -webkit-calc(100vh - 180px);
		max-height: calc(100vh - 180px);
	}
	.fixed .nav-child {
		max-height: -webkit-calc(100vh - 75px);
		max-height: calc(100vh - 75px);
	}
	.nav-child:not(.oversize) {
		left:0;
	}
	.nav-child.oversize {
		right:0;
	}
	.nav-child-items {
		padding:0 20px 20px;
		visibility:hidden;
	}
	.nav-child-item {
		border-bottom:1px solid #d9d9d9;
	}
	.nav-child-item > a,
	.nav-child-item > span {
		display:block;
		padding-right:24px;
		padding-top:13px;
		padding-bottom:13px;
		position:relative;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		min-width:8em;
		white-space:nowrap;
	}
	.nav-child-item > a:after {
		content:"";
		background: url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-nav-arrow-r.svg) no-repeat;
		background-size:contain;
		display:block;
		width:11px;
		height:17px;
		position:absolute;
		top:0;
		bottom:0;
		right:0px;
		margin:auto;
	}
	/*.nav-child-item > a > span,
	.nav-child-item > span > span {
		position: relative;
		display: block;
	}*/
	/*.flexbox .localnav-content {
		display:flex;
	}
	.flexbox .localnav-title,
	.flexbox .localnav {
		flex-grow:1;
	}
	.flexbox .localnav {
		text-align:right;
	}
	.flexbox .nav-root-item {
		text-align:left;
	}*/

}
@media only screen and (max-width:799px){
	.localnav-content {
	}
	.localnav-title {
		font-size:17px;
		line-height: 1.4;
		position:relative;
		padding-top:14px;
		padding-bottom:14px;
		padding-left:15px;
		padding-right:15px;
		border-bottom:1px solid #d9d9d9;
	}
	.localnav-title-text {
		padding-right: 49px;
	}
	.localnav-mobile-button {
		position:absolute;
		top:0;
		bottom:0;
		right:19px;
		margin:auto;
		width:34px;
		height:34px;
	}
	.localnav-mobile-button button {
		-webkit-appearance:none;
		padding:5px;
		border:none;
		background:none;
	}
	.localnav-mobile-button button img {
		width: 100%; /* IE */
	}
	.localnav-mobile-button button.active .icn-toggle {
		-webkit-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	.localnav {
		line-height:1.5;
	}
	.nav-root-items {
		background-color:#fff;
		padding-left:15px;
		padding-right:15px;
	}
	.nav-root-item.toplink {
		display:none;
	}
	.nav-parent > a,
	.nav-parent > span,
	.nav-child-item > a,
	.nav-child-item > span {
		display:block;
		padding-top:11px;
		padding-bottom:11px;
		position:relative;
	}
	.nav-parent > a,
	.nav-parent > span,
	.nav-child-item:not(:last-child) > a,
	.nav-child-item:not(:last-child) > span {
		border-bottom:1px solid #d9d9d9;
	}
	.nav-parent > a[href="#"],
	.nav-child-item > a[href="#"] {
		cursor: default;
		-webkit-touch-callout:none;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	.nav-parent > a:not([href="#"]),
	.nav-child-item > a:not([href="#"]) {
		padding-right:34px;
	}
	.nav-parent > a:not([href="#"]):after,
	.nav-child-item > a:not([href="#"]):after {
		content:"";
		background: url(/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-nav-arrow-r.svg) no-repeat;
		background-size:contain;
		display:block;
		width:12px;
		height:15px;
		position:absolute;
		top:0;
		bottom:0;
		right:9px;
		margin:auto;
	}
	.nav-parent {
		font-size:16px;
	}
	.nav-parent a {
		color:#333;
	}
	.nav-child {
		padding-left:30px;
		border-bottom:1px solid #d9d9d9;
		font-size:14px;
	}
	#localheader .localnav {
		height:0;
		width:100%;
		-webkit-transition:height 0.5s;
		transition:height 0.5s;
		overflow:hidden;
		position:absolute;
		z-index:1001;
	}
	#localheader .nav-root-items {
		visibility:hidden;
		border-bottom:1px solid #d9d9d9;
		padding-bottom:43px;
	}
	#localheader .nav-bgcover {
		display:none;
		background-color:rgba(0,0,0,0.30);
		position:absolute;
		width:100%;
		z-index:1000;
	}
	#localbottom-mobile .nav-root-items {
		padding-bottom: 50px;
	}
}

/************************** local-subtitle *****************************/

.local-subtitle-element {
	border-bottom:1px solid #aaa;
}
.local-subtitle-container {
	max-width:976px;
	margin:auto;
	padding-left:15px;
	padding-right:15px;
}
.local-subtitle {
	font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}
.local-subtitle a {
	color:#333;
}
.local-subtitle .main-text {
	font-weight:bold;
}
@media (min-width:800px), print {
	.local-subtitle-element {
		background-color:#f5f5f5;
	}
	.local-subtitle {
		padding-top:22px;
		padding-bottom:22px;
	}
	.local-subtitle .main-text,
	.local-subtitle .sub-text {
		display:inline-block;
		vertical-align:middle;
	}
	.local-subtitle .main-text {
		font-size:24px;
	}
	.local-subtitle .sub-text {
		font-size:16px;
		margin-left:1.75em;
	}
}
@media only screen and (max-width:799px){
	.local-subtitle {
		padding-top:14px;
		padding-bottom:14px;
	}
	.local-subtitle .main-text,
	.local-subtitle .sub-text {
		display:block;
	}
	.local-subtitle .main-text {
		font-size:20px;
	}
	.local-subtitle .sub-text {
		font-size:12px;
		margin-top:.5em;
	}
}

/************************** utility *****************************/

#utilitycontents {
}
.support-element {
	background-color: #f0f0f0;
}
.officialsns-element {
	background-color: #505050;
}
.officialsns-content {
	text-align: center;
}
.officialsns-content img {
	width: auto;
}
.officialsns-content__title {
	color: #fff;
}
@media (min-width:641px), print {
	.support-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.officialsns-content {
		padding: 30px 0 38px;
	}
	.officialsns-content__title {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width:640px){
	.support-content {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 4px;
		padding-right: 4px;
	}
	.officialsns-content {
		padding: 30px 0 30px;
	}
	.officialsns-content__title {
		margin-bottom: 22px;
	}
	.officialsns-content__links img {
		height: 41px;
	}
}

/* addthis old */
.addthis-content {
	text-align: center;
	color: #333;
}
@media (min-width:641px), print {
	.addthis-content {
		padding: 20px 0 15px;
	}
}
@media only screen and (max-width:640px){
	.addthis-content {
		padding: 25px 0 20px;
	}
}
/* addthis upside */
.addthis-element.upside {
	background-color: #fff;
}
.addthis-element.upside .addthis-content {
	text-align: right;
	color: #333;
}
@media (min-width:641px), print {
	.addthis-element.upside .addthis-content {
		padding: 30px 0 25px;
	}
}
@media only screen and (max-width:640px){
	.addthis-element.upside .addthis-content {
		padding: 30px 0 25px;
	}
}


/************************** bottomlink *****************************/

#bottomlink {
	background-color: #434343;
	color: #c5c5c5;
	border-top: #616161 solid 1px;
	margin: 0 auto;
	padding-bottom:1.5em;
	padding-top:0.5em;
	padding-left:15px;
	padding-right:15px;
}
#bottomlink a {
	color: #fff!important;
	text-decoration: none;
}
#bottomlink a:hover {
	text-decoration:underline;
}
#bottomlink #ga2012_bottomLinkB {
	font-size:12px;
}
#bottomlink #ga2012_bottomLinkB li.mainLink {
	margin-top:1em;
	zoom:1;
}
#bottomlink #ga2012_bottomLinkB li.mainLink a,
#bottomlink #ga2012_bottomLinkB li.mainLink > span {
	float:left;
	color:#fff;
}
#bottomlink #ga2012_bottomLinkB li.mainLink ul {
	margin-left:16em;
	zoom:1;
}
#bottomlink #ga2012_bottomLinkB li.mainLink ul li {
	float:left;
	padding-bottom:0.5em;
	padding-left:1.5em;
}
#bottomlink #ga2012_bottomLinkB li.mainLink ul li a {
	float:none;
	display:inline-block;
	font-weight:normal;
	*white-space:nowrap;
}
#bottomlink #ga2012_bottomLinkB li.staticLink {
	border-top: #616161 solid 1px;
	margin-top:1em;
	padding-top:1.5em;
}
#bottomlink #ga2012_bottomLinkB li.staticLink ul {
	zoom:1;
}
#bottomlink #ga2012_bottomLinkB li.staticLink ul li {
	float:left;
	padding-right:1.5em;
}
#bottomlink #ga2012_bottomLinkB li.mainLink:after,
#bottomlink #ga2012_bottomLinkB li.mainLink ul:after,
#bottomlink #ga2012_bottomLinkB li.staticLink ul:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
@media only screen and (max-width:640px){
	#bottomlink {
		display:none;
	}
}

/************************** pagetopfixed *****************************/

.pagetopfixed {
	position: fixed;
	width: 100%;
	height: 0px;
	z-index: 2001;
	bottom: 0;
	left: 0;
}
.pagetopfixed a {
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: opacity 1s;
}
.pagetopfixed.show a {
	opacity: 1;
}
.pagetopfixed.visible a {
	visibility: visible;
}
.pagetopfixed__in {
	position: absolute;
}
.pagetopfixed__btn {
	display: block;
	background-color: rgba(110,113,117,0.4);
	overflow: hidden;
	position: relative;
}
.pagetopfixed__btn .label {
	display: block;
	position: absolute;
	left: -9999px;
}
.pagetopfixed__btn .icn {
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
@media print {
	.pagetopfixed {
		display: none;
	}
}
@media only screen and (min-width:641px) {
	.pagetopfixed__in {
		bottom: 20px;
		right: 20px;
	}
	.pagetopfixed__btn {
		width: 56px;
		height: 36px;
	}
}
@media only screen and (max-width:640px){
	.pagetopfixed a {
		padding: 5px 0;
		margin-bottom: -5px;
	}
	.pagetopfixed__in {
		bottom: 16px;
		right: 16px;
	}
	.pagetopfixed__btn {
		width: 50px;
		height: 35px;
	}
	
}