@charset "UTF-8"; 

html{font-family: 'Noto Sans JP', sans-serif;}

body{
	background-image:url(../img/illust-back.svg);
	background-repeat: no-repeat;
	background-position:right top; 
	height: 355px;

}
.container{
	max-width: 1080px;
	margin: 0 auto;
}
.main-area{
	margin: 60px 90px;
}
.main-title{
	font-size: 35px;
	font-weight: bold;
	color: #0E8072;
	position: relative;
}
.main-title:after{
	content: '';
	position: absolute;
	left: 35px;
	bottom: -10px;/*線の上下位置*/
	display: inline-block;
	width: 65px;/*線の長さ*/
	height: 5px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #0E8072;/*線の色*/
}
table{
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
	table-layout: fixed;
}
table th{
	height: 80px;
	color: #fff;
	background-color: rgba(14,128,114,0.6);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}
table td{
	text-align: center;
	padding: 13px;
	color: #707070;
	background: rgba(255,255,255,0.6);
	line-height: 1.5em;
}
table tr:nth-child(odd) td {
	background: rgba(220,220,220,0.6);
}
.th-1{
	width: 35%;
}
.th-2{
	width: 25%;
}
.th-3{
	width: 40%;
}
.td-1{
	text-align: left;
}
.td-3{
	
}
@media screen and (max-width:1070px) {
	.td-3{
		justify-content: center;
		display: block;
	}
}

.td-button:nth-child(n + 2){
	margin-top: 10px;
}
@media screen and (max-width:1070px) {
	.td-button:nth-child(n + 3){
		margin-top: 0px;
	}

}
@media screen and (max-width:1070px) {
	.td-button:nth-child(n + 2){
		margin-top: 10px;
		margin-left: auto;
	}
}
@media screen and (max-width:1070px) {
	.td-button{
		margin: 0 auto;
	}
}

.td-button p{
	font-size: 12px;
	margin: 5px 0;
	line-height: 1.5em;
}
.btn,
a.btn,
button.btn {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 240px;
	height: 70px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.5px;
	color: #212529;
	border-radius: 0.5rem;
}

a.btn--orange {
	color: #fff;
	background-color: #FABF00;
	box-shadow:0 3px 0 #C6A538;
}

a.btn--orange:hover {
	color: #fff;
	background: #FAE700;
}
a.btn--orange:active {
	box-shadow:none;
	top: 3px;
	}
a.btn--orange::after{
	content: "";
	background-image: url(../img/button-icon.svg);
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	padding-left: 5px;
	width: 1em;
	height: 1em;
	position: absolute;
	right: 2px;
	top: 40%;
}
.td-button{
	margin: 0 auto;
}
