@charset "utf-8";
/*===========================
add
===========================*/

/* 基本カラー  */

.fcBasic {
	color:#25456d;
}

.txtInd2 {
	padding-left:1em;  
	text-indent:-1em; 
	font-size: 0.8em;
	text-align: left;
	line-height: 1.3;
	margin-bottom: 0.25em;
}


.f-type1{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.f-type1 .f-type1_cnt1{
	width: 24%;
	margin: 1em;
	text-align: center;
}
.f-type1 .f-type1_cnt1 img{
	border-radius: 50%;
	max-width: 100px;
	width: 100%;
}
.f-type1 .f-type1_cnt2{
	width: 6em;
	margin: 1em;
	text-align: center;
}

.noBder{
	max-width: 100% !important;
	border: none !important;
	border-radius: 0 !important;
}

@media screen and (max-width: 768px) {
	.f-type1{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.f-type1 .f-type1_cnt1{
		width: 40%;
		margin: 1em;
		text-align: center;
	}	
	.f-type1 .f-type1_cnt2 a{
		font-size: 12px;
	}	
	.f-type1 .f-type1_cnt2{
		width: 4.5em;
		margin: 0.25em;
		text-align: center;
	}	
}

.footTel a {
	display:block;
	color:var(--basic-color);
	text-align:center;
	font-size:1.9em;
	text-decoration:none;
	margin-bottom: 0.25em;
}

.bg_cnt2 {
	padding:4vw 2vw;
	background-image:url(../img/content/bg_cnt2.jpg);
	background-size:cover;
	background-position:center;
}

.tr{
	text-align: right;
}

@media screen and (max-width: 768px) {
	.txtPCLeftTabletCenter p{
		text-align: center !important;
	}	
}

