@charset "utf-8";
/* common */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td{margin:0;padding:0;list-style: none;}
body {overflow-y:scroll;font-family:"Helvetica Neue","Arial","SF Pro Display","Hiragino Sans","Meiryo",sans-serif;background: #FCFCFC;}
a:link {color:#1e1e1e;text-decoration:none;}
a:visited {color: initial;text-decoration:none;}
a:hover {opacity: 0.8;text-decoration:none;color:#303030;}
a:active {color:cornflowerblue;text-decoration:none;}
/*a[target="_blank"] li:after{
  content:url('/a/base-img/blank_img.png');
  margin:0px 5px;
  vertical-align: bottom;}*/

#content {overflow: hidden;margin: 0 auto;}
#banner {
	position:relative;
	margin: 0 auto;
	overflow: hidden;
}
h1,h2,h3,h4,h5,h6 {font-weight: 700;}
h1 a:hover{opacity: 0.8;}
h1#default-banner {background: #fcc800;text-align: center;}
h1#default-banner img {max-width: 600px;vertical-align: bottom;width: 50%;}
p {margin: 0 0 24px 0;line-height: 1.66;}
.page .entry-social1, .single .entry-social1 {
	max-width: 1024px;
	position: relative;
	margin: 2% auto;
	background: white;
	overflow: hidden;
	width: 92%;}
#content img.ktai {width: auto;height: auto;}
.flexslider a:hover {opacity: 1;}
p.indent-1 {
	padding-left:1em;
	text-indent:-0.8em;
}

/* メインコンテンツ共通 */
h2.NewTitle {
  color: #ffc800;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  display: flex;
  padding: 16px 20px 8px;
  display: block;
}
h2.NewTitle span {
  color: #1E1E1E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  padding-left: 8px;
  display: inline-block;
}

/* youtube */
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin: 10px 0;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100% !important;
  height:100% !important;
}

/*打ち消し2重線*/
.nijiu{
  position: relative;
}
.nijiu::before,
.nijiu::after {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(0);
  background-color: #000;
  width: 100%;
  height: 1px;
  left: 0;
}
.nijiu::before {
  top: 55%;
}
.nijiu::after {
  top: 42%;
}

#container {background: initial;overflow: hidden;}
#header2023 {padding:0;background: #fcfcfc;height: 128px;}
#HeadBox {
  display: flex;
  justify-content: space-between;
  height: 32px;
  padding: 8px 20px;
}
#HeadBox h1 {width: 178px;padding: 0 0 0 4px;}
nav {background: #fcfcfc;width: 100%;}
nav.fixed{
  position: fixed;
  z-index: 2;
  top:0;
  left:0;
}
ul.IconMenu {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
}
ul.IconMenu li.InIcon {display: none;} /*対応次第*/
#GlNav {
  display: flex;
  width: 100%;
  height: 80px;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #1E1E1E;
  text-align: center;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 40px;
  background: #fcfcfc;
  letter-spacing: -0.05em;
}
#GlNav li {width: 28%;height: 40px;}
#GlNav li#NewsNav {border: 1px solid #1e1e1e;box-sizing: border-box;border-left: none;}
#GlNav li#TenkiNav {border: 1px solid #1e1e1e;box-sizing: border-box;border-left: none;}
#GlNav li#ProgramNav {border: 1px solid #1e1e1e;box-sizing: border-box;border-left: none;}
#GlNav li#EventNav {border: 1px solid #1e1e1e;box-sizing: border-box;border-left: none;border-top: none;}
#GlNav li#AnNav {border: 1px solid #1e1e1e;box-sizing: border-box;border-left: none;border-top: none;}
#GlNav li#PreNav {border: 1px solid #1e1e1e;box-sizing: border-box;border-left: none;border-top: none;}
#GlNav li#HumNav {border: 1px solid #1e1e1e;box-sizing: border-box;border-left: none;border-right: none; width: 16%; height: 80px;position: absolute;right: 0;line-height: 1.7;display: flex;justify-content: center;align-items: center;}
#GlNav li#HumNav button {display: initial;}
#GlNav li#HumNav button img {display: block;padding: 8px 0 0;width: 37px;height: auto;margin: 0 auto;}
#GlNav li#HumNav button span {padding-right: 0;font-size: 10.5px; font-weight: 600;color: #1e1e1e;}
#GlNav li#HumNav button {padding: 0;margin: 0;border: none;background: #fcfcfc;}
#GlNav a {display: flex;align-items: center;justify-content: center;}
#GlNav a img {width: 24px;height: 24px;padding: 8px 0 8px 6px;}
#GlNav a span {width: 75px;padding-right: 6px;}

