@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------------
fulcnt.com
------------------------------------------------------------------------------ */

/* TabL+PC */
.memBoxArea {
	padding-top: 64px;
	margin-top: -64px;
}
.memLi01 li:before {
	content: "";
    display: block;
    height: 64px;
    margin-top: -64px;
    visibility: hidden;
}


.uBrnadArea {
	background-image: url("../member/img/head_bg.jpg");/*ロケーションBG*/
}
.memBox01 {
	border: 1px solid #4368AC;
	padding: 20px 20px 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.memBox01Ph {
	max-width: 300px;
	width: 40%;
	margin-right: 20px;
}
.memBox01TxtArea {
	width: 65%;
}
.memBox01TxtBox01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.memTxt01 {
	margin-bottom: 5px;	
}
.memTxt02 {
	font-size: 30px;
	line-height: 1em;
}
.memBtn01 {
	max-width: 230px;
	width: 100%;
	font-size: 14px;	
}
.memBtn01.tab-sp-only {
	margin: 2.6em auto 1em;
}
.memBtn01 a {
	display: block;
	width: 100%;
	padding: 0.4em 3.4em 0.4em 1.8em;
	background-color: #D9E0EE;
	border-radius: 100px;
	text-decoration: none;
	color: #4368AC;
	background-image: url("../img_common/icon_link.svg");
	background-size: 13px auto;
	background-position: 90% center;
	transition: all 0.3s;
}
.memBtn01 a:hover {
	color: #fff;
	background-color: #4368AC;
	background-image: url("../img_common/icon_link_w.svg");
	transition: all 0.3s;
}
.memStit01 {
	font-size: 20px;
	font-weight: bold;
	color: #4368AC;
	border-bottom: 1px solid #4368AC;
	padding-bottom: 2px;
	margin-bottom: 0.2em;
	line-height: 1.4em;
}
.memTbl01 {
	border: none;
	margin-bottom: 1em;
}
.memTbl01 td {
	border: none;
	line-height: 1.4em;
	padding: 0.6em 0;
}
.memTbl01 td:first-child {
	width: 100px;
	vertical-align: top;
}

.memLi01 {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.memLi01 li {
	width: 48.5%;
	margin-right: 3%;
	border: 1px solid #4368AC;
	padding: 20px;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.memLi01 li:nth-child(2n) {
	margin-right: 0;
}
.memLiBox01 {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
}
.memLiPh {
	max-width: 190px;
	width: 45%;
	margin-right: 20px;
	line-height: 0;
	margin-bottom: 20px;
}
.memLiTxtArea {
	width: 55%;
	margin-bottom: 20px;
}
.memLi01 .memTxt02 {
	margin-bottom: 20px;
}
.memLi01 .last {
	flex-grow: 1;
}
.memLi01 .memBtn01 {
	margin: 30px auto 20px;
	width: 100%;
}

/* /TabL+PC */

/* TABP+SPL */
@media screen and (max-width: 959px) {
    .memLi01 {
		flex-wrap: wrap;
	}
	.memLi01 li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}
	.memLiTxtArea {
	width: 80%;
	margin-bottom: 20px;
}
	.memTxt01 {
	margin-bottom: 0px;	
}

}/* /TABP+SPL */

/* SPP */
@media screen and (max-width: 599px) {
    .memBox01 {
		padding: 20px 20px 20px;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.memBox01Ph {
		max-width: 300px;
		width: 80%;
		margin: 0 auto 10px;
	}
	.memBox01TxtArea {
		width: 100%;
	}
	.memTbl01 {
		margin-bottom: 1em;
	}
	.memTbl01 td:first-child {
		width: 50px;
		vertical-align: top;
	}
	.memTxt02 {
		font-size: 20px;
	}
	.memBtn01.tab-sp-only {
		margin: 20px auto 10px;
	}
	.memLi01 .memTxt02 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.memStit01 {
		font-size: 17px;
		padding-bottom: 2px;
		margin-bottom: 0.2em;
		line-height: 1.2em;
	}
	.memLiPh {
		margin-bottom: 10px;
	}
	.memLiTxtArea {
		margin-bottom: 10px;
	}
	
	.memLi01 .memBtn01 {
	margin: 20px auto 10px;
}
	
}/* /SPP */

/* IEonly */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	#wrap {}
}/* /IEonly */