/* reset */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  background-color: #8dacd6;
  font-size: 1.2rem;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* style.css */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img{ width: 100%;} 

.warp{
    width: 100%;
    position: relative;
    z-index: 1;
}
.kv{ 
  position: relative;
    width: 100%;}
.kv_btn{ width: 30%;
    position: absolute;
    left:22.5%;
    top:70.5%;
    }
    
.container {
    position: relative;
    top:-0.5vw;
    z-index: 5;
  width: 75%;
  margin: auto auto 4% auto;
  padding: 3rem;
  background-color: #cadef7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  
}

header {
  text-align: center;
  margin-bottom: 2rem;
}

h1 {
  display: block;
  width: auto;
    margin: 0 auto;
    border-bottom: 6px solid #3d98f6;
  font-size: 2.3rem;
  color: #515151;
}

h2 {
    text-indent: 2.2rem;
    background: url(../images/itemBg.png) no-repeat left top;
    background-size: 9.3rem;
    line-height: 2rem;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 0.3rem;

  padding-bottom: 0.5rem;
  color: #fff;
}

ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

ul {
  padding-left: 2.5rem;
  margin-top: 0.5rem;
}

li {
  margin-bottom: 0.75rem;
}

.BTNS{ 
  position: relative;
  left: -1.5vw;
  width: 100%;
  z-index: 1;
}
.BTNS picture{ 
  position: relative;
 
}
  

 ul.BTNS li {
  z-index: 5;
  display: block;
  width: 15%;
  line-height: 5rem;
  position: absolute;
  top:62%;
  left: 43%;
  
}
ul.BTNS li a{ 
	display: block;
    width: 100%;
	height: 100%;
    line-height:6vw;
    /*background-color: aqua;*/
    text-indent: -9999px;}
ul.BTNS li:nth-child(2){
  top: 51.5%;
  width: 22%;
  left: 40%;
  height: 13%;
}
 ul.BTNS li:nth-child(3){
  top: 51.5%;
  width: 16.4%;
  left: 62.4%;
  height: 13%;
}
 ul.BTNS li:nth-child(4){
  top: 51.5%;
  width: 16.4%;
  left: 79.1%;
  height: 13%;
}

.listB ul li{ list-style-type:cjk-ideographic;
}
.logolink {
    position: absolute;
    max-width: 115px;
    width: 100%;
    height: auto;
    top: 0;
    left: 2.5vw;
    z-index: 100;
  
    @media only screen and (max-width: 768px) {
      left: 5vw;
      width: 17vw;
      height: 14vw;
    }
  
    a {
      width: 100%;
      height: 100%;
      display: inline-block;
    }
  }

  .footer {
			text-align: center;
			padding: 1rem;
			font-size: 0.8vw;
			color: #666;
			background: #a8caf8;
		}
@media (max-width: 768px) {
 
  .kv_btn{ 
	  width: 61%;
    position: absolute;
    left: 21.5%;
    top: 39.3%;
	  height: 6.5%;
    }

  .container {
    top:-7vw;
    width: 91%;
    padding: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }
  .BTNS{ 

  left: -13%;
  width: 114%;

}
  ul.BTNS li {

  width: 73%;
  left: 18%;
  
}
  ul.BTNS li a{ display: block;
    width: 100%;
    line-height:9.8vw;}
ul.BTNS li:nth-child(2){
  top: 67.8%;
  width: 68%;
  left: 22.5%;
  height: 9.3%;
}
 ul.BTNS li:nth-child(3){
  top: 78.2%;
  width: 68%;
  left: 22.5%;
  height: 9.3%;
}
 ul.BTNS li:nth-child(4){
  top: 88.7%;
  width: 68%;
  left: 22.5%;
  height: 9.3%;
}
.footer {
				font-size: 1.8vw;
			}
  
}
