@charset "UTF-8";

.outline{
	text-align: center;
	padding-bottom: 40px;
}
.fllow-list{
	font-size: 18px;
	font-weight: 600;
	color: #c2c2c2;
	line-height: 40px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: flex-end;
	letter-spacing: .2em;
	padding-bottom: 60px;
}
.fllow-list li{
	border-bottom: 3px solid #c2c2c2;
	width: calc(33.333% - 10px);
	text-align: center;
	margin: 0 5px;
}
.fllow-list li.active{
	color: #f57020;
	border-bottom: 3px solid #f57020;
}

table{
	border-top: 1px solid #eee;
}
th{
	font-weight: 600;
	width: 25%;
	padding: 20px;
	border-bottom: 1px solid #eee;
	text-align: left;
}
th span{
	font-size: 14px;
	display: inline-block;
	margin-left: 1em;
	color: #ef2c47;
	font-weight: 500;
}
td{
	padding: 20px;
	width: 75%;
	border-bottom: 1px solid #eee;
}

#name,
#zip01,
#zip02,
#address,
#birthday,
#email,
#tel,
#comment{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 0;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 100%;
}
#name,
#address,
#birthday,
#email,
#tel{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 .4em;
}
#zip01,
#zip02{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 .4em;
	margin: 0 .5em;
}
#zip01{
	width: 5em;
}
#zip02{
	width: 8em;
}
#address{
	margin-top: 15px;
}
#comment{
	display: block;
	width: 100%;
	height: 18em;
	line-height: 1.8;
	padding: 0 .4em;	
}
.privacy-policy{
	padding: 40px 0;
}
.privacy-policy dt{
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: .5em;
}
.privacy-policy dd{
	padding: 1em;
	border: 1px solid #eee;
	height: 20em;
	overflow: auto;
}
.privacy-policy dd p{
	margin-bottom: 1em;
	font-size: 14px;
}
.btn01{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	border: none;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin-top: 40px;
	cursor: pointer;
}
.tel-contact-area{
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #eee;
	text-align: center;
}
.tel-contact-area p{
	font-weight: 600;
}

.tel-contact-area a{
	color: #f57020;
	font-size: 36px;
	display: inline-block;;
	padding: 0 .5em .2em;
	margin-top: 20px;
	line-height: 1;
	border-bottom: 3px solid #f57020;
	letter-spacing: .1em;
}
.tel-contact-area a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-weight: bold;
	vertical-align: .05em;
	font-size: 90%;
	margin-right: 10px;
}
.tel-contact-area ul{
	padding-top: 20px;
	font-size: 14px;
	line-height: 2;
}


@media screen and (max-width: 768px){
	.outline{
		text-align: left;
		padding-bottom: 30px;
	}
	.fllow-list{
		font-size: 1.6rem;
		line-height: 2;
		padding-bottom: 30px;
	}
	.fllow-list li{
		width: calc(33.333% - 5px);
		margin: 0 2.5px;
	}

	table,
	tbody,
	tr{
		display: block;
		width: 100%;
	}
	th{
		display: block;
		width: 100%;
		padding: 15px 0 10px;
		border-bottom: none;
	}
	th span{
		font-size: 1.2rem;
	}
	td{
		display: block;
		width: 100%;
		padding: 0 0 15px;
	}
	#name,
	#company,
	#email,
	#tel{
		line-height: 40px;
		padding: 0 .5em;
	}
	#address{
		margin-top: 10px;
	}
	#comment{
		height: 15em;
		padding: .5em;	
	}
	.privacy-policy{
		padding: 30px 0;
	}
	.privacy-policy dt{
		font-size: 1.6rem;
		font-weight: 600;
	}
	.privacy-policy dd{
		height: 15em;
	}
	.privacy-policy dd p{
		font-size: 1.3rem;
	}
	.privacy-policy dd p:last-of-type{
		margin-bottom: 0;
	}
	.btn01{
		font-size: 1.4rem;
		margin-top: 30px;
	}
.tel-contact-area{
	margin-top: 40px;
	padding-top: 40px;
}

.tel-contact-area a{
	color: #f57020;
	font-size: 2.8rem;
	display: inline-block;;
	padding: 0 .5em .2em;
	margin-top: 20px;
	line-height: 1;
	border-bottom: 3px solid #f57020;
	letter-spacing: .1em;
}
.tel-contact-area a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-weight: bold;
	vertical-align: .05em;
	font-size: 90%;
	margin-right: 10px;
}
.tel-contact-area ul{
	padding-top: 20px;
	font-size: 14px;
	line-height: 2;
}
}