@charset "utf-8";

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

main .wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

main.lower .pankuzuList {
  margin: 120px 0 0 0;
  padding: 18px 0;
  background: #EAF5FB;
}
main.lower .pankuzuList ol {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  font-size: 1.3rem;
  display: flex;
}
main.lower .pankuzuList ol li {
  background: url(../img/arrow_pankuzulist.png) no-repeat right 10px center;
  background-size: 13px;
  padding: 0 30px 0 0;
}
main.lower .pankuzuList ol li:last-child {
  background: none;
  padding: 0;
}
main.lower .pankuzuList ol li a {
  text-decoration: underline;
}
main.lower .pankuzuList ol li a:hover {
  text-decoration: none;
}


main.lower .floormapBlock {
  padding: 40px 0;
  background: #EBF6FF;
  text-align: center;
}
main.lower .floormapBlock h3 {
  font-size: 2.6rem;
  font-weight: bold;
}


main.lower .alsoRecommendBlock {
  margin: 64px 0;
}
main.lower .alsoRecommendBlock h3 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 26px;
}
main.lower .alsoRecommendBlock h3::after {
  position: absolute;
  content: "";
  background-color: #1073E5;
  width: 32px;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

main.lower .btnBack {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
main.lower .btnBack a {
  display: block;
  width: auto;
  border: 1px solid #1073E5;
  border-radius: 4px;
  color: #1073E5;
  font-weight: bold;
  padding: 12px 120px;
  background: url(../img/arrow_blue-back.png) no-repeat left 18px center;
  background-size: 20px;
}
main.lower .btnBack a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

table.lwrCommonTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
table.lwrCommonTable tr {
  display: flex;
  justify-content: space-between;
}
table.lwrCommonTable th {
  width: 220px;
  padding: 20px 8px;
  border-bottom: 1px solid #1073E5;
  font-weight: bold;
  color: #1073E5;
}
table.lwrCommonTable td {
  width: calc(100% - 220px - 12px);
  padding: 20px 8px;
  border-bottom: 1px solid #DDDDDD;
}
table.lwrCommonTable tr:last-child th,
table.lwrCommonTable tr:last-child td {
  border-bottom: none;
}
table.lwrCommonTable td p {
  margin-top: 2rem;
}
table.lwrCommonTable td p:first-child {
  margin-top: 0;
}

table.lwrColorTable {
  font-size: 1.5rem;
  margin: 24px 0;
  width: 100%;
  border: 1px solid #9DD4EF;
}
table.lwrColorTable th {
  padding: 20px 30px;
  background: #E8F6FE;
  border: 1px solid #9DD4EF;
}
table.lwrColorTable td {
  padding: 20px 30px;
  border: 1px solid #9DD4EF;
}



/*--------------------------------------------------------------------------
リスト
--------------------------------------------------------------------------*/
ul.listDot li {
  margin: 0 0 8px 0;
  padding: 0 0 0 17px;
  background: url(../img/icon_dot.png) no-repeat left 0.9rem;
  background-size: 8px;
}
ul.listDot li:last-child {
  margin-bottom: 0;
}
p + ul.listDot li:first-child {
  margin-top: 8px;  
}

ul.listNote li {
  position: relative;
  padding-left: 1.5rem;
}
ul.listNote li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

ol.listDemi {
  margin: 0 0 0 1.8rem;
}
ol.listDemi li {
  list-style-type: decimal;
  margin: 0 0 8px 0;
}
ol.listDemi li:last-child {
  margin-bottom: 0;
}
p + ol.listDemi li:first-child {
  margin-top: 8px;  
}

/*--------------------------------------------------------------------------
ボックス
--------------------------------------------------------------------------*/
.boxLineBox {
  padding: 24px;
  background: #FAFAFA;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
.boxLineBox.col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.boxImportant {
  margin: 24px 0;
  background: #FFEEEE;
  border: 1px solid #F3CECE;
  border-radius: 4px;
  padding: 24px;
  color: #D90000;
  font-size: 1.5rem;
}
.boxImportant dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  background: url(../img/icon_important-red.svg) no-repeat 0 0;
  background-size: 24px;
  margin: 0 0 10px;
  padding: 0 0 0 31px;
}

/*--------------------------------------------------------------------------
ページ内リンク
--------------------------------------------------------------------------*/
nav.lwrCommonNaviInpage ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 80px;
}
nav.lwrCommonNaviInpage ul li {
  width: calc((100% / 3) - 12px);
  border-radius: 6px;
  box-sizing: border-box;
  background: url(../img/arrow_blue-circle-down.png) no-repeat right 14px center;
  background-size: 24px auto;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
nav.lwrCommonNaviInpage ul li a {
  display: block;
  width: 100%;
  padding: 18px 44px 18px 24px;
  font-weight: bold;
  border: 2px solid #9DD4EF;
  border-radius: 6px;
  transition: 0.3s;
}
nav.lwrCommonNaviInpage ul li a:hover {
  border-color: #1073E5;
  transition: 0.3s;
}


/*--------------------------------------------------------------------------
インデックスページの各コンテンツへのリンク
--------------------------------------------------------------------------*/
.lwrIndexBtnNavi ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 150px;
}
.lwrIndexBtnNavi ul li {
  width: calc((100% / 3) - 10px);
}
.lwrIndexBtnNavi ul li a {
  display: flex;
  align-items: center;
  padding: 16px;
  height: 80px;
  border: 2px solid #9DD4EF;
  border-radius: 6px;
  background: url(../img/arrow_blue-circle-right.png) no-repeat right 18px center;
  background-size: 20px;
  font-weight: bold;
  transition: 0.3s;
}
.lwrIndexBtnNavi ul li a:hover {
  border-color: #1073E5;
  transition: 0.3s;
}
.lwrIndexBtnNavi ul li a span {
  display: flex;
  align-items: center;
  padding: 0 0 0 56px;
  min-height: 48px;
}

/*--------------------------------------------------------------------------
コンテンツ内ボタンリンク
--------------------------------------------------------------------------*/
a.linkBtn {
  padding: 14px 73px 15px 18px;
  border: 2px solid #9DD4EF;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
  transition: 0.3s;
}
a.linkBtn[target="_blank"] span {
  background: url(../img/icon_blank.png) no-repeat right 16px center;
  background-size: 24px;
  display: block;
  width: calc(100% + 73px);
}
a.linkBtn:hover {
  border-color: #1073E5;
  transition: 0.3s;
}