@charset "utf-8";
/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 47px;
	padding-bottom: 34px;
	font-weight: bold;
	position: relative;
}
.headLine02::after {
	width: 185px;
	height: 7px;
	position: absolute;
	bottom: 0;
	left: 41%;
	background: #067DB5;
	content: '';
}
#main .content {
	width: 788px;
	position: relative;
}
#main .content p {
	margin-bottom: 30px;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
}
#main .content p:last-of-type {
	margin-bottom: 53px;
}
#main .content .comLink03 {
	margin: 0 auto;
}
#main {
	margin-bottom: 62px;
}
#gFooter {
	padding-bottom: 25px;
}
.pageTop {
	margin-top: -99px;
}
#main .content .img02 {
	position: absolute;
	top: 118px;
	left: -56px;
}
#main .content .img01 {
	position: absolute;
	top: 123px;
	right: -77px;
}
.comLink03 a:hover {
	color: #FFF;
}
.comLink03 a::after {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #059383;;
  transition: width 0.2s cubic-bezier(.8,.05,.43,1.04);
  content: '';
}
.comLink03 a:hover span::before {
  width: 30px;
  height: 11px;
  position: absolute;
  top: calc(50% - 5px);
  right: 21px;
  background: url("../../shared/img/icon04.png") no-repeat right center / 22px;
  content: '';
}