@charset "UTF-8";

/* general */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html{
  font-size: 16px;
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  color: #033C71;
  background: #FFE32D;
}
a {
  transition: all .3s ease-in;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 769px) {
  .pc { display: block!important; }
  .sp { display: none!important; }
}
@media (max-width: 768px) {
  .pc { display: none!important; }
  .sp { display: block!important; }
}

/* header */
#top_hdr {
  text-align: center;
  background: url(../images/head_bg_top.png) no-repeat center top 138px / 1360px auto;
}
#top_hdr .bdr {
  width: 100%;
  height: 38px;
  background: url(../images/stripe.png) repeat-x center / auto 38px;
}
#top_hdr h1 {
  width: 735px;
  margin: 60px auto 30px;
}
#top_hdr p {
  font-size: 17px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: .06em;
}
#top_hdr img.campaign {
  width: 456px;
  margin: 40px auto 24px;
}

/* nav */
#top_nav {
  margin: 60px auto 84px;
  padding-top: 50px;
  background: url(../images/title_contents.png) no-repeat top / 148px;
}
#top_nav ul {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: auto;
}
#top_nav ul a li {
  width: 277px;
  height: 200px;
  text-indent: -9999px;
  transition: all .3s ease-in;
}
#top_nav ul a:nth-child(1) li {
  background: url(../images/nav_01.png) no-repeat center / 277px;
}
#top_nav ul a:nth-child(1) li:hover {
  background: url(../images/nav_01_hv.png) no-repeat center / 277px;
}
#top_nav ul a:nth-child(2) li {
  background: url(../images/nav_02.png) no-repeat center / 277px;
}
#top_nav ul a:nth-child(2) li:hover {
  background: url(../images/nav_02_hv.png) no-repeat center / 277px;
}
#top_nav ul a:nth-child(3) li {
  background: url(../images/nav_03.png) no-repeat center / 277px;
}
#top_nav ul a:nth-child(3) li:hover {
  background: url(../images/nav_03_hv.png) no-repeat center / 277px;
}

/* BNR */
.bnr {
  margin: 0 auto 84px;
  width: 350px;
  text-align: center;
}

/* on air info */
#info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 900px;
  margin: auto;
  text-align: center;
}
#info h2 {
  width: 100%;
  margin: 0 auto 30px;
}
#info h2 img {
  width: 318px;
  margin: auto;
}
#info p.lead {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: .08em;
}

/* main program */
#info .main_prg {
  width: 900px;
  margin-bottom: 60px;
  background: #FFF;
  border-radius: 14px;
  border: #033C71 3px solid;
}
#info .main_prg .headline {
  position: relative;
  padding: 30px 0;
  background: #FFFCD3;
  border-radius: 14px 14px 0 0;
  border-bottom: #033C71 3px solid;
}
#info .main_prg .headline:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: -16px;
  left: 20px;
  width: 116px;
  height: 71px;
  background: url(../images/tag_01.png) no-repeat center / 116px;
}
#info .main_prg:nth-child(4) .headline:after {
  background: url(../images/tag_02.png) no-repeat center / 116px;
}
#info .main_prg .headline a h3 {
  font-size: 31px;
  line-height: 44px;
  font-weight: 900;
  letter-spacing: .08em;
  transition: all .3s ease-in;
}
#info .main_prg .headline a h3:hover {
  color: #F276A2;
}
#info .main_prg .headline p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: .06em;
}
#info .main_prg .outline {
  padding: 40px 50px 50px;
}
#info .main_prg .outline .thum {
  width: 450px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border: #777 1px solid;
}
#info .main_prg .outline .thum img {
  transition: all .5s ease;
}
#info .main_prg .outline .thum img:hover {
  transform: scale(1.05);
  opacity: .8;
}
#info .main_prg .outline p {
  text-align: justify;
  margin-top: 40px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: .06em;
}

