@charset "UTF-8";
html {
	scroll-behavior: smooth;
}
a {
	color: #BF341D;
}
#contents,
.contents{
	width: 796px;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

#contents .p,
.contents .p{
	font-size: 13px; 
	line-height: 1.8em;
	text-align: left;
	margin: 38px 0;
}

.swiper-box{
	position: relative;
}

.swiper-box .swiper-title{
	margin: 40px auto;
	max-width: 70%;
	text-align: center;
}
.swiper-box .swiper-title img{
	width: 70%;
}

.swiper-container {
	margin: 24px auto 66px;
}
#contents div.swiper-box2 div.swiper-container {
	margin-bottom: 20px;
}
.swiper-container .swiper-slide{
	position: relative;
}

.swiper-container .swiper-slide img{
	width: 100%;
	height: auto;
}

.swiper-button-prev,
.swiper-button-next{
	/*color: rgb(197,197,197);*/
	color: #FFFFFF;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	font-size: 20px;
}

.swiper-pagination{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 3px;
	opacity: 1;
	background-color: #FFFFFF;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #B51600;
}

#contents section{
	display: block;
	margin: 0 0 50px;
}

#contents section.top-txt h2{

}

#contents section.main,
#contents section.main2
{
	display: inline-block;
	background-image: url(../img/paper_002.jpg?1) ;
	/*background: rgba(242,234,213,0.85);*/
	background-repeat: repeat;
	width: 100vw;
	text-align: center;
	margin: 0 calc(50% - 50vw) 0px;

}

h2 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #76952f;
	line-height: 2.5em;
}

section.main h2{
	margin: 60px auto 44px;
	background-color: #BF341D;
	color: #FFFFFF;
	width: 56%;
}
section.main .txt{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 40px;
	line-height: 2.1em;
}
section.main .card{
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	/*height: 245px;*/
	margin-bottom: 60px;
	font-size: 18px;
	border: solid 5px #BF341D ;
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: #FFFFFF;
}


section.main .card span{
	font-size: 46px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #FDD230 40%);
	padding-bottom: 3px;
	padding-top: 10px;
}

section.detail {
	font-weight: normal;
	line-height: 2em;
}

section.detail div.detail-block{
	margin-bottom: 80px;
}
section.detail div.detail-block2{
	margin-bottom: 40px;
}


#contents section.top-txt h2,
section.detail div.detail-block h2,
section.main2 div.detail-block h2{
	line-height: 1.5em;
	color: #BF341D;
	font-size: 28px;
	font-weight: 500;
}
section.detail div.detail-block h2{
	padding-top:40px;
}
section.main2 div.detail-block h2{
	padding-top:60px;
	line-height: 2em;
	color: #BF341D;
}

section.detail div.detail-block p.img-c{
	text-align: center;
	margin-bottom: 20px;
}
section.detail div.detail-block p.img-c-mt60{
	text-align: center;
	margin-top: 60px;
}
.mb20{
	margin-bottom: 20px;
}

#contents section .ul2 {
	margin-bottom: 40px;
}
#contents section .li-left,
#contents section .li-right {
	width: 387px;
	margin-bottom: 40px;
}
#contents section .li-left{
	float: left;
	margin-right: 20px;}
#contents section .li-right{
	float: left;
}
#contents section .li-left .cover,
#contents section .li-right .cover {
	margin: 0 auto ;
	width: 387px;
	height: 265px;
}
#contents section .li-left .title,
#contents section .li-right .title{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: left;
	/*height: 72px;*/
}
#contents section .ul2 .title {
	min-height: 36px;
}
#contents section .li-left .content,
#contents section .li-right .content{
	margin-top: 18px;
	margin-bottom: 10px;
	line-height: 1.8em;
	vertical-align: middle;
	text-align: left;
}



#contents section.top-txt {
	margin-top: 60px;
	margin-bottom: 60px;
}

#contents section.top-news {
	padding: 48px 30px 48px;
	border: solid 3px #BF341D;
	border-radius: 30px;
	margin-bottom: 60px;
}
#contents section.top-news h2{
	color: #BF341D;
	line-height: normal;
	font-size: 28px;
}
#contents section.top-news a{
	color: rgb(51, 51, 51);
	/*text-decoration: none;*/
}
#contents section.top-news ul li{
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px){
	.swiper-box .swiper-title{
		margin: 40px auto;
		max-width: 90%;
		text-align: center;
	}
	.swiper-box .swiper-title img{
		width: 90%;
	}
	#contents section .li-left,
	#contents section .li-right {
		width: 96vw;
		height: auto;
		text-align: center;
		margin:0 2vw 20px;
	}
	#contents section .li-left{
		clear:both;
	}
	#contents section .li-right{
		clear:both;
	}
	#contents section .li-left .cover,
	#contents section .li-right .cover {
		margin: 0 auto 28px;
		width: 100%;
		height: auto;
	}
	#contents section .li-left a,
	#contents section .li-right a {
		margin-left: 3%;
		margin-top: 10px;
	}

	#contents section .li-left .title,
	#contents section .li-right .title{
		font-size: 18px;
		line-height: 27px;
		height: auto;
		/*margin-left: 3%;*/
		/*margin-right: 3%;*/
	}
	#contents section .li-left .title br,
	#contents section .li-right .title br{
		display:none;
	}
	#contents section .li-left .content,
	#contents section .li-right .content{
		margin-top: 0;
		margin-bottom: 10px;
		line-height: 1.8em;
		height: auto;
		vertical-align: middle;
		padding: 0;
		/*margin-left: 3%;*/
		/*margin-right: 3%;*/
	}

	#contents,
	.contents{
		width: 96vw;
		/*margin: 0 10px;*/
	}
	.contents{
		width: auto;
	}

	section.main h2 {
		margin: 60px auto 44px;
		background-color: #BF341D;
		color: #FFFFFF;
		/*width: 80%;*/
		line-height: normal;
		font-size: 22px;
		padding: 10px 20px;
	}
	section.main .txt {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 40px;
		line-height: 2em;
	}
	section.main .card {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		margin-bottom: 60px;
		font-size: 18px;
		border: solid 5px #BF341D;
		padding-top: 30px;
		padding-bottom: 40px;
		background-color: #FFFFFF;
	}
	section.main .card span {
		font-size: 38px;
		font-weight: bold;
		background: linear-gradient(transparent 60%, #FDD230 40%);
		padding-bottom: 3px;
		padding-top: 10px;
	}
	.main2 div.txt {
		margin: 0 10px;
	}
	#contents section.top-txt h2,
	#contents section.top-news h2,
	section.detail div.detail-block h2,
	section.main2 div.detail-block h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	section.main2 div.detail-block h2 {
		padding-top: 0;
		margin: 40px 10px 20px;
		line-height: normal;
	}
	#contents section.top-news {
		padding: 28px 20px 36px;
		border: solid 5px #BF341D;
		border-radius: 30px;
		margin-bottom: 60px;
	}
}
