/* フッター */
.globalFooter-latestNews > div:nth-of-type(1) {
  width: 100% !important;
}

.globalFooter-latestNews > div:nth-of-type(2) {
  width: 100% !important;
}

.globalFooter-menu > div {
  width: 100vw !important;
  max-width: 100vw !important;
}

li.mobile {
  text-align: left;
  display: table-row;
  padding: 0px 10px 10px 10px;
}
.mobile-domain {
  text-align: left !important;
}
.mobile-domain > li {
  text-align: left;
  padding: 0px 10px;
  display: inline !important;
}

.main-contents-cover > div > p:nth-child(1)  {
  font-size: 5vw !important;
  width: 100vw !important;
  white-space: initial !important;
  word-break: break-all;
}

.main-contents-cover > div > p:nth-child(2)  {
  top: 70%;
  font-size: 3vw !important;
  width: 100vw !important;
  white-space: initial !important;
  word-break: break-all;
}

.main-contents > div {
  padding: initial !important;
  width: 95% !important;
  position: relative;
  margin: auto;
}

.breadcrumbsListMobile {
  padding: 10px;
  font-size: 16x;
  display: none;
  margin: 5px;
  border: 1px solid gray;
  border-radius: 5px;
  position: relative;
}
.breadcrumbsListMobile > span {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 25px;
  color: white;
  background-color: black;
  font-weight: bold;
  border-radius: 2px; 
  padding: 0 5px;
  cursor: pointer;
}

.breadcrumbsListMobile li {
  display: inline !important;
}
.breadcrumbsListMobile li::after {
  content: '>';
  display: inline-block;
  padding: 0 10px;
}
.breadcrumbsListMobile li:last-child {
  font-weight: bold;
}
.breadcrumbsListMobile li:last-child::after {
  display: none;
}

.mobileMenu {
  background-color: rgba(255,255,255,0.9);
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: auto;
}

.mobileMenu > div:nth-child(1) {
  position: absolute;
  background-color: blue;
  width: 40px;
  height: 40px;
  right: 0;
  cursor: pointer;
}

.mobileMenu > div > span {
  position: absolute;
  left: 2px;
  width: 36px;
  height: 2px;
  border-radius: 4px;
  background-color: black;
}
.mobileMenu > div > span:nth-child(1) {
  top: 7px;
  transform: translateY(13px) rotate(-45deg);
}
.mobileMenu > div > span:nth-child(2) {
    top: 33px;
    transform: translateY(-13px) rotate(45deg);
}

.mobileMenu h1 {
  padding: 20px 0 5px 20px;
  font-weight: normal;
}

.mobileMenuList > div {
  border-bottom: 2px solid green;
}

.mobileMenuList > div > h2 {
  padding: 20px 0 0 20px;
  font-weight: bold;
  font-size: 22px;
}
.mobileMenuList >  h3 {
  padding: 5px 0 0 20px;
  font-weight: normal;
  color: gray;
}
.mobileMenuList >  ul {
  padding: 0 0 20px 20px;
}

.mobileMenuList >  ul > li {
  display: list-item;
}

.main-contentsList {
  justify-content: center !important;
}

.main-contentsList > a {
  width: 90% !important;
}

.main-contentsList > span {
  width: 90% !important;
}

.main-service > div {
  width: 100% !important;
}

.main-other > div {
  width: 100% !important;
  height: 200px !important;
}


.pc {
  display: none !important;
}
.mobile {
  display: block !important;
}