@charset "UTF-8";

.page-ttl img{
	display: block;
	width: 94px;
	margin: 0 auto;
}
/* ++++++++++++++#sec01++++++++++++++ */
#sec01 table tr:nth-of-type(odd){
	background: #e1e1e1;
}
main .inner{
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
#sec01 th{
	padding: 12px 0 12px 130px;
	font-weight: 600;
	width: 25%;
	text-align: left;
}
#sec01 td{
	padding: 12px 0;
	width: 75%;
}
#sec01 ul{
	display: flex;
	justify-content: space-between;
	padding: 60px 0 100px;
}
#sec01 li,
#sec02 ul:nth-of-type(1) li,
#sec03 li{
	width: 31.862%;
}
@media screen and (max-width: 1080px) and (min-width: 769px){
	#sec01 th{
		padding-left: 24px;
	}
}

/* ++++++++++++++#sec02++++++++++++++ */
#sec02 h2,
#sec03 h2{
	text-align: center;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 40px;
}
#sec02 ul:nth-of-type(1){
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
#sec02 ul:nth-of-type(2),
#sec02 ul:nth-of-type(3){
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}
#sec02 ul:nth-of-type(2) li .pic,
#sec02 ul:nth-of-type(3) li .pic{
	margin: 0 12px;
	width: calc(31.862% * 2);
	
}
#sec02 ul:nth-of-type(2) li:nth-of-type(2) .pic{
	width: calc(16.568% * 2);
}

#sec02 ul:nth-of-type(3) li:nth-of-type(1) .pic{
	width: calc(19.705% * 2);
}
#sec02 ul:nth-of-type(3) li:nth-of-type(1){
	display: flex;
	justify-content: flex-end;
}
#sec02 ul:nth-of-type(2) li:nth-of-type(1){
	display: flex;
	justify-content: flex-end;
}
#sec02 ul:nth-of-type(3){
	padding-bottom: 100px;
}
#sec02 ul:nth-of-type(2) li,
#sec02 ul:nth-of-type(3) li{
	width: 50%;
}

/* ++++++++++++++#sec03++++++++++++++ */
#sec03{
	text-align: center;
}
#sec03 a{
	display: inline-block;
	color: #ff9517;
}
#sec03 p{
	line-height: 1.333;
}
#sec03 ul{
	display: flex;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 100px;
}
#sec03 li{
	margin: 0 12px;
}



@media screen and (max-width: 769px){
	.page-ttl img{
		width: 18.7rem;
	}
/* ++++++++++++++#sec01++++++++++++++ */

	main .inner{
		max-width: 100%;
	}
	#sec01 th{
		padding: 2rem 0 1.5rem 4rem;
		width: 32%;
		font-size: 2.6rem;
		line-height: 2.4;
		vertical-align: top;
		
	}
	#sec01 td{
		padding: 1.5rem 4rem 1.5rem 0;
		width: 68%;
		font-size: 2.6rem;
		line-height: 2.4;
	}
	#sec01 ul{
		display: block;
		padding: 10rem 4rem 8.5rem;
	}
	#sec01 li,
	#sec02 ul:nth-of-type(1) li,
	#sec03 li{
		width: 100%;
	}
	#sec01 li{
		margin-bottom: 3rem;
	}

/* ++++++++++++++#sec02++++++++++++++ */
	#sec02 h2,
	#sec03 h2{
		margin-bottom: 5rem;
	}
	#sec02 ul{
		padding-left: 8rem;
		padding-right: 8rem;
	}
	#sec02 ul:nth-of-type(1){
		display: block;
		padding-bottom: 0;
	}
	#sec02 ul:nth-of-type(1) li{
		width: 100%;
		margin-bottom: 3rem;
	}
	#sec02 ul:nth-of-type(2),
	#sec02 ul:nth-of-type(3){
		display: flex;
		justify-content: space-between;
		padding-bottom: 3rem;
	}
	#sec02 ul:nth-of-type(2) li .pic{
		width: 36.7rem;
		margin: 0;
	}
	#sec02 ul:nth-of-type(3) li .pic{
		margin: 0;
		width: 34.9rem;
		
	}
	#sec02 ul:nth-of-type(2) li:nth-of-type(2) .pic{
		width: 19.1rem;
	}

	#sec02 ul:nth-of-type(3) li:nth-of-type(1) .pic{
		width: 21.5rem;
	}
	#sec02 ul:nth-of-type(3) li:nth-of-type(1){
		display: block;
	}
	#sec02 ul:nth-of-type(2) li:nth-of-type(1){
		display: block;
	}
	#sec02 ul:nth-of-type(3){
		padding-bottom: 15rem;
	}
	#sec02 ul:nth-of-type(2) li, 
	#sec02 ul:nth-of-type(3) li{
		width: auto;
	}


/* ++++++++++++++#sec03++++++++++++++ */

	#sec03 p{
		line-height: 1.2;
		font-size: 3.2rem;
	}
	#sec03 ul{
		display: block;
		padding: 3rem 8rem 10rem;
	}
	#sec03 li{
		margin: 0 0 4.5rem;
	}
}

table {
    width: 100%;
    border-collapse: collapse;
}

h1 {
    margin-top: 60px !important;
}


