@charset "utf-8";
#ttlArea,#subTtlArea {
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 768px){
	#sec02,#sec03 {
		margin-top: -72px;
		padding-top: 147px!important;
	}
}

.pamph_list_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pamph_list_box li {
	width: 32.8%;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px){
	.pamph_list_box li {
		width: 100%;
		margin-bottom: 10px;
	}
}

#contentsBlock {
	padding-bottom: 0;
}

.pamphlet_list01 {
	margin-top: 35px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pamphlet_list01 li {
	border: 1px solid #0099d6;
	border-radius: 10px;
	overflow: hidden;
	width: calc((100% - 120px) / 4);
	margin-right: 30px;
	margin-bottom: 20px;
	background: #fff;
}

.pamphlet_list01 li:nth-child(4n) {
	margin-right: 0;
}

.pamphlet_list01 li .photo {
	background: #fff;
	text-align: center;
}

.pamphlet_list01 li .text {
	padding: 0 0 10px;
	border-top: 1px solid #0099d6;
	background: #fff;
	transition: 0.2s ease;
}

.pamphlet_list01 li .text .ttl {
	text-align: center;
	color: #0099d6;
	font-weight: bold;
	border-bottom: 1px dashed #0099d6;
	font-size: 1.4rem;
	transition: 0.2s ease;
	/*?ǋL*/
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pamphlet_list01 li .text .ttl.b_none {
	border-bottom: none;
  height: 121px;
}

.pamphlet_list01 li .text .disc {
	margin-top: 10px;
	text-align: center;
	font-size: 1.4rem;
	transition: 0.2s ease;
}

.pamphlet_list01 li:hover .text {
	background: #0099d6;
}

.pamphlet_list01 li:hover .text .ttl {
	color: #fff;
	border-color: #fff;
}

.pamphlet_list01 li:hover .text .disc {
	color: #fff;
}

@media screen and (max-width: 767px) {
	
.pamphlet_list01 li {
	width: calc((100% - 60px) / 2);
}

.pamphlet_list01 li:nth-child(2n) {
	margin-right: 0;
}

.pamphlet_list01 li .text .ttl {
    font-size: 1.3rem;
    height: 120px;
}

}

@media screen and (max-width: 480px) {
	.pamphlet_list01 li {
		width: 100%;
		margin-right: 10px;
		margin-bottom: 10px;
		width: calc((100% - 10px)/2);
	}

	.pamphlet_list01 .photo {
		display: flex;
		align-items: flex-end;
	}

	_:-ms-input-placeholder,
	:root .pamphlet_list01 .photo img {
		max-width: inherit;
		width: 100%;
	}

	.pamphlet_list01 li .text {
		padding: 5px;
		border-top: none;
		border-top: 1px solid #0099d6;
		height: auto;
	}

	.pamphlet_list01 li .text .ttl {
		border-bottom: 1px dashed #0099d6;
		font-size: 1.2rem;
		/*?ǋL*/
		height: 90px
	}
  
  .pamphlet_list01 li .text .ttl.b_none {
    height: 131px;
  }

	.pamphlet_list01 li .text .disc {
		margin: 6px;
		font-size: 1.1rem;
	}
}

.pamphlet_list02 {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pamphlet_list02 li {
	width: calc((100% - 125px) / 4);
	margin-bottom: 30px;
	text-align: center;
	transition: 0.2s ease;
}

.pamphlet_list02 li:hover {
	transform: translateY(-10px);
	opacity: 0.7;
}

.pamphlet_list02 li .ttl {
	display: block;
	margin-top: 15px;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.pamphlet_list02 li {
		width: calc((100% - 100px) / 4);
		margin-bottom: 35px;
	}

	.pamphlet_list02 li .ttl {
		display: block;
		margin-top: 15px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 570px) {
	.pamphlet_list02 li {
		width: 50%;
		text-align: center;
	}
	.pamphlet_list02 li:nth-last-of-type(-n + 2) {
		margin-bottom: 0;
	}

	.pamphlet_list02 li .photo {
		max-width: 141px;
		margin: 0 auto;
	}
}

.pamphlet_list03 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 35px;
}

.pamphlet_list03 li {
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #0099d6;
	background: #fff;
}

.pamphlet_list03 li + li {
	margin-left: 20px;
}

.pamphlet_list03 li .photo {
	overflow: hidden;
}

.pamphlet_list03 li .photo img {
	transition: 0.4s ease;
}

.pamphlet_list03 li .text {
	text-align: center;
	background: #fff;
	padding: 10px 0;
	font-size: 1.4rem;
	border-top: 1px solid #0099d6;
	transition: 0.2s ease;
}

_:-ms-input-placeholder,
:root .pamphlet_list03 li .text {
	padding: 14px 10px 10px;
}

.pamphlet_list03 li a:hover .text {
	background: #0099d6;
	color: #fff;
}

.pamphlet_list03 li a:hover img {
	transform: scale(1.075);
}

/*?????y?[?W*/
.Reprint{
  margin: 15px auto 0 auto;
  border: 1px solid #0099d6;
  border-radius: 10px;
  background: #FFF;
  max-width: 980px;
  transition: 0.2s ease;
}

.Reprint:hover{
  background: #0099d6;
}

.Reprint a{
  display: flex;
  align-items: center;
}
.Reprint a figure{
  padding: 20px;
  background: #def4fc;
  transition: 0.2s ease;
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
}

.Reprint a figure img{
  max-width: 450px;
}

.reprint_text{
  padding: 0 25px;
  transition: 0.2s ease;
}

.Reprint:hover .reprint_text{
  color: #FFF !important;
  border-radius: 0 9px 9px 0;
}

.reprint_text h3{
  color: #0099d6;
  transition: 0.2s ease;
}

.reprint_text h4{
  margin-bottom: 10px;
  transition: 0.2s ease;
  font-size: 2rem;
  color: #0099d6;
}

.Reprint:hover .reprint_text h3,.Reprint:hover .reprint_text h4{
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .Reprint {
    max-width: 715px;
  }
  .Reprint a{
    align-items: center;
  }
}
@media screen and (max-width: 570px) {
  .Reprint a {
      flex-direction: column;
  }
  
  .Reprint a figure {
    border-radius: 10px 10px 0 0;
    padding-right: 15px;
  }
  
  .Reprint a figure img{
    max-width: 100%;
  }
  .reprint_text {
    padding: 15px;
    border-top: 1px solid #0099d6;
    border-left: none;
  }
  
  .Reprint:hover .reprint_text{
    border-radius: 0 0 9px 9px;
  }
  
  .reprint_text h4{
    font-size: 1.8rem;
  }

}
/*?o?b?N?i???o?[*/

.backnumber_list {
    background: #ededed;
    padding: 35px;
    margin-top: 35px;
}

.backnumber_list h5 {
	margin-bottom: 15px;
	margin-left: -10px;
}

.backnumber_list li + li {
	margin-top: 13px;
}

.backnumber_list .backnumber_in{
	margin-bottom: 35px;
	display: flex;
}
	.backnumber_list .backnumber_in .backnumber_box{
		width: 38.5%;
	}

@media screen and (max-width: 999px) {
	.pamphlet_list03 li:nth-of-type(odd) {
		margin-left: 0;
	}
	.pamphlet_list03 li:nth-of-type(even) {
		margin-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.pamphlet_list01 {
		justify-content: space-between;
	}	
	
	.pamphlet_list03 li {
		margin-bottom: 10px;
		width: 100%;
	}

	.pamphlet_list03 li:nth-of-type(even) {
		margin-left: 0;
	}

	.pamphlet_list03 li + li {
		margin-left: 0;
	}

	.pamphlet_list03 li a {
		display: flex;
	}

	.pamphlet_list03 li .photo {
		width: 45.6%;
	}

	.pamphlet_list03 li .text {
		width: 54.4%;
		padding: 10px;
		font-size: 1.3rem;
		border-top: none;
		border-left: 1px solid #0099d6;
		display: flex;
		text-align: left;
		align-items: center;
	}
	
/*?o?b?N?i???o?[*/
.backnumber_list {
	padding: 20px;
}

.backnumber_list h5 {
	text-align: center;
	margin-left: 0;
}
	
.backnumber_list .backnumber_in{
	flex-direction: column;
}
	.backnumber_list .backnumber_in .backnumber_box{
		width: 100%;
	}
	.backnumber_list .backnumber_in .backnumber_box:last-child{
		margin-top: 13px;
	}

}

.kanyusya_list04 {
	background: #ededed;
	padding: 35px;
	margin-top: 35px;
}

.kanyusya_list04 li + li {
	margin-top: 13px;
}

.kanyusya_list04 li:last-child {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	#sec02{
		padding: 130px 0;
		margin: -130px 0;
	}
}

#sec02 .inner{
	padding: 75px 0 0;
}
#sec02 .inner .btn{
	display: block;
	margin: auto;
	max-width: 350px;
	line-height: 30px;
}

@media screen and (max-width: 767px) {
	#sec03{
		padding: 110px 0;
		margin: -110px 0;
	}
}

