/*****************************************************************************
CSS only for /jp/support/ top
*****************************************************************************/

/* Set
-----------------------------------------*/
#contents * {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.section {
  margin-bottom: 70px;
}

/* DisasterInfo
-----------------------------------------*/
.DisasterInfo {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fc3;
  text-align: center;
}
.DisasterInfo__list {
  font-size: 16px;
  font-weight: bold;
}
.DisasterInfo__list li:nth-child(n+2) {
  margin-top: 5px;
}
.DisasterInfo__list a {
  text-decoration: underline;
}

/* Faq
-----------------------------------------*/
.Faq {
  margin-bottom: 40px;
  padding: 40px;
  border: 1px #D6D6D6 solid;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Faq {
    padding: 20px;
  }
}
.Faq__title {
  margin: 20px 0 10px;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Faq__title {
    font-size: 18px;
  }
}

/* ----- .rn_SearchArea ----- */
.Faq div.rn_SearchArea {
  display: flex;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Faq div.rn_SearchArea {
    padding-bottom: 10px;
  }
}

.Faq div.rn_SearchBox {
  display: flex;
  vertical-align: middle;
  padding: 0 2px 0 0;
  width: 455px;
}
.Faq div.rn_SearchBox input.rn_Query {
  width: 100%;
  height: 45px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 4px;
  border: solid 1px #cacaca;
  -moz-box-shadow: 2px 3px 1px 0px #ccc inset;
  -webkit-box-shadow: 2px 3px 1px 0px #ccc inset;
  box-shadow: 2px 3px 1px 0px #ccc inset;
}

.Faq div.rn_SearchButton {
  display: flex;
  position: relative;
  width: 88px;
  height: 45px;
  vertical-align: middle;
}
.Faq input#rn_SearchButtonskw_0 {
  position: relative;
  border: medium none;
  border-radius: 4px;
  padding: 0 0 0 38px;
  width: 88px;
  height: 45px;
  color: #fff;
  background: linear-gradient(to bottom, rgba(70, 68, 68, 1) 0%, rgba(39, 38, 38, 1) 100%);
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-indent: 0;
  cursor: pointer;
}

.Faq div.rn_SearchButton::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
  z-index: 1;
  width: 15px;
  height: 15px;
  mask-image: url(/jp/support/common/img/icon_search.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
}
.Faq div.rn_SearchButton::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 37px;
  width: 1px;
  height: 100%;
  background-color: #1f1f1f;
}

/* ----- #rn_Contentskw_0 ----- */
.Faq #rn_ContentListskw_0 {
  width: auto;
  padding: 0;
  border-top: 1px solid #ccc;
}
.Faq #rn_ContentListskw_0 li {
  padding: 15px 19px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Faq #rn_ContentListskw_0 li {
    padding: 7px 19px;
  }
}

.Faq div.rn_Content {
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Faq div.rn_Content {
    padding-bottom: 10px;
  }
}
.Faq div.rn_Content .rn_List {
  font-size: 14px;
}
.Faq div.rn_Content .rn_Item {
  position: relative;
  display: flex;
  border-bottom: 1px solid #ccc;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Faq div.rn_Content .rn_Item {
    line-height: 1.5;
  }
}
.Faq div.rn_Content .rn_Item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #0068b7;
  border-right: solid 2px #0068b7;
}
.Faq div.rn_Content .rn_Item br {
  display: none;
}
.Faq div.rn_Content .rn_List li.rn_Item span.rn_Title a {
  color: #0068b7;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
  font-size: 15px !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Faq div.rn_Content .rn_List li.rn_Item span.rn_Title a {
    font-size: 14px !important;
  }
}
.Faq div.rn_Content .rn_List li.rn_Item span.rn_Title a:where(:hover, :focus, :active) {
  text-decoration: underline !important;
}

/* ----- #rn_Navigationskw_0 ----- */
.Faq div.rn_Navigation a {
  position: relative;
  padding-right: 16px;
  color: #0068b7;
  font-size: 15px;
}
.Faq div.rn_Navigation a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
}

/* Keyword
-----------------------------------------*/
.Keyword {
  display: flex;
  flex-wrap: wrap;
  width: 832px;
  gap: 10px 30px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Keyword {
    gap: 10px 20px;
    width: 100%;
  }
}
.Keyword li {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Keyword li {
    font-size: 14px;
  }
}
.Keyword li a {
  color: #000;
}
.Keyword a:where(:link, :visited) {
  text-decoration: underline;
}
.Keyword a:where(:hover, :focus, :active) {
  text-decoration: none;
}

/* MenuList
-----------------------------------------*/
.MenuList {
  display: grid;
  gap: 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList {
    gap: 10px;
  }
}
.MenuList--col2 {
  grid-template-columns: repeat(2, calc((100% - 20px) / 2));
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList--col2 {
    grid-template-columns: auto;
  }
}
.MenuList--col3 {
  grid-template-columns: repeat(3, calc((100% - 40px) / 3));
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList--col3 {
    grid-template-columns: auto;
  }
}

.MenuList__btn {
  display: grid;
  align-items: center;
  position: relative;
  z-index: 1;
  border: 1px solid #D6D6D6;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList__btn {
    gap: 0 10px;
  }
}
a.MenuList__btn {
  height: 100%;
}
.MenuList__btn::-webkit-details-marker {
  display: none;
}
.MenuList__btn:where(:hover, :focus, :active) {
  opacity: .8;
}
.MenuList__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  margin: -4px 0 0 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: transform 0.4s;
}

