@charset "utf-8";
/* 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;
}
body {
	background-color: #F5F5F5;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/*‹¤’Ê*/
.sp {
	display: none;
}
.pc {
  display: block;
}
#page {
	min-width: 980px;
	margin: 0 auto 50px;
	overflow: hidden;
  text-align: center;
}
#main {
  width: 976px;
	font-family: "ƒƒCƒŠƒI", "Meiryo", "verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Sans-Serif;
	line-height: 1.2;
	margin: 0 auto;
	position: relative;
}
#page h1 {
	width:100%;
	color: #022B82;
	font-size: 28px;
	font-weight: bold;
	padding: 34px 0;
  line-height: 1.6;
}
#page h1 p {
  width: 976px;
  margin: 0 auto;
}
#container{
  line-height: 1.8;
}
img {
  flex-shrink: 0;
}
.btn,
.btn_pdf{
  text-align: center;
  margin: 0 auto;
}
.btn a,
.btn_pdf a{
  position: relative;
  display: inline-block;
  background-color: #1B7BDB;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  width: 300px;
  box-sizing: border-box;
}
.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(135deg);
  margin-top: -5px;
}
.btn a:hover,
.btn_pdf a:hover{
  opacity:.75;
}
.btn_pdf span{
  display: block;
  font-size: 90%;
  font-weight: normal;
}


.model_table {
  margin: 0 auto;
}

table{
  border: 1px solid #dee2e6;
  background-color: #fff;
}
th {
  font-weight: bold;
  padding: 0.75rem;
  background-color: #e9ecef;
  color: #495057;
  border: 1px solid #dee2e6;
}
td{
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: middle;
}

.model_table td.model_td_ttl{
  width: 40%;
}

.movie_area {
    margin: 100px auto;
}
.movie_area h3{
  width: 100%;
  color: #022B82;
  font-size: 28px;
  font-weight: bold;
  padding: 34px 0;
  line-height: 1.6;
}
.movie_area h4 {
  color: #022B82;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
.movie_area h5 {
  color: #022B82;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.movie_box {
    background: #e9ecef;
    padding: 20px 0;
    width: 606px;
    margin: 0 auto 60px;
    box-sizing: border-box;
}
.dl_box {
    padding: 40px 0 20px;
}
.dl_box p a{
  display: inline-block;
  background-color: #1B7BDB;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  width: 300px;
  box-sizing: border-box;
  border-radius: 100px;
  margin-bottom: 20px;
}
.dl_box p a:hover{
  opacity:.75;
}
.banner_area {
  margin-top: 60px;
}
.banner_area .banner_td {
  width: 70%;
}
.banner_area .banner_td p a:hover{
  opacity:.75;
}


/*---------------------------
  SP—p
---------------------------*/
@media screen and (max-width:767px) {
  #page {
    min-width: 320px;
    min-height: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #page h1{
    font-size: 24px;
    padding: 13px 10px;
    box-sizing: border-box;
  }
  #page h1 p {
    width: auto;
  }
  #main {
    width: auto;
  }

  /*‹¤’Ê*/
  .content_box {
    padding: 0 10px;
  }
  .flex {
    flex-wrap: wrap;
  }
  .mr30_pc {
    margin-right: 0px !important;
  }
  .btn,
  .btn_pdf{
    width: 100%;
    font-size: 100%;
  }
  .btn a,
  .btn_pdf a{
    padding: 12px;
    width: 100%;
  }
  .btn a:after{
    margin-top: -8px;
  }
  .model_table {
    margin: 0 10px;
  }
  table {
    font-size: 14px;
  }
  .movie_area h3 {
    font-size: 24px;
    padding: 24px 0;
  }
  .movie_area h4 {
    font-size: 20px;
    padding: 24px 0;
  }
  .movie_area h5 {
    font-size: 18px;
    padding: 24px 0;
  }
  iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
  }
  .movie_box {
    padding: 20px 10px;
    width: 100%;
  }
  .dl_box {
    font-size: 14px;
  }
  .banner_area {
    margin: 60px 10px 0;
  }
  .banner_area .banner_td {
    width: 60%;
  }
  .banner_area td.banner_td img {
    width: 100%;
  }
  
  
}


.mt30{
  margin-top: 30px;
}