@charset "utf-8";


body {font-family: 'Noto Sans JP', sans-serif !important;  /*letter-spacing: 0.0em*/ ; background: #fff;}


body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: url(../images/simg43_231127a1776188202bg.gif) center repeat-y;
  background-size:cover;
}


p { margin: 0 ; padding: 0; clear:both; line-height: 1.1 !important }

.myclass {margin-bottom: 100px}

/* ul  
-----------------------*/
ul{
	margin: 0;
	padding: 0;
}
ul li{
  list-style: none;
}


pre {
	font-family: 'Noto Sans JP', sans-serif !important;  /*letter-spacing: 0.0em*/ ;
	font-size: 1.0em;
	white-space: pre-wrap;  /*줄바꿈*/
	word-break: break-all;
	overflow: auto;
}



/* subcatch 
-----------------------*/
.k-subc {background:#010308 url(../images/simg230908a5550836223_01bg.gif) no-repeat; background-size:cover; background-position: center; }




/* background
-----------------------*/
.bg-white { background: #fff }


/*SPとPCのレスポンシブデザインで改行位置
------------------------------------- */
.br-pc { display: inline-block; }
.br-sp { display: none;}



/* checklist
-----------------------*/
.li-list-box { padding: 0px; background: #D6E3ED; margin: 0 auto}
ul.li-list {
	list-style:none;
	padding: 20px 20px 10px;
}
ul.li-list li {
	text-align:left;
	padding:0px 0px 10px 40px;
	background: url(../images/check01.png) no-repeat;
	background-position: 3px 2px;
	background-size: 20px 20px;
}


/*copyright
------------------------------------- */
.copyright{
	width: 100%;
	text-align:center;
	padding:10px 0px;
	font-size:14px;
	background-color: #343434;
	color: #C1C1C1;
}
.copyright a{
/*	color:#1F1F1F;*/
	color: #C1C1C1;
}



/* faq
---------------------------------------------*/
#faq{
	width:100%;
	padding:15px;
	margin: 0px 0px;
	clear:both;
}

#faq dt{
	margin: 0px auto 0px;
	padding: 8px 0 10px 40px;
	line-height: 1;
	font-weight: bold;
	background-image: url(../images/q427.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#faq dd{
	position:relative;
	margin: 5px 0 40px 0;
	padding: 22px 20px 25px 50px;
	line-height:150%;
	border:solid 1px #CCC;
	background-color:#fff;
	background-image: url(../images/a427.jpg);
	background-repeat: no-repeat;
	background-position: 12px 18px;
	color: #0D344B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 10px;
}


@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

.shiny-btn {
    position: relative;
    display: block;
    height: 140px;
    background-color: #fff;
    overflow: hidden;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}




@media screen and (max-width:600px) { 

.li-list-box {padding: 0px;}
ul.li-list {
	padding: 0px 0px 0px 10px;
}
ul.li-list li {
	padding:20px 20px 10px 30px;
	background-size: auto 22px;
	background-position: 0px 38px;
	}

} /* end */



@media  screen and (max-width:480px) {
html {font-size: 0.80em !important}


/* checklist
-----------------------*/
.li-list-box {padding: 0px; background: #D6E3ED; margin: 0 auto}
ul.li-list {
	list-style:none;
	padding: 10px 20px;
}
ul.li-list li {
	text-align:left;
	padding:0px 0px 10px 40px;
	background: url(../images/check01.png) no-repeat;
	background-position: 3px 2px;
	background-size: 20px 20px;
}



/*copyright
------------------------------------- */
.copyright{ font-size: 60%; }

/* youtube
------------------------------------- */
.youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width:100%;
     height: 100%;
}


.shiny-btn {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
}

}