@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);
.ly_rootMainHorizontal, .ly_rootFooter_inner, .ly_rootHeader_inner, .ly_globalHeaderLogo_inner, .ly_globalHeaderNavi_inner {
  width: 1150px;
  margin: auto;
}
@media screen and (max-width: 1150px) {
  .ly_rootMainHorizontal, .ly_rootFooter_inner, .ly_rootHeader_inner, .ly_globalHeaderLogo_inner, .ly_globalHeaderNavi_inner {
    width: auto;
  }
}

html {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

body {
  background-color: white;
  font-size: 1.6rem;
}

a {
  color: #3e3eff;
  text-decoration: none;
}
a:hover {
  color: #4e4efa;
  text-decoration: underline;
}
a:visited {
  color: #2828b5;
}

*::before,
*::after,
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ly_rootHeader {
  display: block;
  background-color: cadetblue;
}

.ly_rootHeader_inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}

.ly_globalHeaderLogo {
  display: block;
}

.ly_globalHeaderLogo_inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100px;
}

.ly_globalHeaderNavi {
  display: block;
  background-color: #0f4647;
  color: white;
}

.ly_globalHeaderNavi_inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.bl_globalHeaderNaviList {
  display: -webkit-box;
  display: flex;
  list-style: none;
  -webkit-box-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
          align-items: center;
}

.bl_globalHeaderNaviList_item {
  padding: 1em;
}

.ly_rootFooter {
  display: block;
  background-color: #000;
  color: white;
  text-align: center;
  padding: 30px;
}
