@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* 
@import url(pc.css) screen and (min-width: 769px); 769以上 
@import url(tablet.css) screen and (max-width: 768px);
@import url(sp.css) screen and (max-width: 320px);  320以下 */

@import url("./mailformpro.css");
@import url("./client.css");
@import url("./file.css");

#ThanksComment{
	text-align: center;
	border: 5px #F00 solid;
	padding: 1.0em 0.3em;
	margin: 1.0em 0;
}


.off{ display: none;}

.textC{
	text-align: center;
}

.br2{
	margin-bottom: 1em;
}

.br4{
	margin-bottom: 2em;
}


.mini{
	margin-top: 10px;
	font-size: 70%;
	line-height: 240%;
}


/* brno
---------------------------------------------------------------*/
@media screen and (min-width:501px) {
/*pc用のcssを記述*/
.brno{
	display: none;
}
}



@media screen and (max-width:500px) {
/*スマホ用のcssを記述*/
.brno{
	display: block;
}
}

/* サンクスページ
---------------------------------------------------------------*/
p.thanksText{
	font-size: 120%;
	text-align: center;
	padding: 1em;
}

.kottiButtonBox{
	padding: 1.5em 0;
}

.kottiButton{
	/*  */
	max-width: 300px;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	padding: 1em;
	text-align: center;
	color: #FFFFFF;
	background: #1ca11e;
}

.kottiButton:hover{
	background: #00c402;
	transition: all .3s;
}
/* 点滅 */
.tenmetsu{
	color: #F00;
	-webkit-animation:blink 0.75s ease-in-out infinite alternate;
    -moz-animation:blink 0.75s ease-in-out infinite alternate;
    animation:blink 0.75s ease-in-out infinite alternate;
}

span.tenmetsu{
	color: #FFF;
	-webkit-animation:blink 0.75s ease-in-out infinite alternate;
    -moz-animation:blink 0.75s ease-in-out infinite alternate;
    animation:blink 0.75s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}