﻿.form{
	padding: 20px;
	margin: 0 auto;
	max-width: 600px;
	box-sizing: border-box;	
	font-size: 15px;
	font-family: inherit;
}

.form table{
	width: 100%;
	border-collapse: collapse;
}

.form td,th{
	border: 2px solid black;
	padding: 10px;
	vertical-align: top;
	box-sizing: border-box;
}
.form tr td a span{
	color:blue;
}

.section_title{
	width: 100px;
	background-color: #dfd0ec;
	font-weight: bold;
	text-align: center;	
}


/* 体験搭乗の文字用 */
.taiken{
    display: block;
    margin: 10px auto;
    text-align: center;
    font-size: 30px;
    background-color: #8451ab;
    width: 80%;
    border-radius: 15px;
    color: aliceblue;
	padding: 5px;
}

@media screen and (max-width: 500px){
	.form{
		padding: 10px;
		/* font-size: 10px; */
	}
	.section_title{
		display: block;
		width: 100%;		
		margin-top: 10px;
	}
	table,tr,td{
		display: block;
		width: 100%;		
	}
	td{
		border: none;
		padding: 6px 0;
	}
	td:not(.section_title);::before{
		content: '';
		display: block;
		height: 1px;
		margin: 6px 0;
	}
	/* 体験搭乗の文字用 */
.taiken{
    font-size: 15px;
}
	
}