@charset "UTF-8";

/* *****************************************************
*	base
* *****************************************************/
div.contents{
	width: 1200px;
	margin: 0 auto 160px;
	padding: 0 100px;
	text-align: left;
	z-index: 1;
}

div.contentstitle_wrap h3::before{
	background-color: #000;
}

div.contentstitle_wrap p{
	color: #00367b;
}

div.contentstitle_wrap p::after{
	border-top: 10px solid #fff;
}

div.contentstitle_wrap p::before{
	border-top: 10px solid #000;
}

/* *****************************************************
*	contact
* *****************************************************/
div.contact{
	margin-bottom: 80px;
}

div.contact div:not(.contentstitle_wrap){
	padding: 20px 65px 20px 85px;
	border: 1px solid #000;
}

div.contact div dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items:center;
	text-align: left;
}

div.contact div dl dt{
	position: relative;
	width: 180px;
	padding: 21px 0;
	border-right: 1px solid #000;
}

div.contact div dl dd{
	padding: 17px 0 17px 55px;
}

div.contact div dl dt span{
	position: relative;
	display: block;
}

div.contact div.callus{
	margin-bottom: 25px;
}

div.contact div.callus dl dt span::before{
	content: "";
	position: absolute;
	display: block;
	background: url(../../contact/images/telus_icn.svg) no-repeat;
	background-size: 28px 28px;
	width: 28px;
	height: 28px;
	top: -5px;
	left: -46px;
}

div.contact div.emailus dl dt span::before{
	content: "";
	position: absolute;
	display: block;
	background: url(../../images/emailus_icn.svg) no-repeat;
	background-size: 28px 24px;
	width: 28px;
	height: 24px;
	top: -1px;
	left: -44px;
}

div.contact div dl dd{
	position:relative;
	-webkit-flex: 1;
	flex: 1;
}

div.contact div.callus dl dd{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-item: flex-end;
	align-items: flex-end;
}

div.contact div.callus dl dd p{
	line-height: 0;
}

@media screen and (max-width: 767px){
/* ------------------------------------------------------*/
/* base
-------------------------------------------------------*/
div.contents{
	width: 100%;
	margin: 0 auto 100px;
	padding: 0 20px;
}

div.pageimage {
    width: 100%;
    height: 0;
    padding-top: 19.53%;
    background: url(../../information/images/pageimage_iso_sp.jpg) no-repeat;
    background-size: cover;
}

/*	contact
* *****************************************************/
div.contact{
	width: 100%;
	margin-bottom: 40px;
}

div.contact div:not(.contentstitle_wrap){
	padding: 20px;
}

div.contact div{
	padding: 20px 10px;
}

div.contact div dl{
	text-align: center;
}

div.contact div dl dt{
	width: 100%;
	margin-bottom: 20px;
	padding: 5px 0 10px;
	border-right: none;
	border-bottom: 1px solid #043380;
}

div.contact div dl dt span{
	display: inline-block;
}

div.contact div.callus dl dt span::before{
	background: url(../../images/telus_icn_sp.svg) no-repeat;
	top: -4px;
	left: -35px;
}

div.contact div.emailus dl dt span::before{
	background: url(../../images/emailus_icn_sp.svg) no-repeat;
	top: -2px;
	left: -35px;
}

div.contact div.callus dl dd{
	margin: 0 20px;
	width: 100%;
	height: 0;
	padding-top: 25%;
	background: url(../../contact/images/contact_callus_num_sp.svg) no-repeat;
	background-size: contain;
}

div.contact div.callus dl dd img{
	display: none;
}

div.contact div.emailus dl dd{
	padding: 20px 0 0;
}

div.contact div.callus dl dd p,
div.contact div.emailus dl dd p{
	width: 100%;
	padding: 0 20px;
}

div.contact div.callus dl dd p:first-of-type{
	margin-bottom: 10px;
}

div.contact div.callus dl dd p img,
div.emailus dl dd p img{
	width: 100%;
}

div.contact div.callus dl dd p:nth-of-type(2) img{
	width: 70%;
	margin: 0 auto;
}
}