/* others program */
#info .spot_prg h4 {
  margin: 60px auto 45px;
}
#info .spot_prg h4 img {
  width: 425px;
  margin: auto;
}
#info .spot_prg ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 900px;
}
#info .spot_prg ul.flx_center {
  justify-content: center;
}
#info .spot_prg ul li {
  width: 425px;
  margin-bottom: 50px;
  background: #FFF;
  border-radius: 14px;
  border: #033C71 3px solid;
}
#info .spot_prg ul li .headline {
  padding: 30px 0 22px;
  background: #FFFCD3;
  border-radius: 14px 14px 0 0;
  border-bottom: #033C71 3px solid;
}
#info .spot_prg ul li .headline a h5 {
  font-size: 27px;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: .04em;
  transition: all .3s ease-in;
}
#info .spot_prg ul li .headline a h5.f25 {
  font-size: 25px;
}
#info .spot_prg ul li .headline a h5:hover {
  color: #F276A2;
}
#info .spot_prg ul li .headline p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: .06em;
}
#info .spot_prg ul li .outline {
  padding: 40px;
}
#info .spot_prg .outline .thum {
  width: 345px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border: #777 1px solid;
}
#info .spot_prg .outline .thum img {
  transition: all .5s ease;
}
#info .spot_prg .outline .thum img:hover {
  transform: scale(1.05);
  opacity: .8;
}
#info .spot_prg ul li .outline p {
  margin-top: 30px;
  text-align: justify;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: .06em;
}

/* recommended links */
#links {
  width: 900px;
  margin: auto;
  text-align: center;
}
#links h2 {
  width: 100%;
  margin: 50px auto 60px;
}
#links h2 img {
  width: 482px;
  margin: auto;
}
#links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
}
#links ul li:nth-child(1) {
  width: 378px;
  overflow: hidden;
  border-radius: 14px;
  border: #777 1px solid;
}
#links ul li img {
  transition: all .5s ease;
}
#links ul li img:hover {
  transform: scale(1.05);
  opacity: .8;
}
#links ul li:nth-child(2) {
  width: 483px;
}
#links ul li h5 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: .08em;
  border-bottom: #033C71 3px solid;
}
#links ul li p {
  text-align: justify;
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: .06em;
}

/* footer */
#ftr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 330px;
  margin-top: 150px;
  background: #033C71 url(../images/stripe.png) repeat-x top center / auto 38px;
}
#ftr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 400px;
  padding-top: 155px;
}
#ftr ul li a:hover {
  opacity: .5;
}
#ftr ul li:nth-child(1) {
  width: 86px;
}
#ftr ul li:nth-child(2) {
  width: 274px;
}
#ftr p {
  margin-top: 10px;
  color: #FFF;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .12em;
  white-space: nowrap;
}

/* subpage header ********************************************************************************/
#sub_hdr {
  height: 535px;
  text-align: center;
  background: url(../images/head_bg_sub.png) no-repeat center top 80px / 1360px auto;
}
#sub_hdr .bdr {
  width: 100%;
  height: 38px;
  background: url(../images/stripe.png) repeat-x center / auto 38px;
}
#sub_hdr h1 {
  width: 712px;
  margin: 50px auto 0;
}

/* subpage nav */
#sub_nav {
  margin: -16px auto 68px;
  padding-top: 50px;
  background: url(../images/title_contents.png) no-repeat top / 148px;
}
#sub_nav ul {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: auto;
}
#sub_nav ul a li {
  width: 277px;
  height: 200px;
  text-indent: -9999px;
  transition: all .3s ease-in;
}
#sub_nav ul a:nth-child(1) li {
  background: url(../images/nav_01.png) no-repeat center / 277px;
}
#sub_nav ul a:nth-child(1) li:hover {
  background: url(../images/nav_01_hv.png) no-repeat center / 277px;
}
#sub_nav ul a:nth-child(2) li {
  background: url(../images/nav_02_hv.png) no-repeat center / 277px;
}
#sub_nav ul a:nth-child(2) li:hover {
  background: url(../images/nav_02_hv.png) no-repeat center / 277px;
}
#sub_nav ul a:nth-child(3) li {
  background: url(../images/nav_03.png) no-repeat center / 277px;
}
#sub_nav ul a:nth-child(3) li:hover {
  background: url(../images/nav_03_hv.png) no-repeat center / 277px;
}
#sub_nav ul a li p {
  display: none;
}

/* knowledge */
#knowledge {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 900px;
  margin: auto;
  text-align: center;
}
#knowledge h2 {
  width: 100%;
  margin: 0 auto 36px;
}
#knowledge h2 img {
  width: 376px;
  margin: auto;
}
#knowledge p.lead {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 42px;
  font-weight: 900;
  letter-spacing: .08em;
}
#knowledge p.notes {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: .08em;
}

/* knowledge profile */
#knowledge .prof ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 882px;
  margin-bottom: 50px;
}
#knowledge .prof ul li:nth-child(1) {
  width: 186px;
}
#knowledge .prof ul li:nth-child(2) {
  width: 670px;
}
#knowledge .prof ul li p.name {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: .08em;
  border-bottom: #033C71 3px solid;
}
#knowledge .prof ul li p {
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: .04em;
}