div#CloseBtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 16%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#CloseBtn button {border: none;background: none;}
div#CloseBtn button img {display: block;width: 37px;height: auto;margin: 0 auto;}
div#CloseBtn button span {padding-right: 0;font-size: 10.5px; font-weight: 600;color: #1e1e1e;}
.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fcfcfc;
  overflow: auto;
}
.menu_item {display: block;margin: 16px 0;}
.menu_item a {
  width: 305px;
  height: 48px;
  border-radius: 24px;
  background: var(--YellowBase, #FDD000);
  color: var(--BlackBase, #1E1E1E);
  font-size: 15px;
  font-weight: 600;
  line-height: 48px; /* 320% */
  display: flex;
}
.menu_item img {width: 40px;height:40px;padding: 4px;flex-basis: 40px;flex-shrink:0;}
.menu_item span {flex-basis: auto;min-width: 217px;padding-right: 40px;text-align: center;}
.menu_item .accordion span {flex-basis: auto;min-width: 207px;padding-right: 0;text-align: center;}

.accordion summary {
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  width: 305px;
  height: 48px;
  border-radius: 24px;
  background: var(--YellowBase, #FDD000);
  color: var(--BlackBase, #1E1E1E);
  font-size: 15px;
  line-height: 48px; /* 320% */
  display: flex;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #1E1E1E;
  border-right: 3px solid #1E1E1E;
  content: '';
  transition: transform .3s;
}
.accordion[open] summary::after {
  transform: rotate(225deg);
}
.accordion li {display: block;text-align: center; margin: 0 16px auto;border-bottom: 1px dotted #ccc;}
.accordion li:last-child {border-bottom: none;}
.menu_item .accordion a {
  border-radius: 0;
  background: none;
  color: var(--BlackBase, #1E1E1E);
  display: initial;
  line-height: 48px;
  font-weight: 300;
}
.menu{
  pointer-events: none;
  opacity: 0;
  transition: opacity .15s linear;
}
.menu ul {
  margin: 120px auto;
}
.menu ul li ul {
  margin: initial
}
.menu.is-active{
  pointer-events: auto;
  opacity: 1;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}
.AudienceBtn {display: flex;flex-direction: column;row-gap: 8px;align-items: center;padding: 0 20px;}
.AudienceBtn a:link {
  width: 100%;
  max-width: 480px;
  height: 64px;
  border-radius: 32px;
  background: #F08300;
  color: #fcfcfc;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 64px; /* 355.556% */
  align-items: center;
}
.AudienceBtn a:visited {color: #fcfcfc;}
.SnsBox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}

/*フッター*/
footer {color: #1e1e1e;padding: 0 20px 24px;}
footer a:link {color:#1e1e1e;text-decoration:none;}
footer a:visited {color:#1e1e1e;text-decoration:none;}
footer a:hover {opacity: 0.8;text-decoration:none;}
footer a:active {text-decoration:none;}

#footer2016 {max-width: 1200px; margin: 0 auto;padding-top: 15px;display: none;}
.footerMenu2016 {padding: 0 0.6em 1.75em;font-weight: 400;}
.footerMenu2016 h4 {border-bottom: 1px solid dimgray;padding-bottom: 0.3em;font-weight: 600;font-size: 0.8rem;}
.footerMenu2016 ul {font-size: 0.85rem;padding-bottom: 15px;}
.footerMenu2016 ul li {/*border-bottom: 1px dotted #fffddd;*/line-height: 2.8em;}
#footer2016 li {list-style: none;font-size: 0.8rem;position: relative;padding: 0 0 0 15px;}
#footer2016 li:before{
	content: '-';
	position: absolute;
	left: 0;
	top: 0;}
#footer2016 li span {font-size: 0.6rem;}
#banner2016 {max-width: 1200px;margin: 0 auto;}
#footerInfo2016 {text-align: center;line-height: 2;}
#footerInfo2016 .s-word {font-size: 0.7rem;line-height: 1.4;text-align: left;font-weight: 400;}
#footerInfo2016 small {font-size: 10px;line-height: 16px;}
#footerInfo2016 a {text-decoration: underline;padding: 0 4px;}

/* ご意見 */
#audience-wrapper1 {max-width: 768px;margin: 0 auto;width: 100%;padding: 30px 0;}
#audience-form input#submit1 {padding: 0 6px;letter-spacing: 0.03em;}
#audience-home .AudienceBtn {display: none;}

/* 改行 */
.br-1024 {display: none;}
.s-word {font-weight: normal;font-size: 0.8em;margin: 0;}

a.defaultbutton {
  display: block;
  padding: 0.7em 1em;
  text-decoration: none;
  background: #f7931d;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #ab5421;
  border-radius: 6px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
}
a.defaultbutton:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}

/* single.php */
.BaseCont {padding: 0 0 40px 0;}
.BaseCont article {
  display: block;
  row-gap: 16px;
  column-gap: 16px;
}
.BaseCont article img {width: 100%;height: auto;}
.BaseCont #alpha h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.24px;
  margin: 0;
  padding-right: 0;
  height: auto;
}
.BaseCont article .hosoku {
  padding: 16px 0;
  font-size: 15px;
  line-height: 1.616;
  color: #1e1e1e;
}
.BaseCont article p {padding-bottom: 16px;}
#alpha{padding: 16px 20px 40px;}
#beta{padding:16px 20px 40px;}

/* modules */
.module-header {
  font-size: 16px;
  letter-spacing: .1em;
  border-bottom: 1px solid #1e1e1e;
  border-top: none;
  padding: 16px 0 0 0;
  line-height: 40px;
  margin: 0;
  font-weight: 600;
}	
.module-content ul li {
border-bottom: 1px dotted #949494;
padding: 16px 0;
display: flex;
}
.module-content ul li img {
  height: auto;
  padding-right: 8px;
  width: 96px;
}
.module-content ul li a {
  display: flex;
  align-items: center;
  color: #1e1e1e;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

@media screen and (min-width: 768px) {
#footerInfo2016 .s-word {text-align: center;}

h2.NewTitle {
  font-size: 32px;
  line-height: 32px;
}
h2.NewTitle span {
  font-size: 18px;
  line-height: 38px;
}
.BaseCont article .hosoku {
  font-size: 18px;
}
.module-content ul li a {
  font-size: 15px;
  padding-right: 16px;
  height: auto;
  line-height: 20px;
}
.appli #alpha {margin: 0 auto;}
}
@media screen and (min-width: 1200px) {
  #header2023 {padding:0;background: #fcfcfc;height: auto;}
  #HeadBox {
    display: flex;
    justify-content: space-between;
    height: auto;
    padding: 8px 20px;
  }
  #HeadBox h1 {width: 178px;padding: 0 0 0 4px;}
  ul.IconMenu {
    display: flex;
    width: 128px;
    height: 32px;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
  }
  nav {border-top: 1px solid #1E1E1E;border-bottom: 1px solid #1E1E1E;box-sizing: border-box;background: #fcfcfc;}
  #GlNav {
    height: 56px;
    align-items: flex-start;
    flex-wrap: nowrap;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    max-width: 1280px;
    margin: 0 auto;
  }
  #GlNav li {width: 16.6%;height: 56px;}
  #GlNav li#NewsNav {border: 1px solid #1e1e1e;border-left: none;border-top: none;border-bottom: none;}
  #GlNav li#TenkiNav {border: 1px solid #1e1e1e;border-left: none;border-bottom: none;border-top: none;}
  #GlNav li#ProgramNav {border: 1px solid #1e1e1e;border-left: none;border-bottom: none;border-top: none;}
  #GlNav li#EventNav {border: 1px solid #1e1e1e;border-left: none;border-top: none;border-bottom: none;}
  #GlNav li#AnNav {border: 1px solid #1e1e1e;border-left: none;border-top: none;border-bottom: none;}
  #GlNav li#PreNav {border: 1px solid #1e1e1e;border-left: none;border-top: none;border-bottom: none;}
  #GlNav li#HumNav {border-right: none;border-top: none;border-bottom: none;height: 56px;position: initial;width: 16.6%;display: flex;justify-content: center;align-items: center;}
  #GlNav li#HumNav button img {display: block;padding: 8px 8px 8px 0;width: 37px;height: auto;margin: 0 auto;}
  #GlNav li#HumNav button span {padding-right: 0;font-size: 16px; }
  #GlNav li#HumNav button {display: flex;justify-content: center;align-items: center;}
  #GlNav a {display: flex;align-items: center;justify-content: center;}
  #GlNav a img {width: 40px;height: 40px;padding: 8px 8px 8px 0;}
  #GlNav a span {width: auto;font-size: 16px;}
  #GlNav.fixed{
    position: fixed;
    z-index: 2;
    top:0;
    left:0;
  }
  div#CloseBtn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 16%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div#CloseBtn button {border: none;background: none;}
  div#CloseBtn button img {display: block;width: 37px;height: auto;margin: 0 auto;}
  div#CloseBtn button span {padding-right: 0;font-size: 11px; font-weight: 600;}

  .ContBox {width: 1200px;margin: 0 auto;}
  .BaseCont article {
    padding: 16px 0 40px;
  }
  
  #alpha{width: 808px;}
  #beta{width: 352px;padding-top: 0;}
  .BaseCont article {display: flex;justify-content: space-between;}
  .BaseCont #alpha h3 {
    font-size: 28px;
    line-height: 32px;
    padding-top: 8px;
  }
  .module-header {
    margin: 0 0 8px 0;
    padding-top: 0;
  }
  #secondary ul {
    padding: 0 0 40px;
  }
  footer {
    padding: 40px 20px 24px;
}
  

.br-sp {display: none;}
.br-1024 {display: block;}
#footer2016 {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 15px;
  justify-content: space-between;
}
#footer2016 .footerMenu2016 {
  width: 22%;
}
}
