@charset "utf-8";
/* CSS Document */


/* コンテンツ
--------------------------------------*/

body {
	text-align: center;
	background-image: url("../img/worries_areabg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	}




#footer {
    margin: 0px auto;
    text-align: center;
    font-size: 15px;
    background-color: #ffffff;
}

.link{

	margin-top: 10%;
	margin-bottom: 20%;
}

.flexbox{
	justify-content: space-around;
	display: flex;
}

img.corporate {
    margin-left: 5%;
}

img.shinsotsu {
    margin-right: 5%;
}

/* XXXXXX
--------------------------------------*/

/* XXXXXX
--------------------------------------*/

	

/* footer
--------------------------------------*/

#footer {
	text-align: center;
	font-size: 15px;
}
	
 @media screen and (max-width: 1207px) {
   .flexbox{
	justify-content: space-around;
	display: block;
	text-align: center;
	}

	.flex-item {
    margin: 10% 0% 0% 0%;
	}

	img.companylogo {
    width: 35%;
    height: 350%;
	}

	img.link-img {
    width: 60%;
	}

	img.logo {
    width: 54%;
	}
 }


  @media screen and (max-width: 486px) {
   .flexbox{
	justify-content: space-around;
	display: block;
	text-align: center;
	}

	.flex-item {
    margin: 15% 0% 15% 0%;
	}

 }