@charset "utf-8";
/* CSS Document */
/*
 *Landing page Template | Webly Maker 1.0
 *Copyright (C) 2008-2017 infosmile Inc. All Rights Reserved.
 */
/*main css
---------------------------------------------------------------------------*/
#first {
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	color: #fff;
	background: #ff0000;
	font-size: 120%;
	line-height: 180%;
}
.thanks-inner{
background-image:url(../img/thanks_05.png);
text-align: left;
padding: 0px 95px 10px 95px;
background-size: contain;
font-size: 120%;
}
@media only screen and (max-width: 768px) {
.thanks-inner { 
padding: 0px 40px 10px 40px;
font-size: 100%;
}
}
.thanks-inner2{
background-image:url(../img/thanks_10.png);
text-align: left;
padding: 20px 70px 10px 70px;
background-size: contain;
font-size: 120%;
}
@media only screen and (max-width: 768px) {
.thanks-inner2 { 
padding: 10px 30px 10px 30px;
font-size: 100%;
}
}
/*ローディング
---------------------------------------------------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  text-align: center;
  color: #fff;
  z-index: 2;
}