@charset "UTF-8";

.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;
	}		
}


/*////////// セクション1 /////////////*/
.sec1 .day {
	font-family: 'Noto Sans JP', sans-serif;
	color: #707070;
}

.sec1 h3 {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5em;
}

.sec1 h3:hover {
	color: #B80C10;
	transition-duration: 0.3s;
}

.sec1 a:hover {
	opacity: 1;
}

.sec1 a img:hover {
	opacity: 0.7;
	transition-duration: 0.3s;	
}

.sec1 .col-6 {
	margin-bottom: 30px;
}

.sec1 .col-6:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}

.pagination .page-link {
	width: 30px;
	height: 40px;
	display: inline-block;
	border: 1px solid #f2f2f2;
	background-color: #f2f2f2;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	padding: 0.5rem;
	color: #000;
}

.pagination .selected {
	background-color: #fff;
}


@media (min-width: 768px) {
	.sec1 .col-6 {
		margin-bottom: 40px;
	}

	.sec1 .col-6:nth-last-of-type(-n+3) {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.sec1 .col-6 {
		margin-bottom: 50px;
		padding-left: 2%;
		padding-right: 2%;
	}
}



/*////////// 下層 /////////////*/
.sec1-under .day {
	font-family: 'Noto Sans JP', sans-serif;
	color: #707070;
}

.sec1-under h1 {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5em;
}

.sec1-under .title-hr {
	padding: 0;
	margin: 0;
	opacity: 1;
	display: block;
	width: 100%;
	
}

.sec1-under h2 {
	line-height: 1.5em;
}

.BTN02 a {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.sec1-under .other {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

.sec1-under h3 {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5em;
}

.sec1-under h3:hover {
	color: #b80c10;
	transition-duration: 0.3s;
}


@media (min-width: 768px) {
	.BTN02 a {
		width: 320px;
	}
}	


/*////////// タブ切り替え /////////////*/
.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: 46%;
}

.tab__item a{
	width: 100%;
    display: block;
    padding: 0.5rem 0.5rem;
    overflow: hidden;
    position: relative;
    background-color: #707070;
	color: #fff;
	border-radius: 20px;
	text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tab__item a:hover{
    background-color: #000;
	opacity: 1;
	color: #fff;
	transition-duration: 0.3s;
}


@media (min-width: 768px) {
	.tab__list{
		width: 65%;
	}
	
	.tab__item a{
		padding: 0.75rem 0.5rem;
		border-radius: 26px;
	}
}

@media (min-width: 992px) {
	.tab__list{
		width: 50%;
	}
}	