@charset "UTF-8";
/* CSS Document */

.support-row:before,
.support-row:after {
	content: "";
	display: table;
}
.support-row:after {
	clear: both;
}
.support-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	line-height: 1.15;
	font-family:"UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.support-item:before,
.support-item:after {
	content: "";
	display: table;
}
.support-item:after {
	clear: both;
}
.support-item a {
	color: #333;
}
.support-item__in {
	background-color: #fff;
	position: relative;
}
.support-item__placeholder {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.support-item__link {
	display: block;
}
.support-item.typeIncChildren .support-item__link {
	position: relative;
}
.support-item__icon {
	display: inline-block;
}
.support-item__icon svg {
	width: 100%;
	height: 100%;
	fill:#6E6E6E;
}
.support-item__title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
}
.support-item__title:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.support-item__title > span {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
@media (min-width:800px), print {
	.support-row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.support-row:first-child {
		margin-top: -20px;
	}
	.support-item {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 15px;
		width: 20%;
		margin-top: 20px;
	}
	.support-item__placeholder {
		height: 78px;
	}
	.support-item.typeIncChildren:not(.toggle-md) .support-item__link {
		cursor: default;
	}
	.support-item__children a {
		display: inline-block;
		margin-left: 1em;
		text-indent: -1em;
	}
	.support-item__children a:before {
		content: "・";
		-webkit-font-feature-settings: normal;
		font-feature-settings: normal;
	}
	/* col */
	.support-col {
		width: 20%;
		float: left;
	}
	.support-col .support-item {
		width: 100%;
	}
	/* tall */
	.height-md-tall .support-item__placeholder {
		height: 176px;
	}
	/* double */
	.width-md-w {
		width: 40%;
	}
	/* 3w */
	.width-md-3w {
		width: 60%;
	}
	/* normal */
	.support-item.normal .support-item__link {
		height: 100%;
	}
	.support-item.normal .support-item__icon {
		width: 45px;
		height: 45px;
		left: 7px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.support-item.normal .support-item__title {
		display: block;
		height: 100%;
		padding-left: 65px;
		padding-right: 15px;
	}	
	.support-item.normal .support-item__children {
		position: absolute;
		width: 100%;
		z-index: 1;
		background-color: #fff;
		font-size: 13px;
		overflow: hidden;
		height: 0;
		-webkit-transition: height 0.3s;
		transition: height 0.3s;
	}
	.support-item.normal .support-item__children_in {
		visibility: hidden;
	}
	.support-item.normal .support-item__children ul {
		border-top: 1px solid #f0f0f0;
		padding: 0 10px;
	}
	.support-item.normal .support-item__children li:not(:first-child) {
		border-top: 1px solid #f0f0f0;
	}
	.support-item.normal .support-item__children a {
		display: block;
		padding: 10px 0;
	}
	/* square */
	.support-item.type-md-square .support-item__link {
		height: 100%;
		text-align: center;
	}
	.support-item.type-md-square .support-item__title {
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.support-item.type-md-square .support-item__icon {
		width: 78px;
		height: 78px;
		margin-top: 30px;
	}
	.support-item.type-md-square .support-item__title {
		height: 60px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.support-item.type-md-square .support-item__children {
		position: absolute;
		width: 100%;
		z-index: 1;
		background-color: #fff;
		font-size: 13px;
		overflow: hidden;
		height: 0;
		-webkit-transition: height 0.3s;
		transition: height 0.3s;
	}
	.support-item.type-md-square .support-item__children_in {
		visibility: hidden;
	}
	.support-item.type-md-square .support-item__children ul {
		border-top: 1px solid #f0f0f0;
		padding: 0 10px;
	}
	.support-item.type-md-square .support-item__children li:not(:first-child) {
		border-top: 1px solid #f0f0f0;
	}
	.support-item.type-md-square .support-item__children li a {
		display: block;
		padding: 10px 0;
	}
	/* type-md-cr */
	.support-item.type-md-cr .support-item__placeholder {
		margin-left: -10px;
		margin-right: -10px;
	}
	.support-item.type-md-cr .support-item__link {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		height: 100%;
		padding: 0 10px;
		float: left;
		text-align: center;
		position: relative;
	}
	.support-item.type-md-cr .support-item__link:after {
		content: "";
		display: block;
		position: absolute;
		height: 100%;
		top: 0;
		right: 10px;
		width: 1px;
		background-color: #f0f0f0;
	}
	.support-item.type-md-cr .support-item__title {
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.support-item.type-md-cr .support-item__icon {
		width: 78px;
		height: 78px;
		margin-top: 30px;
	}
	.support-item.type-md-cr .support-item__title {
		height: 60px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.support-item.type-md-cr .support-item__children {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		padding-right: 10px;
		float: left;
		font-size: 13px;
	}
	.support-item.type-md-cr .support-item__children ul {
		padding: 40px 15px 0 5px;
	}
	.support-item.type-md-cr .support-item__children li {
		min-height: 3.15em;
	}
	.support-item.type-md-cr .support-item__children.short li {
		min-height: 2.15em;
	}
	/* type-md-cv */
	.support-item.type-md-cv .support-item__link {
		height: 78px;
	}
	.support-item.type-md-cv .support-item__icon {
		width: 45px;
		height: 45px;
		left: 7px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.support-item.type-md-cv .support-item__title {
		display: block;
		height: 100%;
		padding-left: 65px;
		padding-right: 15px;
	}
	.support-item.type-md-cv .support-item__children {
		border-top: 1px solid #f0f0f0;
		
	}
	.support-item.type-md-cv .support-item__children ul {
		padding: 12px 15px 0;
	}
	.support-item.type-md-cv .support-item__children li:not(:first-child) {
		margin-top: 10px;
	}
	/* type-md-cl */
	.support-item.type-md-cl .support-item__link {
		position: static;
	}
	.support-item.type-md-cl .support-item__icon {
		width: 45px;
		height: 45px;
		left: 7px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.support-item.type-md-cl .support-item__title {
		display: block;
		padding-left: 65px;
		padding-right: 15px;
		padding-top: 20px;
	}
	.support-item.type-md-cl .support-item__children {
		padding-left: 65px;
		padding-right: 15px;
		padding-top: 3px;
	}
	.support-item.type-md-cl .support-item__children li {
		display: inline-block;
	}
	.support-item.type-md-cl .support-item__children a {
		margin-left: 0;
		text-indent: 0;
	}
	.support-item.type-md-cl .support-item__children a:before {
		content: "/ ";
	}
	.support-item.type-md-cl .support-item__children li:first-child a:before {
		content: "";
	}
}
@media only screen and (max-width:799px){
	.support-row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.support-row:first-child {
		margin-top: -10px;
	}
	.support-item {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 15px;
		width: 50%;
		margin-top: 10px;
	}
	.support-item.width-sm-w {
		width: 100%;
	}
	.support-item-sm-clear {
		clear: both;
	}
	.support-item__link {
		height: 45px;
	}
	.support-item__icon {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 6px;
	}
	.support-item__title {
		display: block;
		height: 45px;
		padding-left: 40px;
		padding-right: 10px;
	}
	.support-item__children {
		overflow: hidden;
		height: 0;
		-webkit-transition: height 0.5s;
		transition: height 0.5s;
	}
	.support-item__children_in {
		visibility: hidden;
	}
	.support-item__children ul {
		border-top:1px solid #f0f0f0;
		padding: 0 10px 0 60px;
	}
	.support-item__children li {
	}
	.support-item__children li:not(:first-child) {
		border-top:1px solid #f0f0f0;
	}
	.support-item__children li a {
		display: block;
		padding: 15px 0;
		position: relative;
	}
	.support-item__children li 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:7px;
		height:12px;
		position:absolute;
		top:0;
		bottom:0;
		right:11px;
		margin:auto;
	}
}
@media only screen and (max-width:640px){
	.support-item {
		font-size: 12px;
	}
}