@charset "utf-8";

/*============================================
main  PC
============================================*/
.white-box {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}

main section .inner-flex-start {
  display: -webkit-flex;
  display: flex;
}
main section .inner-flex-start .program-box {
  background: #fff;
  width: 33.3%;
}
.color-box {
  width:100%;
  background: #33A8D5;
}

.color-box .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 0 ;
}
main section .inner-flex-wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

main section .inner-flex-wrap .merit-box {
  background: #fff;
  width: 50%;
}
section.pd {
  padding:10px;
}

h3 {
  margin:0;
  padding: 60px 0;
  color: #104B5B;
  font-size: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align:center;
  letter-spacing: 0em;
  }

section .program-top-image {/*親div*/
  position: relative;/*相対配置*/
  }
section .program-top-image h4 {
  position: absolute;
  top: 29px;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: white;/*文字は白に*/
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height:58px;
  text-align:center;
  letter-spacing: 0.09em;
  background-color:#33A8D5;
  width: 93.6%;
  opacity: 0.9;
  }
section .program-top-image img {
  width: 93.6%;
  margin: 0% 3.2%;
  vertical-align: bottom;
}
section .program-top-image p {
  width: 93.6%;
  margin: 25px 3.2% 40px;
  color: #104B5B;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height:1.6em;
  text-align: justify;
  letter-spacing: 0.02em;
}

bottom.moreinfo {
  max-width: 100%;
  display:block;
  text-align:center;
  margin-top:40px;
}
bottom.moreinfo img {
  padding-top:20px;
  padding-bottom:70px;
}
bottom.moreinfo a{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #104B5B;
  text-decoration: none;
    opacity: 1;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
  bottom.moreinfo a:hover {
    opacity: 0.5;
}

h5 {
  margin:0;
  padding: 60px 0 40px 0;
  color: #fff;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align:center;
  letter-spacing: 0em;
  }
section p.about  {
  width: 100%;
  padding-bottom:40px;
  color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height:2.5em;
  text-align: center;
}
section p.about-details {
  max-width: 600px;
  margin:auto;
  padding:0 6.4% 60px;
  color: #fff;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height:1.8em;
  text-align: justify;
  letter-spacing: 0.02em;
}

h5.color {
  margin:0;
  padding: 50px 0 40px 0;
  color: #104B5B;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align:center;
  letter-spacing: 0em;
}
h6.color {
  margin:0 2%;
  padding: 0 0 40px 0;
  color: #104B5B;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0em;
  line-height:1.5em;
}
section ul.merit {
  list-style-type: circle;
  display: block;
  margin:0 2%;
  padding-left:4%;
  padding-bottom:60px;
}
section li.merit-details {
  color: #104B5B;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height:1.9em;
}
span.tume{
  letter-spacing: -0.1em;
}
section dl{
  max-width: 600px;
  margin:auto;
  padding:0 6.4% 60px;
  color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height:2.5em;
}
section dl a{
  color: #fff;
}
section dl dt{
  float:left;
  padding-right:10px;
}
section .event{
  max-width: 600px;
  margin:auto;
  padding: 0 6.4%;
}
.event-title {
  color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height:1.5em;
  margin-top:40px;
}
section p.event-details {
  padding-top:25px;
  padding-bottom:60px;
  color: #fff;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height:1.8em;
  text-align: justify;
  letter-spacing: 0.02em;
}

section p.event-details a {
  color: #fff;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
    text-decoration: none;
}
section p.event-details a:hover {
    opacity: 0.5;
}