@charset "utf-8";

/* ==================================================================
	secondary.css
	
=================================================================== */

/* --------------------------------
   □ h1
-------------------------------- */ 
.contents h1{
	min-height: 54px;
	padding-left: 50px;
	background: 0 50% no-repeat;
	display:table;
}
.contents h1 span{
	display:table-cell;
	vertical-align: middle;
}

#application .contents h1{
	background-image:url("../../images/icon/application.svg");
}
#confirm .contents h1{
	background-image:url("../../images/icon/confirm.svg");
}
#kaiyaku .contents h1{
	background-image:url("../../images/icon/kaiyaku.svg");
}
#keiyaku .contents h1{
	background-image:url("../../images/icon/keiyaku.svg");
}
#move .contents h1{
	padding-left: 60px;
	background-image:url("../../images/icon/move.svg");
}
#ryoukin .contents h1{
	background-image:url("../../images/icon/ryoukin.svg");
}

/* --------------------------------
   □ introtext
-------------------------------- */ 
.contents p.introtext{
	margin-bottom: 20px
}

/* --------------------------------
   □ telButton
-------------------------------- */ 
.contents .telButton{
	margin-bottom: 12px
}
.contents .telButton a{
	position: relative;
	box-sizing: border-box;
	display:block;
	padding:13px 20px ;
	background: #fff;
	border-radius: 15px;
	color: #333;
	box-shadow: 0 2px 6px 0 rgba(0,0,0, 0.2);
	transition: all 300ms 0s ease;
	text-align: center;
	text-decoration: none;
}
.contents .telButton a dl dt{
	font-weight: 600;
	margin-bottom: 6px;
	line-height: 1.1;
}
.contents .telButton a dl dd span{
	display: block;
	line-height: 1.1;
}
.contents .telButton a dl dd span.number{
	color: #0072BC;
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.contents .telButton a dl dd span.number:before{
	display: inline-block;
	content: url("../../images/common/free.svg");
	margin-right: 5px;
	vertical-align:baseline;
}
.contents .telButton a dl dd span.number.icon0800:before{
	content: url("../../images/common/free0800.svg");
}
.contents .telButton a dl dd span.tap{
	background: #6EB3DF;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	border-radius: 5px;
	padding: 5px;
}

@media only screen and
(max-width : 767px) {

/* --------------------------------
   □ introtext
-------------------------------- */ 
.contents p.introtext{
	font-size: 1.4rem;
}


}

	