/* knowledge topics */
#knowledge .topics ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 900px;
}
#knowledge .topics ul.flx_center {
    justify-content: center;
}
#knowledge .topics ul li {
  width: 425px;
  margin-bottom: 50px;
  background: #FFF;
  border-radius: 14px;
  border: #033C71 3px solid;
}
#knowledge .topics ul li .headline {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 215px;
  margin: auto;
  background: #FFFCD3;
  border-radius: 14px 14px 0 0;
  border-bottom: #033C71 3px solid;
}
#knowledge .topics ul li .headline img {
  height: 170px;
}
#knowledge .topics ul li .outline {
  padding: 24px 40px;
}
#knowledge .topics ul li .outline p {
  text-align: justify;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: .06em;
}



/* SP ********************************************************************************/
@media (max-width: 768px) {
  /* header */
  #top_hdr {
    text-align: center;
    background: url(../images/sp_head_bg.png) no-repeat center bottom / auto 206px;
  }
  #top_hdr .bdr {
    width: 100%;
    height: 25px;
    background: url(../images/stripe.png) repeat-x center / auto 25px;
  }
  #top_hdr h1 {
    width: 100%;
    margin: 22px auto 20px;
  }
  #top_hdr p {
    padding: 0 25px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: .06em;
  }
  #top_hdr img.campaign {
    width: auto;
    height: 80px;
    margin: 20px auto;
    padding-bottom: 20px;
  }
  
  /* nav */
  #top_nav {
    width: 100%;
    margin: 35px auto 40px;
    padding: 34px 19px 0;
    background: url(../images/title_contents.png) no-repeat top / 122px;
  }
  #top_nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
  }
  #top_nav ul a li {
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
  }
  #top_nav ul a:nth-child(1) li {
    background: url(../images/sp_nav_01.png) no-repeat center / auto 70px;
  }
  #top_nav ul a:nth-child(1) li:hover {
    background: url(../images/sp_nav_01_hv.png) no-repeat center / auto 70px;
  }
  #top_nav ul a:nth-child(2) li {
    background: url(../images/sp_nav_02.png) no-repeat center / auto 70px;
  }
  #top_nav ul a:nth-child(2) li:hover {
    background: url(../images/sp_nav_01_hv.png) no-repeat center / auto 70px;
  }
  #top_nav ul a:nth-child(3) li {
    background: url(../images/sp_nav_03.png) no-repeat center / auto 70px;
  }
  #top_nav ul a:nth-child(3) li:hover {
    background: url(../images/sp_nav_01_hv.png) no-repeat center / auto 70px;
  }

