@charset "utf-8";


/*============================================
main  PC
============================================*/
.white-box {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}
main section .inner-flex-wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

main section .inner-flex-wrap .program-box {
  background: #fff;
  width: 33.33%;
}
.color-box {
  width:100%;
  background: #33A8D5;
}
.color-box .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 0 ;
}
main section .inner-flex-start {
  display: -webkit-flex;
  display: flex;
}
main section .inner-flex-start .banner-box {
  background: #fff;
  width: 50%;
}
section.pd {
  padding:10px;
}

h2 {
  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%;
  color: #104B5B;
  margin: 25px 3.2% 40px;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height:1.6em;
  text-align: justify;
  letter-spacing: 0.02em;
}

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;
  line-height:1.5em;
  }

section p.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: 60px 0 40px 0;
  color: #104B5B;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align:center;
  letter-spacing: 0em;
  line-height:1.5em;
}
section p.details-color {
  max-width: 600px;
  margin: auto;
  padding:0 6.4% 60px;
  color: #104B5B;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height:1.8em;
  text-align: justify;
  letter-spacing: 0.02em;
}
h6 {
  margin:0;
  padding: 60px 0 40px 0;
  color: #fff;
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align:center;
  letter-spacing: 0em;
  line-height:1.8em;
}
h6.auxiliary {
  margin:0;
  padding: 60px 0 40px 0;
  color: #104B5B;
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align:center;
  letter-spacing: 0em;
  line-height:1.8em;
}
bottom.moreinfo {
  max-width: 100%;
  display:block;
  text-align:center;
  padding-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;
}