@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');


body {
  font-size: 14px;
  text-align: justify;
  background-color: #f9f9f9;
  overflow-x: hidden;
}

a:hover img {
  opacity: 70%;  
}

@media (min-width: 768px) {
  .brnone {
    display: none;
  }
}

.f_red {
  color: #FF0000;
}
.f_bk {
  color: #000;
}

/*　footer　*/
footer {
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #92A4A0;
  color: #fff;
}
footer .copy {
	font-size: 0.9em;
}

/* audition */
.audition {
	padding-top: 50px;
	padding-bottom: 35px;
	font-family: zen-old-mincho, sans-serif;
	background-image: url(../img/back.jpg);
	background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 575.98px) {
  .audition {
    padding-top: 20px;
  }
}

.audition .txtbox {
  background-color: #fff;
  border: 1px solid #111;
}
@media (max-width: 575.98px) {
  .audition .txtbox {
    margin-left: 3px;
    margin-right: 3px;
  }
}

.audition .title {
	text-align: center;
	font-size: 2em;
  font-weight: 700;
	color: #01b3bb;
  line-height: 1.3em;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .audition .title {
    font-size: 1.7em;
  }
}

.audition .midashi {
	font-size: 19px;
	font-weight: 600;
	color: #6CCCD0;
}

.audition .text {
	text-align: justify;
	font-size: 16px;
	font-weight: 400;
  line-height: 1.7em;
}

.audition .textL {
	text-align: justify;
	font-size: 19px;
	font-weight: 600;
  line-height: 1.7em;
}

/*
@media (max-width: 991.98px) {
  .audition .text {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .audition .text {
    font-size: 16px;
  }
}
*/




