﻿@charset "utf-8";
@import "default.css";
@import "base.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}

/* Ｈ１ */
 h1 {
    width: 30%;
    height: 13px;  
    font-size: 10px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
}

#catch {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-bottom: 60px;
}
#catch h2 {
	margin-left: 50px;
	padding-top: 21px;
}
#catch p {
	font-size: 18px;
	width: 580px;
	line-height: 180%;
}
#step {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#step .box {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-bottom: 60px;
}
#step .box div {
	width: 450px;
}
#step .box div h2 {
	text-align: center;
	margin-bottom: 25px;
}
#step .box div p {
	font-size: 16px;
	color: rgba(0,0,0,1.00);
	line-height: 185%;
}
#step .box div .telephonecall a {
	line-height: 70px;
	margin-top: 20px;
	display: block;
}
#step .box div .btn a {
	color: rgba(198,88,72,1.00);
	font-size: 21px;
	text-decoration: none;
	font-weight: bold;
	line-height: 52px;
	margin-top: 20px;
	display: block;
}
#step .box div .btn a:hover  {
	text-decoration: underline;
}
#step .box div .btn a img {
	margin-left: 10px;
}

}

/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}

/* Ｈ１ */
 h1 {
    height: 13px;  
    font-size: 8px;
    text-align: right;
    padding: 0px 0px 0px 0px;
    margin: 5px 10px 15px 10px;
}

#catch {
	background-color: rgba(197,82,71,1.00);
	padding-top: 10%;
	padding-bottom: 10%;
	margin-bottom: 10%;
}
#catch h2 {
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 5%;
}
#catch p {
	color: rgba(255,255,255,1.00);
	text-align: left;
	margin-left: 8%;
	margin-right: 8%;
}
#step .box {
	margin-bottom: 20%;
}
#step .box div p {
	text-align: left;
	margin-left: 9%;
	margin-right: 9%;
	color: rgba(0,0,0,1.00);
	font-size: 13px;
	line-height: 180%;
}
#step .box div .btn a {
	color: rgba(198,88,72,1.00);
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	line-height: 52px;
	margin-top: 20px;
	display: block;
	margin-left: 8%;
}
#step .box div .btn a:hover  {
	text-decoration: underline;
}
#step .box div .btn a img {
	margin-left: 10px;
	width: 40px;
	margin-top: 3px;
}
#step .box figure {
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 5%;
}
#step .box:nth-of-type(2) div .btn a {
	margin-left: 4%;
}



}




/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
#catch h2 {
	font-size: 30px;
}
#catch p {
	line-height: 150%;
}
#step .box div .btn a {
	font-size: 14px;
	line-height: 52px;
	margin-left: 5%;
}

#step .box div .btn a img {
	margin-left: 10px;
	width: 30px;
	margin-top: 10px;
}
#step .box figure {
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 5%;
}
#step .box:nth-of-type(2) div .btn a {
	margin-left: 0px;
}
}
