@charset "utf-8";
/* CSS Document */

main .container {
	max-width: 900px;
}

/*////////// セクション1 ///////////*/
.sec1 {
	margin-top: 40px;
}

.sec1 .img01 {
	max-width: 220px !important;
}

.sec1 .name {
	color: #3961ac;
	font-size: 1.3rem;
	text-align: center;
}

.sec1 table {
	width: 100%;
}

.sec1 table th {
	width: 100%;
	display: block;
	background-color: #E9F3FF;
	text-align: center;
	font-weight: normal;
	line-height: 1em;
	padding: 1rem;
}

.sec1 table td {
	width: 100%;
	display: block;
	padding: 1rem 0;
}

.sec1 .box {
	border: 1px solid #ccc;
	padding: 1.5rem;
}

.sec1 .box h2 {
	font-size: 1.35rem;
	font-weight: 700;
}

.sec1 .box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sec1 .box ul li {
	line-height: 1.6em;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}

.sec1 .box ul li:last-child {
	margin-bottom: 0;
}

.sec1 h3 {
	color: #3961ac;
	font-size: 1.35rem;
	text-align: center;
}

.sec1 .heading {
	background-color: #29bbef;
	color: #fff;
	padding: 1rem;
	font-size: 1.2rem;
	line-height: 1.5em;
}

@media (min-width: 576px) {
	.sec1 {
		margin-top: 60px;
	}

	.sec1 table th {
		width: 25%;
		display: table-cell;
		background-color: #fff;
		text-align: left;
		padding: 0.75rem 0;
	}

	.sec1 table td {
		width: 75%;
		display: table-cell;
		padding: 0.75rem 0;
	}
	
	.sec1 table tr {
		border-bottom: 1px solid #ccc;
	}
	
	.sec1 table tr:last-child {
		border-bottom: 0;
	}	

	.sec1 .box {
		padding: 1.75rem;
	}

	.sec1 .box h2 {
		font-size: 1.4rem;
	}

	.sec1 h3 {
		font-size: 1.4rem;
	}

	.sec1 .btn {
		width: 460px !important;
	}
}


@media (min-width: 768px) {
	main .container {
		width: 680px;
	}

	.sec1 {
		margin-top: 80px;
	}

	.sec1 .name {
		font-size: 1.4rem;
	}
	
	.sec1 table th {
		width: 20%;
		padding: 0.75rem 0;
	}

	.sec1 table td {
		width: 80%;
		padding: 0.75rem 0;
	}
	
	.sec1 table tr {
		border-bottom: 1px solid #ccc;
	}
	
	.sec1 table tr:last-child {
		border-bottom: 0;
	}	

	.sec1 .box {
		padding: 2rem;
	}

	.sec1 .box h2 {
		font-size: 1.5rem;
	}

	.sec1 h3 {
		font-size: 1.5rem;
	}
	
	.sec1 .box li {
		display: inline-block !important;
		margin-bottom: 0;
		margin-left: 0.3rem;
		margin-right: 0.3rem;
		line-height: 1.6em;
	}	
}