@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
#pagetitle {
	display: none;
}

.title {display:none;
}

.main.fs-l-main {
	margin-top: -30px!important;
} 	
.Nmber {
	font-size: 4vmin;
	color: #5664bb;
	font: bolder;
	text-align: center;
	font-family:  "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
.header-wrap {
  width: 80%;
  margin: 20px 15%;
  font-size: 3rem;
	text-align: center;
	font-weight: bold;
}
.contents-wrap {
  padding: 0 1%;
}
.wrap-item {
  width: 23.5%;
  float: left;
  margin-right: 2%
}
.ItemText {
background-color: #8296d8;
    border-radius: 5px;
    padding: 15px 0;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.6em
}
.wrap-item:last-child {
  margin-right: 0%;
}
.wrap-item img {
  width: 98%;
}
.ItemName {
  font-weight: bold;
  font-size: 1.3vmin;
　line-height: 1.1vmin;
}
.ItemGo {
  background-color: #5664bb;
  color: #fff;
  text-align: center;
  padding: 4px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1.5vmin;
}
.ItemGo a {
	color: #fff;
	text-decoration: underline;
}
.ItemGo a:hover {
	color: #fff;
	text-decoration: none;
}

.header02 {
  position: relative;
  margin: 30px;
  text-align: center;
}

hr {display: none}
/*------------------------
    スマホ対応
--------------------------*/

@media only screen and (max-width: 750px) {
.title {display:block;
}

	hr {
		display:block;
		background-color: #fff;
		border-top: 2px dashed #fff;
		margin: 40px 0;
	}
.header-wrap {
  width: 100%;
  margin: 10px 0;
  font-size: 2.5rem;
}
	
.wrap-item {
  width: 49%;
  float: left;
  margin-right: 2%;
	padding-bottom: 40px
}
.wrap-item:nth-child(2) {
  margin-right: 0%;
}
.wrap-item:nth-child(5) {
  margin-right: 0%;
}
	.Nmber {font-size: 5vmax}
	.ItemName {font-size: 2vmax}
	.ItemText {font-size: 1.8vmax}
	.ItemGo {font-size: 1.3rem}
}