@charset "utf-8";
/* CSS Document */
body{
  line-height: 1.625;
}
li{
  list-style-type: none;
}
.mpt_spbr{
  display: inline-block;
}

section header h1{
  text-align: center;
  font-size: 3rem;
  padding-top: 3rem;
  border-top: solid 6px #024287;
  margin-bottom: 48px;
}

ul#mpt_select-list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 88px;
}
li.mpt_tab-btn {
  border: 1px solid #4D739F;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
li.mpt_tab-btn p {
  font-size: 1.375rem;
  font-weight: bold;
  color: #4D739F;
  padding: 8px 72px;
}
li.mpt_tab-btn.active {
  background-color: #4D739F;
}
li.mpt_tab-btn.active p {
  color: #FFFFFF;
}

.mpt_tab-content {
  display: none;
}
html.js-loading .mpt_tab-content {
  display: none !important;
}
.mpt_tab-content.active {
  display: block;
}
h2.mpt_title2 {
  position: relative;
  margin-bottom: 48px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(#707070 1px);
  background-size: 100%;
  background-position: center;
}
h2.mpt_title2 span {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.375rem;
  font-weight: bold;
  padding: 0 40px;
  background-color: #FFFFFF;
  color: #4D739F;
}
p.mpt_txt01 {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
p.mpt_txt02 {
  text-align: center;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}
ul.mpt_gallerycontent {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(254px, 1fr));
  justify-content: center;
  gap: 24px 8px;
  margin-bottom: 96px;
}
ul.mpt_gallerycontent li {
  max-width: 300px;
  margin: 0 auto;
}
ul.mpt_gallerycontent li img{
  max-width: 100%;
}
.mpt_imgwrap {
  margin-bottom: 8px;
}
p.mpt_details01 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 4px;
}
p.mpt_details02 {
  color: #014186;
  font-weight: bold;
  margin-left: 6px;
}
p.mpt_details03 {
  font-size: 0.875rem;
  color: #555555;
  margin-left: 6px;
}





@media screen and (max-width: 980px) {
  p.mpt_txt02{
    text-align: left;
  }

}


@media screen and (max-width: 768px) {
  section header h1 {
    font-size: clamp(2rem, 0.728rem + 4.73vw, 3rem);
    /* 32-48 430-768 */
    margin-bottom: clamp(2rem, 0.728rem + 4.73vw, 3rem);
    /* 32-48 430-768 */
  }
  li.mpt_tab-btn p{
    font-size: clamp(1.125rem, 0.807rem + 1.18vw, 1.375rem);
    /* 18-22 430-768 */
    padding: 8px clamp(2rem, -1.18rem + 11.83vw, 4.5rem);
    /* 32-72 430-768 */
  }
  h2.mpt_title2 span{
    padding: 0 clamp(1.5rem, 0.228rem + 4.73vw, 2.5rem);
    /* 24-40 430-768 */
  }
  p.mpt_txt01{
    font-size: clamp(1rem, 0.841rem + 0.59vw, 1.125rem);
    /* 16-18 430-768 */
    margin-bottom: clamp(1.125rem, 0.012rem + 4.14vw, 2rem);
    /* 18-32 430-768 */
  }
  ul.mpt_gallerycontent{
    grid-template-columns: repeat(2, 1fr);
  }
  p.mpt_details01{
    font-size: clamp(0.75rem, 0.591rem + 0.59vw, 0.875rem);
    /* 12-14 430-768 */
  }
  p.mpt_details02{
    font-size: clamp(0.875rem, 0.716rem + 0.59vw, 1rem);
    /* 14-16 430-768 */
  }
  p.mpt_details03{
    font-size: clamp(0.75rem, 0.591rem + 0.59vw, 0.875rem);
    /* 12-14 430-768 */
  }
  
}