.catch01 {
	position: relative;
	padding-left: 60px;
}
.catch01::before {
	content: "";
	position: absolute;
	top: 10px;
    left: 0px;
    width: 45px;
    height: 1px;
	background: #00447e;
}
.bg-text {
	background: #00447e;
	color: #fff;
	padding: 0 5px;
}

.service [id] {
	scroll-margin-top: 80px;
}

.history ul:nth-child(odd) {
	background: #FAFAFA;
}
/* 同じ種類で順番が奇数の要素 */
.history ul:nth-of-type(odd) {
	background: #FAFAFA;
}



.maru {
	display: inline-block;
    background: #7b8245;
    color: #fff;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: .7rem;
    line-height: 20px;
    margin-left: 10px;
    vertical-align: bottom;
}

.ph-box01 {
	height:auto;
}
.ph-box02 {
	height:auto;
	margin-top:150px;
}

section p {
	text-align: justify;
}

.bg-padding {
    padding: 2rem 0;
}

.page-contents a:hover {
	color: #000;
	opacity: 0.5;
	transition-duration: 0.3s;
}

.BTN02 a:hover {
	color: #fff;
}

@media (min-width: 576px) {	
	.bg-padding {
		padding: 3rem 0;
	}		
}

@media (min-width: 992px) {
	.bg-padding {
		padding: 4rem 0;
	}		
}

@media (min-width: 1200px) {
	.bg-padding {
		padding: 5rem 0;
	}		
}
/*////////// セクション2 /////////////*/
.sec2 li a p {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}

.sec2 .tab__inner h3 {
	line-height: 1.5em;
}


.tab__area{
    width: 100%;
}

.tab__list{
    display: table;
    margin: 0 auto;
    width: 100%;
    zoom: 1;
    table-layout: fixed;
    border-spacing: 0;
}

.tab__item{
    display: table-cell;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width: 50%;
}

.tab__item a{
    display: block;
    padding: 0.75rem 0.5rem;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tab__item a:hover{
    background-color: #fff;
}

.tab__item a.selected{
    background-color: #f2f2f2;
}

@media (min-width: 768px) {
	.sec2 .tab__item div, .sec2 .tab__item p {
		display: inline-block;
		width: auto;
	}
	
	.maru {
		margin-left: 5px;
	}
	.tab__item{
		width: 32%;
	}
	.tab__item02{
		width: 24%;
	}
	.tab__item a{
		padding: 1.25rem 0.5rem;
	}		
}


/*////////// セクション3 /////////////*/
.sec3 h2 {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}

.sec3 h3 {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}

.sec3 table tr {
	border-bottom: 1px solid #707070;
}

.sec3 table tr:nth-child(1) {
	border-top: 1px solid #707070;
}

.sec3 table th, .sec3 table td {
	padding: 0.75rem 0.5rem;
}

.sec3 .table-1 tr:nth-child(1) {
	background-color: #f2f2f2;
}

.sec3 .table-1 th:nth-child(1), .sec3 .table-1 td:nth-child(1) {
	width: 37%;
}

.sec3 .table-1 th:nth-child(2), .sec3 .table-1 td:nth-child(2) {
	width: 29%;
}

.sec3 .table-1 th:nth-child(3), .sec3 .table-1 td:nth-child(3) {
	width: 34%;
}

.sec3 .table-2 th, .sec3 .table-2 td {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.sec3 .table-2 th {
	width: 45%;
	background-color: #f2f2f2;
}

.sec3 .table-2 td {
	width: 55%;
}

.BTN02 a {
	background-color: #B80C10 !important;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.BTN02 a:hover {
	opacity: 0.5;
}


@media (min-width: 414px) {
	.sec3 .table-1 th:nth-child(1), .sec3 .table-1 td:nth-child(1) {
		width: 31%;
	}

	.sec3 .table-1 th:nth-child(2), .sec3 .table-1 td:nth-child(2) {
		width: 31%;
	}

	.sec3 .table-1 th:nth-child(3), .sec3 .table-1 td:nth-child(3) {
		width: 38%;
	}
}

@media (min-width: 768px) {
	.sec3 table th, .sec3 table td {
		padding: 1rem 2rem;
	}

	.sec3 .table-2 th, .sec3 .table-2 td {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.sec3 .table-2 th {
		width: 40%;
	}

	.sec3 .table-2 td {
		width: 60%;
	}
	
	.BTN02 a {
		width: 320px;
	}	
}

@media (min-width: 992px) {
	.sec3 .table-1 th:nth-child(1), .sec3 .table-1 td:nth-child(1) {
		width: 32%;
	}

	.sec3 .table-1 th:nth-child(2), .sec3 .table-1 td:nth-child(2) {
		width: 32%;
	}

	.sec3 .table-1 th:nth-child(3), .sec3 .table-1 td:nth-child(3) {
		width: 36%;
	}
	
	.sec3 table th, .sec3 table td {
		padding: 0.75rem 1rem;
	}

	.sec3 .table-2 th, .sec3 .table-2 td {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}	
}



/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {



}
