/* CSS Document */
/* =======================================

	 CSS BrowserReset BaseElements
	
	 (C)BLACKFLAG.NET ALL RIGHTS RESERVED.
	 http://black-flag.net/

 ======================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-style: inherit;
	font-weight: inherit;
  font-size: 100%;
}
html {
	-webkit-text-size-adjust: none;
}
img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}
a {
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
	color: #28539C;
}
a:hover{
	color: #FD87B0;
}
ol, ul {
	list-style: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table a{
	color: #000;
}
header, article, aside, section, footer, nav, menu, details, hgroup, summary {
	display: block;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/*----------------------------------------
	contents
----------------------------------------*/
.page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.page_top a {
  color: #fff;
  text-align: center;
  background-color: rgba(110, 113, 117, 0.4);
  display: block;
  overflow: hidden;
  position: relative;
  padding: 12px 0 0;
  width: 56px;
  height: 28px;
}
#contents {
  width: 976px;
  font-size: 90%;
  margin: 0 auto;
}
#contents p {
  line-height: 1.6;
}
.wrap {
    width: 976px;
    margin: 0 auto;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
ul,li{
	list-style: none;
}
img {
  flex-shrink: 0;
}
.sp-only{
	display: none;
}
.pc-only{
	display: block;
}
.mr30_pc {
  margin-right: 30px !important;
}
.mb30_pc {
  margin-bottom: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.flex {
  display: flex;
  justify-content: space-around;
}
.notes {
  font-size: 80%;
  line-height: 1.5;
}
.ta_r {
  text-align: right;
}
.btn{
  width: 427px;
  text-align: center;
  margin: 0 auto;
  font-size: 120%;
}
.btn a{
  position: relative;
  display: block;
  background-color: #042a72;
  color: #fff;
  font-weight: bold;
}
.btn a{
  padding: 20px;
}
.btn a:after{
  content:"";
  position:absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}
.btn a:hover{
  opacity:.75;
}
#visualArea {
  width: 976px;
  margin: 0 auto;
}
/*download*/
#download .notes {
  text-align: center;
  padding-top: 5px;
}
/*schedule*/
#schedule img {
  margin: 0 auto;
}
/*navicafe*/
#section_navicafe h2 {
	color: #ffffff;
	background-color: #4262ad;
	font-size: 120%;
	font-weight: bold;
	padding: 20px;
  line-height: 1.6;
  margin: 40px auto;
}
#section_navicafe {
  padding-bottom: 30px;
}

/*---------------------------
  SP
---------------------------*/
@media screen and (max-width: 767px){
  img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container {
    width: auto;
    margin: 0 auto;
  }
  .wrap {
    width: 94%;
    margin: 0 auto;
  }
  #contents,
  #visualArea{
    width: 100%;
    margin: 0 auto;
  }
  .sp-only{
    display: block;
  }
  .pc-only{
    display: none;
  }
  .flex {
    flex-wrap: wrap;
  }
  .mr30_pc {
    margin-right: 0px !important;
  }
  .mb30_pc {
    margin-bottom: 0px !important;
  }
  .btn{
    width: 100%;
    font-size: 100%;
  }
  .btn a{
    padding: 12px;
  }
  .btn_s a {
    padding: 5px;
  }
  .btn_s a:after {
    content: none;
  }
  #schedule ul.flex {
    display: block;
  }
  #schedule ul.flex li {
    padding-top: 15px;
  }
}