@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@600&display=swap');

html{
  font-size: 62.5%;
  font-family: 'Noto Sans', sans-serif;
	scroll-padding-top: 150px;
}
body{
	margin-top: 0px;
	background-color: #F5F5F5;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	font-size: 1.6rem;
}
body.formpage {
	background-color: #fff;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1,h2,h3,h4,h5,.sub_title {
	font-weight: bold;
}

/*p {
  font-size: 0.857rem;
  line-height: 180%;
  //font-weight: bold;
}*/

img{
max-width: 100%;
height: auto;
//width /***/:auto;
vertical-align:bottom;　
}
a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
a {
transition: color 0.3s ease 0s;
	text-decoration: none;
	border-bottom: solid 1px #999;
	padding-bottom: 5px;
}
a:link {
	color: #062372;
}
a:hover {
	color: #eee;
}
a:visited {
	color: #999;
}

.box_link {
	position:relative;
}
.box_link a {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
	border: none;
}
.box_link a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.pc {
	display: block;
}
.mob {
	display: none;
}
.indentback1 {
	text-indent: -1em;
	padding-left: 1em;
}
.indentback2 {
	text-indent: -2em;
	padding-left: 2em;
}
.indentback3 {
	text-indent: -3em;
	padding-left: 3em;
}

main {
	width: 100%;
}
strong {
	font-weight: bold;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.btn2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 55px;
	outline: none;
	color: #FFFFFF !important;
	background-color: #1B85FB;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 10px;
	font-size: 1.8rem;
}
.btn2:hover {
	color: #FFFFFF;
	background-color: #1B85FB;
	opacity: 0.7;
}

.btn2.reservation {
	background-color: crimson;
}
.btn2.aus-center {
	background-color: #128584;
}
.btn2.end {
	pointer-events: none;
	cursor: not-allowed;
	background-color: #999;
	opacity: 0.8;
}
.end .flashing {
	animation: none !important;
	transform: none !important;
	-webkit-transition: none;
	transition: unset;
}
.end #iccwebform {
	pointer-events: none;
	opacity: 0.5;
}

h2 {
	font-size: 3rem;
	margin: 20px auto 30px;
	line-height: 1.4;
}
h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
p {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 0px;
}


.center {
	text-align: center;
	margin: auto;
}
.box-shadow {
 box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 1);
}
.float {
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	padding: 10px 0px;
	box-shadow: 0 5px 3px -3px rgba(0,0,0,0.1) inset;
	position: fixed;
	bottom: 0px;
	z-index: 10;
}
.float .container {
	display: grid;
    grid-gap: 10px;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 800px;
	margin: auto;
	text-align: center;
}

.float .btn {
	padding: 2rem 0rem;
}


.float_btn {
	background-color: #FF9D37;
	box-shadow: 0 -5px 3px -2px rgba(0,0,0,0.1);
	padding: 10px 0px 20px;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 75px;
	z-index: 9;
	color: #fff;
	font-size: 1.4rem;
}
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 10px;
	color: #fff;
	width: 100%;
	max-width: 300px;
}
.btn--darkblue,
a.btn--darkblue {
  color: #fff;
  background-color: #062372;
}

.btn--darkblue:hover,
a.btn--darkblue:hover {
  color: #fff;
  background: #408DCB;
}
.btn--green,
a.btn--green {
  color: #fff;
  background-color: #09C856;
}

.btn--green:hover,
a.btn--green:hover {
  color: #fff;
  background: #08F467;
}


@keyframes flashing {
0% {opacity: 0;}
100% {opacity: 1;}
}
.flashing {
animation: flashing 1s ease-in-out infinite alternate;
}




