@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html{
font-size: 60.5%;
}
body {
font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height: 170%;
color: #555;
background-image: url(bg.gif);
margin: 0;
padding: 0;
font-size:1.6rem;
line-height: 2;
text-align: center;
background-color: #fff;
}
a {
color: #555;
}
img {
max-width: 100%;
}
h1 {
font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
font-size: calc(2rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
line-height: 1.3;
}
h2 {
font-size: 16.5px;
  line-height: 1.3;
  line-height: 180%;
color: #079a3f;
}
h3{
  font-size: 18px;/* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
  line-height: 0;
}
.font-l{
font-size: 1.4em;
  font-weight: bold;
  color: #c35782;
}
.font-m{
  font-size: 0.8em;
}
.font-s{
  font-size: 10px;
  float: right;
}
.clear30{
clear: both;
height: 30px;
}
hr.style6 {
  border-top: 1px solid #bfbebe;
	border-bottom: 1px solid #fff;
}

.title {
/* clor: #fff; */
  padding: 9px;
  line-height: 1.8;
  font-weight: bolder;
  font-size: 5rem;
  text-align: left;
}

.underline{
font-size: 125%;
text-decoration: underline;
color: #000;
font-weight: bold;
}
.container {
width: 900px;
margin-right: auto;
margin-left: auto;
background-color: #fff;
}
.copy{
color: #fff;
}
.header{
  text-align: center;
  margin: 0 auto;
}
.navi{
  font-size: 1.3rem;
  text-align: right;
  margin-right: 3em;
}
.left-text{
text-align: left;
}
.flexbox {
display: -webkit-flex;
display: flex;
justify-content: center;
}

.box-left{
text-align: right;
}
.box-right{
text-align: left;
}

.namae{
color: #079a3f;
font-weight: bold;
}
.artist1 {
  width: 44%;
  margin: 0;
    margin-left: 0px;
  text-align: left;
  float: left;
  font-size: 0.85em;
  margin-left: 3em;
}
.artist1 img{
float: left;
margin-right: 1em;
}

.artist{
width: 100%;
margin-left: 20%;
}
.artist2 {
float: left;
width: 250px;
margin-left: 1em;
line-height: 1.1em;
}
.artist3 {
float: left;
width: 250px;
margin-left: 1em;
line-height: 1.1em;
}

#footer {
  padding: 20px 0;
  background-color: #000;
  border-top: 3px solid #1B3774;
  bottom: 0;
  width: 100%;
}

.footer img{
width:60%;
}

@media screen and (max-width: 750px){
body{line-height: 2;}
.container,.main{width: 100%;}
img {max-width: 100%;}
h1{font-size: 2.4rem;/* 24px*/}
h2 {font-size: 1.3rem;/* 20px*/}
.navi{font-size: 1rem;}
.flexbox{
    display: flex;
    flex-direction: column;
}
.box-left{text-align: center;}
}




table.table01 {
	width:87%;
text-align: left;
	border-collapse: collapse;

  margin: auto;
}
table.table01 thead th {
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {

}
table.table01 tbody th {
padding: 20px 25px;
	border-bottom:#aaa solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {

}
table.table01 tbody td {
	padding:20px 15px;
	border-bottom:#aaa solid 1px;
	vertical-align:top;
}


@media screen and (max-width: 750px) {
.artist1{
width:99%;
}

}
.title {
  padding: 9px;
  line-height: 1.8;
  font-weight: bolder;
  font-size: 3rem;
  text-align: center;
}
.footer img{
width:90%;
}
.artist img{
display: block;
text-align: center;
display: flex;
  justify-content: center;
align-items: center;
width: 80%;
margin: 1rem auto;
float: none;
}

th{width: 100%;}
table.table01{
width: 100%;
}
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
    border-bottom: none;
padding: 10px 0px;
text-align: center;
}
table.table01 tbody td {
	display:block;
  text-align: center;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}
