@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}


img{ border: none;}

/* ボタンのマウスオーバーで明るくする */
.btn: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 {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1002px;
	
  background-image: url(../images/karigazou.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
	
-webkit-text-size-adjust:none;
	
  text-align:center;
  font-size:45px;
  font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #383d5c;

    overflow-x: hidden;
}


#head1 { background: url("../images/rikon1.png") no-repeat top center; height:    27642px; } 

/*
#form { background: url("../images/form.png") no-repeat top center; height:    390px; } 
*/


.box {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    background: #FFF;
    border: solid 6px #015f9d;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    background: #FFF;
    border: solid 6px #33333;/*線*/
    border-radius: 10px;/*角の丸み*/
}


#wrapCheck {

	background-image: url("../images/check.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
	margin-top: -10px;
}


#container {

	width: 1000px;
	margin:0 auto;	
}


#text {

	text-align:left;
	width:850px;
	margin:0 auto;
	font-size: 50px;
	line-height: 80px;
	
}


.white {
  color: #fff;
}

.text-center {
　text-align: center;
}

#footer {  
	background-color: #135da4;
}
--------------------------- */

ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}


#container1 {

	margin-top: 1000px;
	width: 1000px;
	height:700px;
	margin:0 auto;	
	background-color: #f8f8f8;
	padding: 15px;
	
}


p{
	padding:20px;
}

.fNav {
    display: flex;
    justify-content: center;
}

.c-footer {
    color: #666666;
    background: #e5e5e5;
    font-size: 12px;
}

.c-copy {
    /* letter-spacing: 0.1em; */
    margin: 0;
    line-height: 1.3;
    text-align: center;
    margin: 0 calc((100% - 100vw) / 2);
    color: #fff;
    background-color: #bfbfbf;
    padding: 1em 0.5em;
}

.fNav__link{

	padding: 1em 0.5em;

}

＊{border-style: solid; border-color: red;}
