/* adjust
================================================== */
/* headSection */
#contents.showroom {
  font-size: 16px;
  line-height: 1.625;
}
#contents.showroom {
  min-width: 1240px;
}
#contents.showroom .headSection .leftArea {
  width: 960px;
}
#contents.showroom .headSection .rightArea {
  width: 200px;
  padding-top: 0;
}
#contents.showroom .headSection .rightArea ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -5px;
}
#contents.showroom .headSection .rightArea ul > li:nth-child(1) {
  flex: 0 0 200px;
}
#contents.showroom .headSection .rightArea a {
  position: relative;
  transition: opacity .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  background: #5f647b;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#contents.showroom .headSection .rightArea a:hover {
  opacity: .75;
}
#contents.showroom .headSection .rightArea a::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(-45deg);
  right: 12px;
}
#contents.showroom .headSection .ttl {
  float: none;
  width: auto;
}
#contents.showroom .headSection .ttl a {
  color: #333 !important;
  text-decoration: none !important;
}
#contents.showroom .headSection .ttl p, #contents.showroom .headSection .ttl h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
#contents.showroom .headSection .ttl p.title-only,
#contents.showroom .headSection .ttl h1.title-only {
  padding-left: 0;
  background: none;
}
#contents .headSection .leftArea .premium-title {
  background: none;
  padding-left: 0;
}
#contents .headSection .innerBlock:has(.premium-title) {
  width: 1240px;
}
.heading2__section__title {
  margin-bottom: .75em;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #contents.showroom {
    padding: 0;
    font-size: 4vw;
    line-height: 1.46;
  }
  #contents.showroom {
    min-width: 100%;
  }
  #contents.showroom .headSection {
    padding-left: 2%;
    padding-right: 2%;
  }
  #contents.showroom .headSection .innerBlock {
    width: auto;
    text-align: center;
  }
  #contents.showroom .headSection .leftArea {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  #contents.showroom .headSection .rightArea {
    float: none;
    width: auto;
    padding: 0;
  }
  #contents.showroom .headSection .rightArea ul {
    margin-bottom: 0;
    justify-content: center;
  }
  #contents.showroom .headSection .rightArea ul > li:nth-child(1) {
    flex: 0 0 56vw;
  }
  #contents.showroom .headSection .ttl {
    float: none;
    width: auto;
    text-align: center;
  }
  #contents.showroom .headSection .ttl p, #contents.showroom .headSection .ttl h1 {
    font-size: 20px;
    text-align: center;
  }
  #contents.showroom .headSection .ttl p.productsLogo {
    display: block;
    margin-bottom: 0.2em;
    padding: 0;
  }
  #contents.showroom .detailSection {
    width: auto;
    padding: 0 15px;
  }
  .heading2__section__title {
    font-size: 6.93333vw;
  }
}

/* share
================================================== */
#contents .snsArea {
  margin-top: initial !important;
  padding: 30px 0;
}
#contents .share_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#contents .share_list {
  margin: 25px auto 0;
}
#contents .share_list ul {
  text-align: center;
}
#contents .share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  #contents .share_title {
    font-size: 22px;
  }
  #contents .share_list {
    margin-top: 15px;
  }
}

/* sitemap
================================================== */
#contents .sitemap {
  width: 100%;
  background-color: #f4f4f4;
}
#contents .sitemap__title {
  font-size: 14px;
}
#contents .sitemap__title a {
  color: #333;
}
#contents .sitemap__col {
  padding: 0 15px;
}
#contents .sitemap__col dt {
  margin-bottom: 5px;
  font-size: 14px;
}
#contents .sitemap__col dt > a {
  color: #686868 !important;
}
#contents .sitemap__col dd {
  margin-left: 10px;
}
#contents .sitemap__col dd + dt,
#contents .sitemap__col dt + dt {
  margin-top: 1em;
}
#contents .sitemap__col li {
  margin-bottom: 2px;
  padding-left: 14px;
  background: url("/katsuyou/photo/premium/common/images/link_dash_ico.png") no-repeat 0 0.35em;
  background-size: 7px auto;
}
#contents .sitemap__col li > a {
  line-height: 1.5;
  font-size: 12px;
  color: #686868;
}
@media (min-width: 768px) {
  #contents .sitemap {
    margin-bottom: -70px;
  }
  #contents .sitemap__inner {
    width: 960px;
    margin: 0 auto;
    padding: 45px 0 60px;
  }
  #contents .sitemap__title {
    margin-bottom: 30px;
  }
  #contents .sitemap__grid {
    display: flex;
  }
  #contents .sitemap__grid > dl + dl {
    border-left: solid 1px #e5e5e5;
  }
  #contents .sitemap__grid > dl {
    flex: 1 0 0%;
  }
  #contents .sitemap__col {
    box-sizing: border-box;
    flex: 1 0 0%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .sitemap {
    margin-bottom: -50px;
  }
  #contents .sitemap__inner {
    padding: 45px 15px 35px;
  }
  #contents .sitemap__title {
    margin-bottom: 10px;
  }
  #contents .sitemap__col {
    margin-bottom: 10px;
  }
}

