@charset "UTF-8";
/* PC用のCSS */

/*General Setting */
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, 
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font-weight: normal;
	vertical-align: baseline;
	text-decoration: none;
	list-style:none;
}

#wrap {
	width: 100%;
	height: auto;
	background: linear-gradient(-135deg, #000011,#555555);

}

#title{
	margin-left: 2%;
	padding-top:1%;
  	font-size: 1.2em;/*サイズ1.8倍*/
  	color: white;
  	font-family :Quicksand, sans-serif;/*Google Font*/
  }


#title2{
	margin-left: 2%;
	margin-bottom: 10px;
	font-weight: bold; /*太字に*/
  	font-size: 2em;/*サイズ1.2倍*/
  	letter-spacing: 5px;
  	color: white;
  	font-family :Quicksand, sans-serif;/*Google Font*/
}


.f-container {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: 2%;

}

.f-item{
		clear: both;
}
div.f-item{
	text-align: center;
	margin: 10px auto auto 10px;
	position: relative;
	width: 46%;
}


.f-item img{
	width: 100%;
	position: relative;

	}
.mainimg img{
		border-top-left-radius: 50px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 50px;
		border-bottom-left-radius: 5px;
}
.f-item h1{
	text-align: left;
	margin-left: 5%;
	margin-top: 2%;
	position: absolute;
	color: white;/*文字は白に*/
  	font-weight: bold; /*太字に*/
  	font-size: 1.6em;/*サイズ1.6倍*/
  	font-family :Quicksand, sans-serif;/*Google Font*/
  	-webkit-text-stroke:1px #000;
  	    text-shadow:
           1px 1px 0px #000, -1px -1px 0px #000,
          -1px 1px 0px #000,  1px -1px 0px #000,
           1px 0px 0px #000, -1px  0px 0px #000,
           0px 1px 0px #000,  0px -1px 0px #000;
  	top: 0;
  	left: 0;
}

.f-item p{
	color: white;
	text-align: left;

}

.f-item div a img{
	width: 4vw;
	margin-right: 10px;
	float: left;

}
.texbox{
	position: relative;
	width: auto;
	margin-left: 2%;
	margin-top: 3%;
	margin-bottom: 3%;
	text-align: left;
	vertical-align: center;
	float: left;
	height: 50px;

}

.iconbox{
	float: left;
	font-weight: bold;
	margin-top: 8px;
	font-size: 80%;
}



a {
color: white;
}

.foot{
	text-align: left;
	margin-top: 20px;
	margin-left: 3%;
	height: 60px;
	clear: both;
	color: white;
}

.foot a{
	color: white;
}
