/* Generated by less 2.5.1 */
@charset "utf-8";
/* event Template v4.0 2016.11.30 uchida */
/*
  フォント設定は「1.0rem=10px」（html、bodyのfont-size設定を動かさない）
  大枠以外classにスタイル設定する。JSに使うclassは「js-**」としている
  タブレットサイズを〜@siteW、スマホサイズを〜768pxとする
*/

/* basic */
html {
  font-size: 62.5%;
  /*10px*/
}
body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
  text-align: center;
  line-height: 1.8;
  word-break: break-all;
  font-size: 1.5em;
  color: #333333;
}
body a {
  color: #333333;
}
body a:hover {
  color: #dd007f;
}
body div p.attentionTxt,
body div li.attentionTxt {
  color: #ff0000;
}
ul,
li,
ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  outline: none;

}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 auto;
}
h1,
h2,
h3 {
  letter-spacing: 0.15em;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
figure {
  margin: 0;
}

dl,
dt,
dd {
  margin: 0;
}
p {
  margin: 0;
}
/* common class */
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

/*Construction*/
header img {
  box-shadow: none;
}
#wrapper {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position:relative;
  /*ふわっと表示させる*/
    animation: fadeIn 1.0s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.0s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#container {
  min-height:1200px;
  position: relative;
  margin: 0 auto;
  background:url('../img/back_sub.png') no-repeat top center;
  background-size:cover;
}


#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}
#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}


footer {
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5;
}
footer .foonter-inner {
  width: 100%;
  margin: 0 auto;
}
footer .copyright {
  clear: both;
  color: #ffffff;
  padding: 1em 0 2em 0;
}
footer .copyright a,
footer .copyright .attention {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.main-contents {
  margin: 0 auto 3em;
}




/* PC & Tablet*/
@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  .spBr {
    display: none;
  }

  .block-section {
    width: 90%;	
  }

/* メインヴィジュアルブロック */
.mainImg {
  width: 100%;
  padding-top:40px;
  margin-bottom:40px;
  }
.mainImg img {
  max-width:700px;
  width: 30%;
  box-shadow: none;
}
.main-container {
  width:100%;
  margin: 0 auto 2.5em;
}

/*タイトル*/
#titleMainImg {
  text-align: center;
  padding: 100px 0 30px;
}

p#bun{
	font-size:16px;
	font-weight:500;
}

/*テーブル*/
table {
  width: 700px;
  margin:30px auto 0;
}

table td{
	width:50%;
	padding:20px 0 30px !important;
	background:rgba(255,255,255,0.5);
	border:1px solid #ccc;
}

table td.thum_img{
	padding:30px;
}

table td a{
	background:#3CA018;
	border-radius:30px;
	padding:10px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

table td a:hover{
	color:#D0F500;
}

table td p{
	margin-bottom:10px;
}

table td img{
	border:3px solid #ccc;
	padding:1px;
}

/*あ！チュウキョ～くんリンク*/

#chukyokun{
	margin:280px auto 0;
}

#chukyokun a {
  transition: 0.5s;
}
#chukyokun a:hover {
  opacity: 0.8;
}

#chukyokun img{
	width:240px;
	border:#ccc 3px solid;
	background:#fff;
	padding:20px;
}



  /* Page Top =================================== */
  .page-topLink {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 80%;
    border: 4px solid #93c526;
    color: #93c526;
    width: 20px;
    padding: 13px 10px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    behavior: url(PIE.htc);
  }
  .page-topLink a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #93c526;
    text-decoration: none;
  }
  .page-topLink:hover {
    background-color: #ffffff;
  }
  footer {
/*
	margin-top:500px;
*/
    background: #93c526;
    padding:0 0 3em;
  }
  footer .copyright {
    clear: both;
    color: #ffffff;
    margin: 0 auto;
    padding: 0;
  }
}
/*PC*/
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
  .pcBr {
    display: block;
  }
  .tabBr {
    display: none;
  }
  .main-contents {
    width: 960px;
  }

}
/*Tablet*/
@media screen and (max-width: 960px) {
  /* タブレット表示 */
  .ctvTab .pc > div:first-of-type {
    width: 98% !important;
    margin: 0 auto;
  }
  .ctvTab .pc > div:first-of-type > div > div:first-child {
    width: 20% !important;
  }
  .ctvTab .pc > div:first-of-type > div > div:last-child {
    width: 80% !important;
  }
  .ctvTab .pc > div:first-of-type > div > div:last-child iframe {
    width: 100% !important;
  }
  .ctvTab .pc > div:first-of-type > div > div:last-child iframe img {
    width: 100% !important;
  }
  .ctvTab ul {
    height: 30px;
  }
  .ctvTab ul li {
    width: 10% !important;
  }
  .ctvTab ul li a {
    width: 100% !important;
    height: 100% !important;
  }
  .ctvTab ul li a img {
    width: 100%;
    max-width: none;
  }
  .tabBr {
    display: block;
  }

  .main-contents {
    width: 96%;
  }

  #container{
	  min-height: 600px;
	  position: relative;
	  margin: 0 auto;
	  background: #def7ff url('../../img/back_sp.png') no-repeat bottom center;
	  background-size:140%;
  }


}
/*SP*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: block;
  }
  #container{
	  min-height: 600px;
	  position: relative;
	  margin: 0 auto;
	  background: #def7ff url('../../img/back_sp.png') no-repeat bottom center;
	  background-size:140%;
  }
.main-contents {
	margin: 0 auto 1em;
}

.main-container{
	width:96%;
	margin:0 auto;
	overflow: hidden;
}

/* メインヴィジュアルブロック */
.mainImg {
  padding-top: 20px;
  margin-bottom: 0px;
}

.mainImg img {
  max-width:250px;
  width: 80%;
  box-shadow: none;
}

/*プロフィールタイトル*/
#titleMainImg {
  text-align: center;
  width:90%;
  min-width:100%;
  margin: 0 auto;
  padding-top:20px;
}

p#bun{
	font-size:14px;
	font-weight:500;
}

/*テーブル*/
#container table {
  width: 96% !important;
  margin:20px auto 0;
}
#container table td{
	width:100%;
	display:block;
	padding:20px 0 30px;
	background:rgba(255,255,255,0.5);
	border-collapse:collapse;
	border:1px solid #ccc;
}

#container table td a{
	display:block;
	width:50%;
	margin:10px auto;
	background:#3CA018;
	border-radius:30px;
	padding:5px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

#container table td a:hover{
	color:#D0F500;
}

#container table td p{
	margin:10px auto;
	font-size:14px;
}

#container table td img{
	border:3px solid #ccc;
	padding:1px;
}


/*あ！チュウキョ～くんリンク*/
#chukyokun{
	width:50%;
	margin:80px auto 20px;
}

#chukyokun a {
  transition: 0.5s;
}
#chukyokun a:hover {
  opacity: 0.8;
}

#chukyokun img{
	width:80%;
	border:#ccc 3px solid;
	background:#fff;
	padding:20px;
}




  .page-topLink {
    display: none !important;
  }
  footer .footer-inner > div {
    margin: 0 auto !important;
  }
}
