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
-----------------------*/
ul.list-01  {
    padding:15px 10px 5px 55px;;  /*内側の余白*/
    position:relative;
}

ul.list-01 li:before {
    content: url("../images/check01.png");  /*画像のURL*/
    position:absolute;
    top:7px;                 /*アイコンの位置(上)*/
    left:0;                  /*アイコンの位置(左)*/
}




/*copyright
------------------------------------- */
.copyright{
	width: 100%;
	text-align:center;
	padding:10px 0px;
	font-size:14px;
	/* background-color: #343434; */
	color: #5D5D5D;
}
.copyright a{
/*	color:#1F1F1F;*/
	color: #5D5D5D;
}



/* 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;
	padding: 10px 20px 20px 40px;
	line-height:150%;
	/*border:solid 1px #CCC; */
	border-bottom: solid 1px #ccc;
	background-color:#fff;
	background-image: url(../images/a427.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	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 30px;
}
ul.li-list li {
	padding:10px 20px 5px 30px;
	background-size: auto 24px;
	background-position: 0px 28px;
	}

} /* end */



@media  screen and (max-width:480px) {
html {font-size: 0.80em !important}


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


}

