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

/*section {margin-bottom: 45px;}*/

#mainVis{background-color:#008ed2;
	width: 100%;
	padding: 35px;
	background: url( "../images/mainvis.jpg") no-repeat left bottom / cover;
}

.nippon{
  position: absolute;
  right: 30px;
  top: 0;
}

.nippon img{height: 60px;}
span.caution {font-size: 0.8em;
font-weight: normal;}

.visArea { 
	width: 100%;
/*	height: 425px;
*/
/*	padding-top: 50px;*/
	position: relative;
}


.visArea h1 img{
	width: 60%;
	display: block;
	margin: 0 auto;
}

.visArea .flag { 
	width: 300px;
	margin: 5px auto;

}

.visArea .flag img{ 
	width: 100%;
}
.detail {
width: 60%;
	margin: 0 auto;
/*	background-color: #ffffff;*/
	padding: 20px;




}
.detail img {
	 display: block;
	margin: 0 auto;
	width: 100%;
}




.illust {position: absolute;
top: 80px;
right: 69px;}

.illust img{width: 85%;}

.company {
	width: 60%;
	margin: 0 auto;
		padding: 20px;

}

.company ul {
	display: flex;
width: 100%;
justify-content: center;}

.company li {

margin-right: 10px;
margin-bottom: 10px;}

.company li img{height: 60px;}


.owner{
	width: 35%;
	display: flex;
	margin: 0 auto;

	justify-content: center;
	color: #222222;
	font-size: 0.8em;
	align-items: center;	



}


.owner img{width: 180px;
		background-color: #ffffff;


	
}



#regist {background: url( "../images/seabg.jpg") no-repeat left bottom / cover;
/*	background-color: #ff0000;*/
	width: 100%;
padding-top: 60px;
	padding-bottom: 60px;
}


#regist h1 {
  font-weight: bold;
  padding: 0 3em;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
	font-size: 2.4em;

	color: #ff0000;
}
#regist h1::before, #regist h1::after {
  content: '';
  background: #ff0000;
  width: 2em;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#regist h1::before {
  left: 0;
}
#regist h1::after {
  right: 0;
}

/*#regist h1{ text-align: center;
font-size: 2.0em;
font-weight: bold;
	color: #ff0000;
	margin-bottom: 5px;

}*/

#regist p {width: 60%;
margin: 5px auto 0 auto;
font-size: 1.4em;
font-weight: normal;}

#regist table{width: 60%;
margin: 20px auto 0 auto;
}

#regist table th,td {border: 1px solid #e6e6e6;
padding: 15px;vertical-align: middle;}


#regist table th.LeftTop{border-top: 3px solid #ff0000;border-left: 3px solid #ff0000;}

#regist table td.RightTop{border-top: 3px solid #ff0000; border-right: 3px solid #ff0000;}

#regist table th.Left{border-left: 3px solid #ff0000;}
#regist table td.Right{border-right: 3px solid #ff0000;}

#regist table th {width: 20%;
background-color: #ff0000;
	color: #ffffff;
/*background-color: #efefef;*/}
#regist table td {
background-color: #ffffff;}

#regist table th.LeftBottom{border-left: 3px solid #ff0000; border-bottom: 3px solid #ff0000;}
#regist table td.RightBottom{border-right: 3px solid #ff0000; border-bottom: 3px solid #ff0000;}

#regist table input {    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
height: 2.0em;}


select {    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
height: 2.0em;
/*	-moz-appearance: menulist!important;
  -webkit-appearance: menulist!important;
  appearance: menulist!important;*/
}

#regist input[type="submit"] {
	margin: 20px auto;
	width: 15%;
    font-size: 1.4em;
	font-weight: bold;
    color: #fff;
	display: block;
    padding: 15px 0px;
    text-align: center;
	background-color: #fd0000;
    border: 1px solid #fd0000;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 1s;
}



/*--hover--*/
#regist input[type="submit"]:hover {
    color: #fd0000;
    background-color: #ffffff;
    border: 1px solid #fd0000;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 1s;
}




/*企業ロゴスライド------------------------------------------*/

.slide {
    width: 100%;
    height: 300px; /* 画像の高さ */
    background-image: url(../images/head_company_logo.gif);
    background-repeat: repeat-x;
    background-size: auto 300px; /* 画像の高さ */
    animation: loop 80s linear infinite;
}
@keyframes loop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -16200px 0; /* 画像のマイナス幅 */
    }
}

/*
パートナー企業*/
.participating{
	width: 100%; 
	background-color: #ffffff;
margin: 30px auto;
padding: 35px;}

.participating h2{
	font-size: 5.0em;
	text-align: center;
	color: #222222;


}

.participating ul{
	margin: 45px auto;
	width: 80%;

}
.participating li{
	width: 20%;
	float: left;


}

.participating li img{
	width: 90%;

}


/*
about us-----------------------------------------*/

#about{
	width: 100%; 
	background-color: #ffffff;
margin: 30px auto;
padding: 35px;}

#about h2{
	font-size: 5.0em;
	text-align: center;


}

#about { padding: 0; 
color: #222222;}

#about h2 { text-align: center; }
#about table { width: 60%; margin: 30px auto; 
border-collapse:collapse;
/*	background: rgb(255,255,255); */
font-size: 1.4em;
}

#about table th { width: 30%; 
	padding: 25px; 
	text-align: right; 
	border: 1px solid rgb(0,0,0); 
	font-weight: 300; box-sizing: border-box; }

#about table td { width: 70%; 
	padding: 25px; border: 1px solid rgb(0,0,0); 
	
	box-sizing: border-box; }
#about a {color: #222222;}



.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}


/* PC　FOOTER
------------------------------------------*/

footer{
  width: 100%;
  background-color: #222222;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}

footer small{
  font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
  
footer small{
  font-size: 0.7rem;
}  
  
  
}


