@charset "UTF-8";
/* CSS Document */
body {
  background: #EAF2E6;
}
/* -------------------------------------------------------------------------------- */
/* wrapper */
/* -------------------------------------------------------------------------------- */
#wrapper {
  padding-top: 63px;
}
/* -------------------------------------------------------------------------------- */
/* catalog */
/* -------------------------------------------------------------------------------- */
#wrapper #pageTitle {
  width: 1000px;
  padding-top: 63px;
  margin: 0 auto 48px;
}
#pageTitle h1.catalog {
  /* height: 62px; */
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #447355;
}
.txtBox01 {
  margin-bottom: 98px;
}
.txtBox01 p {
  font-size: 18px;
  line-height: 1.7778;
  margin: 0 0 1em;
  text-align: center;
}
.txtBox01 h2 {
  margin: 34px 0 16px;
  font-size: 19px;
  font-weight: bold;
  color: #447355;
  text-align: center;
}
/* 202309 */
.txtBox01 p span.domain {
  color: #447355;
}
.txtBox01 p.link a {
  color: #447355;
  font-size: 18px;
  text-decoration: underline;
}
.txtBox01 p.link a:hover {
  text-decoration: none;
}
ul.catalog-list h2 {
  font-size: 24px;
}
ul.catalog-list {
  margin: 2.5% -1% 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
ul.catalog-list li {
  margin: 0 1%;
  width: calc(100% / 2);
 /* width: calc(100% / 3);*/
  text-align: center;
  display: flex;
  flex-direction: column;
}
ul.catalog-list li a:hover {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: 0.8;
}
ul.catalog-list li .cover {
  margin-top: auto;
}
ul.catalog-list img {
  width: 100%;
  vertical-align: bottom;
}
.mktoForm {
  align-items: center;
  display: flex;
}
.mktoForm .mktoError .mktoErrorMsg {
  display: block;
  margin-top: 7px;
  background-color: #447355 !important;
  background-image: none !important;
  border: none !important;
  border-radius: 6px;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 1em;
  line-height: 1.2em;
  max-width: 16em;
  padding: 0.4em 0.6em;
  text-shadow: none !important;
}
.mktoForm .mktoError .mktoErrorArrow {
  background-color: #447355 !important;
  border: 1px solid #447355 !important;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 16px;
  margin-top: 5px;
}
.form {
  margin: 2.5% 0 0;
}
.mktoOffset {
  display: none;
}
.mktoGutter {
  display: none;
}
.form label {
  display: none;
}
.mktoFieldDescriptor {
  margin-bottom: 0 !important;
}
.form input {
  border: 2px solid #6a768c !important;
  border-radius: 10px;
  background: #eeeeee;
  left: 0;
  margin: 0 !important;
  padding: 0 0.5em !important;
  height: 2.5em !important;
  width: 217px !important;
}
.form button {
  min-width: 80px;
  background: #447355 !important;
  color: #ffffff !important;
  border: none !important;
}

.mini_reafret {
  margin: 2.5% -1% 0;
  text-align: center;
}



/* FOR MOBILE ------------------------------ */
@media screen and (max-width: 1000px) {
  ul.catalog-list-title h2 {
    font-size: 15px;
  }
  ul.catalog-list-title li p {
    font-size: 9px;
  }
  #page_top {
    display: block !important;
    width: 30px;
    right: 20px;
  }
  #wrapper {
    padding-top: 0;
  }
  #wrapper #pageTitle {
    width: 100%;
    padding: 40px 4.68%;
    margin-bottom: 5px;
  }
  #wrapper .stage #topicsPath {
    display: none;
  }
  #wrapper .stage {
    width: 100%;
    margin: 0 auto;
    padding: 0 4.68% 8%;
  }
  #wrapper #pageTitle h1 {
    padding-top: 0;
    line-height: 1.5;
  }
  /* catalog */
  .txtBox01 {
    margin: 0 0 8.2%;
  }
  .txtBox01 p {
    font-size: 18px;
    line-height: 2;
    text-align: left;
  }
  .txtBox01 h2 {
    margin: 12.4% 0 3.3%;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
  }
  .form input {
    border: 2px solid #6a768c !important;
    border-radius: 10px;
    background: #eeeeee;
    left: 0;
    margin: 0 !important;
    padding: 0 0.5em !important;
    height: 2em !important;
    width: 180px !important;
  }
  .form button {
    min-width: 80px;
    background: #447355 !important;
    color: #ffffff !important;
    border: none !important;
    /* float: left; */
  }
  .mktoForm {
    padding: 0 !important;
  }
  ul.catalog-list {
    margin: 0 -1% 0;
    /* justify-content: space-between;*/
    display: flex;
    position: relative;
    flex-wrap: wrap;
  }
  ul.catalog-list li {
    margin: 2.5% 1% 0;
    width: 80%;
    position: relative;
    text-align: center;
  }
  ul.catalog-list h2 {
    font-size: 16px;
  }
  ul.catalog-list p {
    font-size: 14px;
  }
  ul.catalog-list img {}
}