@charset "utf-8";
body {
  margin: 0px;
  padding: 0px;
  background: #004680;
  color: #5c5c5c;
  font: 20px/1.5 'Source Sans Pro', sans-serif;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0px;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.1;
}
p {
  margin: 0 0 1em 0;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ol {
  margin: 0px;
  padding: 0px 0px 0px 24px;
}
dl,dt,dd {
  margin: 0px;
  padding: 0px;
}
a {
  color: #0061b1;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:hover {
  opacity: 0.6;
}
a img {
  border: none;
}
footer {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 20px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
.mt80{margin-top: 80px !important;}
.mt100{margin-top: 100px !important;}
.mb0 {margin-bottom: 0px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 20px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 40px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb100 {margin-bottom: 100px !important;}
.clear {clear: both;}
.red {color: #f00;}

/*---------- Main Visual ----------*/
#mv {
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  width: 1000px;
  position: relative;
}
#mv h1 {
  position: absolute;
  color: white;
  top: 20px;
  left: 30px;
  font-weight: 700;
  font-size: 3em;
}
#mv p {
  position: absolute;
  color: white;
  top: 80px;
  left: 30px;
  font-weight: 700;
  font-size: 1em;
}
#mv img {
  width: 100%;
  vertical-align: bottom;
}
/*---------- Contents ----------*/
#contents {
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  background: #fff;
  width: 900px;
}
/*---------- About ----------*/
#about ul {
  font-size: 0;
}
#about li {
  display: inline-block;
  width: auto;
  margin: 0 1% 0 0;
}
#about ul li img {
  width: auto;
  height: 48px;
}
/*---------- Ticket ----------*/
#ticket {
  margin-top: 40px;
  text-align: center;
}
#ticket .register {
  margin-top: 40px;
  margin-bottom: 40px;
}
#ticket .register a {
  color: white;
  background: #004680;
  padding: 15px 100px;
}
/*---------- Link ----------*/
#link {
  margin-top: 40px;
}
#link .AtrBox {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
}
#link img {
  width: 85px;
}
#link .AtrBox .left {
  width: 115px;
}
#link .AtrBox .center {
  flex: 1;
  font-size: 16px;
}
#link .AtrBox .right {
  width: 115px;
  padding-bottom: 69px;
  text-align: right;
}
#link ul.cp_list {
  font-size: 16px;
  margin-top: 40px;
  background: #004680;
  padding: 20px;
  list-style-type: none;
}
#link ul.cp_list li {
  position: relative;
  padding: 0em 0.3em 0.3em 1.3em;
  color: #fff;
}
#link ul.cp_list li:before {
  position: absolute;
  content:'';
  top: 0.5em;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
}
#link ul.cp_list li a {
  color: #fff;
}


@media only screen and (max-width: 767px){
body {
  font: 16px/1.5 'Source Sans Pro', sans-serif;
  background: #fff;
}
#contents {
  width: 90%;
  padding: 0;
}
footer {
  width: 90%;
  font-size: 80%;
  color: #5c5c5c;
}

/*---------- Main Visual ----------*/
#mv {
  width: 100%;
}
#mv img {
  width: 100%;
}
/*---------- About ----------*/
#about {
  margin-top: 40px;
}
#about li {
  width: 29%;
  margin: 2% 2%;
}
/*---------- Link ----------*/
#link .AtrBox {
  width: 100%;
  display: block;
}
#link .AtrBox .center {
  font-size: 14px;
}
#link .AtrBox .right {
  margin-top: 40px;
  padding-bottom: 0;
  text-align: initial;
}
#link ul.cp_list {
  font-size: 14px;
}

}
