@charset "UTF-8";
/* CSS Document */

/*リコール*/
.recall{
	padding: 50px 0 200px 0;
}
.recall h2{
	font-size:2.4em;
	line-height:120%;
	margin-bottom:20px;
}
.recall .img{
	margin-bottom:20px;
}
.recall .img img{
	width:100%;
	border:1px solid #cdcdcd;
	box-sizing:border-box;
}
.btnList{
	overflow:hidden;
	width:840px;
	margin-left:auto;
	margin-right:auto;
}
.btnList p{
	float:left;
	margin-right:40px;
}
.btnList p:nth-child(2){
	margin-right:0;
}
.mailBtn{
	text-align:center;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
.formBtn{
	text-align:center;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.mailBtn a{
	display:block;
	border: 1px solid #b12222;
	background:url(../images/information/recall/pdf.png) 30px center no-repeat;
	background-size: 35px;
	    color: #9c1c1c;
	text-decoration:none;
	padding:13px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:1.7em;
	    font-weight: bold;
}
.formBtn a{
	display:block;
	background: #4e4e4e;
	color:#ffffff;
	text-decoration:none;
	padding:13px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:1.7em;
}
.formBtn a::before{
	content: "\f0e0";
    font-family: 'FontAwesome';
    position: absolute;
    color: #ffffff;
	display: block;
    margin-left: 30px;
}
.callArea {
    text-align: center;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px dotted #888888;
}
.callArea h3{
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:5px;
}
.callBtn{
	margin-top:20px;
}
.callBtn a{
	color:#333333;
	text-decoration:none;
	font-size:1.5em;
}
.callBtn a:hover{
	text-decoration:none;
}
.callBtn a::before{
	content: "\f095";
    font-family: 'FontAwesome';
    position: absolute;
	display: block;
	margin-left: -20px;
}
.recall p.text{
	font-size:1.5em;
}
.callArea p.text{
	font-size:1.5em;
}
.formBtn a:hover{
	background: #6f6f6f;
}
.recallTips{
    display: block;
    text-align: center;
	background: #ffffff;
}
.recallTips p{
	padding:15px 0;
	background: #f1f1f1;
}
.recallTips .fa{
	margin-right:10px;
}
.recallTips a{
	color:#333333;
	font-size:160%;
}
.recallTips a:hover{
	text-decoration:none;
}
@media screen and (min-width:641px){
.br-sp{
	display:none;
}
}
@media screen and (max-width:640px){
.recallTips{
	padding-bottom:30px;
}
.recallTips a{
	color:#333333;
	font-size:260%;
}
.recallTips p{
	padding:20px 0;
}
.recall{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.recall h2 {
    font-size: 3.9em;
	font-weight:bold;
	text-align:left;
}
.mailBtn,
.formBtn {
    width: 100%;
}
.formBtn {
    margin-top: 30px;
}
.callArea h3{
	font-size:3em;
}
.callBtn{
	text-align:center !important;
	margin:35px 0 25px 0;
}
.callBtn a{
	font-size:3em;
}
.callBtn a::before{
	margin-left: -40px;
}
.callArea {
    margin-top: 100px;
}
.callArea .text{
	font-size:2.3em;
	text-align:left;
}
.callArea p:last-child{
	text-align:center;
}
.recall {
    padding: 50px 0 100px 0;
}
.mailBtn a,
.formBtn a{
	padding:20px 0;
		font-size:3em;
}
.btnList{
	width:100%;
    margin-top: 20px;
	font-size: 150%;
}
.btnList p{
	float:none;
	margin-right:0;
}
.recall p.text {
    font-size: 2.5em;
}
}