@charset "utf-8";
/* CSS Document */

html, html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  /* 選択禁止 */
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* padding margin reset */

* {
  padding: 0px;
  margin: 0px;
}

body {
  background-image: url("image/bg_01_1.png");
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-position:center;
  margin-left: auto;
  margin-right: auto;
  animation: fadeIn 10s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

/* 画質クリアChrome対応 */

img {
  -webkit-backface-visibility: hidden;
}

.style-main {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.col {
  width: 100%;
}

/* top visual change sp */

.sp_bg {
  display: block;  
}
.pc_bg {
  display: none;
}

/* Hide in thumbnails */

.thumbnail { 
  display: none;
}

.bx01{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bx01_2{
  background-color:#FFF;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
}

.bx1_anima {
  animation: fadeIn 8s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

.bx02 {
  background-color:#007CFF;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3px;
  text-align: center;
}

.bx02_a {
  background-image: url("image/bx_bg.png");
  background-position:bottom;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 10px;
  text-align: left;
}

.parent{
  /* flexboxを縦に配置 */
  display: flex;
  flex-direction: column;
}

.child_1{
  order: 2;
}
.child_2{
  order: 1;
}

.bx03 {
  background-image: url("image/bx06_br2.png");
  background-position:center;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 10px;
  text-align: center;
}

.bx04 {
  margin-left: auto;
  margin-right: auto;
  padding: 80px 20px;
  text-align: center;
}

.bx05 {
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px;
  text-align: center;
}

.bx05_1 ul li {
  margin-left: 20px;
  margin-right: 10px;
  display: inline;
}

.bx06 {
  background-image: url("image/bx06_br.png");
  background-position:bottom;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 30px 40px;
  overflow:hidden;
}

.bx07 {
  margin-left: auto;
  margin-right: auto;
  padding: 80px 5px;
  text-align: center;
}

.bx07 img {
  margin: 10px;  
  border:2px solid #d4ecff;
}

.bx00 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 150px;
  text-align: center;
  display: block;
}

span {
  display: inline-block;
}

h1 {
  font-size: 30px;
  color: #ffffff;
}

h2{
  font-size: 20px;
  color: #ffffff;
}

h3{
  font-size: 18px;
  color:#0F215B;
  margin: 10px 0px;
}

h4{
  font-size: 20px;
  color: #ffffff;
}

h5{
  font-size: 8px;
  color: #ffffff;
}

h6{
  font-size: 6px;
  color: #ffffff;
}


.button {
  border: 2px #006CED solid;
  background-color: #FFFFFF;
  border-color: #006CED;
  color:#006CED;
  padding: 15px 50px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: auto;
  text-decoration: none; 
}

.button:hover {
  text-decoration: none;
  border: 2px #006CED solid;
  background: #006CED;  
  color: #FFFFFF;  
}

.youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
 
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*　top back :JQuery　*/

.page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  padding: 20px 10px 20px 10px;
  background:#00DBFF;
  border-radius: 60px;
  font-size: 15px;
  ms-filter: "alpha(opacity=80)";
  moz-opacity: 0.8;
  khtml-opacity: 0.8;
  opacity: 0.8;
  text-decoration: none;
  color: #FFFFFF;
}

/* top fade-in */

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 10
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

/* fade animation 1 bottom in */

.animation {
  opacity : 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateY(300px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*fade animation 2 left in */

.animation2 {
  opacity : 0;
  visibility: hidden;
  transition: 0.7s;
  transform: translateX(-1000px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


@keyframes yura {
  0% {
      transform: translate(0,0px);
    }

  100% {
      transform: translate(0,-15px)
    }
}

/* img banner link */

.waku a img {
  border:2px solid #d4ecff;
 }
.waku a:hover img {
  border:2px solid #ff9331;
 }


                                            /* pc */
@media (min-width: 900px){

body {
  padding: 0px;
  animation: fadeIn 10s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  max-width: 1500px;
}

.col-tab {
  width: 50%;
  float: left;
  padding: 0px 0px;
}
   
/*top visual change pc*/

.sp_bg {
  display: none;  
}
.pc_bg {
  display: block;
}

.bx02_a {  
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  text-align:left;
}

.bx03 {
  margin-left: auto;
  margin-right: auto;
  padding: 100px 180px;
  text-align: center; 
}

.bx04 {
  padding: 80px 150px; 
}

.bx05 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  margin-bottom: 100px;
  padding: 30px 20px ; 
  text-align: center;
}

.bx06 {
  padding: 120px 50px; 
}

.bx07 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 60px 10px;
  text-align: center; 
}

.bx00 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 200px;
  padding: 20px 0px 0px;
  text-align: center;
  display: block;
}

.button {
  border: 2px #006CED solid;
  background-color: #FFFFFF;
  border-color: #006CED;
  color:#006CED;
  padding: 15px 80px;
  border-radius: 50px;
  font-size: 23px;
  font-weight: auto;
}
  
.button:hover {
  text-decoration: none;
  border: 2px #006CED solid;
  background: #006CED;  
  color: #FFFFFF;
}

/* flexboxを横に配置 */

.parent{ 
  display: flex;
  flex-direction: row;
}

.child_1{
  order: 1;
}
.child_2{
  order: 2;
}

h1 {
  font-size: 40px;
  color: #ffffff;
}

h2{
  font-size: 25px;
  color: #ffffff;
}

h3{
  font-size: 21px;
  margin: 20px 0px;
}

h4{
  font-size: 25px;
  color: #ffffff;
}

h5{
  font-size: 15px;
  color: #ffffff;
}

h6{
  font-size: 6px;
  color: #ffffff;
}
}