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


/*基本CSSの設定*/

body{
	width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px; 
	line-height:1.6;
	color:#333;
	background:#fff;
	margin:0 auto;
	
}
a:link,
a:visited,
a:active{
	color: #333;
	text-decoration:none;
}

a:hover{
	color: #999;
	text-decoration:none;
}


.br-ipad{
	display: none;
}

.br-sp{
	display: none;
}

.red{
	color:red;	
}

.blue{
	color:#004097;
}

.green{
	color:#3baf8a;
}

.orange{
	color:#f29720;
}

.lightblue{
	color:#009fe8;
}

/*ヘッダーエリアの設定*/

header{
	width:100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	margin: 0 auto;
	z-index: 9990;
	
}

/*PC*/
.navWrapper{
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	height: 70px;
	padding: 0 1%;
}

.logo{
	padding-top: 20px;
	float: left;
}

.glovalNav{
	float: left;
	margin-left: 25px;

}


.glovalNav li{
	float: left;
	vertical-align:center;
	padding-right: 15px;
	padding-top: 30px;
	font-size: 13px;
}

.step{
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

.step1{
	float: right;
	width: 80px;
	height: 40px;
	text-align: center;
	background-color: #333;
	margin-right: 5px;
	padding: 5px 0;
	
}

.step a{
	color: #fff;
}

.step2{
	float: right;
	padding: 15px 10px;
	text-align: center;
	color: #fff;
	background-color: #333;
	padding: 5px 0;
	width: 80px;
	height: 40px;
	
}

.hamburger{
	display: none;
}


/*ダウンロードボタンエリア*/
.dlBtnArea{
	text-align: center;
	padding: 30px 0  0;
	
}

.dlBtn a{
	color: #fff;
}


.dlBtn{
	font-size: 2em;
	font-weight: bold;
	background: #333;
	display: inline;
	padding: 20px;
}		




.contactWrapper{
	display: block;
	width: 100%;
	margin: 0 auto ;
	padding: 30px 30px;
	box-sizing :border-box;

}
	
.contact{
	display: block;
	max-width: 1000px;
	width: 100%;
	background: #f2f2f2;
	margin:0 auto ;
	padding: 30px 20px;
	box-sizing :border-box;

}


.contact_textArea{
	text-align: center;
	margin: 0 auto 20px;
}

.br-sp{
	display: none;
	}

.contact_textArea h2{
	color: #333;
	font-size: 40px;
	font-weight:bold;
}

.contact_telArea{
	float: left;
	
}

.contact_telArea h4{
	font-size: 20px;
	float: left;
	color: #34a785;
}

.contact_telArea h4:before{
	font-family: "Font Awesome 5 Free";
	content:'\f095';
	font-weight: bold;
	font-size: 30px;
	color: #34a785;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}



.tel_number	{
	font-size: 40px;
	font-weight: bold;
}


.telMail{
	width: 660px;
	margin: 0 auto;
	
}

.contact_mailArea{
	float: right;
	
}



.contact_mailArea h4{
	font-size: 20px;
	float: left;
	color: #34a785;
padding-bottom: 5px;
}

.contact_mailArea h4:before{
	font-family: "Font Awesome 5 Free";
	content:'\f0e0';
	font-weight: bold;
	font-size: 30px;
	color: #34a785;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}



.contact .text{
	font-size: 13px;
	
}


.mailBtn{
	font-size: 15px;
	background: #f7931e;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	
}

.mailBtn a{
	color: #fff;
}


.mailBtn a:hover{
	color: #fff;
}

	
/*.fa-phone {
  display: inline-block;
	font-size: 30px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	float: left;
	padding-right: 10px;
	color: #34a785;
	
}	*/
	
/*.fa-envelope {
  display: inline-block;
	font-size: 30px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	float: left;
	padding-right: 10px;
	color: #34a785;
	
}	*/


/*フッター*/
.footerTop{
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;
	
}

.footerLeft{
	float: left;
	margin-left: 20px;
	
}

.footerRight{
	float: right;
	margin-right: 20px;
	
}

.footerBtm{
	background-color: #34a785;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
	
}

.bold{
	font-weight: bold;
}

.address{
	font-size:13px;
}


@media only screen and (max-width:930px){
.navWrapper{
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	height: 70px;
	padding: 0 1%;
}
.glovalNav{
		display: none;
}

.hamburger{
	display: block;	
}
.step{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 12px;
}
	

.step1{
	
	display: none;
	/*float: right;
	width: 85px;
	height: 40px;
	text-align: center;
	background-color: #333;
	margin-right: 5px;
	padding: 5px 0;*/
	
}

.step2{
	
	display: none;
	
	/*float: right;
	width: 85px;
	height: 40px;
	text-align: center;
	background-color: #333;
	margin-right: 5px;
	padding: 5px 0;*/
	
}	
	
}

/*==========================================
 ipad
===========================================*/

@media only screen and (max-width:768px){
	
.br-ipad{
	display: block;
}
	
.navWrapper{
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	height: 70px;
	padding: 0 1%;
}
.glovalNav{
		display: none;
}

.hamburger{
	display: block;	
}
.step{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 12px;
}
	

.step1{
	
	display: none;
	/*float: right;
	width: 85px;
	height: 40px;
	text-align: center;
	background-color: #333;
	margin-right: 5px;
	padding: 5px 0;*/
	
}

.step2{
	
	display: none;
	
	/*float: right;
	width: 85px;
	height: 40px;
	text-align: center;
	background-color: #333;
	margin-right: 5px;
	padding: 5px 0;*/
	
}
	

	
	
.contactWrapper{
	display: block;
	width: 100%;
	margin: 0px auto 0px;
	padding: 30px 30px;
	box-sizing :border-box;

}
	
.contact{
	display: block;
	max-width: 768px;
	width: 100%;
	background: #f2f2f2;
	margin:0 auto ;
	padding: 30px 20px;
	box-sizing :border-box;

}
	
.contact_textArea h2{
	color: #333;
	font-size: 32px;
	font-weight:bold;
}
	
.contact_textArea p{
	color: #333;
	font-size: 15px;
}
	
	
.telMail{
		width:350px;
	}	
	
.contact_telArea{
	float: none;
	margin:0 auto;
padding-top: 10px;
	text-align: center;
	
	
}
	
.contact_mailArea{
	float: none;
	margin: 0px auto;
	padding-top: 30px;
	text-align: center;
}
	
.telMail h4,.fa-phone,.fa-envelope{
	float: none;

}
	
}
	

/*==========================================
 SP
===========================================*/

@media only screen and (max-width:480px){
	
.br-sp{
	display: block;
}
		
.navWrapper{
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	height: 70px;
	padding: 0 1%;
}
.glovalNav{
		display: none;
}
	
.step{
	display: none;
	/*float: left;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 11px;*/
}
	
.hamburger{
	display: block;	
}
	

	

.step1{
	display: none;
	
}


.step2{
	display: none;
	
}
	
/*ダウンロードボタンエリア*/
.dlBtnArea{
	text-align: center;
	padding: 30px 0  0;
	
}


.dlBtn{
	font-size: 1em;
	font-weight: bold;
	background: #333;
	display: inline;
	padding: 20px;
}	
	
	
	
.contactWrapper{
	display: block;
	width: 100%;
	margin: 0px auto 0px;
	padding: 30px 15px;
	box-sizing :border-box;

}
	
.contact{
	display: block;
	max-width: 480px;
	width: 100%;
	background: #f2f2f2;
	margin:0 auto ;
	padding: 30px 10px;
	box-sizing :border-box;

}
	
.contact_textArea h2{
	color: #333;
	font-size: 28px;
	font-weight:bold;
}
	
.contact_textArea p{
	color: #333;
	font-size: 15px;
	padding-top: 5px;
}
	
.telMail{
	margin:0 auto;
	width: 100%;
	padding: 0px 0px;
	box-sizing :border-box;
	}
	
.contact_telArea{
	float: none;
	margin:0 auto;
	text-align: center;
}

.tel_number	{
	font-size: 32px;
	font-weight: bold;
}	
	
.contact_mailArea{
	float: none;
	margin:0 auto;	
	text-align: center;
	
}
	
.mailBtn{
	font-size: 14px;
	background: #f7931e;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	max-width: 250px;
	display: inline-block;
	
}	
.br-sp{
	display: block;	
	}	
	
.footerTop{
	width: 100%;
	margin: 15px auto;
	
}
	
.footerLeft{
	display: none;
	
}

.footerRight{
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 100%
}
	
}	