.MenuList--col2 > .MenuList__item > .MenuList__btn {
  grid-template-columns: 52px 1fr;
  gap: 0 14px;
  padding: .928em 2.857em .928em .714em;
}
.MenuList--col3 > .MenuList__item > .MenuList__btn {
  grid-template-columns: 36px 1fr;
  gap: 0 20px;
  padding: 1.571em 2.857em 1.571em 1.428em;
}

.MenuList__text {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList__text {
    font-size: 12px;
  }
}
.MenuList__text > *:last-child {
  margin-bottom: 0;
}
.MenuList__category {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList__category {
    font-size: 14px;
  }
}
.MenuList__category > img {
  margin-left: 4px;
  vertical-align: middle;
}
.MenuList__text > .MenuList__category:not(:only-child) {
  margin-bottom: 4px;
}

.MenuList__panel {
  position: relative;
  z-index: 0;
  width: calc(100% * 3 + 40px);
  margin-top: 9px;
  overflow: hidden;
  border: 1px solid #D6D6D6;
  box-shadow: 5px 5px 10px 0 rgb(0 0 0 / .1);
  background-color: #F6F6F6;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList__panel {
    width: 100%;
    border-top: none;
    margin-top: 0;
  }
}
.MenuList__item:nth-child(3n-1) .MenuList__panel {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList__item:nth-child(3n-1) .MenuList__panel {
    left: auto;
    transform: translateX(0);
  }
}
.MenuList__item:nth-child(3n) .MenuList__panel {
  left: calc(-200% - 40px);
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList__item:nth-child(3n) .MenuList__panel {
    left: auto;
  }
}

.MenuList__wrapper {
  padding: 34px 20px;
  overflow: hidden;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList__wrapper {
    padding: 28px 15px;
  }
}
.MenuList__wrapper > p {
  margin-bottom: 1em;
  font-size: 16px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList__wrapper > p {
    font-size: 14px;
  }
}
.MenuList__title {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList__title {
    font-size: 14px;
  }
}
.MenuList__group {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 40px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList__group {
    grid-template-columns: 1fr;
  }
}
.MenuList__unit {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 10px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList__unit {
    grid-template-rows: none;
    grid-row: auto;
  }
}
.MenuList__unit:not(:has(.MenuList__title))::before {
  content: '';
  display: block;
  width: 100%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList__unit:not(:has(.MenuList__title))::before {
    display: none;
  }
}
.MemoList + .MenuList {
  margin-top: 32px;
}

/* ---------- accordion ---------- */
.MenuList__item.js-accordionActive > .MenuList__btn {
  border-bottom: none;
  background-color: #F6F6F6;
}
.MenuList__item.js-accordionActive > .MenuList__btn::after {
  transform: rotate(135deg);
}
.MenuList__item.js-accordionActive > .MenuList__btn::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: -1px;
  width: 100%;
  height: 10px;
  border-inline: 1px solid #D6D6D6;
  background-color: #F6F6F6;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList__item.js-accordionActive > .MenuList__btn::before {
    display: none;
  }
}
.MenuList__item.js-accordionActive > .MenuList__btn:where(:hover, :focus, :active) {
  opacity: 1;
}

/* ---------- slide ---------- */
.MenuList__wrapper:has(.js-slideMenu) {
  display: flex;
  align-items: flex-start;
  padding: 34px 20px;
  transition: transform 0.3s ease-out;
}
.MenuList__wrapper:has(.js-slideMenu) > * {
  flex-shrink: 0;
  width: 100%;
}
.MenuList__wrapper .js-slideMenu {
  transition: transform 0.3s ease-out;
}

.MenuList__detail {
  position: relative;
}
.MenuList__detail[data-slide-content] {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: .3s;
}
.MenuList__detail[data-slide-content].js-slideCurrent {
  height: auto;
  opacity: 1;
}

.MenuList__prev {
  margin-bottom: 32px;
}
.MenuList__prev button {
  position: relative;
  padding: 0 0 0 27px;
  border: none;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MenuList__prev button {
    font-size: 14px;
  }
}
.MenuList__prev button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  margin: -6px 0 0 0;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}

/* CatList
-----------------------------------------*/
.CatList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .CatList {
    gap: 18px 15px;
  }
}
.CatList__item {
  width: 103px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .CatList__item {
    width: calc((100% - 15px * 3) / 4);
  }
}
.CatList__item a {
  display: block;
  color: #000;
  text-align: center;
}
.CatList__img {
  display: inline-block;
  padding: 17px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0px 0px 10px 0 rgb(0 0 0 / .1);
  background-color: #fff;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .CatList__img {
    padding: 13px;
  }
}
.CatList__img img {
  width: 69px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .CatList__img img {
    width: auto;
  }
}
.CatList__text {
  margin-top: 16px;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .CatList__text {
    margin-top: 10px;
    line-height: 1.7;
  }
}
.CatList__text p > img {
  margin-left: 4px;
  vertical-align: middle;
}

/* MemoList
-----------------------------------------*/
.MemoList {
  font-size: 12px;
}
.MemoList li {
  text-indent: -1em;
  padding-left: 1em;
}