@charset "utf-8";
:root{
	--header: 200px;
	scroll-padding: var(--header);
}


.page-list {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  width: 900px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  background-color: azure;
}
.page-list img {
  width: 360px;
}
.page-list-text{
  max-width: 500px;
  margin-right: 40px;
}
.page-list-reverse-text{
  max-width: 500px;
  margin-left: 40px;
}
.reverse{
  flex-direction: row-reverse;
}
.reverse .page-list-text{
  margin-left: 40px;
  margin-right: 0;
}
.page-list-1 {
  margin-top: 5px;
  width: 930px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: azure;
  text-align: left;
}
.page-list-1 img {
  width: 360px;
}

hr {
  height: 1px;
  background-color: rgb(102, 25, 225);
  width: 60%;
  border: none;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.hr1 {
  height: 1px;
  background-color: rgb(102, 25, 225);
  width: 100%;
  border: none;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}



.image {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;

}


.title {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.title1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin-top: 10px;
  color: blue;
}
.title h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
  color: rgb(3, 3, 29);
}

.title p {
  font-size: 14px;
  margin-top: 15px;
  color: rgb(33, 7, 71);
}

.page-contents {
  max-width: 1000px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 50px;
}

.page-item {
  max-width: 100%;
  background-color: azure;
  text-align: center;
}

.page-item h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
}

.page-item h2::after {
  /*content: '';*/
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
}

.page-group li-2 {
  padding-top: 100px;
  margin-left: 15px;
  margin-right: 15px;
}

.page-group dt1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-group dt2 {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}


.page-group dt {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}


.page-group dd {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: left;
}
.page-group dd1 {
  font-size: 22px;
  color: blue;
  line-height: 1.5;
  margin-top: 30px;
  text-align: left;
  padding-top: 30px;
}



.page-group h2 {
  font-size: 36px;
  font-weight: bold;
  color: blue;

}

.page-group ul {
  list-style-type: none;
  margin-top: 14px;
  margin-left: 30px;
  margin-right: 20px;
}

.page-group ul li {
  list-style-type: none;
  margin-top: 14px;
}

.page-group li-2 {
  padding-top: 100px;
  margin-left: 15px;
  margin-right: 15px;
}

.page-group ol {
  list-style-type: none;
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 20px;
}

.page-group a:hover {
  background-color: #d8b500;
}

.page-group li {
  font-size: 20px;
  margin-top: 15px;
  line-height: 1;
  text-align: left;
}

@media (max-width: 800px) {
  :root{
    --header: 100px;
    scroll-padding: var(--header);
  }
  /*br{
    display: none;
  }*/
  .title{
    margin-top: 60px;
  }
  .page-contents {
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 50px;
    text-align: center;
  }
  .page-list {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-list-text{
    margin-right: 0;
  }
  .page-list-reverse-text{
    margin-left: 0;
  }


  .page-list img{
    width: 100%;
    height: auto;
  }
  .page-list-1 {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

  }
  .page-list-1 img{
    width: 60%;
  }


  .break-keep {
    word-break: keep-all;
  }/*改行を有効にする*/

}