@media (max-width: 767px) {
	html{
		font-size: calc(100vw / 32);/*iPhoneの最小サイズ320pxに10px*/
	}
	h1 {
		font-size:2rem !important;/*320pxの時30pxに*/
	}
	p {
		font-size: 1.3rem !important;/*320pxの時14pxに*/
	}
	h2 {
		font-size: 1.8rem !important;
	}
	h3 {
		font-size: 1.4rem !important;
	}
	.container {
	padding: 20px;
	}
	.pc {
	display: none;
	}
	.mob {
	display: block;
	}
	
	.btn2 {
		font-size: 1.2rem;
	}
	.float {
		padding: 0px 0px !important;
	}
	.float .container .btn,
	.float .container a.btn,
	.float .container button.btn {
		padding: 10px 0px;
		margin: 0px auto !important;
	}
	.float_btn {
	font-size: 1rem;
}
	.btn,
a.btn,
button.btn {
  font-size: 1rem;
	width: auto;
	letter-spacing: 0em;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto !important;
}
}

@media (max-width: 480px) {
	
}


/* header
-----------------------------------------------*/
#head_wrap {
  top: -50px;
  position: relative;
  width: 100%;
  margin: 50px auto 0;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
	padding-top: 0px;
	background: rgba(255, 255, 255, 0.9);
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 250px;
	margin-top: 10px;
}

#global-nav {
  position: absolute;
  right: 0;
  top: 0;
	
}

#global-nav ul {
  list-style: none;
  font-size: 14px;
  margin-right: 10px;
  display: inline-flex;
}

@media (max-width: 767px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
  #head_wrap .logo img {
	  position: absolute;
top: -10px;
  width: 70%;
	  margin-top: 0;
}
	#head_wrap {
	padding-top: 0px !important;
}
}

#global-nav ul li {
  padding: 20px 10px;
}

#global-nav ul li:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  #global-nav ul li {
    border-right: none;
  }
}

#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
  font-weight: bold;
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 50px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
	background: rgba(255, 255, 255, 0.9);
	padding-top: 20px;
}

#head_wrap.fixed .logo {
  font-size: 36px;
  color: #062372;
}

#head_wrap.fixed #global-nav ul li a {
  color: #062372;
  padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

@media (max-width: 767px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
#head_wrap.fixed {
	background: rgba(255, 255, 255, 0);
	padding-top: 0px;
}
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #062372;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: 20px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #062372;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

#menu1, #menu2, #menu3, #menu4 {
  margin-top: 500px;
  padding-top: 130px;
}

#menu4 {
  padding-bottom: 100vh;
}



/* mainvisual
---------------------------------------------*/
#mainvisual {
	width: 100%;
	background-color: #2AB6BC;
	margin-bottom: 0px auto;
}
#mainvisual h1 {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 0px;
}
#mainvisual img {
	width: 100%;
	height: auto;
}

@media (max-width: 767px){
#mainvisual h1 {
	margin: 60px auto 0px;
}
}


/* sub
---------------------------------------------*/
#sub img.main {
	width: 100%;
	height: auto;
	max-width: 1200px;
}
#sub .container {
	max-width: 1200px;
	margin: auto;
	padding: 0px 0px 50px;
	width: 100%;
}
#sub .container .support {
	width: 100%;
	max-width: 880px;
	margin: 30px auto 50px;
}
#sub .container .support p {
	font-size: 1.6rem;
}

#sub .container h2 {
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	color: #000;
	margin-bottom: 30px;
}
#sub .container h2 span {
	color: #25B7BB;
}
#sub .container .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	margin-bottom: 50px;
}
#sub .container .grid .block {
	text-align: center;
	padding: 20px;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	border-radius: 10px;
}
#sub .container .grid .block span {
	font-size: 6rem;
}
#sub .container .grid .block .box {
	border: solid 1px #fff;
	padding: 20px;
}
#sub .container .grid .block.tokyo {
	background-color: #E9548C;
}
#sub .container .grid .block.kyoto {
	background-color: #749CD2;
}
#sub .logo_bar {
	background-color: #fff;
	padding: 20px 0px;
	display:flex;
	justify-content:space-around;
	flex-wrap: wrap;
}
#sub .logo_bar img {
	padding: 10px 30px;
	max-height: 60px;
}
@media (max-width: 767px){
	#sub img.main {
		width: 100%;
		height: auto;
	}
	#sub .container {
			padding: 30px 0px 0px;
			width: 90%;
	}
	#sub .container .grid {
	grid-template-columns: 1fr ;
}
	#sub .container .grid .block {
	font-size: 2rem;
}
#sub .container .grid .block span {
	font-size: 3rem;
}
#sub .logo_bar {
		flex-wrap: wrap;
}
#sub .logo_bar img {
		max-height: 40px;
}
	#sub .container .support {
	margin: 0px auto 50px;
}
	#sub .container .support p {
	font-size: 1.3rem;
}
}


