/* ■■■■■■■■■　PC用　■■■■■■■■■ */
@media screen and (min-width: 481px){

.content {
  width: 1012px;
  text-align:center;
  margin-left:auto;margin-right:auto;
  text-align:left;
}

.menu {
  text-align: center;
  position: fixed;
  top: 0;
  bottom; 0;
  right: 0;
  left: 0;
  z-index:10;
  background:rgba(255,255,255,0.8);
 white-space: nowrap;
}
.menu_link {
  display: inline-block;
  width : 333px;
  height: 40px;
  background-color: #00007C;
  line-height: 40px;
  margin: 1px;
}
a.menu_link {
  color: #FFFFFF;
  text-decoration: none;
}
a.menu_link:visited {
  color: #FFFFFF;
}

.top {
  margin-top: 80px;
  width: 100%;
}

.slide {
  width: 80%;
}

.snsimg {
  width: 30px;
  height: 30px;
  margin: 5px 20px
}

footer {
  width: 100%;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  font-size: 13px;
}

.contents_p {
  margin: 0 0 80px 0;
  padding: 0 5px 0 0;
  font-size: 14px;
  display:table;
}

.c_left {
  width: 280px;
  display:table-cell;
  vertical-align : top;
}

.c_right {
  width: 732px;
  display:table-cell;
}

.heading {
  padding: 0.5rem 0.5rem;
  text-align: center;
  font-size: 22px;
  margin: 0px 30px 0px 0px;
  background-color: #00007C;
  color: #FFFFFF;
}

.news_t {
  font-weight: bold;
  padding: 0rem 1rem;
  margin: 0px 0px 0px 0px;
  border-left: 5px solid #000;
}

.prof_en {font-style: italic; padding: 0px 0px 10px 0px ;}

.link-t-a {
  position: relative;
  top: -90px;
  display: block;
}

.movie-wrap iframe {
     width: 100%;
     height: 450px;
}

ul {padding-left:20px}

ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.topimg {
  margin: 2% 0 0 0;
  width: 100%;
}

.comment {
  background: linear-gradient(135deg, #FFFFFF, #99CCFF);
  margin: 20px 0px 20px 0px;
  padding: 10px;
}
.comment_c {
  margin: 20px 0px 10px 0px;
}

.comment_p {
  text-align: right;
  font-size: 85%;
}

.comment_f {
  font-weight: bold;
  color: #4D1A06;
}

.fff {
   border: solid 30px #FFFFFF;
   background: #FFFFFF;
   border-radius: 10px ;
}

.song_t {
  font-weight: bold;
  color: #4D1A06;
  display:block;
  margin: 10px 0px 10px 0px;
}

body {
  background: linear-gradient(135deg, #FFFFFF, #99CCFF);
  font-family: Arial;
  color: #00007C;
}
}

/* ■■■■■■■■■　スマホ用　■■■■■■■■■ */
@media screen and (max-width: 480px) {

.menu {
  text-align: center;
  position: fixed;
  top: 0;
  bottom; 0;
  right: 0;
  left: 0;
  z-index:10;
  background:rgba(255,255,255,0.8);
}
.menu_link {
  display: inline-block;
  width : calc((100% - 10px) / 3) ;
  height: 30px;
  background-color: #00007C;
  line-height: 30px;
  font-size: 12px;
  margin-top: 1px;
  margin-bottom: 1px;
}
a.menu_link {
  color: #FFFFFF;
  text-decoration: none;
}
a.menu_link:visited {
  color: #FFFFFF;
}

.top {
  margin-top: 60px;
  width: 100%;
}

.slide {
}

.snsimg {
  width: 25px;
  height: 25px;
  margin: 5px 10px;
}

footer {
  width: 100%;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0px;
  font-size: 12px;
}

.contents_p {
  margin: 0 0 80px 0;
  font-size: 13px;
}

.heading {
  margin: 3% 0 3% 0;
  padding: 0.5rem 0.5rem;
  font-size: 20px;
  text-align: center;
  background-color: #00007C;
  color: #FFFFFF;
}

.news_t {
  font-weight: bold;
  padding: 0rem 1rem;
  border-left: 5px solid #000;
}

.prof_en {font-style: italic; padding: 0px 0px 10px 0px ;}

.link-t-a {
  position: relative;
  top: -70px;
  display: block;
}

.movie-wrap iframe {
     width: 100%;
     height: 270px;
}

ul {padding-left:15px}

ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.topimg {
  margin: 2% 0 0 0;
  width: 100%;
}

.comment {
  background: linear-gradient(135deg, #FFFFFF, #99CCFF);
  margin: 20px 0px 20px 0px;
  padding: 10px;
}
.comment_c {
  margin: 20px 0px 10px 0px;
}

.comment_p {
  text-align: right;
  font-size: 85%;
}

.comment_f {
  font-weight: bold;
  color: #4D1A06;
}

.fff {
   border: solid 15px #FFFFFF;
   background: #FFFFFF;
   border-radius: 10px;
   margin: 8px;
}

.song_t {
  font-weight: bold;
  color: #4D1A06;
  display:block;
  margin: 3px 0px 3px 0px;
}

body {
  background: linear-gradient(135deg, #FFFFFF, #99CCFF);
  font-family: Arial;
  color: #00007C;
}
}
