@charset "utf-8";






/* 親の方のタブ */




/* タブ本体 */
.panels > .panel {
  display: none;
}

.panels > .panel.active {
  display: block;
}






/* タブデザイン */

.tabs {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top:552px;
}






.tab {
	display: inline-block;
	background-color: rgba(255,255,255,0.7);
	color: #039;
	text-decoration: none;
	width: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	height: 50px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.5em;
}



.tab.active  {
	color: #fff;
	background-color: rgba(0,51,204,0.5);
}








	
	
	


	

	






/* 　　 */

/* ーーーーーーーーーーー */
/* ーーーーーーーーーーー */
/* ーーーーーーーーーーー */
/* ーーーーーーーーーーー */
/* ーーーーーーーーーーー */
/* ーーーーーーーーーーー */
/* ーーーーーーーーーーー */


/* 　　 */




/* 子の方のタブ */



.tab2 {
	position: absolute;
	width: 100%;
	margin-top: -16px;
	margin-left: -10px;
	padding-right: 2px;
	padding-left: 2px;
}









/* RESET */
ul, li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tab-title {
  width: 100%;
}
.tab-title:before, .tab-title:after {
  display: table;
  content: '';
}
.tab-title:after {
  clear: both;
}
.tab-title li {
  float: left;
  width: 20%;
  padding: .8em 0;
  color: #fff;
  text-align: center;
  background-color: #26C6DA;
  cursor: pointer;
}
.tab-contents li {
  display: none;
  padding: 1.4em;
  background-color: #fff;
}
.tab-contents li.active {
  display: block;
}



/* RESET */
ul, li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tab-title {
  width: 100%;
  &:before, &:after {
    display: table;
    content: '';
  }
  &:after {
    clear: both;
  }
  li {
    float: left;
    width: 25%;
    padding: .8em 0;
    color: #fff;
    text-align: center;
    background-color: #26C6DA;
    cursor: pointer;
  }
}
.tab-contents {
  li {
    display: none;
    padding: 1.4em;
    background-color: #fff;
    &.active {
      display: block;
    }
  }
}



/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/





/* 装飾1：アンダーバー*/
ul, li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tab-title {
  position: relative;
  width: 100%;
}
.tab-title:before, .tab-title:after {
  display: table;
  content: '';
}
.tab-title:after {
  clear: both;
}
.tab-title li {
  float: left;
  width: 25%;
  padding: .8em 0;
  color: #fff;
  text-align: center;
  background-color: #26C6DA;
  cursor: pointer;
}
.tab-title-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 2px;
  background-color: #F06292;
  -webkit-transition: .45s ease-in-out;
  -moz-transition: .45s ease-in-out;
  -o-transition: .45s ease-in-out;
  transition: .45s ease-in-out;
}
.tab-contents li {
  display: none;
  padding: 1.4em;
  background-color: #fff;
}
.tab-contents li.active {
  display: block;
}








/* RESET */
ul, li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tab-title {
  position: relative;
  width: 100%;
  &:before, &:after {
    display: table;
    content: '';
  }
  &:after {
    clear: both;
  }
  li {
    float: left;
    width: 20%;
    padding: .8em 0;
    color: #fff;
    text-align: center;
    background-color: #26C6DA;
    cursor: pointer;
  }
}
.tab-title-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 2px;
  background-color: #F06292;
  -webkit-transition: .45s ease-in-out;
  -moz-transition: .45s ease-in-out;
  -o-transition: .45s ease-in-out;
  transition: .45s ease-in-out;
}
.tab-contents {
  li {
    display: none;
    padding: 1.4em;
    background-color: #fff;
    &.active {
      display: block;
    }
  }
}





/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/





/* 装飾2：波紋エフェクト*/






/* RESET */
ul, li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tab-title {
  position: relative;
  width: 100%;
}
.tab-title:before, .tab-title:after {
  display: table;
  content: '';
}
.tab-title:after {
  clear: both;
}
.tab-title li {
	position: relative;
	float: left;
	width: 33.3%;
	color: #fff;
	text-align: center;
	background-color: #0099FF;
	cursor: pointer;
	overflow: hidden;
	padding-top: 0.8em;
	padding-right: 0px;
	padding-bottom: 0.8em;
	padding-left: 0;
}
.tab-title-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 2px;
  background-color: #F06292;
  -webkit-transition: .45s ease-in-out;
  -moz-transition: .45s ease-in-out;
  -o-transition: .45s ease-in-out;
  transition: .45s ease-in-out;
}
.tab-contents li {
  display: none;
  padding: 1.4em;
  background-color: #fff;
}
.tab-contents li.active {
  display: block;
}

/* 波紋 */
.ripple {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.ripple-animation {
  -webkit-animation: ripple .6s linear;
  -moz-animation: ripple .6s linear;
  animation: ripple .6s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}



/* RESET */
ul, li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tab-title {
	position: relative;
	width: 101.2%;








  &:before, &:after {
    display: table;
    content: '';
	margin-left: -5px;
  }
  &:after {
    clear: both;
  }
  li {
    position: relative;
    float: left;
    width: 25%;
    padding: .8em 0;
    color: #fff;
    text-align: center;
    background-color: #26C6DA;
    cursor: pointer;
    overflow: hidden;
  }
}
.tab-title-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 33.3%;
	height: 6px;
	background-color: #0033CC;
	-webkit-transition: .45s ease-in-out;
	-moz-transition: .45s ease-in-out;
	-o-transition: .45s ease-in-out;
	transition: .45s ease-in-out;
}
.tab-contents {
  li {
    display: none;
    padding: 1.4em;
    background-color: #fff;
    &.active {
      display: block;
    }
  }
}



/* 波紋 */
.ripple {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, .4);
  opacity: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.ripple-animation {
  -webkit-animation: ripple .6s linear;
  -moz-animation: ripple .6s linear;
  animation: ripple .6s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}




/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーーーーー*/





/* 瓦ページ：飾りバナー*/




#topbana {
	background-color: #09F;
	text-align: center;
	height: 150px;
	width: 101.8%;
	padding-top: 27px;
	margin-top: -20px;
	z-index: 99;
	position: absolute;
	margin-right: 0px;
}
