@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;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem !important;
  }
  main .wrap {
    max-width: 100%;
    width: calc(100% - 40px);
  }
}

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;
}

@media screen and (max-width: 767px) {
  main.lower .pankuzuList {
    margin: 100px 0 0 0;
    padding: 16px 0;
  }
  main.lower .pankuzuList ol {
    width: calc(100% - 40px);
    max-width: 100%;
    flex-wrap: wrap;
  }
}

main.lower .floormapBlock {
  padding: 40px 0;
  background: #EBF6FF;
  text-align: center;
}
main.lower .floormapBlock h3 {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main.lower .floormapBlock {
    padding: 20px 0 24px;
  }
  main.lower .floormapBlock h3 {
    font-size: 2.3rem;
    margin: 0 0 20px 0;
  }
}

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;
}
@media screen and (max-width: 767px) {
  main.lower .alsoRecommendBlock {
    margin: 40px 0 50px;
  }
  main.lower .alsoRecommendBlock h3 {
    font-size: 2.3rem;
    padding: 0 0 20px;
  }
}


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-circle-left.svg) no-repeat left 18px center;
  background-size: 24px;
}
main.lower .btnBack a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  main.lower .btnBack {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  main.lower .btnBack a {
    width: 100%;
    padding: 12px 20px;
    background: url(../img/arrow_blue-circle-left.svg) no-repeat left 18px center;
    background-size: 20px;
  }
}


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;
  font-weight: bold;
}
table.lwrColorTable td {
  padding: 20px 30px;
  border: 1px solid #9DD4EF;
}
@media screen and (max-width: 767px) {
  table.lwrCommonTable {
    width: 100%;
    border-collapse: 0;
    border-spacing: 0;
  }
  table.lwrCommonTable tr {
    display: flex;
    flex-direction: column;
  }
  table.lwrCommonTable th {
    width: 100%;
    padding: 20px 0 10px;
    border-bottom: none;
    color: #1073E5;
  }
  table.lwrCommonTable td {
    width: 100%;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #DDDDDD;
  }
  table.lwrCommonTable tr:first-child th {
    padding-top: 0;
  }
  table.lwrCommonTable tr:last-child td {
    padding-bottom: 0;
  }
  table.lwrCommonTable tr:last-child th,
  table.lwrCommonTable tr:last-child td {
    border-bottom: none;
  }
  table.lwrColorTable {
    font-size: 1.4rem;
    margin: 12px 0;
  }
  table.lwrColorTable th,
  table.lwrColorTable td {
    padding: 7px 12px;
  }
}


/*--------------------------------------------------------------------------
リスト
--------------------------------------------------------------------------*/
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;  
}

ol.listKakkoDemi {
  margin: 0 0 0 1.8rem;
}
ol.listKakkoDemi li {
  margin: 0 0 8px 0.3rem;
  text-indent: -2.3rem;
}

@media screen and (max-width: 767px) {
  ul.listDot li {
    margin: 0 0 8px 0;
    padding: 0 0 0 12px;
    background: url(../img/icon_dot.png) no-repeat left 1.1rem;
    background-size: 5px;
  }
}

/*--------------------------------------------------------------------------
ボックス
--------------------------------------------------------------------------*/
.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;
}

@media screen and (max-width: 767px) {
  .boxLineBox {
    padding: 20px;
  }
  .boxLineBox.col {
    display: block;
  }

  .boxImportant {
    margin: 24px 0;
    padding: 12px;
    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;
}

@media screen and (max-width: 767px) {
  nav.lwrCommonNaviInpage ul {
    display: block;
    margin: 0 0 40px;
  }
  nav.lwrCommonNaviInpage ul li {
    width: 100%;
    background: url(../img/arrow_blue-circle-down.png) no-repeat right 16px center;
    background-size: 18px auto;
    margin: 0 0 7px;
  }
  nav.lwrCommonNaviInpage ul li a {
    padding: 17.5px 44px 18px 16px;
  }
}


/*--------------------------------------------------------------------------
インデックスページの各コンテンツへのリンク
--------------------------------------------------------------------------*/
.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;
}

a.linkBlueBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 427px;
  height: 64px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(29, 151, 232, 1) 0%, rgba(11, 108, 206, 1) 100%);
  box-shadow: 0 2px 4px rgba(59, 133, 170, 0.3);
  transition: 0.3s;
}
a.linkBlueBtn[target="_blank"] span {
  display: block;
  width: 100%;
  background: url(../img/icon_blank_white.svg) no-repeat right 24px center;
  background-size: 20px;
}
a.linkBlueBtn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.linkBtn {
    width: 100%;
  }
  a.linkBlueBtn {
    width: 100%;
    height: 60px;
  }
  a.linkBlueBtn[target="_blank"] span {
    background-position: right 12px center;
  }
}

.w22 {
  width: 22%;
}