p { margin: 0 ; padding: 0; clear:both; line-height: 1.2 }

/* ul  
-----------------------*/
ul{
	margin: 0;
	padding: 0;
}
ul li{
  list-style: none;
}



/* subcatch 
-----------------------*/
.k-subc {background:#00346A url(../images/simg01a22100798736_bg1.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 {width: 90%; padding: 0px; background: #D6E3ED; margin: 0 auto}
ul.li-list {
	list-style:none;
	padding: 0px 20px;
}
ul.li-list li {
	text-align:left;
	padding:20px 0px 10px 50px;
	background: url(../images/check01.png) left 34px no-repeat;
	}


/*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 {width: 100%; 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}


.br-pc { display: none; }
.br-sp { display: inline-block;}


/*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;
	


}

