html {
  font-size: calc(112.5% + 4 * (100vw - 600px) / 400)
}

body {
	padding: 10px;
	margin: 0px;
	background: #eee;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

.box h2 {
	
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: -10px;
	line-height: 100%;
	font-weight: 400;
}

.box h3 {
	font-size: 18px;
	margin-bottom: -10px;
	line-height: 100%;
	font-weight: 800; 
}

.box p {
	font-size: 14px;
	font-weight: 100; 
}

.box img {
	width: 100%;
}

.title {
	margin: 0 auto;
	width: 1000px;
}

.title h1 {
	margin: auto;
	max-width: 1000px;
	font-family: sans-serif;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.title h1 span {
	color: dimgray;
	font-size: 28px;
}

.container {
  margin: auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  /*flex-direction: row;*/
  /*flex-direction: column;*/
  /*flex-direction: column-reverse;*/
  /*flex-wrap: nowrap;*/
  /*flex-wrap: wrap-reverse;*/
  /*flex-flow: wrap column;*/
}

.box {
  width: 32.5%;
  box-sizing: border-box;
  /*height: 80px;*/
  padding: 15px;
  background: #fff;
  margin: 0.3%;
}

.box h3,p{
	color: #333;
}

.box a h2{
	color:#000066;
}

a { text-decoration: none; } 

a:hover {
	display: block;
	opacity: 0.7;
}

.pic {
	width: 100%;
	position:relative;
}

.pic .cp {
	font-size: 8px;
	position:absolute;
	left:5px;
	bottom:10px;
	color: #fff;
}

.area {
	/* display: none; */
}

.area .close_btn img {
	width: 30px;
	height: 30px;
	position: relative;
	top:2px;
	left:-93px;
}

.area table {
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
	background-color: #fff;
	padding: 0px 30px 30px 30px;
	font-size: 15px;
}

/* ボタンのCSS　*/
.area-btn {
	max-width: 180px;
	border: 2px solid #6495ED;
	font-size: 16px;
	color: #6495ED;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 16px;
	border-radius: 4px;
	transition: .4s;
	position: relative;
    top: -10px;
    left: 30px;
  }
  
  .area-btn:hover {
	background-color: #6495ED;
	border-color: #6495ED;
	color: #FFF;
  }
/*LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL*/
/*
/* タブレット用のCSS */
/*
/*LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL*/
@media only screen and (max-device-width: 768px) {

	.box {
	  width: 33.33%;
	  /*height: 80px;*/
	}

}

/*LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL*/
/*
/* スマホ用のCSS */
/*
/*LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL*/
@media only screen and (max-device-width: 480px) {

	.box {
	  width: 100%;
	  /*height: 80px;*/
	}
	
	.pic {
		width: 200px;
		height: 100%;
		padding-right: 15px;
		float: left;
	}
	
	.right {
		height: 100%;
	}
	
	img {
		width: 200px;
	}
	
	h2 {
		
		font-size: 40px;
		margin-top: 0px;
		margin-bottom: -10px;
		line-height: 100%;
	}
	
	h3 {
		font-size: 32px;
		margin-bottom: -10px;
		line-height: 100%;
	}
	
	p {
		font-size: 24px;
	}

}