/* -----
共通
----- */

	/* -----
	FAQ
	----- */


		section table {
			max-width: 100%;

			margin-bottom: 50px;

			border-bottom: 1px solid #DEB887;
			line-height: 150%;
		}


		section table td {
			padding-bottom: 30px;
		}

		section table tr:first-child th {
			color: #CD5C5C;
		}

		section table tr:nth-child(2) th {
			color: #1E90FF;
		}


	/* -----
	お問い合わせ
	----- */

		section p {
			text-align: center;

			margin-bottom: 30px;
		}

		/* -----
		BTN
		----- */

			section {
				display: flex;
				flex-direction: column;
			}

			section a {
				background-size: contain;
			}

			section .btnContact {
				margin: auto;

				background-image: url(../../images/index/btn_contact_hover.jpg);
				background-repeat: no-repeat;
			}

			section img {
				transition: 0.3s;
			}

			section img:hover {
				opacity: 0;
			}


/* -----
PC
----- */

	@media not screen and (max-width:1200px) {

		/* -----
		FAQ
		----- */

			section {
				max-width: 1100px;

				margin: auto;
				margin-bottom: 100px;
			}
			
			section table th {
				width: 200px;
				
				padding-left: 30px;
			}

			
		/* -----
		お問い合わせ
		----- */
		
			section br {
				display: none;
			}
		}


/* -----
SP
----- */

	@media screen and (max-width:1200px) {

		/* -----
		FAQ
		----- */
		
			section {
				max-width: 100%;
			}
			
			section table th {
				width: 20%;
				
				padding-left: 10px;
			}

			section table td {
				padding-left: 5px;
				padding-right:10px ;
				word-break: break-word;
			}


		/* -----
		お問い合わせ
		----- */

			/* -----
			BTN
			----- */
			
				section .btnContact {
					width: 70%;

					margin-bottom: 50px;
				}

				section img {
					width: 100%;
				}
	}
