@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
PC向けのスタイル
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
p{
	line-height: 1.8;
}
main>section{
	margin-bottom: 40px;
}
main>section:last-of-type{
	margin-bottom: 0;
}
.sec p{
	margin-bottom: 20px;
}

#sec01 dl:nth-of-type(1) dt{
	font-weight: 600;
	color: #fff;
	background: #80b735;
	line-height: 32px;
	width: 60px;
	height:32px;
	text-align: center;
}
#sec01 dl:nth-of-type(1) dd,#sec01 dl:nth-of-type(1) dd a{
	font-size: 24px;
	color: #003fcb;
	letter-spacing:0.05em;
	font-weight:600;
	line-height:32px;
}
#sec01 dl{
	overflow:hidden;
	width:100%;
	padding-bottom:15px;
}
#sec01 dt{
	float:left;
	margin-right:10px;
}
#sec01 dd{
	float:left;
}
#sec01 dl:nth-of-type(2){
	font-size: 13px;
}
#sec01 dl:nth-of-type(2) dt{
	color: #20883a;
	border: 1px solid #20883a;
	background: #fff;
	line-height: 30px;
	width: 60px;
	height:32px;
	text-align: center;
}
#sec01 dl:nth-of-type(2) dd span{
	font-weight: 600;
	font-size: 18px;
	line-height:32px;
	margin-right: 0.5em;
}
.secTitle02{
	margin-bottom: 20px;
}
#sec02 table{
	margin: 20px auto;
}
input,
textarea{
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-family:  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
}
#company,
#name,
#zip,
#tel,
#email{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	display: block;
	width: 100%;
	height: 52px;
	line-height: 50px;
	padding: 0.4em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
}
#comment{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	display: block;
	width: 100%;
	height: 300px;
	line-height: 1.5;
	padding: 0 0.4em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
}
#sec02 th{
	line-height: 24px;
}
#sec02 th span{
	display: block;
	float: right;
	color: #fff;
	font-size: 12px;
	background: #e60012;
	padding: 0 0.3em;
	font-weight: 600;
	border-radius:3px;
}
.btn-area{
	text-align: center;
	margin-top: 20px;
	display: flex;
	display: webkit-flex;
	justify-content: center;
}
.btn-area .contactBtn{
	display: block;
	margin-left: 15px;
	margin-right: 15px;
}
.contactBtn{
	border: none;
	background: #0a4ea1;
	color:#fff;
	width: 215px;
	height: 54px;
	line-height: 54px;
	margin: 0 auto;
	justify-cotent: center;
	cursor: pointer;
	border-radius: 27px;
	font-weight: 600;
	font-size: 16px;
	transition: .3s all ease;
}
.blue.contactBtn{
	background: #67a9cb !important;
}
.contactBtn:hover{
	opacity: .7;
	filter: alpha(opacity=70);
}
.confirm .pageTitle{
	margin-bottom: 40px;
}
.confirm .btn-area{
	margin-top: 20px;
}
.send .alignRight{
	display: block;
	padding-top: 1em;
	text-align: right;
}
::-webkit-input-placeholder{
	color: #ddd;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
	padding-top: 0.2em;
}
::-ms-input-placeholder{
	color: #ddd;
	padding-top: 0.2em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
}
::placeholder{
	color: #ddd;
	padding-top: 0.2em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
}
span.alignRight{
	text-align: right;
	display: block;
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
モバイル向けのスタイル　～768px
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media screen and (max-width:768px){

	main>section{
		margin-bottom: 30px;
	}
	main>section:last-of-type{
		margin-bottom: 0;
	}
	.sec p{
		margin-bottom: 15px;
	}
	.sec .pic{
		margin-bottom: 15px;
	}
	.sec td p:last-of-type{
		margin-bottom: 0;
	}
	#sec01,
	#sec02{
    	border-radius: 2px;
    	margin: 0 auto 30px;
	}
	#sec01 dl{
		padding:0;
		overflow:hidden;
	}
	#sec01 dl:nth-of-type(1) dt,#sec01 dl:nth-of-type(2) dt {
	    width: 56px;
		padding: 0;
		line-height: 28px;
		height: 28px;
	}
	#sec01 dl:nth-of-type(1){
		padding-bottom: 15px;
	}
	#sec01 dl:nth-of-type(1) dd{
		line-height: 28px;
		font-size: 22px;
	}
	#sec01 dl:nth-of-type(1) dd a{
		font-size:22px;
	}
	#sec01 dd{
		float: left;
		font-size: 90%;
		line-height: 20px;
	}
	#sec01 dl:nth-of-type(1) dd,#sec01 dl:nth-of-type(1) dd a{
		letter-spacing:0;
	}
	footer .logo{
		padding: 0;
	}
	#sec01 dl:nth-of-type(2){
		font-size: 12px;
		padding-bottom: 20px;
	}
	#sec01 dl:nth-of-type(2) dt{
		padding: 0;
		line-height: 26px;
		height: 28px;
	}
	#sec01 dl:nth-of-type(2) dd span{
		font-size: 14px;
		display:inline;
		vertical-align: middle;
	}
	#company,
	#name,
	#zip,
	#tel,
	#email{
		padding: 0 0.4em;
		line-height: 1;
		height: 66px;
		border-radius:3px;
		font-size: 1.9rem;
		display: flex;
		display: -webkit-flex;
		align-items: center;
	}
	#comment{
		height: 150px;
		border-radius:3px;
		font-size: 1.9rem;
		line-height: 1.5;
		padding: 0.4em;
	}
	.contactBtn{
		width: 280px;
		height: 65px;
		line-height: 65px;
		border-radius: 33px;
		font-size: 1.6rem;
	}
	.confirm .contactBtn{
		font-size: 1.6rem;
		border-radius: 0;
	}

	.btn-area .contactBtn{
		margin-left: 5px;
		margin-right: 5px;
	}
}