.full a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 540px;
  margin: 0;
  text-decoration: none;
}
.full a.img01 {
  background-image: url(../images/slide1.png)
}
.full a.img02 {
  background-image:url(../images/slide2.png)
}
.full a.img03 {
  background-image:url(../images/slide3.png)
}
.full a.img04 {
  background-image:url(../images/slide3.png)
}
.full a.img05 {
  background-image:url(../images/slide3.png)
}
.full .slick-dots {
    bottom: 4%;
    z-index: +1;
}

.wrap-full{
	width: 100%;
	/* background-image: url(../images/middle-bg.png); */
	/* height: 670px; */
	background-size: cover;
	/* background-color: #fff5df; */
	color: #000;
}
.wrap-full-inner{
    width: 980px;
    margin: auto;
    /* color: #fff; */
    /* height: 500px; */
    text-align: center;
    /* padding: 30px; */
    padding-top: 10px;
    padding-bottom: 50px;
    text-align: left;
}
.wrap-full-title{
    text-align: center;
    padding: 40px;
    font-size: 2em;
}
.more{
    width: 400px;
    margin: auto;
    text-align: center;
    height: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    border: 1px solid #111616;
    font-size: 1.1em;
    /* margin: 35px 0; */
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
/**/
.page-title{
    background-color: #28272b;
    color: #fff;
}
.page-title>.wrap-full-inner{
	padding: 20px;
	text-align: right;
	font-size: 1.5em;
}
.page-title p{}
.page-copy{
    padding: 0;
    padding: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.color-wht{
    background-color: #fff;
}

.reform-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
}
.reform-detail-left,.reform-detail-right{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 460px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    text-align: left;
}
.reform-detail-left img{
    margin-bottom: 30px;
    width: 100%;
}
.reform-detail-right img{
    /* margin-top: 30px; */
    width: 100%;
}

.reform-detail-title{
    font-size: 1.3em;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}
.reform-detail-text{
    text-align: justify;
    /* line-height: 180%; */
}
.paging{
    letter-spacing: 10px;
    padding: 30px 0;
}
.jisseki1{
	background-color: #efebdc;
	padding: 0;
	width: 100%;
	margin: auto;
	margin-bottom: 100px;
	margin-top: 50px;
}
.jisseki1 p{
	text-align: left;
	padding: 20px;
}
.jisseki1 img{
	width: 100%;
}
.jisseki2{
	width: 100%;
	margin: auto;
	background-color: #ffa800;
	color: #fff;
	margin-bottom: 100px;
}

.jisseki2 img{
	width: 100%;
}

.jisseki2 p{
	padding: 10px;
	text-align: justify;
}

.voice-title{
    margin-bottom: 20px;
    margin-left: 0;
    width: 90%;
}

@media screen and (max-width: 1000px) {
	full a {
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
	  height: 540px;
	  margin: 0;
	  text-decoration: none;
	}
	.full a.img01 {
	  background-image: url(../images/slide1.png)
	}
	.full a.img02 {
	  background-image:url(../images/slide2.png)
	}
	.full a.img03 {
	  background-image:url(../images/slide3.png)
	}
	.full a.img04 {
	  background-image:url(../images/slide3.png)
	}
	.full a.img05 {
	  background-image:url(../images/slide3.png)
	}
	.full .slick-dots {
	    bottom: 4%;
	    z-index: +1;
	}
	
	.wrap-full{
		width: 100%;
		/* background-image: url(../images/middle-bg.png); */
		/* height: 670px; */
		background-size: cover;
		background-color: #f1ede6;
		color: #000;
	}
	.wrap-full-inner{
	    width: 100%;
	    margin: auto;
	    /* color: #fff; */
	    /* height: 500px; */
	    text-align: center;
	    padding: 10px;
	    padding-top: 60px;
	    padding-bottom: 50px;
	}
	.wrap-full-title{
	    text-align: center;
	    padding: 40px;
	    font-size: 2em;
	}
	.wrap-full-content-title{
	    font-size: 1.6em;
	    padding-bottom: 10px;
	}
	.wrap-full-content{
	    margin-bottom: 20px;
	}
	
	
	.baner{
	    text-align: center;
	    margin-top: 60px;
	    margin-bottom: 100px;
	    width: 100%;
	}
		.baner img{
	    width: 100%;
	}
	/**/
	.page-title{
	    background-color: #28272b;
	    color: #fff;
	}
	.page-title>.wrap-full-inner{
		padding: 20px;
		text-align: right;
		font-size: 1.5em;
		width: 100%;
	}
	.page-title p{}
	.page-copy{
	    padding: 0;
	    padding: 5px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    text-align: left;
	    width: 100%;
	}
	
	.color-wht{
	    background-color: #fff;
	}	
	.reform-wrap{
	    display: flex;
	    justify-content: space-between;
	    margin-top: 50px;
	    flex-direction: row;
	    align-content: flex-start;
	    align-items: flex-start;
	}
	.reform-detail-left,.reform-detail-right{
	    display: flex;
	    flex-direction: column;
	    align-content: center;
	    align-items: center;
	    width: 460px;
	    justify-content: flex-start;
	    flex-wrap: nowrap;
	    text-align: left;
	}
	.reform-detail-left img{
	    margin-bottom: 30px;
	    width: 100%;
	}
	.reform-detail-right img{
	    /* margin-top: 30px; */
	    width: 100%;
	}
	
	.reform-detail-title{
	    font-size: 1.3em;
	    margin-bottom: 10px;
	    text-align: left;
	    width: 100%;
	}
	.reform-detail-text{
	    text-align: justify;
	    /* line-height: 180%; */
	}
		.jisseki-wrap{
		margin-top: 50px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: auto;
		font-family: YuMincho;
		align-content: center;
	}
	.jisseki{
	    width: 90%;
	    height: auto;
	    background-color: #28272b;
	    color: #fff;
	    margin-bottom: 30px;
	}
	.jisseki img{
	    width: 100%;
	}
	.jisseki-title{
	    text-align: center;
	    padding: 20px;
	}
	
	.jisseki-detail{
	    padding: 10px;
	    font-size: 0.9em;
	}
	.more {
		width: 300px;
		margin: auto;
		text-align: center;
		height: 60px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
		border: 1px solid #111616;
		font-size: 1.1em;
		/* margin: 35px 0; */
		justify-content: center;
		margin-top: 35px;
		margin-bottom: 35px;
	}
}