@charset "utf-8";
/* CSS Document */

.jumbotron{
	background-image: url(../images/top_img.jpg);
	background-size: cover;
    background-position: right 60%;
}
.font1{
	font-size: 90%;

}
.margin9rem{
	padding: 3rem
}
.margin8rem{
	padding: 1.5rem
}
.topbox{
	position: relative;
}
.read1{
	position: absolute;
	top:1rem;
	right: 2rem;
	background-color: rgba(69,18,1,0.9);
	width: 22rem;
	padding: 0.8rem;
	color: rgba(255,255,255,1.00);
	border-radius: 0.5em;
	
}
.read2{
	position: absolute;
	top:1rem;
	left: 2rem;
	background-color: rgba(69,18,1,0.9);
	width: 22rem;
	padding: 0.8rem;
	color: rgba(255,255,255,1.00);
	border-radius: 0.5em;
	
}
.card1{
	position: relative;
}
.card1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}
.card1 a:hover{
	background: rgba(226,227,220,0.3);
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}
.padingx0{
	padding-left: 0!important;
	padding-right: 0!important;
}
.fontsizebig{
    font-size: 150%;
    color: rgba(220,53,69,1)
    
}
.jumbotron2{
	background-image: url(../images/top_img2.jpg);
	background-size: cover;
    background-position: right 60%;
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 

#pageTop a {
  display: block;
  z-index: 999;
  padding-top: 3px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}