/* movie
---------------------------------------------*/
#movie {
	text-align: center;
}
#movie .container {
	max-width: 800px;
	margin: 100px auto;
	width: 100%;
}

@media (max-width: 767px) {
	#movie .container {
			width: 90%;
		margin: 50px auto;
	}
}



/* venue
---------------------------------------------*/
.venue {
	padding: 50px 0px;
}
.venue h2 {
	text-align: center;
	font-size: 6rem;
	color: #fff;
	line-height: 1;
	margin: 0px auto 50px;
}
.venue h2 span {
	font-size: 4rem;
	opacity:0.8;
	font-family: "Poppins", "sans-serif";
}
#event.venue {
	background-color: #2AB6BC;
}
#tokyo.venue {
	background-color: #E9548C;
	color: #fff;
}
#kyoto.venue {
	background-color: #749CD2;
	color: #fff;
}
#timetable.venue {
	background-color: #999;
}

.venue .container {
	max-width: 1200px;
	margin: auto;
	width: 100%;
	margin: 50px auto;
}
.venue .container .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
	margin-bottom: 50px;
}
.venue .container .grid .box {
	background-color: #fff;
	border-radius: 20px;
}
.venue .container .grid .box img.main {
	border-radius: 20px 20px 0px 0px;
}
.venue .container .grid .box .contents {
	padding: 30px;
	
}
.venue .container .grid .box .contents h3 {
	font-size: 2.4rem;
	padding-left: 10px;
}
.venue .container .grid .box .contents h4 {
	font-size: 2rem;
	margin: 30px auto 10px;
}
.venue .container .grid .box .contents h4.time .fas {
	color: crimson;
}
.venue .container .grid .box .contents ul {
	margin: 20px auto 10px 1.5em;
}
.venue .container .grid .box .contents ul li {
	list-style: disc;
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 1.5rem;
}
#event.venue .container .grid .box .contents h3 {
	border-left: solid 15px #2AB6BC;
}
#tokyo.venue .container .grid .box .contents h3 {
	border-left: solid 15px #E9548C;
}
#kyoto.venue .container .grid .box .contents h3 {
	border-left: solid 15px #749CD2;
}
.venue .container .grid .box .contents .btn2 {
	margin: 10px auto 0px;
}
.venue .container .grid .box .contents .btn2:first-child {
	margin: 40px auto 0px;
}

#timetable .table-box table {
	color: #000;

}

#timetable .table-box th {
	background-color: #fff;
	padding: 20px;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	font-size: 2rem;
	text-align: center;
	vertical-align: middle;
	color: #CB2728;
}
#timetable .table-box th.time {
	width: 15%;
	padding: 30px 10px !important;
	font-size: 1.8rem;
	color: #000;
}
#timetable .table-box td {
	background-color: #fff;
	padding: 20px;
	border-bottom: 1px solid #D9D9D9;
	font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5
}
#timetable .table-box td.event {
	width: 20%;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
}
#timetable .table-box td.td_blue {
	background-color: #C8E3FF;
}
#timetable .table-box td.td_yellow {
	background-color: #FFF2BD;
}
#timetable .table-box td.td_red {
	background-color: #FFBDBD;
}
#timetable .table-box td.limit {
		width: 500px !important;
	}
.venue .container .map {
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.venue .container .map ul {
	margin: 0px auto 50px 1.5em;
}
.venue .container .map ul li {
	list-style: disc;
	line-height: 1.3;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.venue .container .map .btn2 {
	margin: 0px auto 50px;
}



#university.venue {
	background-color: #fff;
	color: #000;
}
#university.venue h2 {
	color: #000;
}
#university.venue h3 {
	font-size: 2rem;
	text-align: center;
}


