@charset "utf-8";

/* Genericons */
@font-face {
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  src: url('../font/genericons-regular-webfont.eot');
  src: url('../font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
      url('../font/genericons-regular-webfont.woff') format('woff'),
      url('../font/genericons-regular-webfont.ttf') format('truetype'),
      url('../font/genericons-regular-webfont.svg#genericonsregular') format('svg');
}

  body, html {
    margin: 0;
    padding: 0;
  }
  body {
    font-size:62.5%;
    font-family:Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  }

  input, textarea, select {
    font-size: 1em;
    font-family:Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    padding: 4px;
  }

  .wrapper {
    background-color: rgba(222,239,247,0.5);
    max-width: 100%;
  }
  .header {
    background-color: rgba(255,255,255,1);
  }
  .header_div {
    width: 1040px;
    margin: 0 auto;
  }
  #site_logo {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    width: 230px;
    height: 90px;
  }
  #site_logo img {
    width: 100%;
    height: auto;
  }
  .corp {
    width: 300px;
    background-color: rgba(0,0,0,1);
    background-color: rgba(0,160,233,1);
    margin-right: 0;
    margin-left: auto;
    display: block;
    padding-left: 30px;
  }
  .corp img {
    max-width: 100%;
    height: auto;
  }
  .header_div:after {
    clear: both;
    display: block;
    content: "";
  }

  .main_menu {
    font-size: 1.6em;
    line-height: 150%;
    background-color: rgba(0,160,233,1);
    padding: 5px 0;
  }
  .main_menu ul {
    width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content:center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
  }
  .main_menu li {
    flex: auto;
    border-left: 1px dotted rgba(255,255,255,1);
  }
  .main_menu li:last-child {
    border-right: 1px dotted rgba(255,255,255,1);
  }
  .main_menu a {
    padding: 10px 15px;
    display: block;
    color: rgba(255,255,255,1);
    text-decoration: none;
    border-top: 2px solid rgba(0,160,233,1);
    border-bottom: 2px solid rgba(0,160,233,1);
    text-align: center;
  }
  .main_menu a:hover {
    background-color: rgba(255,255,255,0.2);
    border-bottom: 2px solid rgba(255,255,255,0.8);
  }
  .main_menu.sub ul {
    justify-content:flex-start;
  }
  .main_menu.sub li {
    flex:0 0 auto;
  }

  /* Responsive Navigation */
  .menu-toggle {
    display: none;
  }

  .body {
    width: 1040px;
    margin: 0 auto;
  }

  .swiper-container{
    background-color: rgba(255,255,255,1);
    text-align: center;
    padding: 20px 0;
  }
  .swiper-container .swiper-slide {
    background-color: rgba(255,255,255,1);
  }
  .swiper-container .swiper-slide img{
    max-width: 100%;
    height: auto;
  }


  .body h1 {
    font-size: 2rem;
  }
  .body h2 {
    font-size: 1.8rem;
  }
  .body h3 {
    font-size: 1.6rem;
  }
  .body p {
    font-size: 1.125rem;
    line-height: 150%;
  }
  .body li {
    font-size: 1.125rem;
    line-height: 150%;
  }
  .broadcast_time {
    font-size: 1.125rem;
    line-height: 150%;
  }
  .broadcast_time dt {
    float: left;
  }
  .broadcast_time dd {
    padding-left: 6em;
  }

  .body ul {
    padding-left: 20px;
  }
  #footer {
   background-color: rgba(0, 160, 233,1);
  }
  .copyright {
    text-align: center;
    padding: 20px 0;
    font-size: 0.825rem;
    color: rgba(255,255,255,1);
  }

  #coolchoice, 
  #fm_choice, 
  #project, 
  #news, 
  #contact {
    border: 5px solid rgba(0, 160, 233,1);
    border-radius: 30px;
    margin-top: 50px;
    margin-bottom: 120px;
    padding: 30px;
    padding-top: 0;
    background-color: rgba(255,255,255,1);
  }
  #coolchoice h1,
  #fm_choice h1, 
  #project h1, 
  #news h1, 
  #contact h1 {
    margin-top: -30px;
    margin-left: 10px;
    margin-bottom: 20px;
    border: 5px solid rgba(0, 160, 233,1);
    border-radius: 15px;
    background-color: rgba(0, 160, 233,1);
    color: rgba(255,255,255,1);
    display: inline-block;
    padding: 0 10px;
  }
  
  #coolchoice a {
    word-wrap: break-word;
  }
  .program_contents {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: nowrap; /* Safari */
  -webkit-justify-content: center; /* Safari */
  -webkit-align-items: stretch; /* Safari */
  margin-bottom: 50px;
  }

  .program_contents div,
  .supporters div {
    -webkit-flex: 1 1 auto; /* Safari */
    flex:         1 1 auto;
  }
  .program_contents h2,
  .supporters h2,
  .questionnaire h2 {
    border-left: 5px solid rgba(0, 160, 233,1);
    padding-left: 15px;
  }
  .supporters a.btn {
    font-size: 1.8rem;
    display: block;
    width: 22em;
    text-align: center;
    margin: 30px auto;
    padding: 30px 0;
    text-decoration: none;
    border: 5px solid rgba(241,122,0,1);
    color: rgba(246,215,177,1);
    text-shadow: 2px  2px 0 rgba(241,122,0,1),
                -2px  2px 0 rgba(241,122,0,1),
                 2px -2px 0 rgba(241,122,0,1),
                -2px -2px 0 rgba(241,122,0,1),
                 0px  3px 0 rgba(241,122,0,1),
                 0px -3px 0 rgba(241,122,0,1),
                 3px  0px 0 rgba(241,122,0,1),
                -3px  0px 0 rgba(241,122,0,1);
    background-color: rgba(249,243,236,1);
  }
  .supporters a.btn:hover {
    box-shadow: 0 0 7px rgba(128,128,128,1);
    background-color: rgba(246,215,177,1);
    color: rgba(249,243,236,1);
    color: rgba(255,255,255,1);
  }

  .questionnaire h3 {
    border-bottom:2px solid rgba(0,160,233,1);
    text-align:center;
  }
  .questionnaire .file .left {
    float:left;
    width:50%;
  }
  .questionnaire .file .right {
    float:right;
    width:50%;
  }
  .questionnaire .file p {
    margin-top:0;
    font-size:1.4rem;
    text-align:center;
  }
  .questionnaire .file p span {
    display:block;
  }
  .questionnaire .file:after {
    content:"";
    clear:both;
    display:block;
    padding-bottom:20px;
  }
  .questionnaire a.btn {
    font-size: 1.6rem;
    display: block;
    width: 16em;
    text-align: center;
    margin: 20px auto;
    padding: 20px 0;
    text-decoration: none;
    border: 5px solid rgba(123,217,40,1);
    color: rgba(255,255,255,1);
    text-shadow: 2px  2px 0 rgba(123,217,40,1),
                -2px  2px 0 rgba(123,217,40,1),
                 2px -2px 0 rgba(123,217,40,1),
                -2px -2px 0 rgba(123,217,40,1),
                 0px  3px 0 rgba(123,217,40,1),
                 0px -3px 0 rgba(123,217,40,1),
                 3px  0px 0 rgba(123,217,40,1),
                -3px  0px 0 rgba(123,217,40,1);
    background-color: rgba(237,255,223,1);
  }
  .questionnaire a.btn:hover {
    box-shadow: 0 0 7px rgba(128,128,128,1);
    background-color: rgba(216,255,183,1);
    color: rgba(255,255,255,1);
  }

  #news header {
    padding: 20px 0;
  }
  #news time {
    float: left;
    font-size: 1rem;
    line-height: 150%;
    padding-top: 10px;
    padding-left: 10px;
  }
  #news h2 {
    font-size: 1.4rem;
    padding-left: 5em;
    line-height: 150%;
    margin: 0;
  }
  #news article {
    border-bottom: 1px dotted rgba(218,218,218,1);
  }

  .news_inline {
    font-size: 1rem;
    line-height: 150%;
/*
    width: 80%;
    overflow: scroll;
*/
  }
  .accordion header:hover {
    background-color: rgba(255,238,238,1);
    cursor: pointer;
  }
  .accordion ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
  }
  .accordion li {
    margin-right: 10px;
  }
  .accordion li:last-child {
    margin-right: 0;
  }
  .accordion ul a {
    display: block;
    padding: 4px;
    border: 1px solid #ddd;
    background-color: #fff;
    line-height: 0;
  }

  .mailform {
    font-size: 1rem;
    line-height: 150%;
  }
  .mailform dt {
    float: left;
    padding: 5px
  }
  .mailform dt span {
    color: #f00;
    font-weight: 700;
    margin-left: 5px;
  }
  .mailform dd {
    padding-left: 12em;
    margin-bottom: 10px;
  }

  input, textarea, select {
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  input:hover, textarea:hover, select:hover {
    border-color: rgba(0, 160, 233,1);
  }
  input:focus, textarea:focus, select:focus {
    background-color: rgba(0, 160, 233,0.2);
  }

  .long {
    width: 100%;
  }
  input.short {
    width: 190px;
  }
  select.short {
    width: 200px;
  }
  .submit {
    display: block;
    margin: 20px auto;
    width: 200px;
    cursor: pointer;
  }

  #results1, 
  #results2 {
    text-align: center;
    font-weight: 700;
  }

  .comp, .err {
    font-weight: 700;
  }
  .err {
    color: #f00;
  }

  /* 管理画面 */
  .admin_list {
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border:1px solid #ddd;
    font-size: 1rem;
    line-height: 150%;
  }
  .admin_list th, .admin_list td {
    padding: 4px;
    border:1px solid #ddd;
    width: auto;
  }
  .admin_list th {
    text-align: center;
    background-color: #eee;
  }
  .admin_list td:nth-child(1),
  .admin_list td:nth-child(4) {
    text-align: center;
    padding: 0;
  }
  .admin_list td:nth-child(1) {
    width: 96px;
  }
  .admin_list td:nth-child(2) {
    width: 200px;
  }
  .admin_list td:nth-child(4) {
    width: 46px;
  }
  .admin_list a {
    padding: 4px;
    display: block;
  }
  .admin_list a:hover {
    background-color: #fee;
  }

