/************************** mainvisual *****************************/
.image-content:not(.fullwidth).ctlg-mainvisual {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 20vw;
}
@media only screen and (max-width: 640px) {
	.image-content:not(.fullwidth).ctlg-mainvisual {
		min-height: 40vw;
	}
}
/************************** No Image *****************************/
@media (min-width: 800px), print {
  .ctlg-noimage {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 799px) and (min-width: 641px) {
  .ctlg-noimage {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .ctlg-noimage {
    margin-top: 20px;
  }
}
/************************** set table *****************************/
.ctlg-set-table table th:first-child {
	width: 25%;
}
.ctlg-set-table a:hover img.mouseover.opacity {
  opacity: 0.8;
}
/************************** compare *****************************/
input[type=checkbox].ctlg-compare-check {
	transform: scale(1.5);
}
/************************** compare table *****************************/
.ctlg-compare-table {
	overflow-x: auto;
}
.ctlg-compare-table table {
  word-break: break-all;
  min-width: 800px;
  table-layout:fixed;
}
.ctlg-compare-table table tr:first-child th{
	background-color: #FFF;
}
.ctlg-compare-table table tr:first-child th:first-child{
	border-top: none;
}
.ctlg-compare-table a:hover img.mouseover.opacity {
  opacity: 0.8;
}
/************************** spec-table *****************************/
.ctlg-spec-table {
	overflow-x: auto;
}
.ctlg-spec-table table {
  word-break: break-all;
  min-width: 800px;
}
.ctlg-spec-table a:hover img.mouseover.opacity {
  opacity: 0.8;
}
/************************** software table *****************************/
.ctlg-software-table table {
	word-break: break-all;
}
/************************** terms *****************************/
.ctlg-terms-scroll {
	height: 300px;
	overflow: auto;
}
/************************** utility *****************************/
#utilitycontents.ctlg-support {
	padding-top: 0;
}
.support-content.ctlg-support-content {
  padding-top: 20px;
  padding-bottom: 0;
}
.support-content.ctlg-support-content .flame_faq {
  width: 100%;
  height: 335px;
}
/************************** faq widget *****************************/
.ctlg-faq-content {
  padding-top: 20px;
  padding-bottom: 0;
  font-family:"UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ctlg-faq-wrapper {
  background-color: #f1f1f1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-color: #ccc;
  border-width: 2px;
}
@media (min-width: 641px), print {
  .ctlg-faq-content {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .ctlg-faq-content {
    padding-top: 20px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.ctlg-faq-content h3 {
  background-color: #e2e2e2;
  display: block;
  text-align: center;
  padding: 15px 40px;
  font-size: 15px;
}
@media (min-width: 641px), print {
  #ctlg-faq-widget div.rn_SearchArea {
    margin: 25px auto 30px;
  }
  #ctlg-faq-widget div.rn_Content {
    padding: 25px 5.1229508% 25px;
  }
  #ctlg-faq-widget div.rn_Navigation {
    padding: 0 33.9506173% 4.1365046%;
  }
}
@media only screen and (max-width: 640px) {
 #ctlg-faq-widget div.rn_SearchArea {
    margin: 20px 15px 25px;
  }
  #ctlg-faq-widget div.rn_Content {
    padding: 20px 7.5801749% 25px;
  }
  #ctlg-faq-widget div.rn_Navigation {
    padding: 0 7.5801749% 5.8309037%;
  }
}
#ctlg-faq-widget div.rn_SearchArea {
  position: relative;
  padding:0;
}
#ctlg-faq-widget div.rn_SearchArea div.rn_SearchBox{
  display: inline;
}
@media (min-width: 641px), print {
  #ctlg-faq-widget div.rn_SearchArea {
    height: 45px;
    max-width: 398px;
  }
  #ctlg-faq-widget div.rn_SearchArea input[type="text"] {
    padding: 0 89px 0 20px;
  }
  #ctlg-faq-widget div.rn_SearchArea div.rn_SearchButton {
    width: 69px;
  }
}
@media only screen and (max-width: 640px) {
  #ctlg-faq-widget div.rn_SearchArea {
    height: 40px;
  }
  #ctlg-faq-widget div.rn_SearchArea input[type="text"] {
    padding: 0 72px 0 12px;
  }
  #ctlg-faq-widget div.rn_SearchArea div.rn_SearchButton  {
    width: 60px;
  }
}
#ctlg-faq-widget div.rn_SearchArea input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  width: 100%;
  height: 100%
}
#ctlg-faq-widget div.rn_SearchArea div.rn_SearchButton {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
#ctlg-faq-widget div.rn_SearchArea input[type="button"] {
  background-color: #6e7175;
  cursor: pointer;
  color: #fff;
}
#ctlg-faq-widget div.rn_Content{
  background-color: #fff;
}
#ctlg-faq-widget div.rn_Content:before {
  content: "";
  display: table;
}
#ctlg-faq-widget div.rn_Content .rn_List {
  font-size: 14px;
  line-height: 1.8;
}
#ctlg-faq-widget div.rn_Content li {
  margin-top: 0.4em;
}
#ctlg-faq-widget div.rn_Content a {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
#ctlg-faq-widget div.rn_Content a: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;
}
#ctlg-faq-widget div.rn_Content a:before {
  height: 1.8em;
}
#ctlg-faq-widget div.rn_Content a:before {
  background-image: url(/p-db/ctlg-static/common/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-arrow-r-g.svg);
}
#ctlg-faq-widget div.rn_Content .rn_List li.rn_Item span.rn_Title a {
  color: #0273ab;
  font-size: 14px !important;
  font-weight:normal !important;
  font-family:"UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
}
#ctlg-faq-widget div.rn_Navigation {
  margin: 0 auto;
  font-size: 0;
  width:auto;
  text-align: left;
  background-color: #fff;
}
#ctlg-faq-widget div.rn_Navigation a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ctlg-faq-widget div.rn_Navigation a:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
#ctlg-faq-widget div.rn_Navigation a > span {
  display: inline-block;
  line-height: 1.12;
}
#ctlg-faq-widget div.rn_Navigation a {
  font-size: 18px;
  background-color: #6e7175;
  color: #fefefe;
  font-weight: normal;
}
#ctlg-faq-widget div.rn_Navigation a:before {
  background-image: url(/p-db/ctlg-static/common/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-arrow-r-w.svg);
}
@media (min-width: 641px), print {
  #ctlg-faq-widget div.rn_Navigation a {
    padding: 13px 55px 13px 20px;
    border: 2px solid #6e7175;
  }
  #ctlg-faq-widget div.rn_Navigation a:before {
    width: 17px;
    height: 17px;
    right: 26px;
  }
}
@media only screen and (max-width: 640px) {
  #ctlg-faq-widget div.rn_Navigation a {
    padding: 16px 50px 16px 20px;
    border: 1px solid #6e7175;
  }
  #ctlg-faq-widget div.rn_Navigation a:before {
    width: 15px;
    height: 15px;
    right: 20px;
  }
}
/************************** pagenation *****************************/
.pagenation {
  margin-top: 55px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background-color: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #f1f1f1);
  background: linear-gradient(#fff, #f1f1f1);
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 31px;
}
.pagenation > .prev,
.pagenation > .next {
  height: 100%;
  width: 27px;
  font-size: 0;
}
.pagenation > .prev:after,
.pagenation > .next:after {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 12px;
}
.pagenation > .prev:after {
  content: url(/p-db/ctlg-static/common/images/icn-arrow-black-left-7x12.png);
}
.pagenation > .next:after {
  content: url(/p-db/ctlg-static/common/images/icn-arrow-black-right-7x12.png);
}
.pagenation > .prev > span,
.pagenation > .next > span {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -999px;
}
.pagenation > .prev {
  float: left;
}
.pagenation > .next {
  float: right;
}
.pagenation > ul.wrap_pages {
  display: inline-block;
  height: 100%;
}
.pagenation > ul.wrap_pages > li {
  display: inline-table;
  width: 32px;
  height: 100%;
}
.pagenation > ul.wrap_pages > li > span,
.pagenation > ul.wrap_pages > li > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  font-family: 'Open Sans Condensed' , sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #1f1f1f;
}
.pagenation > ul.wrap_pages > li > .current {
  background-color: #dbdbdb;
  background: linear-gradient(#c0c0c0, #e5e5e5);
}
@media only screen and (max-width: 640px) {
  .pagenation {
    margin-top: 35px;
  }

  .pagenation > ul.wrap_pages > li {
    width: 22px;
  }
}
/************************** see more *****************************/
.pagesection[data-seemore-id]{
  display: none;
}
.seemore-maincontent_in .pagesection[data-seemore-id]{
  display: block;
}
