@charset "utf-8";

img {
	max-width:100%;
}

/** margin-bottom **/
.mb0{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}


.linkFlex {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}


.linkFlex li {
	width: 48%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.linkFlex li a {
	display: block;
	border: 2px solid #38b4be;
	line-height: 1.4;
	padding: 15px 0 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-radius: 7px;
	transition: all,.3s;
}

.linkFlex li a span {
	font-size: 14px;
	font-weight: normal;
}

.linkFlex li a:hover,
.linkFlex li a.on {
	background: #38b4be;
	color: #fff;
}


.pageLink {
	display: flex;
	margin: 0 0 50px;
}

.pageLink li {
	list-style: none;
}

.pageLink li:nth-child(n + 2) {
	margin-left: 20px;
}

.pageLink li a {
	display: inline-block;
	border: 1px solid #cccccc;
	padding: 10px 10px 10px 30px;
	background: url(../images/ico_arrow04.png) left 10px center no-repeat;
	color: #000;
}

.pageLink li a:hover {
	opacity: 0.7;
}


.relaWrap {
	position: relative;
}

.relaWrap .absLink {
	position: absolute;
	top: -110px;
	left: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

h3 {
	font-size: 28px;
	font-weight: 400;
	color: #444444;
	letter-spacing: .1em;
}

h4 {
	color: #333 !important;
	font-size: 26px !important;
	margin: 0 0 -30px !important;
	padding: 0 !important;
	letter-spacing: .05em;
}

.secFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.wdh15 {
	width: 15%;
}
.wdh25 {
	width: 25%;
}
.wdh35 {
	width: 35%;
	text-align: center;
}

.wdh60 {
	width: 60%;
}

.wdh75 {
	width: 75%;
}


.newPage p {
	margin: 0 !important;
	padding: 0 !important;
}

.indent {
	text-indent: -1.1em;
	padding-left: 1.1em;
}