/* 1240以下（ipad横） */
@media screen and (max-width:1240px) {}
/* ipad 横 */
@media screen and (max-width:1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .header_div {
    width: 1024px;
  }
  .body {
    width: 980px;
  }
  .corp {
    width: 270px;
  }
}
/* iPhoneX 横 */
@media screen and (max-width:818px) {
  html,body {
    -webkit-text-size-adjust: 100%;
  }
/*
  .wrapper {
    padding:constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
    padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  }
*/
  .header_div {
    width: 724px;
  }
  .main_menu ul {
    width: 724px;
    display: none;
  }
  .main_menu.sub ul {
    display: flex;
  }
  .body {
    width: calc(724px - 30px);
  }
  .swiper-wrapper {
    width: 724px;
  }
  .header_div {
    position: relative;
  }

  /* ハンバーガー */
  .menu-toggle {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    font-size: 0;
    border: 0 none;
    padding: 0;
    margin-bottom: 10px;
    color: #666;
    width: 30px;
    height: 21px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .menu-toggle:before {
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 0;
    font-family: 'Genericons';
    vertical-align: top;
    content: '\f419';
    margin-right: 20px;
  }
  .main_menu.toggled-on ul {
    display: block;
  }
  .main_menu.toggled-on li {
    float: left;
    width: 49%;
    border: none;
  }
  .main_menu.toggled-on li:nth-child(odd) {
    border-right : 1px dotted rgb(255, 255, 255);
  }
  .main_menu.toggled-on ul:after {
    content: "";
    clear: both;
    display: block;
  }

  .program_contents {
    display: block;
  }
  .supporters a.btn {
    width: 20em;
  }

  .questionnaire .file .left, 
  .questionnaire .file .right {
    float:none;
    width:100%;
  }
  .questionnaire .file p {
    margin-top:0;
    font-size:1.4rem;
    text-align:center;
  }
  .questionnaire .file p span {
    display:inline;
    padding-left:20px;
  }

  .accordion ul {
    width: 100%;
  }
  .accordion img {
    max-width: 100%;
    height: auto;
  }

  .mailform dt {
    float: none;
  }
  .mailform dd {
    padding-left: 0;
    margin-left: 0;
  }
}


@media screen and (max-width:768px) {
  .header_div {
    width: 100%;
  }
  .main_menu ul {
    width: 100%;
    display: none;
  }
  .body {
    width: calc(100% - 30px);
  }
}

/* iphone6+ 横 */
@media screen and (max-width:736px) {
  .body h1 {
    font-size: 1.6rem;
  }
  .body h2 {
    font-size: 1.4rem;
  }
  .supporters a.btn {
    text-shadow:none;
    color: rgb(241, 122, 0);
    font-size: 1.4rem;
  }
  .supporters a.btn:hover {
    color: rgb(241, 122, 0);
  }
  .questionnaire a.btn {
    text-shadow:none;
    color: rgba(123,217,40,1);
    font-size: 1.4rem;
  }
  .questionnaire a.btn:hover {
    color: rgba(123,217,40,1);
  }
  #news h2 {
    padding-left: 5em;
  }
}