/* layout
================================================== */
/* section */
.section {
  padding: 60px 0;
}
.section--secondary {
  background: #f5f5f5;
}
.section--narrow {
  padding: 30px 0;
}
.section--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.section__inner {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 30px 15px;
  }
  .section--narrow {
    padding: 15px;
  }
  .section__inner {
    width: auto;
  }
}

/* component
================================================== */
/* kv */
.kv {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .kv__inner {
    width: 960px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .kv {
    margin-bottom: 20px;
  }
}

/* anchor */
.anchor {
  padding: 20px 0;
  background: #fff;
}
.anchor__inner {
  width: 960px;
  margin: 0 auto;
}
.anchor__items {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.anchor__items .iDown02 {
  background-position: left 0.4em;
}
@media (min-width: 768px) {
  .anchor__items {
    gap: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .anchor {
    padding: 15px 0;
  }
  .anchor__inner {
    width: auto;
    padding: 0 15px;
  }
  .anchor__items {
    flex-direction: column;
    font-size: 3.73333vw;
    gap: .3em;
  }
}

/* heading */
.heading {
  line-height: 1.35;
}
.heading--h2 {
  margin-bottom: 1em;
  font-size: 34px;
}
.heading--h2-bdb {
  margin-bottom: 1em;
  padding-bottom: .1em;
  border-bottom: solid 3px #333;
  font-size: 30px;
}
.heading--h3 {
  margin: 2.3em 0 .8em 0;
  padding-left: 13px;
  border-left: solid 5px #333;
  font-size: 24px;
}
.heading--h4 {
  margin-bottom: .65em;
  font-size: 20px;
}
.heading--h5 {
  margin-bottom: .5em;
  font-size: 18px;
}
.heading--h6 {
  margin-bottom: .5em;
  font-size: 16px;
}
.heading--h2 + .heading--h3 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .heading--h2 {
    font-size: 5.86667vw;
  }
  .heading--h2-bdb {
    border-bottom-width: 2px;
    font-size: 5.86667vw;
  }
  .heading--h3 {
    font-size: 5.33333vw;
  }
  .heading--h4 {
    font-size: 4.8vw;
  }
  .heading--h5 {
    font-size: 4.26667vw;
  }
  .heading--h6 {
    font-size: 4vw;
  }
}

/* btn */
.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: #5f647b;
  color: #fff;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff !important;
  text-align: center;
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.btn sup {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  vertical-align: middle;
}
.btn--prev::before {
  right: auto;
  left: 15px;
  border-right: none;
  border-left: solid 2px #fff;
  transform: translateY(-50%) rotate(-45deg);
}
.btn--pdf::before {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .btn {
    height: 10.66667vw;
    border-radius: 5.33333vw;
    font-size: 3.73333vw;
  }
  .btn::before {
    right: 3.46667vw;
  }
  .btn--prev::before {
    left: 3.46667vw;
  }
}

/* panel */
.panel--notice {
  padding: 30px;
  border: solid 4px #E5261A;
  background: #fff;
}
.panel--notice dt {
  margin-bottom: .75em;
}
.panel--notice dd p + p {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .panel--notice {
    margin: 0 50px;
  }
  .panel--wide {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .panel--notice {
    padding: 15px;
    border-width: 2px;
  }
}

/* list */
.list {
  list-style: none;
}
.list--notes {
  font-size: 14px;
}
.list--notes > li {
  display: table-row;
}
.list--notes > li span {
  display: table-cell;
  vertical-align: top;
}
.list--notes > li span:nth-child(1) {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .list--notes {
    font-size: 3.2vw;
  }
}

/* expander */
.expander__title {
  transition: opacity 0.25s ease;
  display: flex;
  padding: 1em 2em 1em 1.5em;
  background-color: #eaecee;
  background-image: url(/katsuyou/photo/premium/common/images/icn_plus-pc.png);
  background-repeat: no-repeat;
  background-position: right 1em center;
  cursor: pointer;
  text-decoration: none !important;
  color: #333 !important;
}
.expander__title .heading {
  margin-bottom: 0;
  font-size: 16px;
}
.expander__title:hover {
  opacity: 0.7;
}
.expander.is-open .expander__title {
  background-image: url(/katsuyou/photo/premium/common/images/icn_minus-pc.png);
}
.expander.is-open .expander__body {
  transition: max-height 0.8s 0s cubic-bezier(0.675, 0.17, 0.245, 0.795);
  max-height: 5000px;
}
.expander__body {
  transition: max-height 0.2s 0s cubic-bezier(0.675, 0.17, 0.245, 0.795);
  overflow: hidden;
  max-height: 0px;
}
.expander__body > div {
  padding-top: 2em;
  overflow: hidden;
}
.expander__body .subheading {
  margin-bottom: .75em;
  font-size: 16px;
}
.expander__body .expander__list + .subheading,
.expander__body dl + .subheading {
  margin-top: 1em;
}
.expander__list {
  margin: 0 -2em 0 0;
  overflow: hidden;
}
.expander__list li {
  box-sizing: border-box;
  float: left;
  margin-bottom: 1em;
  padding: 0 2em 0 0;
  font-size: 14px;
  line-height: 1.35;
}
.expander__list li > a, .expander__list li > span:not([class]) {
  display: inline-block;
  padding: 0 0 0 21px;
  background: url(/common/images/ico_link_01.gif) no-repeat left 0.1em;
}
.expander__list li > a + sup, .expander__list li > span:not([class]) + sup {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.expander__list li > a[target="_blank"] {
  position: relative;
}
.expander__list li > a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: .25em;
  background: url(/common/images/ico_pop_01.gif);
  vertical-align: middle;
}
.expander__list--col3 li {
  width: 33.3333%;
}
.expander__list--col4 li {
  width: 25%;
}
.expander__list--col5 li {
  width: 20%;
}
.expander__list--col6 li {
  width: 16.6666%;
}
.expander--bordered {
  padding-bottom: 1em;
  border-bottom: solid 1px #e3e3e3;
}
.expander--bordered + .expander--bordered {
  margin-top: 1em;
}
.expander--bordered .expander__title {
  align-items: center;
  padding: 0 3em 0 0;
  background-color: transparent;
  background-position: right 0 center;
}
.expander--bordered .expander__title > div {
  margin-right: 2em;
}
@media (min-width: 768px) {
  .expander__body > div > dl {
    display: flex;
  }
  .expander__body > div > dl dt {
    box-sizing: border-box;
    flex: 1 0 0%;
    padding-right: 1em;
    font-size: 14px;
  }
  .expander__body > div > dl dd {
    flex: 4 0 0%;
  }
  .expander__body > div > dl.interactive {
    flex-wrap: wrap;
  }
  .expander__body > div > dl.interactive dt {
    flex: 0 0 100%;
    margin: .5em 0 .75em;
    padding: 0;
  }
  .expander__body > div > dl.interactive dd {
    flex: 0 0 100%;
  }
  .expander__list--col3 li:nth-child(3n+1) {
    clear: both;
  }
  .expander__list--col4 li:nth-child(4n+1) {
    clear: both;
  }
  .expander__list--col5 li:nth-child(5n+1) {
    clear: both;
  }
  .expander__list--col6 li:nth-child(6n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .expander__title {
    background-image: url(/katsuyou/photo/premium/common/images/icn_plus-sp.png);
    background-size: 28px 28px !important;
  }
  .expander__title .heading {
    font-size: 4vw;
  }
  .expander__title:hover {
    opacity: 1;
  }
  .expander.is-open .expander__title {
    background-image: url(/katsuyou/photo/premium/common/images/icn_minus-sp.png);
    background-size: 28px 28px !important;
    opacity: 0.7;
  }
  .expander__body > div {
    padding-top: 1.5em;
    font-size: 14px;
  }
  .expander__body > div > dl dt {
    margin-bottom: .75em;
  }
  .expander__list {
    margin: 0;
  }
  .expander__list li {
    font-size: 3.73333vw;
  }
  .expander__list--col3 li {
    width: 100%;
    padding: 0;
  }
  .expander__list--col4 li, .expander__list--col5 li, .expander__list--col6 li {
    width: 50%;
  }
  .expander--bordered {
    padding-bottom: 1em;
  }
  .expander--bordered .expander__title > div {
    width: 80px;
    margin-right: 1em;
    flex: 0 0 80px;
  }
  .expander--bordered .expander__title > div img {
    width: 100%;
    height: auto;
  }
}

/* consultation */
.consultation .heading--h3 {
  margin-top: 0;
}
.consultation__panels {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.consultation__panel {
  box-sizing: border-box;
  flex: 0 0 calc(1 / 2 * 100% - 6px);
  padding: 25px 38px;
  background: #fff;
}
.consultation__panel__title {
  margin-bottom: .75em;
  padding-bottom: .2em;
  border-bottom: solid 2px #333;
  font-size: 20px;
  line-height: 1.2;
}
.consultation__panel__lead {
  margin-bottom: 1em;
  line-height: 1.625;
}
@media (min-width: 768px) {
  .consultation .heading--h3 {
    margin-bottom: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  .consultation__panels {
    flex-direction: column;
    gap: 4vw;
  }
  .consultation__panel {
    padding: 5.33333vw 4vw;
  }
  .consultation__panel__title {
    margin-bottom: 1em;
    font-size: 4.53333vw;
  }
  .consultation__panel__lead {
    font-size: 4vw;
  }
}

/* news */
.news__items {
  border-top: solid 1px #dcdcdc;
}
.news__items--more {
  display: none;
  border-top: none;
}
.news__items li {
  display: flex;
  padding: 0.7em 0 0.6em;
  border-bottom: solid 1px #dcdcdc;
  font-size: 14px;
  line-height: 1.625;
}
.news__items li > span:nth-child(1) {
  flex: 0 0 10em;
}
.news__more {
  margin-top: 1.25em;
  text-align: center;
}
.news__more a {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  font-weight: bold;
  text-decoration: none;
}
.news__more a > span:nth-child(2) {
  display: none;
}
.news__more a::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #005AB4;
  transform: rotate(45deg);
  right: 0;
  top: 3px;
}
.news__more a.is-open::after {
  transform: rotate(225deg);
  top: 8px;
}
.news__more a.is-open > span:nth-child(1) {
  display: none;
}
.news__more a.is-open > span:nth-child(2) {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .news__items li {
    display: block;
    font-size: 3.46667vw;
  }
  .news__items li > span {
    display: inline;
  }
  .news__items li > span:nth-child(1) {
    padding-right: 1em;
  }
  .news__items li > span a {
    display: inline;
  }
}

/* Utility
================================================== */
@media (min-width: 768px) {
  #contents .forsp {
    display: none !important;
  }
}
@media print {
  #contents .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents .forpc {
    display: none !important;
  }
}
#contents .oro {
  transition: opacity .3s ease-in;
}
#contents .oro:hover {
  opacity: .7;
}

#contents img.liquid {
  width: 100%;
  height: auto;
}
#contents img.liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents img.liquid--sp {
    width: 100%;
    height: auto;
  }
}
/* PDF_bt追加
================================================== */
.ht55 {
 height:55px !important;
 border-radius:40px;
 line-height:1.5;
 padding:10px 0;
}
.sp{
  display:none;
  }
@media (max-width: 768px) {
.sp{
  display:block;
  }
}

/* 赤枠
================================================== */
#contents .red-box {
	border: 2px solid #c30d24;
	color: #c30d24;
	text-align: center;
    padding: 30px;
    margin: 30px auto;
    box-sizing: border-box;
}
#contents .red-box a {
	text-decoration: underline;
	color: #c30d24;
    font-weight: bold;
}
#contents .red-box a:hover {
	text-decoration: none;
	opacity: 0.7;
}


