@charset "utf-8";
/* CSS Document */
header {
    width: 100%;
    padding: 30px 4% 10px;
    background-color: #fff;
    top: 0;
	display: flex;
    align-items: center;
}
h1 {
    margin: 0; padding: 0;
    font-size: 20px;
}
 
.kt {
	background-color:rgba(255,140,40,0.50)
}
a {	
   text-decoration: none;
   color: #4b4b4b;
}
 
 
/* sibu */
section {
	height: auto;
	min-height: 300px;
	background-color:rgba(255,255,255,0.74);
}
.bg01 {
	background: url("../images/sibu04.webp");
	background-size: cover;
	background-attachment: fixed;
}
.bg02 {
	background: url("../images/sibu02.webp");
	background-size: cover;
	background-attachment: fixed;
}
.bg03 {
	background: url("../images/sibu03.webp");
	background-size: cover;
	background-attachment: fixed;
}
.bg04 {
	background: url("../images/sibu01.webp");
	background-size: cover;
	background-attachment: fixed;
}
.bg05 {
	
	background: url("../images/sibu05.webp");
	background-size: cover;
	background-attachment: fixed;
}
.bg06 {
	background: url("../images/sibu06.webp");
	background-size: cover;
	background-attachment: fixed;
}
.bg07 {
	background: url("../images/sibu07.webp");
	background-size: cover;
	background-attachment: fixed;
}
 
.bg08 {
	background: url("../images/0721530a-Edit03.webp");
	background-size: cover;
	background-attachment: fixed;
}
 
.bg09 {
	background: url("../images/sibu09.webp");
	background-size: cover;
	background-attachment: fixed;
}
 
.bg10 {
	background: url("../images/sibu10.webp");
	background-size: cover;
	background-attachment: fixed;
}
 
.card-container{
    color: #000000;
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    margin: 20px auto;
	padding: 10px;
    width: 60vw;
}
.card-container a{
    text-decoration: none;
    color: #0080B5;
}
 
.card-text{
    width:100%;
    margin: 10px 20px;
	padding: 10px;
    height: auto;
}
.card-text h2{
    padding-top: 10px;
    font-size: 1em;
	color: #1A23B9;
}
.red{
    padding-top: 10px;
    font-size: 1em;
	color: #FF0004;
	
}
.card-text p{
    font-size: 1em;
	font-size: clamp(14px, 1vw, 8px);
 min-height: 0vw; min-height: 0; 
}
.card-img img{
   width: 100%;
	max-width: 50vw;
	}
 
img{
	padding: 50px;
   max-width: 700px;
	height: auto;
}
 
.card-container--normal {
    flex-direction: row;
}
@media screen and (max-width: 800px) {
.card-container--normal {
    flex-direction: column-reverse;
}
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
 
 
/* */
@media screen and  ( max-width:800px) {
section {
    display: flex;
	height: auto;
}
    .card-container{
	margin-top:50px;
	width: 90vw;
	flex-direction: column-reverse;
    }
	.card-img img {
		padding: 10px;
		width: 100vw;
		margin: 5px;
	}
	.card-text {
	background-color: rgba(255,255,255,0.50);
    overflow: hidden;
		height: auto;
	padding: 10px;
	margin: 10px;
	}
    .card-text h2{
        font-size: 1.3em;
    }
    .card-text p{
        font-size: 1em;
		 object-fit: cover;
    padding: 10px;
    }	
 
h2 {
   line-height: 1.6;
   text-align: center;
}
	.bg01, .bg02, .bg03, .bg04, .bg05,
	.bg06, .bg07, .bg08, .bg09, .bg10 {
		width: 100vw;
		height: auto;
		min-height: 300px;
		background-attachment: scroll;
		background-size: cover;
		background-position: center;
	}
}