@charset "UTF-8";



/*
---------------------------------------------------------*/
.cont_list {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
.cont_list > li {
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: min(1.5vw,100%);
	letter-spacing: .08em;
	line-height: 1.6;
	background-color: #293b4f;
	box-sizing: border-box;
	padding: 5.2% 2%;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.cont_list > li:nth-of-type(2) {background-color: #4f424b;}
.cont_list > li:nth-of-type(3) {background-color: #3e4f33;}

.cont_list dt {
	font-size: 187%;
	margin-bottom: .8em;
}
.cont_list .phone {
	position: relative;
	font-size: 187%;
	background: url("../images/contact/icon_tel.svg") no-repeat;
	background-size: 1.2em auto;
}
.cont_list .sub {
	margin-top: .8em;
}

/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
.cont_list {
	display: flex;
	justify-content: space-between;
}
.cont_list > li {
	width: 32.3%
}
.cont_list .phone {
	background-position: center top;
	padding-top: 1.8em;
}

}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cont_list {
	width: 90%;
}
.cont_list > li {
	height: 43vw;
	font-size: 90%;
	padding: 8% 4%;
	margin-top: 5%;
}
.cont_list > li::before {
	position: absolute;
	content: "";
	border-right: .6em solid #FFF;
	border-bottom: .6em solid transparent;
	right: .6em;
	top: .6em;
	opacity: 0.7
}
.cont_list dl {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cont_list dt {
	font-size: 150%;
	margin-bottom: .6em;
}
.cont_list .phone {
	align-self: center;
	display: inline-block;
	font-size: 150%;
	background-size: 1em auto;
	background-position: left center;
	padding-left: 1.6em;
}
.cont_list .sub {
	margin-top: .8em;
}

}