/* BNR */
.bnr {
  margin: 0 auto 40px;
  width: 300px;
  text-align: center;
}

  /* on air info */
  #info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    margin: auto;
    padding: 0 19px;
    text-align: center;
  }
  #info h2 {
    width: 100%;
    margin: 0 auto 40px;
  }
  #info h2 img {
    width: 219px;
    margin: auto;
  }
  #info p.lead {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 29px;
    font-weight: 700;
    letter-spacing: .03em;
  }

  /* main program */
  #info .main_prg {
    width: 100%;
    margin-bottom: 35px;
  }
  #info .main_prg .headline {
    position: relative;
    padding: 25px 0 20px;
  }
  #info .main_prg .headline:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: -18px;
    left: 50%;
    width: 162px;
    height: 32px;
    transform: translateX(-50%);
    background: url(../images/sp_tag_01.png) no-repeat center / 162px;
  }
  #info .main_prg:nth-child(4) .headline:after {
    background: url(../images/sp_tag_02.png) no-repeat center / 162px;
  }
  #info .main_prg .headline a h3 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 900;
    letter-spacing: .08em;
  }
  #info .main_prg .headline p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: .06em;
  }
  #info .main_prg .outline {
    padding: 25px 20px;
  }
  #info .main_prg .outline .thum {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #info .main_prg .outline p {
    text-align: justify;
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: .06em;
  }

  /* others program */
  #info .spot_prg h4 {
    margin: 20px auto 25px;
  }
  #info .spot_prg h4 img {
    width: 100%;
  }
  #info .spot_prg ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
  }
  #info .spot_prg ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  #info .spot_prg ul li .headline {
    padding: 20px 0;
  }
  #info .spot_prg ul li .headline a h5 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 900;
    letter-spacing: .08em;
  }
  #info .spot_prg ul li .headline a h5.f25 {
    font-size: 21px;
  }
  #info .spot_prg ul li .headline p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: .06em;
  }
  #info .spot_prg ul li .outline {
    padding: 26px 22px;
  }
  #info .spot_prg .outline .thum {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #info .spot_prg ul li .outline p {
    margin-top: 18px;
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: .06em;
  }

  /* recommended links */
  #links {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  #links h2 {
    width: 100%;
    margin: 30px auto 42px;
  }
  #links h2 img {
    width: auto;
    max-width: 331px;
    margin: auto;
  }
  #links ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 34px;
    padding: 0 30px;
  }
  #links ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 16px;
  }
  #links ul li:nth-child(2) {
    width: 100%;
  }
  #links ul li h5 {
    margin-bottom: 10px;
    padding-bottom: 12px;
    text-align: left;
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: .08em;
  }
  #links ul li p {
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: .06em;
  }

  /* footer */
  #ftr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 220px;
    margin-top: 100px;
    background: #033C71 url(../images/stripe.png) repeat-x top center / auto 20px;
  }
  #ftr ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 285px;
    height: 145px;
    padding-top: 80px;
  }
  #ftr ul li:nth-child(1) {
    width: 63px;
    height: 45px;
  }
  #ftr ul li:nth-child(2) {
    width: 200px;
    height: 24px;
  }
  #ftr ul li:nth-child(3) {
    width: 285px;
    height: auto;
  }
  #ftr p {
    margin-top: 14px;
    padding-left: 5px;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .14em;
    white-space: nowrap;
  }

  /* subpage header **************************************************/
  #sub_hdr {
    height: auto;
    text-align: center;
    background: none;
  }
  #sub_hdr .bdr {
    width: 100%;
    height: 25px;
    background: url(../images/stripe.png) repeat-x center / auto 25px;
  }
  #sub_hdr h1 {
    width: 100%;
    margin: 22px auto 20px;
  }

  /* subpage nav */
  #sub_nav {
    width: 100%;
    margin: 44px auto 40px;
    padding: 34px 19px 0;
    background: url(../images/title_contents.png) no-repeat top / 122px;
  }
  #sub_nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
  }
  #sub_nav ul a li {
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
  }
  #sub_nav ul a:nth-child(1) li {
    background: url(../images/sp_nav_01.png) no-repeat center / auto 70px;
  }
  #sub_nav ul a:nth-child(1) li:hover {
    background: url(../images/sp_nav_01_hv.png) no-repeat center / auto 70px;
  }
  #sub_nav ul a:nth-child(2) li {
    background: url(../images/sp_nav_02_hv.png) no-repeat center / auto 70px;
  }
  #sub_nav ul a:nth-child(2) li:hover {
    background: url(../images/sp_nav_01_hv.png) no-repeat center / auto 70px;
  }
  #sub_nav ul a:nth-child(3) li {
    background: url(../images/sp_nav_03.png) no-repeat center / auto 70px;
  }
  #sub_nav ul a:nth-child(3) li:hover {
    background: url(../images/sp_nav_01_hv.png) no-repeat center / auto 70px;
  }

  /* knowledge */
  #knowledge {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  #knowledge h2 {
    width: 100%;
    margin: 0 auto 30px;
  }
  #knowledge h2 img {
    width: 268px;
    margin: auto;
  }
  #knowledge p.lead {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 29px;
    font-weight: 700;
    letter-spacing: .04em;
  }
  #knowledge p.notes {
    margin-bottom: 30px;
    font-size: 11px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: .08em;
  }
  
  /* knowledge profile */
  #knowledge .prof ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding: 0 32px;
  }
  #knowledge .prof ul li:nth-child(1) {
    width: 160px;
    margin-bottom: 20px;
  }
  #knowledge .prof ul li:nth-child(2) {
    width: 100%;
  }
  #knowledge .prof ul li p.name {
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: .08em;
  }
  #knowledge .prof ul li p {
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: .06em;
  }

  /* knowledge topics */
  #knowledge .topics ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 19px;
  }
  #knowledge .topics ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  #knowledge .topics ul li:last-child {
    margin-bottom: 0;
  }
  #knowledge .topics ul li .headline {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: auto;
    padding: 20px 0;
  }
  #knowledge .topics ul li .headline img {
    height: 140px;
  }
  #knowledge .topics ul li .outline {
    padding: 20px;
  }
  #knowledge .topics ul li .outline p {
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: .06em;
  }
}













































































































































