/* iphone6 横 */
@media screen and (max-width:667px) {
  #site_logo {
    width: 200px;
  }
  .body {
  }
}

/* iphone5 横 */
@media screen and (max-width:568px) {
  .main_menu.toggled-on li {
    float: none;
    width: auto;
  }
  .main_menu.toggled-on li:nth-child(odd) {
    border: none;
  }
  .supporters a.btn {
    font-size: 1.2rem;
  }
  .questionnaire a.btn {
    font-size: 1.2rem;
  }
}

/* iphone4 横 */
@media screen and (max-width:480px) {
  .corp {
    width: 200px;
  }
  .supporters a.btn {
    width: 100%;
    text-align: center;
  }
  .questionnaire .file p span {
    display:block;
    padding-left:0;
  }

}
/* iphone6+ 縦 */
@media screen and (max-width:414px) {
  .corp {
    display: none;
  }
  #coolchoice h1, #fm_choice h1, #project h1, #news h1, #contact h1 {
    margin-left: 0;
    width: calc(100% - 30px);
    text-align: center;
  }
  .broadcast_time dt {
    float: none;
    font-weight: 700;
  }
  .broadcast_time dd {
    margin-left: 0;
    padding-left: 0;
  }
  .supporters a.btn {
    width: 80%;
    text-align: center;
    padding: 20px 10px;
  }
  .questionnaire a.btn {
    width: 80%;
    text-align: center;
  }
  .questionnaire a.btn span {
    display:block;
  }

  #news time {
    float: none;
  }
  #news h2 {
    padding-left: 10px;
  }
  .accordion ul {
    display: inline;
  }
  .accordion li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .accordion ul a {
   display: inline-block;
  }
  .accordion img {
    max-width: 100%;
    height: auto;
  }

}
/* iphone6 縦 */
@media screen and (max-width:375px) {}
/* iphone5 縦 */
@media screen and (max-width:320px) {
  .questionnaire a.btn span {
    display:none;
  }
  .questionnaire .file p {
    font-size:1.2rem;
  }
}