@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .comMainVisual {
	padding: 1.6rem 0 1px;
}
#main .comMainVisual .pageTitle {
	margin: 0 auto -1.2rem;
	width: 104rem;
}
#main .topText {
	margin-bottom: 11.8rem;
	font-size: 3.5rem;
	font-weight: 900;
	color: #fff;
	background: linear-gradient(to right,#005183 0%,#3894B3 100%);
}
#main .topText .content {
	padding: 0.5rem 0.5rem 3.2rem 24rem;
	position: relative;
}
#main .topText .img {
	width: 20rem;
	position: absolute;
	top: -2rem;
	left: 2rem;
}
#main .topText .col {
	margin-left:2.9rem;
	color: #F7EE25;
	position: relative;
}
#main .topText .col::after {
	content: "";
	position: absolute;
	left: -0.6rem;
	right: -2.4rem;
	bottom: -1.9rem;
	height: 1.4rem;
	background: url(../img/common/icon02.png) no-repeat center top / 100% 100%;
}
#main .topText .num {
	margin: 0 1rem;
	font-size: 8rem;
	font-weight: 500;
	line-height: 1;
}
#main .inner p {
	letter-spacing: 0.1em;
	text-align: justify;
}
#main .inner {
	margin-bottom: 6.4rem;
}
#main .inner01 .imgBox {
	margin-bottom: 3.3rem;
}
#main .inner01 .imgBox .image {
	width: 14rem;
}
#main .inner01 .imgBox .textUl {
	margin: 2.5rem 8rem 0;
	flex: 1;
}
#main .inner01 .imgBox li {
	padding-left: 4rem;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.404;
	background: url(../img/common/icon01.png) no-repeat left top 0.5rem / 3rem;
}
#main .inner01 .imgBox li + li {
	margin-top: 1.1rem;
}
#main .inner .heading {
	padding: 0 6.6rem 1.6rem;
	font-size: 2.8rem;
	position: relative;
}
#main .inner .heading .num {
	width: 5rem;
	height: 5rem;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-weight: 500;
	font-size: 3rem;
	position: absolute;
	left: 0;
	top: 0.2rem;
	color: #F7EE25;
	background: #3894B3;
}
#main .inner02 .headLine01 {
	margin-bottom: 2.7rem;
}
#main .inner02 p + .heading {
	margin-top: 4.1rem;
}
#main .inner02 {
	margin-bottom: 9.2rem;
}
#main .tabBox01 {
	margin-bottom: 5.9rem;
}
#main .tabBox01 th {
	width: 24rem;
}
#main .tabBox01 th:nth-child(1) {
	width: 14rem;
}
#main .tabBox01 thead th:not(:first-child) {
	padding: 0.8rem 01rem 1.1rem;
	color: #fff;
	background: #005183;
	font-size: 1.8rem;
}
#main .tabBox01 .row01 td {
	padding: 3.4rem 0;
}
#main .tabBox01 .row02 td {
	padding: 2.9rem 0;
}
#main .tabBox01 .row01 img {
	width: 18.9rem;
	vertical-align: middle;
}
#main .tabBox02 {
	margin-bottom: 8.2rem;
}
#main .tabBox02 thead th {
	padding: 2.2rem 0;
	background: #005183;
	color: #fff;
	width: 15rem;
}
#main .tabBox02 th:nth-child(1) {
	width: 22rem;
}
#main .tabBox02 th:nth-child(4),
#main .tabBox02 th:nth-child(5) {
	width: 17rem;
}
#main .tabBox02 tbody th {
	padding-left: 6.2rem;
	position: relative;
	background: transparent;
	text-align: left;
}
#main .tabBox02 th .comNum {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
}
#main .tabBox02 th .comNum img {
	width: 100%;
	margin: 0;
	height: auto;
}
#main .tabBox02 .star {
	margin: 1.6rem auto 0.2rem;
	text-align: center;
	height: 2rem;
	display: block;
}
#main .tabBox02 .star img {
	width: auto;
	height: 100%;
}
#main .tabBox02 .num {
	margin-right: 0.5rem;
	font-size: 3.2rem;
	font-weight: 500;
	color: #D93725;
	line-height: 1;
}
#main .tabBox02 .note {
	margin-top: 0.8rem;
	text-align: right;
}
#main .bigImage {
	margin: 0 auto 3.7rem;
	width: 70rem;
}
#main .bigImage img {
	width: 100%;
}
#main .inner03 {
	margin-bottom: 5.7rem;
}
#main .inner03 .heading,
#main .inner04 .heading {
	padding: 0 0 1.5rem;
	text-align: left;
}
#main .inner04 {
	margin-bottom: 8.2rem;
}
#main .inner04 .bigImage {
	width: 38.8rem;
}
@media all and (max-width: 896px) {
	#main .comMainVisual {
		margin-bottom: -2px;
		padding: 1rem 0 5.2rem;
	}
	#main .comMainVisual .pageTitle {
		margin: 0 auto;
		width: 34.9rem;
	}
	#main .topText {
		margin-bottom: 3.8rem;
		font-size: 2rem;
	}
	#main .topText .num {
		font-size: 5.25rem;
		line-height: 0.8;
	}
	#main .topText .content {
		margin: 0 auto;
		padding: 1.9rem 0.5rem 3.3rem 13rem;
		text-align: center;
		max-width: 37.5rem;
	}
	#main .topText .col {
		margin: 0.4rem auto 0;
		display: block;
		width: fit-content;
		font-size: 2.297rem;
	}
	#main .topText .img {
		width: 12.5rem;
		left: 1rem;
		top: 2rem;
	}
	#main .topText .col::after {
		height: 0.9rem;
		bottom: -0.9rem;
		right: -1rem;
	}
	#main .inner01 .imgBox {
		margin-bottom: 1.9rem;
	}
	#main .inner01 .imgBox .image {
		width: 7rem;
	}
	#main .inner01 .imgBox .textUl {
		margin: 0.2rem 0 0 1.5rem;
	}
	#main .inner01 .imgBox li {
		padding-left: 2.6rem;
		font-size: 2rem;
		line-height: 1.2;
		background-size: 2rem;
		background-position: left top 0.3rem;
	}
	#main .inner01 .imgBox li + li {
		margin-top: 1.1rem;
	}
	#main .inner {
		margin-bottom: 3.4rem;
	}
	#main .inner02 .headLine01 {
		margin-bottom: 2.4rem;
	}
	#main .inner .heading {
		padding: 0 0 1.3rem 4.5rem;
		font-size: 2rem;
		line-height: 1.35;
	}
	#main .inner .heading .num {
		width: 3.5rem;
		height: 3.5rem;
		font-size: 2.1rem;
		top: -0.2rem;
	}
	#main .inner02 p + .heading {
		margin-top: 2.1rem;
	}
	#main .tabBox01 {
		margin-bottom: 5rem;
	}
	#main .tabBox01 thead th:nth-child(1) {
		display: none;
	}
	#main .tabBox01 tr {
		display: flex;
		flex-wrap: wrap;
	}
	#main .tabBox01 th {
		padding: 0.9rem 0;
		width: 100% !important;
		border-bottom: none;
	}
	#main .tabBox01 thead th,
	#main .tabBox01 td {
		width: calc((100% / 3)) !important;
		box-sizing: border-box;
		border-right: none;
		border-bottom: none;
	}
	#main .tabBox01 td {
		padding: 1.9rem 0.2rem 1.4rem;
		font-size: 1.3rem;
		line-height: 1.538;
	}
	#main .tabBox01 td small {
		font-size: 1.1rem;
		line-height: 1.454;
	}
	#main .tabBox01 td:last-child {
		border-right: 1px solid #999;
	}
	#main .tabBox01 tr:last-of-type td {
		border-bottom: 1px solid #999;
	}
	#main .tabBox01 thead th {
		padding: 0 0.3rem !important;
		height: 4.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.3rem !important;
        display: inline-table;
	}
	#main .tabBox01 .row01 td {
		padding: 1.5rem 0;
	}
	#main .tabBox01 .row01 img {
		width: 9.4rem;
	}
	#main .tabBox01 .row02 td {
		padding: 1.1rem 0;
	}
	#main .tabBox01 .tabBtn {
		margin: -0.4rem 0.5rem 0.5rem;
		padding: 0.7rem 0.3rem 0.9rem;
		font-size: 1.5rem;
		box-shadow: 0 0.29rem 0 #950100;
	}
	#main .tabBox01 .tabBtn small {
		margin-top: 0.4rem;
		font-size: 0.8rem;
		line-height: 1;
	}
	#main .tabBox02 {
		margin-bottom: 4.5rem;
	}
	#main .tabBox02 .scrollBox {
		margin-right: -1.5rem;
		padding-bottom: 2.6rem;
		overflow-x: scroll;
	}
	#main .tabBox02 .simplebar-scrollbar::before {
		background: #005183;
		opacity: 1;
		right: 0;
		left: 0;
	}
	#main .tabBox02 .simplebar-track {
		right: 1.5rem;
	}
	#main .tabBox02 .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
		top: 0;
		height: 100%;
	}
	#main .tabBox02 .simplebar-track.simplebar-horizontal {
		background: #E5E5E5;
		height: 1rem;
		border-radius: 1rem;
	}
	#main .tabBox02 .comTab {
		min-width: 65rem;
		margin: 0 auto;
	}
	#main .tabBox02 thead th {
		padding: 1.15rem 0;
		width: 18.46%;
	}
	#main .tabBox02 th:nth-child(1) {
		width: 23.07%;
	}
	#main .tabBox02 th:nth-child(2) {
		width: 16.92%;
	}
	#main .tabBox02 th:nth-child(4),
	#main .tabBox02 th:nth-child(5) {
		width: 20.76%;
	}
	#main .tabBox02 .star {
		margin: 0.9rem 0 0.3rem;
		height: 1.4rem;
	}
	#main .tabBox02 tbody th {
		padding-left: 4.3rem;
	}
	#main .tabBox02 .num {
		font-size: 2.2rem;
	}
	#main .tabBox02 td {
		padding: 1.4rem 0 1.6rem;
		line-height: 1.285;
	}
	#main .tabBox02 .note {
		margin-top: 0.9rem;
	}
	#main .bigImage {
		margin: -0.5rem 0 2.3rem;
		width: 100%;
	}
	#main .inner03 .heading, 
	#main .inner04 .heading {
		padding: 0 0 1.2rem;
	}
	#main .inner04 .bigImage {
		margin: -0.4rem 12vw 1.5rem 0;
		width: auto;
		text-align: center;
	}
	#main .inner04 .bigImage img {
		width: 52vw;
	}
	#main .inner04 {
		margin-bottom: 3.6rem;
	}
}