#sec03 .inner{
	padding: 55px 0 75px 0;
}

@media screen and (max-width: 767px) {
	.kanyusya_list04 {
		padding: 20px;
	}
	
	#sec02 .inner {
		padding: 75px 15px 0;
	}
}

/*?????f?[?^?ڍ?*/
.reprint_list01 {
  margin-top: 35px;
	display: flex;
/* 	justify-content: space-between; */
	flex-wrap: wrap;
}

.reprint_list01 li {
	border: 1px solid #0099d6;
	border-radius: 10px;
	overflow: hidden;
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-bottom: 20px;
	background: #fff;
}

.reprint_list01 li:nth-child(3n) {
	margin-right: 0;
}

/*.reprint_list01 li:last-child{
  background: none;
  border: none;
  display: block;
} */

.reprint_list01 li .photo {
	background: #fff;
}

.reprint_list01 li .text {
	padding: 0 0 10px;
	border-top: 1px solid #0099d6;
	background: #fff;
	transition: 0.2s ease;
}

.reprint_list01 li .text .ttl {
	text-align: center;
	color: #0099d6;
	font-weight: bold;
	border-bottom: 1px dashed #0099d6;
	font-size: 1.4rem;
	transition: 0.2s ease;
	/*?ǋL*/
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.reprint_list01 li .text .ttl.b_none {
	border-bottom: none;
  height: 121px;
}

.reprint_list01 li .text .disc {
	margin-top: 10px;
	text-align: left;
	font-size: 1.4rem;
	transition: 0.2s ease;
  padding: 0 20px;
}

.reprint_list01 li .text .disc p{
  font-weight: bold;
  margin-bottom: 5px;
}

.reprint_list01 li .text .disc ul{
}

.reprint_list01 li .text .disc ul li{
  width: 100%;
  border: none;
  margin-bottom: 5px;
}

.reprint_list01 li .text .disc ul li:last-child{
  margin-bottom: 10px !important;
}

.reprint_list01 .ico_pdf,.reprint_list01 .ico_jpg,.reprint_list01 .ico_word {
    text-indent: -1.4em !important;
}

@media screen and (max-width: 768px) {

.reprint_list01 li .text .ttl {
    font-size: 1.3rem;
    height: 120px;
}

}

@media screen and (max-width: 480px) {
	.reprint_list01 li {
		width: 100%;
		margin-right: 10px;
		margin-bottom: 10px;
		width: calc((100% - 10px)/2);
	}

	.reprint_list01 li:nth-child(3n) {
		margin-right: 10px;
	}

	.reprint_list01 li:nth-child(2n) {
		margin-right: 0;
	}

	.reprint_list011 .photo {
		display: flex;
		align-items: flex-end;
	}

	_:-ms-input-placeholder,
	:root .reprint_list01 .photo img {
		max-width: inherit;
		width: 100%;
	}

	.reprint_list01 li .text {
		padding: 5px;
		border-top: none;
		border-top: 1px solid #0099d6;
		height: auto;
	}

	.reprint_list01 li .text .ttl {
		border-bottom: 1px dashed #0099d6;
		font-size: 1.2rem;
		height: 60px;
    line-height: 1.4;
	}
  
  .reprint_list01 li .text .ttl.b_none {
    height: 131px;
  }

	.reprint_list01 li .text .disc {
		font-size: 100%;
    padding: 0 10px;
	}
}

.guide_detail_box {
	border: 1px solid #333;
}

.guide_detail_box + .guide_detail_box {
	margin-top: 20px;
}

.guide_detail_box .year {
	padding: 20px 30px;
	position: relative;
	cursor: pointer;
}

.guide_detail_box .year::before,
.guide_detail_box .year::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #333;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: ease 0.2s;
}

.guide_detail_box .year::before {
	height: 2px;
}

.guide_detail_box .year::after {
	width: 2px;
	right: 29px;
}

.guide_detail_box.active .year::after {
	opacity: 0;
}

.guide_detail_box .list {
	display: none;
}

.guide_detail_box .list ul {
	padding: 10px 30px 30px;
}

.guideBook_in {
	margin-bottom: 30px;
}

.guideBook_in ul li a {
	text-decoration: underline;
}

.guideBook_in ul li a:hover {
	text-decoration: none;
}

.guideBook_in ul li a .data_text {
	font-size: 80%;
	display: inline-block;
}