
.wrapper{
	position: relative;
}

.bg-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-height: 390px;
	z-index: -1000;
}

header{
	padding-bottom: 130px;
	padding-top: 60px;
	margin: 0 auto;
	text-align: center;
}

header .head-img img{
	width: 420px;
}

header .main-img img{
	width: 580px;
	margin-top: 30px;
}

.content + .content{
  margin-top: 60px;
}

.content h2{
  position: relative;
  margin-bottom: 25px;
  padding: 20px 30px;
  display: block;
  font-size: 2.4rem;
  overflow: hidden;
  background: rgba(239,247,255,1.00);
  line-height: 1.1;
}

.content h2::before{
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: #1e4d70;
  top: -15px;
  left: -15px;
  transform: rotate(45deg);
}

.sec-touroku .inner h3,
.sec-abstract .inner h3{
  font-size: 2.0rem;
}

.sec-touroku .inner h3,
.sec-touroku .inner p,
.sec-abstract .inner h3,
.sec-abstract .inner p{
  display: inline-block;
  vertical-align: middle;
}

.impo{
  padding: 14px;
  background: #f3e6e6;
}

.impo strong{
  font-size: 2.0rem;
  font-weight: normal;
  color: #8d0b0b;
}

.sec-touroku .btn-area{
  width: 320px;
  margin: 0 auto;
}

.sec-touroku .note{
  font-size: 1.4rem;
}

.sec-sicho .btn-area{
  width: 320px;
}

.note{
  position: relative;
  padding: 15px;
  margin-top: 30px;
  border: solid 2px #BC1316;
}

.note h4{
  position: absolute;
  top: -13px;
  left: 10px;
  font-size: 1.6rem;
  background: #fff;
}

.end{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px;
  background-color: #F6E4E4;
  color: #BC1316;
  border: none;
}

.col2-list{
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.col2-list ul{
  list-style: disc;
  margin-left: 1.5em;
}

.col2-list li{
  margin-top: 0.2em;
}

.und{
  color: #BC1316;;
  text-decoration: underline;
}

.inner .wrap{
	margin: 15px;
}

.abstract-email{
	
	font-size: 1.8rem;
	font-weight: bold;
	margin: 10px 0;
	padding: 20px;
	border: solid 2px #008EE7;
}

.font-black{
	color: #000000;
}



/* スマホ向け（画面幅が600px以下） */
@media (max-width: 600px) {
	

	
	.wrapper{
			width: 100%;
	}
	
	.bg-img{
		width:100%;
		max-width: 100%;
		height: auto;
	}
	
	
	header{
		padding-bottom: 30px;
		padding-top: 20px;
	}
	
	
	header .head-img img{
		width: 70%;
	}

	header .main-img img{
		width: 65%;
		margin-top: 10px;
	}

	
	.content{
		width: 90%;
		margin: 0 auto;
	}
	
	.col2-list{
		display: block;
	}
	
	.foot-inner-wrap{
	  width: 100%;
	}
	
	
	.foot-inner dl{
	  display: block;
	}
	
	.foot-inner dl dt{
	  padding: 0 24px;
	}

}