@charset "UTF-8";

/*******************************
 
#hero Css
 
*******************************/
.page #hero{
    background-image: url("../img/img_main.jpg");
}

/*******************************
 
.contents Css
 
*******************************/
/*---information---*/
.block-info{
    margin-bottom: 40px;
}

.block-info .info-wrap{
	border-top:dotted 1px #bbb;
	border-bottom:dotted 1px #bbb;
	padding: 20px 0;
}

.block-info .info-wrap .info-ttl{
	font-size: 14pt;
	display: block;
	padding-bottom: 10px;
	line-height: 1.5em;
}

.block-info .info-wrap .into-cate{
	border: solid 1px #737373;
    border-radius: 5px;
    color: #737373;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -.03em;
    padding: 4px 0;
    width: 135px;
    text-align: center;
}

.block-info time{
	font-weight: bold;
    font-size: 12px;
	text-align: right;
    display: block;
	padding: 10px 0 30px 0;
}

.block-info .info-txt{
	line-height: 1.8;
	margin-bottom: 20px;
}

.block-info .info-page{
	border-top:dotted 1px #bbb;
	margin: auto;
	padding: 50px 0;
	display: block;
    text-align: center;
}


.prev:before {
  font-family: "Font Awesome 5 Free";
  content: '\f104';
  font-weight: 900;
  padding-right : 5px;
  color: #000;
}

.next:after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
　margin-left: 5px;
  color: #000;
　display: inline;
}


/*並べる*/
.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom:30px;
}
.contents-box {
	width: 48%;
    margin-top: 20px;
}
.contents-box img {
	display: block;
	margin-bottom: 1rem 0 3rem 0;
	width: 100%;
	height: auto;	
}
.contents-box h2 {
	margin-bottom: 2rem;
	font-size: 2.2rem;
	text-align: center;
}




/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .block-info{
        margin: 40px 0;
    }
	.contents-wrap {
	display: block;
	}
	.contents-box {
	width: 100%;
    margin-top: 20px;
	}
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .block-btn .flex{
        display: block;
    }
    .block-btn .flex .item{
        width: 100%;
        padding: 0 0 20px;
    }
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){}