#faq.venue {
	background-color: #fff;
	color: #000;
}
#faq.venue h2 {
	color: #000;
}
#faq.venue h3 {
	font-size: 2rem;
	text-align: center;
}


#contact.venue {
	color: #000;
	text-align: center;
	background-color: #F5F5F5;
}
#contact.venue .container {
	max-width: 800px;
}
#contact.venue .container .btn2 {
	margin-top: 50px;
}
#contact.venue h2 {
	color: #000;
}
#contact.venue h3 {
	font-size: 2rem;
	text-align: center;
}


@media (max-width: 767px) {
	.venue .container {
			width: 90%;
		margin: 0px auto 30px;
		padding: 0px;
	}
	.venue h2 {
	font-size: 4rem;
		line-height: 1.3;
		margin: 0px auto 30px;
}
.venue h2 span {
	font-size: 2rem;
}
	.venue .container .grid {
	grid-template-columns: 1fr;
		grid-gap: 30px;
}
	.venue .container .grid .box .contents h3 {
	font-size: 1.8rem;
}
	.venue .container .grid .box .contents h4 {
	font-size: 1.4rem;
}
#timetable .table-box th {
	font-size: 1.8rem;
	text-align: left;
}
#timetable .table-box th.time {
	font-size: 1.3rem;
	color: #000;
	text-align: center;
	width: 150px;
}
#timetable .table-box td {
	font-size: 1.3rem;
}
#timetable .table-box td.event {
	width: 20%;
	font-size: 1.3rem;
	text-align: center;
	font-weight: bold;
	width: 180px;
}
	

#timetable .table-box {
  overflow-x: scroll;
}
#timetable .table-box table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
#timetable .table-box table th,
#timetable .table-box table td {
  border: 2px solid #eee;
  padding: 4px 8px;
}
	
	
	
	#timetable .scroll {
		text-align: center;
		margin: 20px auto;
		font-size: 1.4rem;
	}
	#university.venue h3 {
	font-size: 1.6rem;
		margin: 10px auto;
}
	.venue .container .grid .box .contents ul li {
	font-size: 1.3rem;
}
	.venue .container .map ul li {
	font-size: 1.3rem;
}
}

@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
.scroll {
animation: scroll 1s ease-in-out infinite alternate;
}



/* accordionbox
---------------------------------------------*/

.accordionbox{
	max-width: 800px;
	margin: 30px auto 0px;
}
.accordionlist dt{
	display: block;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	text-indent: -1.4em;
	border-bottom: 1px dotted #eee;
}
.accordionlist dt:last-child{
    border-bottom: none !important;
}
.accordionlist dt .title{
    padding-left: 10px;
	width: 85%;
	float: left;
	text-align: left;
}
.accordionlist dt .title p{
	font-size: 1.6rem;
}
.accordionlist dd{
	display: none;
	text-align: left;
	padding-top: 10px;;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: 1.5rem;
	line-height: 150%;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #CCCCCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media (max-width: 767px) {
	.accordionlist dt .title p{
	font-size: 1.4rem;
}
	.accordionlist dd{
	font-size: 1.3rem;
}
}






/* sns
---------------------------------------------*/
section.sns {
	background-color: #fff;
}
section.sns a {
	border: none;
}
section.sns .container {
	padding: 80px 0px;
	max-width: 1000px;
	margin: auto;
	width: 100%;
}
section.sns .container .grid {
	margin: auto;
	width: 100%;
	max-width: 200px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}

@media (max-width: 767px) {
section.sns .container {
	width: 90%;
		padding: 50px 5%;
		margin: 0px auto;
}
}

/* footer
-----------------------------------------------*/

footer {
	padding: 50px 0px 100px;
	background-color: #4E4E4E;
	color: #fff;
	clear: both;
	text-align: center;
}
footer .container {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	font-size: 1.4rem;
	line-height: 1.5;
}
footer .container .copy {
	margin: 10px auto;
}

@media (max-width: 767px) {
	footer .container {
		font-size: .5em;
		width: 90%;
	}
}



