@charset "utf-8";

/* common
---------------------------------------------*/
* {margin:0;padding:0;}

a:link,a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover,a:active {
	color: #d90909;
	text-decoration:underline;
}

.impact   {font-size:20pt; font-weight:bold;}
.impact2  {color:red;}
.impact3  {background:yellow; color:#000;}
#impact4  {underline;}
.impact5  {background:#173B50; padding:2px 5px; color:#fff;}
.impact6  {background:#f4f4f4; padding:3px; line-height:1.1;}
.impact7  {background: #B60000; padding:2px 5px; color:#fff;}
.style2   {color: #FF0000}
.style3   {color: #333333}
.style4   {color: #000000}
.style4   {color: #000000}


img{ border: none;}

/* ボタンのマウスオーバーで明るくする */
.cta:hover {
  filter: brightness(120%);
}


/* animation
---------------------------------------------*/
.feedInUp {
	opacity: 0;
	transform: translate(0,30px); 
	-webkit-transform: translate(0,30px); 
	transition: 1.5s;
}
.feedInUp_On {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* layout
---------------------------------------------*/


/*TopIntro-Start*/
body {
	margin: 0;
	padding: 0;

	
  background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
	
}

.head-block {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.head-block img {
  width: 100%;
  height: auto;
  display: block;
}

#sp1 { background: url("../images/sp1.png") no-repeat top center; height:    2052px; } 
#sp2 { background: url("../images/sp2.png") no-repeat top center; height:    1595px; } 
#sp3 { background: url("../images/sp3.png") no-repeat top center; height:    2122px; } 
#sp4 { background: url("../images/sp4.png") no-repeat top center; height:    2231px; } 
#sp5 { background: url("../images/sp5.png") no-repeat top center; height:    1310px; } 
#sp6 { background: url("../images/sp6.png") no-repeat top center; height:    3519px; } 
#sp7 { background: url("../images/sp7.png") no-repeat top center; height:    2912px; } 
#sp8 { background: url("../images/sp8.png") no-repeat top center; height:    1410px; } 
#sp9 { background: url("../images/sp9.png") no-repeat top center; height:    1527px; } 
#sp10 { background: url("../images/sp10.png") no-repeat top center; height:    1896px; } 
#sp11 { background: url("../images/sp11.png") no-repeat top center; height:    1304px; } 
#sp12 { background: url("../images/sp12.png") no-repeat top center; height:    1754px; } 
#sp13 { background: url("../images/sp13.png") no-repeat top center; height:    1321px; } 

/* 背景画像エリア */
.head-block {
  position: relative;      /* ← 重ねる基準 */
  line-height: 0;
}
.head-block > img {
  display: block;
  width: 100%;
  height: auto;
}

/* CTAボタン（右下に配置） */
.head-block .cta {
  position: absolute;
  left: 50%;   /* 右からの余白 */
  bottom: 95px;  /* 下からの余白 */
  transform: translateX(-50%);
  z-index: 2;
  display: inline-block;
}
.head-block .cta img.btn {
  width: 800px;   /* サイズは調整OK */
  height: auto;
}

/* アニメーション例（pulse） */
@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}
.pulse {
  animation: pulse 2s infinite;
}

.head-block2 {
  position: relative;      /* ← 重ねる基準 */
  line-height: 0;
}
.head-block2 > img {
  display: block;
  width: 100%;
  height: auto;
}

/* CTAボタン（中央に配置） */
.head-block2 .cta {
  position: absolute;
  left: 50%;   /* 右からの余白 */
  bottom: 40px;  /* 下からの余白 */
  transform: translateX(-50%);
  z-index: 2;
  display: inline-block;
}
.head-block2 .cta img.btn {
  width: 800px;   /* サイズは調整OK */
  height: auto;
}

/* アニメーション例（pulse） */
@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}
.pulse {
  animation: pulse 2s infinite;
}
.head-block3 {
  position: relative;      /* ← 重ねる基準 */
  line-height: 0;
}
.head-block3 > img {
  display: block;
  width: 100%;
  height: auto;
}

/* CTAボタン（中央に配置） */
.head-block3 .cta {
  position: absolute;
  left: 50%;   /* 右からの余白 */
  bottom: 90px;  /* 下からの余白 */
  transform: translateX(-50%);
  z-index: 2;
  display: inline-block;
}
.head-block3 .cta img.btn {
  width: 800px;   /* サイズは調整OK */
  height: auto;
}

/* アニメーション例（pulse） */
@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}
.pulse {
  animation: pulse 2s infinite;
}

#container {

	text-align:left;
	width:1000px;
	margin:0 auto;
	
	
}
#container-form {

	text-align:left;
	width:450px;
	margin-left:491px;
	
	
}

#text {

	text-align:left;
	width:800px;
	margin:0 auto;
	
}

#textwhite {

	text-align:left;
	width:850px;
	margin:0 auto;
	color: #fff;
	
}

#text2 {

	text-align:left;
	width:750px;
	margin-top:5px;
	margin-left:200px;
	
	
}
#text3 {

	text-align:left;
	width:750px;
	margin-top:0;
	margin-left:150px;
    font-size: 24px;	
	
}

#texst3 {

	text-align:left;
	width:850px;
	margin-top:250px;
	margin-left:170px;
	
	
}


.container {

	text-align:left;
	width:1000px;
	margin:0 auto;
	
	
}

.white {
  color: #fff;
}

.text-center {
　text-align: center;
}

#footer {  
	background-color: #55b1f2;
}
#footer2 {  
	background-color: #55b1f2;
}

--------------------------- */

ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}

