@charset "utf-8";
/* CSS Document */

html{
	font-size: 10px;
}

body{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #00254e;
}

img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	vertical-align:top;
}

p{
	font-size: 13px;
	text-align: left;
	line-height: 1.6rem;
}

.tabFlex{
	display: flex;
	justify-content: space-around;
	margin: 0.1rem auto 0.5rem;
}

.displayPage, .noDisplayPage{
	border: solid 1px #FFF;
	padding: 1rem;
	text-align: center;
	font-size: 1.5rem;
	flex-grow: 1;
}

.displayPage{
	background: #84a2c4;
}

.noDisplayPage{
	background: #c5daf2;
}

article{
	padding: 1.2rem 1rem;
	border-bottom: solid 1px #c5daf2;
}

.flex{
	display: flex;
	margin-bottom: 1rem;;
}

.flexL{
	width: 30%;
	text-align: center;
	margin-right: 1rem;
	font-size: 1.6rem;
}

.flexR{
	width: 70%;
}

.iconInner img{
	border-radius:15px;
}

.tagBox{
	display: flex;
	margin-top: 0.3rem;
}

.tag{
	background: #c5daf2;
	font-size: 1.1rem;
	border-radius: 4px;
	padding: 4px;
	margin-right: 0.5rem;
}

.text1{
	font-size: 2rem;
	font-weight: bold;
}

.color1{
	color: #ef05bb;
}


a{
	text-decoration: none;
	display: block;
}

/*-------------その他の設定--------------*/



footer a{
	text-decoration: none;
	color: #00254e;
	font-size: 14px;
}

footer div{
	text-align: center;
	margin: 5rem auto 1rem;
}

footer p{
	font-size: 12px;
	text-align: center;
	background: #84a2c4;
	line-height: 7rem;
	vertical-align: bottom;
}





/*ポヨポヨ揺れるアニメーション----------------------------*/
.poyoyon {
  animation: poyoyon 1.5s ease-in-out forwards;
 animation-iteration-count:infinite;
}
 
@keyframes poyoyon {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.99, 0.99) translate(0, 3px);
  }
  30% {
    transform: scale(1.0, 1.0) translate(0, 3px);
  }
  50% {transform: scale(0.99, 1.0) translate(0, -3px);
  }
  70% {
    transform: scale(1.0, 0.99) translate(0, 3px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

/*fadeInアニメーション----------------------------*/
.fadein {
  opacity : 0;
  transform: translateY(10px);
  transition: all 1s;
}



/*==================privacypolicy.html======================*/

.privacypolicy{
	margin: 3rem 1.5rem;
    color: #333;
	font-size: 14px;
	font-weight: normal;
}

.privacypolicy h1{
	text-align: center;
	font: 1.2rem bolder;
	margin: 2.5rem auto 1rem;
}

th{
	width: 30%;
	color: #FFF;
	background: #84a2c4;
	border: solid 0.5px #fff;
	padding: 0.5rem;
}

td{	
	border: solid 0.5px #84a2c4;
	padding: 0.5rem;
	
}

.privacypolicy a{
		color: #fff;
}

/*==================tablet,pc======================*/

@media screen and (min-width: 600px){
	body{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		font-size: 12px;
	}
	
	.cvBtn{
		width: 400px;
		margin: 0 auto;
	}
	
	.content{
		width: 400px;
	}
	
	.coment p{
		line-height: 2.5rem;
	}
	
	.d-demo__list--left{
animation :infinity-scroll-left 100s infinite linear 0.5s both;
}
	
		.d-demo__item {
  width: calc(97vw / 0.8);
}
}

