@charset "utf-8";

.mainv {
	background: url(../img/faq/mainv.jpg) center top no-repeat;
	color: #fff;
	background-size: cover;
}

/*----------------------------------------------

 FAQ - ページリンク

----------------------------------------------*/
.page-nav {
	background: #fff;
	padding: 40px 60px;
}
.en {
	font-size: 2.4rem;
	font-weight: 700;
	padding-right: 10px;
	display: table-cell;
	vertical-align: middle;
	width: 14%;
}
.page-nav a {
	font-size: 1.7rem;
	text-decoration: underline;
	display: table-cell;
	vertical-align: middle;
}
.page-nav ul {
	overflow: hidden;
}
.page-nav li {
	display: table;
	width: 47%;
	margin-right: 35px;
	margin-bottom: 15px;
	vertical-align: top;
	float: left;
}
.page-nav li:nth-child(even) {
	margin-right: 0;
}

/*----------------------------------------------

 table

----------------------------------------------*/
.table-wrap {
/*	background: #fff;*/
	padding: 65px 5% 70px;
}
.table-wrap h2 {
	margin-bottom: 15px;
	font-weight: normal;
}
.table-wrap > .table1 {
	width: 60%;
	margin-right: 3%;
}
.table-wrap > .table2 {
	width: 36%;
}
.base-table {
	float: left;
}
.base-table th,
.base-table td {
	text-align: center;
	padding: 20px 10px;
}
.base-table td {
	padding: 20px 20px;
}
.base-table td {
}
.base-table tr {
	border-bottom: solid 1px #000;
}

/*----------------------------------------------

 base-table2

----------------------------------------------*/
.base-table2 {
	letter-spacing: .1em;
	line-height: 1.8;
	margin-bottom: 40px;
	width: 100%;
	margin-top: 30px;
}
.base-table2 tr {
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}
.base-table2 th {
	white-space: nowrap;
	width: 25%;
	text-align: center;
}
.base-table2 .th2{
	width: 10%;
	text-align: left;
}
.base-table2 th,
.base-table2 td {
	padding: 25px;
}



/*----------------------------------------------

 FAQ

----------------------------------------------*/
.faq-wrap {
	letter-spacing: .15em;
	/*margin-bottom: 100px;*/
}
.faq-wrap p {
	line-height: 2;
	padding-top: 5px;
	overflow: hidden;
}
.faq-wrap a {
  text-decoration: underline;
}
.faq-wrap .question {
	margin-bottom: 5px;
	padding-top: 50px;
}
.faq-wrap .question p {
	font-size: 1.5rem;
	font-weight: 700;
}
.faq-wrap .en {
	width: 80px;
	display: block;
	float: left;
}


/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {

	/*----------------------------------------------

	 FAQ - ページリンク

	----------------------------------------------*/
	.page-nav {
		padding: 40px;
	}
	.en {
		float: left;
		/*width: 20%;*/
		width: 15%;
		display: block;
		font-size: 2rem;
		padding-right: 0;
	}
	.page-nav a {
		display: block;
		font-size: 1.6rem;
	}

	.page-nav li {
		display: inline-block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		overflow: hidden;
	}

	/*----------------------------------------------

	 table

	----------------------------------------------*/
	.table-wrap {
		padding: 35px 35px 45px;
	}
	.table-wrap > .table1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.table-wrap > .table2 {
		width: 100%;
	}
	.base-table {
		float: none;
	}
	.base-table th,
	.base-table td {
		text-align: left;
		padding: 10px;
	}
	.base-table td {
		padding: 0 0 8px 0;
		display: block;
	}
	.base-table .sp-block {
		display: table-cell;
	}
	/*----------------------------------------------

	 base-table2

	----------------------------------------------*/
	.base-table2 {
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.base-table2 th {
		width: 20%;
		text-align: left;
		padding-right: 2% !important;
	}
	.base-table2 tr {
		border-top: none;
		border-bottom: none;
		display: block;
		margin-bottom: 13px;
	}
	.base-table2 tr:first-child {
		display: none;
	}
	.base-table2 .th2 {
		width: auto;
		margin-bottom: 8px;
		text-align: left;
	}
	.base-table2 td {
		text-align: left;
	}
	.base-table2 td:nth-child(2):before {
		display: block;
		content: "販売会社（略称）";
		border-bottom: 1px solid #000;
		padding-bottom: 13px;
		margin-bottom: 13px;
	}
	.base-table2 td:nth-child(3):before {
		display: block;
		content: "生産会社（略称）";
		border-bottom: 1px solid #000;
		padding-bottom: 13px;
		margin-bottom: 13px;
	}
	.base-table2 th,
	.base-table2 td {
		display: block;
		width: 100%;
		padding: 13px 0;
	}



	/*----------------------------------------------

	 FAQ

	----------------------------------------------*/
/*	.faq-wrap {
		margin-bottom: 60px;
	}*/
	.faq-wrap p {
		line-height: 1.7;
		padding-top: 2px;
	}
	.faq-wrap .question {
		padding-top: 40px;
	}
	.faq-wrap .question p {
	}
	.faq-wrap .en {
		width: 60px;
	}





}
