@media screen and (max-width:767px) and (min-width:512px){

h1{
	font-size: 24px;
}

/* イメージ画像表示Box */

.box {
  position   : relative;
  width: 100%;
  background-image:url("../img/image.jpg");
  background-position: center center;
  background-size: cover;
}


img.photo{
	display: none;
}


img.photoSmart{
	display: none;
}

table.lines {
	width: 400px;
	border-collapse: collapse;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-radius: 3px;
}

table.lines th {
	padding: 5px;
	width: 50%;
	text-align: center;
	border-bottom: 1px #555555 solid;
	border-right: 1px #555555 solid;
}

table.lines td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px #555555 solid;
	border-right: 1px #555555 solid;
}

table.lines th {
	background-color: #f9f9f9;
	font-weight: normal;
}


/* 画像 */

.alignL{
	display: none;
}

.alignLSmart{
	float: left;
	margin-right: 10px;
}

.alignR{
	display: none;
}

.alignRSmart{
	float: right;
	margin-left: 10px;
}

.alignC{
	display: none;
}

.alignCSmart{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}


/* リンク */
.btn-border {
	display: inline-block;
	text-align: center;
	border: 2px solid #7998DC;
	background-color: #ffffff;
	font-size: 15px;
	line-height: 100%;
	color: #2A55B1;
	text-decoration: none;
	font-weight: normal;
	margin: 5px 2px 5px 2px;
	padding: 8px 10px 6px 10px;
	border-radius: 15px;
	transition: .3s;
	white-space:nowrap;
}



.btn-border:hover {
	border-color: #E61261;
	color: #E61261;
}
















}
