@charset "UTF-8";

html {
overflow-y: scroll;
overflow-x: hidden;    
}

body {
   margin:0 0 0 0;
   padding:0;
   line-height:2.0;
   letter-spacing:1px;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   font-size:17px;
   color:#4d484e;
   	overflow: hidden;
	min-width: 750px; 
    background: url(https://gluco-help.com/_cabinet/images/_img_item/su/su-dc-hba1clow2-2s/back.jpg);
    background-attachment: fixed;
    background-size: cover;
  background-position: top center;

}



h1,h2,h3,h4,h5,h6 {
   margin:0;
   padding:0;
}

p {
   margin:0 0 2em 0;
   padding:0 70px 0 70px;
   color:#000000;
}

.address {
   margin:0 0 2em 0;
   font-size: 0.8em;
   padding:0 70px 0 70px;
   color:#ffffff;
}

.copy {
   font-size: 0.9em;
   padding:0 70px 0 70px;
   color:#ffffff;
}

.center {
    padding: 0 auto 0 auto;
}


br {
   letter-spacing:normal;
}

img {
vertical-align:top;
}

a {
   color:#808cb5;
   text-decoration:none;
}

a:hover {
   color:#808cb5;
   text-decoration:underline;
}



#wrap {
width:750px;
margin:0 auto; 
filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.4));  
}

#header {
width:100%;
margin: 0px auto;
text-align: center;
background-size:750px auto; 
  
}




#contents {
width:750px;
margin:auto; 
padding: 20px 15px　20px　15px;
background:#ffffff; 
}




#youtube {
width:750px;
padding: 26px 0px 50px 41px;    
background:url(https://gluco-help.com/_cabinet/images/_img_item/su/su-dc-hba1clow2-2s/tv.png) no-repeat;
background-size:750px auto; 
margin: 0px 0 0 0px;
}





.mv {
  width: 750px;
  height: 20%;
  position: relative;
  overflow: hidden;
}
 
/* 全体を囲う要素 */
.mv-wrap {
  position: relative;
  /* 背景画像の高さ */
  height: 100px;
}
 
video {
  display: block;
  width: 100%;
  /* 背景画像の高さ */
  height: 20px;
  /* 高さを維持したまま全体を表示させる */
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
 





*{margin:0;padding: 0;}

/*sliderのアニメーションを指定*/
/*アニメーションの開始位置を指定*/
@keyframes slider{
  0%{
    top:0px;
    left:0px;
  }
/*アニメーションの終了位置を指定*/
/*画像10枚分のwidthをスライドさせ、開始の画像が4枚表示された時にリピート開始*/
  100%{
    top:0px;
    left:-600px;
  }
}
.sliderBox{
/*スライダーの枠を設定する*/
/*幅を画像4枚分のwidthに指定することでループする際にコマ切れをなくす(変なところでループする)*/
  width:864px;
/*表示したい画像の高さ*/
  height:150px;

/*ボックスからはみ出た画像は表示されない*/
  overflow:hidden;
  position:relative;


/*中央寄せ*/

  margin-left: 0px;
}

.sliderBox ul{
/*画像13枚分の長さ*/
  width: 1800px;
  height: 150px;
  list-style-type: none;
/*ボックスを親に設定した位置にするため(要素の位置を動かすためにpositionを設定＝スライドさせるため)*/
  position: absolute;
  animation-name: slider;
/*再生秒数を指定(スライドする速さに影響)*/
  animation-duration: 100s;
/*無限ループ再生*/
  animation-iteration-count: infinite;
/*速度を均一にする*/
  animation-timing-function: linear;
}

/*float:leftで並んだ13枚の画像幅は250px*13=3500px*/
.sliderBox ul li{
  float: left;
}









/* 
 * コンバージョンボタン
 */
.btn-cv2 {
  padding: 10px 0 10px 0;
  overflow: hidden;
  position: relative;
    background: url(https://gluco-help.com/_cabinet/images/_img_item/su/su-dc-hba1clow2-2s/kv-btn.jpg);
    background-size:750px auto; 
}
.btn-cv2 a {
  color: #fff;
  display: block;

  margin: 0px auto 0px auto;
  padding: 0 0 0px 0;
  position: relative;
  text-align: center;
  width: 100%;
    height: 100%;  
}












/* 
 * コンバージョンボタン
 */
.btn-cv {
  padding: 0px 0 0px 0;
  overflow: hidden;
  position: relative;
}
.btn-cv a {
  color: #fff;
  display: block;

  margin: 0px auto 0px auto;
  padding: 0 0 0px 0;
  position: relative;
  text-align: center;
  width: 100%;
    height: 100%;  
}
.btn-cv.is-fz20 a {
  font-size: 20px;
}
.btn-cv a img {
  vertical-align: middle;
}
.btn-cv a:after {
  content: ' ' !important;
}


.btn-cv a:hover {
  filter: alpha(opacity=70);
  opacity: .7;
}

/* 2つ連続で並べる場合の余白 */
.btn-cv + .btn-cv a {
  margin-top: 0;
}

/* 緑ボタン */
.btn-cv a {

}



/* ボタンの光沢 */
.is-reflection a {
  overflow: hidden;
}
.is-reflection a:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
/* アニメーションを遅延させる */
.is-reflection + .is-reflection a:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* CVボタン矢印揺れ */
.is-trembling a:before {
  -webkit-animation-name:is-trembling;
  -webkit-animation-duration:.8s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:is-trembling;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}

/* ボタンをバウンドさせる */
.is-bounce {
  animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes bounce {
  0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);}
  5% {-webkit-transform: translateY(-6px);}
  12% {-webkit-transform: translateY(-4px);}
}
@keyframes bounce {
  20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);}
  32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
}
/* アニメーションを遅延させる */
.is-bounce + .is-bounce {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

/* ぷるるるるん！ */
.is-purun {
  -webkit-animation: is-purun 5s infinite;
  -moz-animation: is-purun 5s infinite;
  animation: is-purun 5s infinite;
}
@-webkit-keyframes is-purun {
   0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { -webkit-transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { -webkit-transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { -webkit-transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { -webkit-transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes is-purun {
   0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* アニメーションを遅延させる */
.is-purun + .is-purun {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}




/**
 * ===============================================
 * MediaQuery : スマホ対応
 * ===============================================
 */
@media only screen and (max-width: 767px) {
  /* コンバージョンボタン */
  .btn-cv a {
    font-size: 1.3em;
    margin: 0 auto 1em;
    width: 94%;
  }
}







/*footer {
clear:both;
    padding: 0px 0 10px 0;
text-align:center;
font-size:0.9em;
color: #ffffff;
background-color: #133875;
 width:750px; 
 margin:0 auto;     
}



#nav{
    background-color: #133875;	
    padding: 0px 0 20px 0;	
} 
#nav ul{
    padding: 0px; 	
    margin: 0px;
} 
#nav ul li {
    display: inline; 	
    margin-right: 1em;
    padding:0 10px 0 10px ;
} 
#nav ul li a { 
    font-size: 0.9em;
    color: #fff; 	 
} 
*/





.a {
    font-size: 120%;
    line-height: normal;
  background: #ffffff;
    padding: 20px 40px 20px 40px;
    color: #062666;
    border:1px solid #062666; 
    margin: 0 40px 30px 40px;
    font-weight: bold;
}




.tab-wrap {
    font-size: 90%;
    line-height: normal;
}


.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 40px 40px 40px;     
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #062666;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 15px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #062666;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding-top: 40px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}














article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
