@charset "utf-8";
#wrap {
	background: #B3F5B4;
	font-family:"ＭＳ Ｐゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-bottom: 50px;
	font-size:75%;
}
#wrap * {
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#wrap .tit_area {
    width: 572px;
    margin: 0 auto;
    position: relative;
}
.ad_part2 {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 40px;
    left: 360px;
    transform: rotate(15deg);
}
#wrap h1 {
	text-align: center;
	padding: 110px 0 20px 0;
}
.counter {
	width: 50%;
    margin: 0 auto 30px auto;
}
.counter .blink {
	display: block;
	text-align: center;
	font-size: 450%;
	line-height: 100%;
}
.counter .blink span {
	margin: 0 10px;
}
#wrap .counter .visit {
    margin: 15px auto;
	font-size: 150%;
	line-height: 130%;
	font-weight: bold;
	text-align: center;
}
#wrap .counter table {
	width: auto;
    margin: 0 auto;
}
#wrap .concept {
	border-collapse: separate;
	border-spacing: 13px;
	font-size: 130%;
	line-height: 160%;
	width: 40%;
    margin: 0 auto 60px auto;
}
#wrap .concept tr {
	margin: 10px 0;
}
#wrap .concept tr th {
  border: 1px solid;
  background: #FEFE00;
  font-weight: bold;
  padding: 6px 3px;
  text-align: center;
  width: 20%;
  box-shadow: -1px -1px 1px #fff, 3px 3px #000000;
  /*box-shadow: 2px 2px 4px;*/
}
#wrap .concept tr td a {
	color: #09F;
	text-decoration: underline;
}
#wrap .concept tr td a:hover {
	color: #F03;
}
#wrap .concept tr td span {
    font-weight: bold;
    color: red;
}
.mov,.part1 {
	width: 650px;
	margin: 0 auto 30px auto;
}
.mov h2 {
    width: 30%;
    margin: 0 auto 30px auto;
  border: 1px solid;
  background: #FEFE00;
  font-weight: bold;
  padding: 6px 3px;
  text-align: center;
  box-shadow: -1px -1px 1px #fff, 3px 3px #000000;
  font-size: 150%;
}
.part1 .tit-accordion {
  border: 1px solid;
  background: pink;
  font-weight: bold;
  padding: 6px 3px;
  text-align: center;
  box-shadow: -1px -1px 1px #fff, 3px 3px #000000;
  font-size: 150%;
  margin-bottom: 30px;
  cursor: pointer;
}
#wrap .part1 .concept {
	border-collapse: separate;
	border-spacing: 13px;
	font-size: 130%;
	line-height: 160%;
	width: 95%;
    margin: 0 auto 60px auto;
}
#wrap .part1 .mov h2 {
    background-color: #FEFE00;
}
#wrap .part1 #accordion {
    display: none;
}
.mov ul li {
	width: 300px;
	float: left;
	text-align: center;
	margin-bottom: 30px;
	font-size: 120%;
	line-height: 140%;
	border: 1px solid;
    background: #F8D32F;
    font-weight: bold;
    padding: 6px 3px;
    box-shadow: -1px -1px 1px #fff, 3px 3px #000000;
}
.mov ul li a {
    display: block;
}
.mov ul li:hover {
    background: #F9DB57;
}
.mov ul li:nth-child(2n+1) {
	margin-right: 30px;
}
.mov ul li video {
	width: 100%;
}
.end {
	padding: 0 10px;
	text-align: center;
    margin-bottom: 50px;
}
.end h2 {
	text-align: center;
	font-size: 250%;
	margin-bottom: 20px;
	font-weight: bold;
	color: red;
}
.end p {
	font-size: 160%;
	line-height: 150%;
	text-align: center;
    color: red;
}
.end a {
	font-size: 250%;
	line-height: 2em;
	font-weight: bold;
	color: #00f;
	text-decoration: underline;
}
.end a:visited {
	color: #800080;
}

@media (max-width: 780px) {
#wrap .tit_area {
    width: 90%;
}
.ad_part2 {
    width: 60%;
    position: static;
    top: 0;
    left: 0;
    transform: rotate(0deg);
    padding-top: 20px;
}
#wrap h1 {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}
#wrap h1 img {
	width: 100%;
}
.counter {
	width: 99%;
}
.counter .blink {
	display: block;
	text-align: center;
	font-size: 300%;
	line-height: 100%;
}
.counter .blink span {
	margin: 0 5px;
}
.counter .hello {
	width: 40%;
}
#wrap .counter .visit {
	font-size: 140%;
}
#wrap .concept {
	width: 99%;
}
#wrap .concept {
	font-size: 110%;
	line-height: 130%;
	width: 99%;
}
#wrap .concept tr th {
 	padding: 8px 2px;
	font-size: 110%;
 	width: 28%;
}
.mov,.part1 {
	width: 100%;
}
.part1 h2 {
  width: 90%;
  font-size: 150%;
  margin: 0 auto 30px auto;
}
.mov h2{
  font-size: 150%;
  width: 50%;
  margin: 0 auto 30px auto;
}
.mov ul li {
	width: 80%;
	float: none;
	margin: 0 auto 30px auto;
	font-size: 120%;
}
.mov ul li:nth-child(2n+1) {
	margin-right: auto;
}
.end {
	padding: 0 10px;
}
.end h2 {
	font-size: 200%;
}
.end p {
	font-size: 130%;
	line-height: 130%;
}
	
	
	
	
	
}
