@charset "UTF-8";
body {
    min-width: auto !important;
}
/* 共通
----------------------------------------------------- */
.CMN-Content .CMN-Nav1__linkBtn {
  border: 1px solid rgb(1, 131, 185);
  padding: 5px 15px 5px 15px;
  border-radius: 8px;
  background: rgba(1, 131, 185, 0.05);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .CMN-Content .CMN-Nav1__linkBtn {
    border: none;
    padding: 0;
    border-radius: 8px;
    margin-bottom: 0;
    background: rgba(1, 131, 185, 0.05);
  }
}
.CMN-Content .CMN-List2.-number {
  counter-reset: number;
}
.CMN-Content .CMN-List2.-number > li {
  position: relative;
  padding-left: 1.2em;
}
.CMN-Content .CMN-List2.-number > li:not(:last-child) {
  margin-bottom: 0.4em;
}
.CMN-Content .CMN-List2.-number > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number) ".";
  counter-increment: number;
}
.CMN-Content .CMN-List2.-number.-circled {
  line-height: 1.5;
}
.CMN-Content .CMN-List2.-number.-circled > li {
  padding-left: 1.3em;
}
.CMN-Content .CMN-List2.-number.-circled > li::before {
  top: 0.5em;
  content: counter(number);
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  width: 1.2em;
  height: 1.2em;
  padding-bottom: 0.1em;
}
.CMN-Content .CMN-List2.-number.-annotated > li {
  padding-left: 2em;
}
.CMN-Content .CMN-List2.-number.-annotated > li::before {
  content: "※" counter(number);
}
.CMN-Content .CMN-noteText {
  position: relative;
  font-size: 0.9em !important;
  line-height: 1.5 !important;
  padding-left: 1.1em;
}
.CMN-Content .CMN-noteText::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.CMN-Content .CMN-nowrapText {
  display: inline-block;
}
.CMN-Content .-flexEnd{
  align-items: flex-end;
}
.CMN-Content .-link{
  text-decoration: underline;
}
.CMN-Content .-smallList{
  font-size: 14px;
  padding-bottom: 10px;
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.CMN-Content .CMN-Table1 th{
  font-weight: bold;
}
.CMN-Content .CMN-UL-List{
  color: #0183B9;
  font-size: 20px;
  margin-right: 15px;
}
.CMN-Content .CMN-UL-List a{
  color: #0183B9;
  font-weight: 500;
  text-decoration: underline;
  font-size: 20px;
}
.CMN-Content .-InlineBlock{
  display: inline-block;
}
.CMN-Content .CMN-CatalogBox{
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 0 60px;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content .CMN-CatalogBox{
    display: block;
    padding-bottom: 30px;
  }
}
.CMN-Content .CMN-LinkBtn{
  padding: 6px 40px 8px 20px;
  margin-top: 25px;
  font-size: 18px;
  border-radius: 6px;
  color: white;
  display: inline-block;
  background: #0183B9 url(../image/index_section1_pic_006.svg)right 15px center no-repeat;
}
.CMN-Content .-smalltext{
  font-weight: normal;
  font-size: 16px;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .CMN-Content .-smalltext{
    display: block;
    padding-left: 0;
    font-size: 13px;
    padding-top: 10px;
  }
}

  .-scrollImg{
    text-align: left;
    padding: 0 20px;
    overflow: hidden;
  }
  .CMN-Content img.-graphImg {
    max-width: 710px !important;
  }
  .CMN-grid{
    display: grid;
    grid-template-columns: 770px 1fr;
    gap: 0 30px;
  }
  .-sptop {
    text-align: left;
  }
  @media screen and (max-width: 1260px) {
    .CMN-grid{
      text-align: center;
      display: block;
    }
     .-sptop {
      margin-top: 50px;
    }
  }